@charset "UTF-8";
/*=======================================
DO NOT EDIT CSS HERE 
========================================*/
/*!
 *  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 {
  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; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 75%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffc20f;
  border-color: #f5b600; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #dba300;
    border-color: #755700; }
  .btn-warning:hover {
    color: #fff;
    background-color: #dba300;
    border-color: #b78900; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #dba300;
    border-color: #b78900; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #b78900;
      border-color: #755700; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #ffc20f;
    border-color: #f5b600; }
  .btn-warning .badge {
    color: #ffc20f;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f15a23;
  border-color: #ca4311; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d4420d;
    border-color: #541c07; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d4420d;
    border-color: #92300c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d4420d;
    border-color: #92300c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #b2380b;
      border-color: #541c07; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f15a23;
    border-color: #ca4311; }
  .btn-danger .badge {
    color: #f15a23;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f15a23;
  border-color: #ca4311; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d4420d;
    border-color: #541c07; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d4420d;
    border-color: #92300c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d4420d;
    border-color: #92300c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #b2380b;
      border-color: #541c07; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f15a23;
    border-color: #ca4311; }
  .btn-danger .badge {
    color: #f15a23;
    background-color: #fff; }

.btn-orange {
  color: #fff;
  background-color: #d9534f;
  border-color: #ec4a0f; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #742407; }
  .btn-orange:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #b2380b; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #b2380b; }
    .btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus,
    .open > .btn-orange.dropdown-toggle:hover,
    .open > .btn-orange.dropdown-toggle:focus,
    .open > .btn-orange.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #742407; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle {
    background-image: none; }
  .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus,
  fieldset[disabled] .btn-orange:hover,
  fieldset[disabled] .btn-orange:focus,
  fieldset[disabled] .btn-orange.focus {
    background-color: #d9534f;
    border-color: #ec4a0f; }
  .btn-orange .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-grey {
  color: #fff;
  background-color: #61584f;
  border-color: #8f8a85; }
  .btn-grey:focus, .btn-grey.focus {
    color: #fff;
    background-color: #453f38;
    border-color: #4d4a47; }
  .btn-grey:hover {
    color: #fff;
    background-color: #453f38;
    border-color: #706b67; }
  .btn-grey:active, .btn-grey.active,
  .open > .btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #453f38;
    border-color: #706b67; }
    .btn-grey:active:hover, .btn-grey:active:focus, .btn-grey:active.focus, .btn-grey.active:hover, .btn-grey.active:focus, .btn-grey.active.focus,
    .open > .btn-grey.dropdown-toggle:hover,
    .open > .btn-grey.dropdown-toggle:focus,
    .open > .btn-grey.dropdown-toggle.focus {
      color: #fff;
      background-color: #312d28;
      border-color: #4d4a47; }
  .btn-grey:active, .btn-grey.active,
  .open > .btn-grey.dropdown-toggle {
    background-image: none; }
  .btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled.focus, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled].focus,
  fieldset[disabled] .btn-grey:hover,
  fieldset[disabled] .btn-grey:focus,
  fieldset[disabled] .btn-grey.focus {
    background-color: #61584f;
    border-color: #8f8a85; }
  .btn-grey .badge {
    color: #61584f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e3e3e3;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #ffc20f; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #dba300; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #ffc20f; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well_old {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well_old blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* &.fade .modal-dialog {
    @include css3-transform('transform',translateY(-50%));
    @include transition-transform(0.3s ease-out);
  } */ }
  .modal.in .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0; }
  .modal-dialog.w200 {
    margin-left: -100px; }
  .modal-dialog.w300 {
    margin-left: -150px; }
  .modal-dialog.w400 {
    margin-left: -200px; }
  .modal-dialog.w500 {
    margin-left: -250px; }
  .modal-dialog.w600 {
    margin-left: -300px; }
  .modal-dialog.w800 {
    margin-left: -400px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'proxima_novablack';
  src: url("../fonts/proximanova-black.woff2") format("woff2"), url("../fonts/proximanova-black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold.woff2") format("woff2"), url("../fonts/proximanova-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proximanova-light.woff2") format("woff2"), url("../fonts/proximanova-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/proximanova-reg.woff2") format("woff2"), url("../fonts/proximanova-reg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novaregular_italic';
  src: url("../fonts/proximanova-regitalic.woff2") format("woff2"), url("../fonts/proximanova-regitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Public Sans ExtraBold';
  src: url("../fonts/PublicSans-ExtraBold.woff2") format("woff2"), url("../fonts/PublicSans-ExtraBold.woff") format("woff"), url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Black.woff2") format("woff2"), url("../fonts/PublicSans-Black.woff") format("woff"), url("../fonts/PublicSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans Bold';
  src: url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-ThinItalic.woff2") format("woff2"), url("../fonts/PublicSans-ThinItalic.woff") format("woff"), url("../fonts/PublicSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans Medium';
  src: url("../fonts/PublicSans-Medium.woff2") format("woff2"), url("../fonts/PublicSans-Medium.woff") format("woff"), url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans Light';
  src: url("../fonts/PublicSans-Light.woff2") format("woff2"), url("../fonts/PublicSans-Light.woff") format("woff"), url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-LightItalic.woff2") format("woff2"), url("../fonts/PublicSans-LightItalic.woff") format("woff"), url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans ExtraLight';
  src: url("../fonts/PublicSans-ExtraLight.woff2") format("woff2"), url("../fonts/PublicSans-ExtraLight.woff") format("woff"), url("../fonts/PublicSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans SemiBold';
  src: url("../fonts/PublicSans-SemiBold.woff2") format("woff2"), url("../fonts/PublicSans-SemiBold.woff") format("woff"), url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Thin.woff2") format("woff2"), url("../fonts/PublicSans-Thin.woff") format("woff"), url("../fonts/PublicSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  position: relative; }

body {
  font-family: "proxima_novaregular";
  font-size: 14px;
  color: #333;
  overflow-x: hidden; }
  body.lockScroll {
    overflow: hidden; }

.container {
  margin: 0 auto;
  width: 97.5%;
  max-width: 1520px; }

.primary_color {
  color: #012a5e; }

.greyBg {
  background: #f6f5f5; }

.bg_primary {
  background: #012a5e; }

.dis-b {
  display: block !important; }

a {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul.bulletList {
    padding: 0 0 0 16px; }
    ul.bulletList li {
      display: list-item;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
      ul.bulletList li:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        ul.bulletList li {
          font-size: 14px; } }
    ul.bulletList.alignRight {
      text-align: right;
      padding: 0 16px 0 0; }
      ul.bulletList.alignRight li {
        direction: rtl; }
    ul.bulletList.white li {
      color: #fff; }
    ul.bulletList.primary li {
      color: #012a5e; }
    ul.bulletList.size18 li {
      font-size: 18px; }
    ul.bulletList.size21 li {
      font-size: 21px;
      line-height: 34px; }
      @media (max-width: 768px) {
        ul.bulletList.size21 li {
          font-size: 18px;
          line-height: 30px; } }
      @media (max-width: 600px) {
        ul.bulletList.size21 li {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 480px) {
        ul.bulletList.size21 li {
          font-size: 14px;
          line-height: 21px; } }
    ul.bulletList.extraMargin li {
      margin-bottom: 20px; }
    ul.bulletList.fontLight li {
      font-family: "proxima_novalight"; }
      ul.bulletList.fontLight li b {
        font-family: "proxima_nova_rgbold"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima_nova_rgbold";
  color: #272b2f;
  line-height: 1;
  margin: 0 0 20px; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "proxima_novalight"; }
    h1 span b, h2 span b, h3 span b, h4 span b, h5 span b, h6 span b {
      font-family: "proxima_nova_rgbold"; }
  h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
    font-family: "proxima_novaregular"; }
    h1.normal span, h2.normal span, h3.normal span, h4.normal span, h5.normal span, h6.normal span {
      font-family: "proxima_novaregular"; }
  h1.reverse, h2.reverse, h3.reverse, h4.reverse, h5.reverse, h6.reverse {
    font-family: "proxima_novalight"; }
    h1.reverse span, h2.reverse span, h3.reverse span, h4.reverse span, h5.reverse span, h6.reverse span {
      font-family: "proxima_nova_rgbold"; }
  h1.extraLineheight, h2.extraLineheight, h3.extraLineheight, h4.extraLineheight, h5.extraLineheight, h6.extraLineheight {
    line-height: 1.3; }
  h1.extraLineheight_S, h2.extraLineheight_S, h3.extraLineheight_S, h4.extraLineheight_S, h5.extraLineheight_S, h6.extraLineheight_S {
    line-height: 1.2; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff; }
  @media (max-width: 991px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
      display: none; } }

p {
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  font-weight: normal; }
  p.light {
    font-family: "proxima_novalight"; }
  p.primary {
    color: #012a5e; }
  p b {
    font-family: "proxima_nova_rgbold"; }
  @media (max-width: 1366px) {
    p.breakBr_laptop br {
      display: none; } }
  @media (max-width: 1199px) {
    p.breakBr_desktop br {
      display: none; } }
  @media (max-width: 1024px) {
    p.breakBr_desktopSmall br {
      display: none; } }
  @media (max-width: 991px) {
    p br {
      display: none; } }
  @media (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 600px) {
    p {
      font-size: 13px;
      line-height: 18px; } }
  p.white {
    color: #fff; }
  p.big {
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 768px) {
      p.big {
        font-size: 14px;
        line-height: 24px; } }
    @media (max-width: 600px) {
      p.big {
        font-size: 13px;
        line-height: 18px; } }

.hidden_h1 {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }

.left {
  text-align: left; }
  @media (max-width: 600px) {
    .left {
      text-align: center; } }

.center {
  text-align: center; }

.right {
  text-align: right; }
  @media (max-width: 600px) {
    .right {
      text-align: center; } }

.nopadding_LR {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding_L {
  padding-left: 0 !important; }

.nopadding_R {
  padding-right: 0 !important; }

.no_margin {
  margin: 0; }

.uppercase {
  text-transform: uppercase; }

.nouppercase {
  text-transform: none !important; }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

.table {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }

.section {
  padding: 60px 0; }
  @media (max-width: 600px) {
    .section {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .section {
      padding: 20px 0; } }

.dark_bg {
  position: relative;
  z-index: 1; }
  .dark_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    display: none; }
    @media (max-width: 991px) {
      .dark_bg:before {
        display: block; } }

.btn {
  line-height: 48px;
  border: none;
  font-size: 14px;
  padding: 0 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btnBorder {
  color: #fff;
  padding: 0 50px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  background: none;
  border: solid #fff 2px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btnBorder:hover {
    color: #444;
    background: #fff; }

.btnSimple {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "proxima_nova_rgbold";
  font-size: 18px;
  color: #fff;
  outline: none;
  padding: 0 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  background: #ef323a;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btnSimple:hover {
    color: #fff;
    background: #012a5e; }
  .btnSimple:focus {
    color: #fff;
    outline: none;
    background: #d02a31; }
  .btnSimple.new {
    padding: 0 35px;
    -webkit-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.12); }
  .btnSimple.white {
    background: white;
    color: #012a5e; }
    .btnSimple.white:hover {
      background: #ef323a;
      color: white; }
  .btnSimple.whiteHover:hover {
    background: #fff;
    color: #012a5e; }
  .btnSimple.notFilled {
    font-family: "proxima_nova_rgbold";
    font-size: 18px;
    color: #444;
    padding: 0 25px;
    background: none;
    line-height: 44px;
    border: solid #ddd 2px;
    -webkit-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.12); }
    .btnSimple.notFilled:hover {
      color: #fff;
      background: #012a5e;
      border-color: #012a5e; }
  @media (max-width: 480px) {
    .btnSimple {
      padding: 0 15px;
      font-size: 15px;
      line-height: 40px; }
      .btnSimple.new {
        padding: 0 15px; } }

.btnBox a {
  margin: 10px; }

.btn.secondry-btn {
  display: inline-flex;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.4s ease-out;
  background-color: #2578ea;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 14px 50px 14px 35px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #FFFFFF;
  color: #212121;
  line-height: normal; }
  .btn.secondry-btn::after, .btn.secondry-btn:before {
    content: "";
    position: absolute; }
  .btn.secondry-btn:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .btn.secondry-btn::after {
    top: 1.3rem;
    right: 1.3rem;
    width: 2.2rem;
    height: 2.1rem;
    background: url(../img/new_home/icons.png) no-repeat;
    background-position: -5.6rem -1.1rem;
    z-index: 1; }
  .btn.secondry-btn::before {
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center right;
    background-color: #2578ea; }
  .btn.secondry-btn::after {
    background-position: -56px -51px; }
  .btn.secondry-btn:hover {
    color: #FFFFFF; }
    .btn.secondry-btn:hover:before {
      transform: scaleX(1);
      transform-origin: center left; }
    .btn.secondry-btn:hover::after {
      background-position: -56px -11px; }

.arrowBtn {
  position: relative;
  display: inline-flex;
  padding: 25px 85px 25px 30px;
  z-index: 2; }
  .arrowBtn .btn-hover {
    position: absolute;
    top: -10px;
    left: -12px;
    width: calc(100% + 25px);
    height: calc(100% + 18px);
    z-index: 2; }
  .arrowBtn .btn-text {
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold";
    font-size: 14px;
    background: #012a5e;
    background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 2s cubic-bezier(0.02, 1.23, 0.79, 1.08); }
  .arrowBtn::after, .arrowBtn::before {
    content: '';
    position: absolute; }
  .arrowBtn::before {
    width: 58px;
    height: 58px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    border: solid 1px rgba(2, 41, 103, 0.14);
    border-radius: 30px;
    transition: width 0.3s cubic-bezier(0.25, 0.85, 0.57, 1), border-color 0.3s, background-color 0.3s;
    z-index: -1; }
  .arrowBtn::after {
    width: 51px;
    height: 13px;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    background: url(../img/new_home/icons.png) no-repeat;
    background-position: -108px -17px; }
  .arrowBtn:hover span {
    background: #FFFFFF;
    background: linear-gradient(90deg, white 0%, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .arrowBtn:hover::before {
    width: 100%;
    background-color: #f90e0e;
    border: solid 0.1rem #f90e0e; }
  .arrowBtn:hover::after {
    background: url(../img/new_home/icons.png) no-repeat;
    background-position: -108px -57px; }
  .arrowBtn.white-btn span {
    background: #FFFFFF;
    background: linear-gradient(90deg, white 0%, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .arrowBtn.white-btn::before {
    border: solid 1px rgba(255, 255, 255, 0.26); }
  .arrowBtn.white-btn::after {
    background: url(../img/new_home/icons.png) no-repeat;
    background-position: -108px -57px; }
  .arrowBtn.white-btn:hover::before {
    width: 100%;
    background-color: #f90e0e;
    border: solid 1px #f90e0e; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.scrollMouse {
  position: relative;
  display: block;
  width: 26px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset; }
  .scrollMouse .smInner {
    display: block;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 6px;
    left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .scrollMouse .smDot {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }

.size52 {
  font-size: 52px;
  line-height: 60px;
  color: #012a5e; }
  .size52 span {
    font-size: 85%; }
    .size52 span.full {
      font-size: 100%; }
    .size52 span.normal {
      font-family: "proxima_nova_rgbold"; }
  .size52.white {
    color: #fff; }
  .size52.black {
    color: #282828; }
  @media (max-width: 1199px) {
    .size52 {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .size52 {
      font-size: 45px;
      line-height: 1.3; }
      .size52 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .size52 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    .size52 {
      font-size: 30px; } }

.common_h2 {
  font-size: 60px;
  line-height: 60px;
  color: #012a5e; }
  .common_h2 span {
    font-size: 85%; }
    .common_h2 span.full {
      font-size: 100%; }
    .common_h2 span.normal {
      font-family: "proxima_nova_rgbold"; }
  .common_h2.white {
    color: #fff; }
  .common_h2.black {
    color: #282828; }
  @media (max-width: 1199px) {
    .common_h2 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .common_h2 {
      font-size: 45px;
      line-height: 1.3; }
      .common_h2 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .common_h2 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    .common_h2 {
      font-size: 24px; } }

.common_h3 {
  font-size: 45px;
  line-height: 45px;
  color: #012a5e; }
  .common_h3 span {
    font-size: 85%; }
    .common_h3 span.full {
      font-size: 100%; }
    .common_h3 span.normal {
      font-family: "proxima_nova_rgbold"; }
    .common_h3 span.redSpan {
      font-family: "proxima_nova_rgbold";
      font-size: 16px;
      color: #ef323a; }
  .common_h3.white {
    color: #fff; }
  .common_h3.black {
    color: #282828; }
  .common_h3 .extraLineheight {
    line-height: 1.3; }
  @media (max-width: 1199px) {
    .common_h3 {
      font-size: 40px; } }
  @media (max-width: 1024px) {
    .common_h3 {
      font-size: 38px; } }
  @media (max-width: 991px) {
    .common_h3 {
      font-size: 36px;
      line-height: 1.3; }
      .common_h3 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .common_h3 {
      font-size: 30px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .common_h3 {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .common_h3 {
      font-size: 21px; } }

.common_h4 {
  font-size: 36px;
  line-height: 40px;
  color: #012a5e; }
  .common_h4 span {
    font-size: 85%; }
    .common_h4 span.full {
      font-size: 100%; }
    .common_h4 span.normal {
      font-family: "proxima_nova_rgbold"; }
  .common_h4.white {
    color: #fff; }
  .common_h4.black {
    color: #282828; }
  @media (max-width: 1199px) {
    .common_h4 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .common_h4 {
      font-size: 28px;
      line-height: 1; }
      .common_h4 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .common_h4 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .common_h4 {
      font-size: 21px; } }
  @media (max-width: 360px) {
    .common_h4 {
      font-size: 18px; } }

.common_h5 {
  font-size: 30px;
  line-height: 36px;
  color: #012a5e; }
  .common_h5 span {
    font-size: 85%; }
    .common_h5 span.full {
      font-size: 100%; }
    .common_h5 span.normal {
      font-family: "proxima_nova_rgbold"; }
  .common_h5.white {
    color: #fff; }
  .common_h5.red {
    color: #ef323a; }
  .common_h5.black {
    color: #282828; }
  @media (max-width: 991px) {
    .common_h5 {
      font-size: 28px;
      line-height: 1; }
      .common_h5 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .common_h5 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .common_h5 {
      font-size: 21px; } }
  @media (max-width: 360px) {
    .common_h5 {
      font-size: 18px; } }

.common_h6 {
  font-size: 24px;
  line-height: 32px;
  color: #012a5e; }
  .common_h6 span {
    font-size: 85%; }
    .common_h6 span.full {
      font-size: 100%; }
    .common_h6 span.normal {
      font-family: "proxima_nova_rgbold"; }
  .common_h6.white {
    color: #fff; }
  .common_h6.black {
    color: #282828; }
  @media (max-width: 600px) {
    .common_h6 {
      font-size: 21px;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    .common_h6 {
      font-size: 18px; } }

.formBox {
  margin: 0; }
  .formBox fieldset {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .formBox fieldset .placeholder {
      position: absolute;
      top: 13px;
      left: 0;
      z-index: -1;
      font-size: 18px;
      color: #666;
      -webkit-transition: all 200ms cubic-bezier(.4,0,.2,1);
      -o-transition: all 200ms cubic-bezier(.4,0,.2,1);
      transition: all 200ms cubic-bezier(.4,0,.2,1); }
      @media (max-width: 600px) {
        .formBox fieldset .placeholder {
          font-size: 14px; } }
    .formBox fieldset .form-control {
      font-family: "proxima_novaregular";
      font-size: 16px;
      color: #666;
      border: none;
      height: 52px;
      background: none;
      border-bottom: solid #012a5e 2px; }
      @media (max-width: 600px) {
        .formBox fieldset .form-control {
          height: 44px; } }
    .formBox fieldset select.form-control {
      cursor: pointer; }
    .formBox fieldset textarea.form-control {
      height: 100px;
      resize: none; }
    .formBox fieldset .btn {
      border: none;
      outline: none;
      background: none; }
    .formBox fieldset label.error {
      position: absolute;
      top: 105%;
      right: 0;
      color: red;
      display: none; }
    .formBox fieldset.input--filled .placeholder {
      font-size: 12px;
      top: -8px;
      color: #012a5e; }
    @media (max-width: 600px) {
      .formBox fieldset {
        margin-bottom: 25px; } }
  .formBox.white fieldset .placeholder {
    color: #fff; }
  .formBox.white fieldset .form-control {
    border-bottom-color: #fff; }
  .formBox.white fieldset.input--filled .placeholder {
    color: #fff; }

.wrapper {
  position: relative;
  overflow-X: hidden; }

.width10 {
  width: 10%; }

.width15 {
  width: 15%; }

.width20 {
  width: 20%; }

.width25 {
  width: 25%; }

.width30 {
  width: 30%; }

.width35 {
  width: 35%; }

.width40 {
  width: 40%; }

.width45 {
  width: 45%; }

.width50 {
  width: 50%; }

.width55 {
  width: 55%; }

.width60 {
  width: 60%; }

.width65 {
  width: 65%; }

.width70 {
  width: 70%; }

.width75 {
  width: 75%; }

.width80 {
  width: 80%; }

.width85 {
  width: 85%; }

.width90 {
  width: 90%; }

.width95 {
  width: 95%; }

.width10 {
  width: 100%; }

.text18 {
  font-size: 18px;
  line-height: 32px; }
  @media (max-width: 991px) {
    .text18 {
      font-size: 16px; } }
  @media (max-width: 600px) {
    .text18 {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 480px) {
    .text18 {
      font-size: 13px;
      line-height: 21px; } }

.headingBox {
  text-align: center;
  margin-bottom: 50px; }
  .headingBox h2 {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .headingBox h2 {
        margin-bottom: 10px; } }
  .headingBox p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px; }
    @media (max-width: 768px) {
      .headingBox p {
        font-size: 14px;
        line-height: 22px; } }
  .headingBox.left {
    text-align: left; }
    @media (max-width: 991px) {
      .headingBox.left {
        text-align: center; } }
  @media (max-width: 600px) {
    .headingBox {
      margin-bottom: 20px; } }

.techEffect {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff; }
  .techEffect:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: height .3s cubic-bezier(.4,0,.2,1);
    -o-transition: height .3s cubic-bezier(.4,0,.2,1);
    transition: height .3s cubic-bezier(.4,0,.2,1); }
  .techEffect:hover {
    color: #fff;
    /* h3, p {
			color:#fff;
		} */ }
    .techEffect:hover:before {
      height: 100%; }
    .techEffect:hover .arrow {
      width: 75px; }

.innerBanner_white {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  background: #f0f2f5; }
  .innerBanner_white:before {
    display: block;
    position: absolute;
    content: '';
    left: 5%;
    top: -40%;
    z-index: -1;
    width: 800px;
    height: 800px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .innerBanner_white .table {
    margin: 0; }
    .innerBanner_white .table .table-cell {
      width: 50%; }
      @media (max-width: 991px) {
        .innerBanner_white .table .table-cell {
          display: block;
          width: auto;
          padding: 100px 40px; }
          .innerBanner_white .table .table-cell:first-child {
            display: none; } }
      @media (max-width: 600px) {
        .innerBanner_white .table .table-cell {
          padding: 60px 10px;
          text-align: center; } }
  .innerBanner_white .paddingBox .paddingBox {
    padding-left: 150px; }
  .innerBanner_white figure {
    margin-bottom: -120px; }
  .innerBanner_white .common_h2 span {
    display: inline-block;
    position: relative; }
    .innerBanner_white .common_h2 span:before {
      position: absolute;
      content: '';
      left: 110%;
      top: -60px;
      width: 120px;
      height: 115px;
      background: url(../img/web_app/banner_icon.png) no-repeat; }
      @media (max-width: 991px) {
        .innerBanner_white .common_h2 span:before {
          display: none; } }
  .innerBanner_white p {
    font-family: "proxima_novalight";
    font-size: 21px;
    line-height: 36px; }
    @media (max-width: 600px) {
      .innerBanner_white p {
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 991px) {
    .innerBanner_white {
      padding-top: 82px;
      overflow: hidden; } }

.transition {
  -webkit-transition: all 1s cubic-bezier(.76,0,.31,1);
  -o-transition: all 1s cubic-bezier(.76,0,.31,1);
  transition: all 1s cubic-bezier(.76,0,.31,1);
  -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
  -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
  transition-timing-function: cubic-bezier(.76,0,.31,1); }

.innerbanner {
  background-image: url(../img/about_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 120px; }
  .innerbanner.philosophy {
    background-image: url(../img/philosophy_bg.jpg); }
  .innerbanner.blog_bg {
    background-image: url(../img/blog_bg.jpg); }
  .innerbanner.arbanner {
    background-image: url(../img/ar_vr/ar-vr-banner.jpg); }
  .innerbanner.kentocibanner {
    background-image: url(../img/kentico-gold/kentico_banner.jpg); }
  .innerbanner.ecmbanner {
    background-image: url(../img/ecm/ecm_banner.jpg); }
  .innerbanner.hire-developer-banner {
    background-image: url(../img/hire-a-developer/hire-a-developer-banner.jpg); }
  .innerbanner.realestatebanner {
    background-image: url(../img/realestate-solution/realestate_banner.jpg); }
  .innerbanner.security_audit {
    background-image: url(../img/security_audit/securityaudit_bg.jpg); }
  .innerbanner.supply_chain {
    background-image: url(../img/security_audit/supply_chain_bg.jpg); }
  .innerbanner.bigdata {
    background-image: url(../img/big_data/bigdata_bg.jpg); }
  .innerbanner.loyalty {
    background-image: url(../img/big_data/loyalty_bg.jpg); }
  .innerbanner.testimonial {
    background-image: url(../img/testimonial_bg.jpg); }
  .innerbanner.casestudy {
    background-image: url(../img/cs_bg.jpg); }
  .innerbanner.qa_page {
    background-image: url(../img/quality_assurance/qa_bg.jpg); }
  .innerbanner.qa_page2 {
    background-image: url(../img/quality_assurance/qa_bg1.jpg); }
  .innerbanner.app_maintain {
    background-image: url(../img/services/app_maintain.jpg); }
  .innerbanner.webcms_portal {
    background-image: url(../img/services/webcms_portal.jpg); }
  .innerbanner.iotPage {
    background-image: url(../img/services/iot_banner_bg.jpg); }
  .innerbanner.cloud_computing {
    background-image: url(../img/services/cloud_computing.jpg); }
  .innerbanner.privacy {
    background-image: url(../img/privacy.jpg); }
  .innerbanner.restaurant {
    padding: 240px 0 160px;
    background-image: url(../img/restaurant/restaurant_bg.jpg); }
    @media (max-width: 991px) {
      .innerbanner.restaurant {
        padding: 160px 0 80px; } }
    @media (max-width: 600px) {
      .innerbanner.restaurant {
        padding: 120px 0 80px; } }
  .innerbanner.performance_testing {
    background-image: url(../img/quality_assurance/performance_testing.jpg); }
  .innerbanner.usability {
    background-image: url(../img/quality_assurance/usability_bg.jpg); }
  .innerbanner.blockchain {
    background-image: url(../img/blockchain/bockchain_bg.jpg); }
  .innerbanner.security_testing {
    background-image: url(../img/quality_assurance/securtiy_testing_bg.jpg); }
  .innerbanner.core_testing {
    background-image: url(../img/quality_assurance/core_testing_bg.jpg); }
  .innerbanner.bdbi {
    background-image: url(../img/big_data/bd_bi_bg.jpg); }
  .innerbanner.bda {
    background-image: url(../img/big_data/bda_bg.jpg); }
  .innerbanner.ai {
    background-image: url(../img/big_data/ai_bg.jpg); }
  .innerbanner.clavax_connet {
    background-image: url(../img/others/clavax_connet.jpg); }
  .innerbanner.predictiveSentiment {
    background-image: url(../img/big_data/ps_bg.jpg); }
  .innerbanner.ms_crm {
    background-image: url(../img/crm/crm_bg.jpg); }
  .innerbanner.os_cms {
    background-image: url(../img/crm/cms_bg.jpg); }
  .innerbanner.mobile_cd_bg {
    background-image: url(../img/case_study/mobile_cs_bg.jpg); }
  .innerbanner.software_bg {
    background-image: url(../img/software/banner_bg.jpg); }
  .innerbanner .textSection {
    position: relative;
    z-index: 1;
    padding-left: 115px; }
    .innerbanner .textSection:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 85px;
      height: 4px;
      margin-top: -2px;
      background: #ef323a; }
      @media (max-width: 600px) {
        .innerbanner .textSection:before {
          top: 100%;
          margin-top: 20px; } }
    .innerbanner .textSection h1, .innerbanner .textSection h2 {
      font-size: 60px;
      color: #fff;
      line-height: 60px; }
      .innerbanner .textSection h1 span, .innerbanner .textSection h2 span {
        display: block;
        font-size: 72%; }
        .innerbanner .textSection h1 span.full, .innerbanner .textSection h2 span.full {
          display: inline;
          font-size: 100%; }
      .innerbanner .textSection h1.small, .innerbanner .textSection h2.small {
        font-size: 45px; }
        .innerbanner .textSection h1.small span, .innerbanner .textSection h2.small span {
          font-size: 80%; }
          .innerbanner .textSection h1.small span.full, .innerbanner .textSection h2.small span.full {
            display: inline;
            font-size: 100%; }
      @media (max-width: 991px) {
        .innerbanner .textSection h1, .innerbanner .textSection h2 {
          font-size: 45px;
          line-height: 1.3; }
          .innerbanner .textSection h1.small, .innerbanner .textSection h2.small {
            font-size: 36px; } }
      @media (max-width: 600px) {
        .innerbanner .textSection h1, .innerbanner .textSection h2 {
          font-size: 36px; }
          .innerbanner .textSection h1.small, .innerbanner .textSection h2.small {
            font-size: 30px; }
          .innerbanner .textSection h1 span, .innerbanner .textSection h2 span {
            font-size: 100%;
            display: inline; } }
      @media (max-width: 480px) {
        .innerbanner .textSection h1, .innerbanner .textSection h2 {
          font-size: 30px; }
          .innerbanner .textSection h1.small, .innerbanner .textSection h2.small {
            font-size: 24px; } }
      @media (max-width: 360px) {
        .innerbanner .textSection h1, .innerbanner .textSection h2 {
          font-size: 24px; }
          .innerbanner .textSection h1.small, .innerbanner .textSection h2.small {
            font-size: 21px; } }
    .innerbanner .textSection h3 {
      font-size: 40px;
      color: #fff;
      line-height: 50px; }
      .innerbanner .textSection h3 span {
        display: block;
        font-size: 100%; }
      .innerbanner .textSection h3.small {
        font-size: 36px; }
      @media (max-width: 991px) {
        .innerbanner .textSection h3 {
          font-size: 36px;
          line-height: 1.3; }
          .innerbanner .textSection h3.small {
            font-size: 30px; } }
      @media (max-width: 600px) {
        .innerbanner .textSection h3 {
          font-size: 30px; }
          .innerbanner .textSection h3.small {
            font-size: 24px; }
          .innerbanner .textSection h3 span {
            font-size: 100%; } }
      @media (max-width: 480px) {
        .innerbanner .textSection h3 {
          font-size: 24px; }
          .innerbanner .textSection h3.small {
            font-size: 21px; } }
      @media (max-width: 360px) {
        .innerbanner .textSection h3 {
          font-size: 21px; }
          .innerbanner .textSection h3.small {
            font-size: 18px; } }
    .innerbanner .textSection p {
      font-size: 18px;
      color: #fff;
      line-height: 28px; }
      @media (max-width: 600px) {
        .innerbanner .textSection p {
          font-size: 14px;
          line-height: 24px; } }
    .innerbanner .textSection .scrollMouse {
      margin-top: 40px; }
    @media (max-width: 600px) {
      .innerbanner .textSection {
        padding-left: 0; } }
  .innerbanner.page404 {
    background-image: url(../img/error_page.jpg);
    padding: 280px 0; }
    .innerbanner.page404 .text404 {
      text-align: center; }
      .innerbanner.page404 .text404 h2 {
        font-size: 150px;
        color: #fff;
        text-align: center;
        line-height: 150px; }
        .innerbanner.page404 .text404 h2:after {
          display: block;
          margin: 0 auto;
          width: 100px;
          height: 2px;
          content: '';
          background: #ef323a; }
  @media (max-width: 600px) {
    .innerbanner {
      padding: 120px 0 80px; } }

.paraBox {
  padding: 80px 0; }
  @media (max-width: 600px) {
    .paraBox {
      padding: 40px 0; } }

.portfolioLinkSection {
  border-top: solid #edf1f5 1px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: #fdfefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfefe), to(#edf1f5));
  background-image: -webkit-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -moz-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -ms-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -o-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: linear-gradient(top, #fdfefe, #edf1f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', endColorStr='#edf1f5'); }
  .portfolioLinkSection a {
    display: block;
    font-family: "proxima_nova_rgbold";
    font-size: 40px;
    padding: 40px 0;
    text-align: center;
    color: #012a5e; }
  .portfolioLinkSection:hover {
    background-color: #edf1f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf1f5), to(#fdfefe));
    background-image: -webkit-linear-gradient(top, #edf1f5, #fdfefe);
    background-image: -moz-linear-gradient(top, #edf1f5, #fdfefe);
    background-image: -ms-linear-gradient(top, #edf1f5, #fdfefe);
    background-image: -o-linear-gradient(top, #edf1f5, #fdfefe);
    background-image: linear-gradient(top, #edf1f5, #fdfefe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#edf1f5', endColorStr='#fdfefe'); }

.arrow {
  position: relative;
  background: none;
  display: block;
  height: 20px;
  border: none;
  color: #fff;
  width: 55px;
  overflow: hidden;
  -webkit-transition: width 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .arrow svg {
    position: absolute;
    right: 2px;
    top: 6px;
    fill: #fff;
    stroke: #fff; }
  .arrow.black {
    stroke: #353535;
    fill: #353535; }
    .arrow.black svg {
      stroke: #353535;
      fill: #353535; }

@media (max-width: 1366px) {
  .pTN_on_laptop {
    padding-top: 0 !important; } }

@media (max-width: 1199px) {
  .pTN_on_desktop {
    padding-top: 0 !important; } }

@media (max-width: 1024px) {
  .pTN_on_desktopSmall {
    padding-top: 0 !important; } }

@media (max-width: 991px) {
  .pTN_on_tablet {
    padding-top: 0 !important; } }

@media (max-width: 800px) {
  .pTN_on_tablet2 {
    padding-top: 0 !important; } }

@media (max-width: 768px) {
  .pTN_on_tabletSmall {
    padding-top: 0 !important; } }

@media (max-width: 600px) {
  .pTN_on_mobileBig {
    padding-top: 0 !important; } }

@media (max-width: 480px) {
  .pTN_on_mobile {
    padding-top: 0 !important; } }

@media (max-width: 360px) {
  .pTN_on_mobileSmall {
    padding-top: 0 !important; } }

@media (max-width: 1199px) {
  .pBN_on_desktop {
    padding-bottom: 0 !important; } }

@media (max-width: 1024px) {
  .pBN_on_desktopSmall {
    padding-bottom: 0 !important; } }

@media (max-width: 991px) {
  .pBN_on_tablet {
    padding-bottom: 0 !important; } }

@media (max-width: 800px) {
  .pBN_on_tablet2 {
    padding-bottom: 0 !important; } }

@media (max-width: 768px) {
  .pBN_on_tabletSmall {
    padding-bottom: 0 !important; } }

@media (max-width: 600px) {
  .pBN_on_mobileBig {
    padding-bottom: 0 !important; } }

@media (max-width: 480px) {
  .pBN_on_mobile {
    padding-bottom: 0 !important; } }

@media (max-width: 360px) {
  .pBN_on_mobileSmall {
    padding-bottom: 0 !important; } }

@media (max-width: 1199px) {
  .pRN_on_desktop {
    padding-right: 0 !important; } }

@media (max-width: 1024px) {
  .pRN_on_desktopSmall {
    padding-right: 0 !important; } }

@media (max-width: 991px) {
  .pRN_on_tablet {
    padding-right: 0 !important; } }

@media (max-width: 800px) {
  .pRN_on_tablet2 {
    padding-right: 0 !important; } }

@media (max-width: 768px) {
  .pRN_on_tabletSmall {
    padding-right: 0 !important; } }

@media (max-width: 600px) {
  .pRN_on_mobileBig {
    padding-right: 0 !important; } }

@media (max-width: 480px) {
  .pRN_on_mobile {
    padding-top: 0 !important; } }

@media (max-width: 360px) {
  .pRN_on_mobileSmall {
    padding-right: 0 !important; } }

@media (max-width: 1199px) {
  .pLN_on_desktop {
    padding-left: 0 !important; } }

@media (max-width: 1024px) {
  .pLN_on_desktopSmall {
    padding-left: 0 !important; } }

@media (max-width: 991px) {
  .pLN_on_tablet {
    padding-left: 0 !important; } }

@media (max-width: 800px) {
  .pLN_on_tablet2 {
    padding-left: 0 !important; } }

@media (max-width: 768px) {
  .pLN_on_tabletSmall {
    padding-left: 0 !important; } }

@media (max-width: 600px) {
  .pLN_on_mobileBig {
    padding-left: 0 !important; } }

@media (max-width: 480px) {
  .pLN_on_mobile {
    padding-left: 0 !important; } }

@media (max-width: 360px) {
  .pLN_on_mobileSmall {
    padding-left: 0 !important; } }

.show_on_desktop {
  display: none !important; }
  @media (max-width: 1199px) {
    .show_on_desktop {
      display: inline-block !important; } }

.show_on_desktopSmall {
  display: none !important; }
  @media (max-width: 1024px) {
    .show_on_desktopSmall {
      display: inline-block !important; } }

.show_on_tablet {
  display: none !important; }
  @media (max-width: 991px) {
    .show_on_tablet {
      display: block !important; } }

.show_on_tabletSmall {
  display: none !important; }
  @media (max-width: 768px) {
    .show_on_tabletSmall {
      display: block !important; } }

.show_on_mobileBig {
  display: none !important; }
  @media (max-width: 600px) {
    .show_on_mobileBig {
      display: block !important; } }

.show_on_mobile {
  display: none !important; }
  @media (max-width: 480px) {
    .show_on_mobile {
      display: block !important; } }

@media (max-width: 1199px) {
  .hide_on_desktop {
    display: none !important; } }

@media (max-width: 1024px) {
  .hide_on_desktopSmall {
    display: none !important; } }

@media (max-width: 991px) {
  .hide_on_tablet {
    display: none !important; } }

@media (max-width: 800px) {
  .hide_on_tablet2 {
    display: none !important; } }

@media (max-width: 768px) {
  .hide_on_tabletSmall {
    display: none !important; } }

@media (max-width: 600px) {
  .hide_on_mobileBig {
    display: none !important; } }

@media (max-width: 480px) {
  .hide_on_mobile {
    display: none !important; } }

@media (max-width: 360px) {
  .hide_on_mobileSmall {
    display: none; } }

.privacyPage {
  padding: 80px 0; }
  .privacyPage h3 {
    font-size: 36px;
    color: #012a5e; }
    .privacyPage h3:after {
      display: block;
      content: '';
      width: 80px;
      height: 4px;
      margin-top: 15px;
      background: #ef323a; }
    @media (max-width: 991px) {
      .privacyPage h3 {
        font-size: 36px;
        line-height: 1;
        padding-top: 30px !important; } }
    @media (max-width: 768px) {
      .privacyPage h3 {
        font-size: 30px;
        text-align: center; }
        .privacyPage h3:after {
          margin: 15px auto 0; } }
    @media (max-width: 600px) {
      .privacyPage h3 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .privacyPage h3 {
        font-size: 21px; } }
  .privacyPage .col-md-6 {
    padding: 0 60px; }
    @media (max-width: 991px) {
      .privacyPage .col-md-6 {
        padding: 0 40px;
        text-align: center; } }
    @media (max-width: 768px) {
      .privacyPage .col-md-6 {
        padding: 0 15px; } }
  @media (max-width: 600px) {
    .privacyPage {
      padding: 40px 0; } }

.boxedTable {
  margin: 0; }
  .boxedTable .table-cell {
    padding: 80px 60px; }
    .boxedTable .table-cell.noPadding {
      padding: 0; }
    .boxedTable .table-cell.padding40_30 {
      padding: 50px 30px; }
    .boxedTable .table-cell.noPadding_TB {
      padding-top: 0;
      padding-bottom: 0; }
      @media (max-width: 991px) {
        .boxedTable .table-cell.noPadding_TB {
          padding-top: 60px;
          padding-bottom: 60px; } }
      @media (max-width: 480px) {
        .boxedTable .table-cell.noPadding_TB {
          padding-top: 40px;
          padding-bottom: 40px; } }
    .boxedTable .table-cell.center {
      text-align: center; }
    .boxedTable .table-cell.primary {
      background: #012a5e; }
      .boxedTable .table-cell.primary h3, .boxedTable .table-cell.primary h4, .boxedTable .table-cell.primary p {
        color: #fff; }
    .boxedTable .table-cell.blue {
      background: #0099da; }
      .boxedTable .table-cell.blue h3, .boxedTable .table-cell.blue h4, .boxedTable .table-cell.blue p {
        color: #fff; }
      @media (max-width: 991px) {
        .boxedTable .table-cell.blue {
          border-top: solid #fff 1px; } }
    .boxedTable .table-cell.grey {
      background: #e6f0f4; }
    .boxedTable .table-cell.grey2 {
      background: #cdd6da; }
    .boxedTable .table-cell.black {
      background: #414141; }
      .boxedTable .table-cell.black h3, .boxedTable .table-cell.black h4, .boxedTable .table-cell.black p {
        color: #fff; }
    .boxedTable .table-cell.white {
      background: #fff; }
    .boxedTable .table-cell.bg1 {
      background: url(../img/services/code_bg.jpg) no-repeat;
      background-size: cover; }
    .boxedTable .table-cell.bg2 {
      background: url(../img/services/code_bg2.jpg) no-repeat;
      background-size: cover; }
    .boxedTable .table-cell.bg3 {
      background: url(../img/services/code_bg3.jpg) no-repeat;
      background-size: cover; }
    .boxedTable .table-cell.bg4 {
      background: url(../img/quality_assurance/coding2.jpg) no-repeat;
      background-size: cover; }
    .boxedTable .table-cell.retail_bg {
      background: url(../img/quality_assurance/retail_bg.jpg) no-repeat;
      background-size: cover; }
    .boxedTable .table-cell h3 {
      font-size: 36px;
      margin: 0;
      line-height: 46px;
      color: #012a5e; }
      .boxedTable .table-cell h3.white {
        color: #fff; }
      @media (max-width: 1199px) {
        .boxedTable .table-cell h3 {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 768px) {
        .boxedTable .table-cell h3 {
          font-size: 24px; } }
      @media (max-width: 600px) {
        .boxedTable .table-cell h3 {
          font-size: 21px; } }
      .boxedTable .table-cell h3.underline {
        margin-bottom: 20px; }
        .boxedTable .table-cell h3.underline:after {
          display: block;
          content: '';
          width: 60px;
          height: 2px;
          margin-top: 15px;
          background: #ef323a; }
    .boxedTable .table-cell h4 {
      font-size: 24px;
      margin: 0;
      line-height: 36px;
      color: #012a5e; }
      .boxedTable .table-cell h4.white {
        color: #fff; }
      @media (max-width: 1199px) {
        .boxedTable .table-cell h4 {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 768px) {
        .boxedTable .table-cell h4 {
          font-size: 21px; } }
      @media (max-width: 600px) {
        .boxedTable .table-cell h4 {
          font-size: 18px;
          line-height: 26px; } }
      .boxedTable .table-cell h4.underline {
        margin-bottom: 20px; }
        .boxedTable .table-cell h4.underline:after {
          display: block;
          content: '';
          width: 60px;
          height: 2px;
          margin-top: 15px;
          background: #ef323a; }
    .boxedTable .table-cell p.white {
      color: #fff; }
    .boxedTable .table-cell p.primary {
      color: #012a5e; }
    .boxedTable .table-cell .alignLeft {
      float: left;
      margin-right: 30px; }
      @media (max-width: 991px) {
        .boxedTable .table-cell .alignLeft {
          display: none; } }
    .boxedTable .table-cell .adjustCenter {
      margin-left: 25%; }
      @media (max-width: 991px) {
        .boxedTable .table-cell .adjustCenter {
          margin-left: 0; } }
    .boxedTable .table-cell .adjustCenter20 {
      margin-left: 15%; }
      @media (max-width: 991px) {
        .boxedTable .table-cell .adjustCenter20 {
          margin-left: 0; } }
    @media (max-width: 991px) {
      .boxedTable .table-cell figure {
        display: none; } }
    .boxedTable .table-cell .full {
      width: 100%; }
    @media (max-width: 991px) {
      .boxedTable .table-cell {
        display: block;
        width: auto;
        padding: 60px 40px;
        text-align: center; } }
    @media (max-width: 480px) {
      .boxedTable .table-cell {
        padding: 40px 30px; } }
  .boxedTable.first .table-cell {
    width: 50%; }
    .boxedTable.first .table-cell:last-child {
      padding: 40px; }
      @media (max-width: 991px) {
        .boxedTable.first .table-cell:last-child {
          padding: 60px 0; } }
    @media (max-width: 991px) {
      .boxedTable.first .table-cell {
        width: auto; } }
  .boxedTable.second .table-cell {
    width: 36%; }
    .boxedTable.second .table-cell:first-child {
      width: 32%; }
    .boxedTable.second .table-cell:last-child {
      width: 32%; }
    @media (max-width: 991px) {
      .boxedTable.second .table-cell {
        width: auto !important; } }
  .boxedTable.threeRow .table-cell {
    width: 33%; }
    @media (max-width: 991px) {
      .boxedTable.threeRow .table-cell {
        width: auto; } }
  .boxedTable.threeRow.iotPage .table-cell {
    width: 33%; }
    @media (max-width: 991px) {
      .boxedTable.threeRow.iotPage .table-cell {
        display: table-cell;
        width: 33%;
        text-align: left; } }
    @media (max-width: 991px) {
      .boxedTable.threeRow.iotPage .table-cell {
        display: block;
        width: auto; } }

@media (max-width: 600px) {
  .zopim {
    display: none; } }

.relative {
  position: relative; }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.grey_bg {
  background: #edf1f5; }

.grey_bg1 {
  background: #f4f4f4; }

.grey_bg2 {
  background: #f8f8f8; }

.inlineBlock {
  padding: 0; }
  .inlineBlock li {
    display: inline-block;
    margin: 10px; }
    @media (max-width: 480px) {
      .inlineBlock li {
        display: block; } }
  .inlineBlock.four li {
    width: 22%; }
    @media (max-width: 991px) {
      .inlineBlock.four li {
        width: auto;
        margin: 10px; } }
  .inlineBlock.five li {
    width: 18%; }
    @media (max-width: 991px) {
      .inlineBlock.five li {
        width: auto;
        margin: 10px; } }
  .inlineBlock.six li {
    width: 14%; }
    @media (max-width: 991px) {
      .inlineBlock.six li {
        width: auto;
        margin: 10px; } }

.section {
  padding: 80px 0; }
  .section.sm {
    padding: 40px 0; }
  .section.md {
    padding: 60px 0; }
  .section.xl {
    padding: 100px 0; }
  .section.xxl {
    padding: 120px 0; }
  @media (max-width: 600px) {
    .section {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .section {
      padding: 20px 0; } }
  .section.white {
    background: white; }
  .section.dark {
    background: #353535; }
  .section.primary {
    background: #012a5e; }
  .section.secondary {
    background: #ef323a; }

.size56 {
  font-size: 56px;
  color: #012a5e; }
  .size56.white {
    color: #fff; }
  @media (max-width: 1366px) {
    .size56 {
      font-size: 48px; } }
  @media (max-width: 1024px) {
    .size56 {
      font-size: 40px;
      line-height: 1.2; }
      .size56 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .size56 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .size56 {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .size56 {
      font-size: 21px; } }

.size50 {
  font-size: 50px;
  color: #012a5e; }
  .size50.white {
    color: #fff; }
  @media (max-width: 1366px) {
    .size50 {
      font-size: 45px; } }
  @media (max-width: 1024px) {
    .size50 {
      font-size: 40px;
      line-height: 1.2; }
      .size50 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .size50 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .size50 {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .size50 {
      font-size: 21px; } }

.size45 {
  font-size: 45px;
  color: #012a5e; }
  .size45.white {
    color: #fff; }
  @media (max-width: 1199px) {
    .size45 {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .size45 {
      font-size: 30px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    .size45 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .size45 {
      font-size: 21px; } }

.size40 {
  font-size: 40px;
  color: #012a5e; }
  .size40.white {
    color: #fff; }
  @media (max-width: 1199px) {
    .size40 {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .size40 {
      font-size: 28px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    .size40 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .size40 {
      font-size: 21px; } }
  @media (max-width: 360px) {
    .size40 {
      font-size: 18px; } }

.size36 {
  font-size: 36px;
  color: #012a5e; }
  .size36.white {
    color: #fff; }
  @media (max-width: 1199px) {
    .size36 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .size36 {
      font-size: 24px;
      line-height: 1.2; }
      .size36 span {
        font-size: 100%; } }
  @media (max-width: 600px) {
    .size36 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .size36 {
      font-size: 21px; } }
  @media (max-width: 360px) {
    .size36 {
      font-size: 18px; } }

.size30 {
  font-size: 30px;
  color: #012a5e; }
  .size30.white {
    color: #fff; }
  @media (max-width: 1199px) {
    .size30 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .size30 {
      font-size: 24px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    .size30 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .size30 {
      font-size: 21px; } }
  @media (max-width: 360px) {
    .size30 {
      font-size: 18px; } }

.size24 {
  font-size: 24px;
  color: #012a5e; }
  .size24.white {
    color: #fff; }
  @media (max-width: 600px) {
    .size24 {
      font-size: 21px;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    .size24 {
      font-size: 18px; } }

.size21 {
  font-size: 21px;
  color: #012a5e;
  line-height: 32px; }
  .size21.white {
    color: #fff; }
  @media (max-width: 1024px) {
    .size21 {
      font-size: 18px;
      line-height: 27px; } }
  @media (max-width: 600px) {
    .size21 {
      font-size: 16px; } }

.size18 {
  font-size: 18px;
  color: #012a5e; }
  .size18.white {
    color: #fff; }
  @media (max-width: 991px) {
    .size18 {
      font-size: 16px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    .size18 {
      font-size: 15px; } }

.entry-content p br {
  display: block; }

.cookiePopup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #012a5e;
  display: flex;
  flex-direction: row;
  padding: 10px 10px;
  justify-content: center;
  z-index: 1000; }
  @media (min-width: 600px) {
    .cookiePopup {
      padding: 20px 10px; } }
  .cookiePopup__content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .cookiePopup__content {
        flex-direction: column; } }
    .cookiePopup__content figure {
      margin-right: 20px;
      width: 90px;
      height: 90px;
      background: rgba(18, 74, 137, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%; }
      @media (max-width: 600px) {
        .cookiePopup__content figure {
          display: none; } }
    .cookiePopup__content .textBlock {
      margin-bottom: 15px; }
      @media (min-width: 600px) {
        .cookiePopup__content .textBlock {
          max-width: 65%;
          margin-right: 15px; } }
      .cookiePopup__content .textBlock p, .cookiePopup__content .textBlock span {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: normal;
        font-family: "proxima_novalight";
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.6); }
        @media (max-width: 600px) {
          .cookiePopup__content .textBlock p, .cookiePopup__content .textBlock span {
            font-size: 12px;
            text-align: justify; } }
        .cookiePopup__content .textBlock p a, .cookiePopup__content .textBlock span a {
          color: #FFFFFF;
          font-family: "proxima_novaregular";
          color: #FFFFFF; }
    .cookiePopup__content .btnBlock {
      display: flex; }
      .cookiePopup__content .btnBlock a, .cookiePopup__content .btnBlock .btnSimple, .cookiePopup__content .btnBlock .btnBorder {
        line-height: 35px;
        padding: 0 35px;
        font-family: "proxima_novaregular";
        font-size: 16px;
        display: flex;
        align-items: center; }
        .cookiePopup__content .btnBlock a:not(:last-child), .cookiePopup__content .btnBlock .btnSimple:not(:last-child), .cookiePopup__content .btnBlock .btnBorder:not(:last-child) {
          margin-right: 15px; }
      .cookiePopup__content .btnBlock .btnSimple {
        margin-right: 15px; }
        .cookiePopup__content .btnBlock .btnSimple:hover {
          background-color: #FFFFFF;
          color: #012a5e; }

@keyframes scrollanimate {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes prevscrollanimate {
  0% {
    top: 0; }
  100% {
    top: 100%; } }

@keyframes oldlogoanimate {
  0% {
    left: 0;
    opacity: 1; }
  100% {
    left: -50%;
    opacity: 0; } }

@keyframes newlogoanimate {
  0% {
    right: -50%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

.size67 {
  font-size: 30px; }
  @media (min-width: 480px) {
    .size67 {
      font-size: 47px; } }
  @media (min-width: 1024px) {
    .size67 {
      font-size: 67px; } }

.size56 {
  font-size: 30px; }
  @media (min-width: 1024px) {
    .size56 {
      font-size: 56px; } }

.size38 {
  font-size: 3px; }
  @media (min-width: 1024px) {
    .size38 {
      font-size: 38px; } }

.size30 {
  font-size: 3px; }

.size27 {
  font-size: 27px; }

.size24 {
  font-size: 24px; }

.size21 {
  font-size: 21px; }

.size18 {
  font-size: 18px; }

#loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.65); }
  #loading #loading-center {
    position: relative;
    width: 100%;
    height: 100%; }
    #loading #loading-center #loading-center-absolute {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 20px;
      width: 100px;
      margin-top: -10px;
      margin-left: -50px; }
      #loading #loading-center #loading-center-absolute .object {
        width: 20px;
        height: 20px;
        background-color: #012a5e;
        float: left;
        margin-right: 20px;
        border-radius: 50%; }
        #loading #loading-center #loading-center-absolute .object:last-child {
          margin-right: 0; }
      #loading #loading-center #loading-center-absolute #object_one {
        -webkit-animation: object_one 1.5s infinite;
        animation: object_one 1.5s infinite; }
      #loading #loading-center #loading-center-absolute #object_two {
        -webkit-animation: object_two 1.5s infinite;
        animation: object_two 1.5s infinite;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
      #loading #loading-center #loading-center-absolute #object_three {
        -webkit-animation: object_three 1.5s infinite;
        animation: object_three 1.5s infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
  #loading.hidden {
    visibility: hidden;
    opacity: 0; }

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

.spinnerLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9); }
  .spinnerLoader .loadingCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 100px;
    margin-top: -25px;
    margin-left: -50px;
    text-align: center; }
    .spinnerLoader .loadingCenter .rect {
      display: inline-block;
      background: #fff;
      height: 30px;
      width: 4px;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out; }
      .spinnerLoader .loadingCenter .rect.rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s; }
      .spinnerLoader .loadingCenter .rect.rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }
      .spinnerLoader .loadingCenter .rect.rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; }
      .spinnerLoader .loadingCenter .rect.rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.headerSpacing {
  padding-top: 85px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 150ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .container {
    z-index: 2; }
  .header .header__bar {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0; }
    .header .header__bar--block {
      margin: 0 auto;
      width: 97.5%;
      max-width: 1520px;
      padding: 0 15px;
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 1024px) {
        .header .header__bar--block {
          justify-content: space-between; } }
    .header .header__bar .covid {
      display: none;
      font-family: "Public Sans Light", sans-serif;
      color: rgba(255, 255, 255, 0.68); }
      @media (min-width: 1024px) {
        .header .header__bar .covid {
          display: block; } }
      .header .header__bar .covid a {
        font-family: "Public Sans Bold", sans-serif;
        color: rgba(249, 14, 14, 0.68); }
        .header .header__bar .covid a:hover {
          color: #f90e0e; }
    .header .header__bar .selectCountry {
      width: 37px;
      height: 18px;
      position: relative;
      cursor: pointer;
      margin-left: 25px;
      padding-left: 16px;
      background: url(../img/new_home/icons.png) no-repeat;
      background-position: -12px -13px; }
      @media (max-width: 1024px) {
        .header .header__bar .selectCountry {
          margin-left: 25px; } }
      .header .header__bar .selectCountry:hover a:not(.noAfter):after {
        width: 40px; }
      .header .header__bar .selectCountry:hover .customDropDown, .header .header__bar .selectCountry:hover .countryDropDown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .header .header__bar .countryDropDown {
      position: absolute;
      top: 100%;
      right: 0;
      padding: 0;
      width: 78px;
      padding-top: 11px;
      text-align: left;
      z-index: 3;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all 650ms cubic-bezier(.76,0,.11,1);
      -o-transition: all 650ms cubic-bezier(.76,0,.11,1);
      transition: all 650ms cubic-bezier(.76,0,.11,1);
      -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
      -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
      transition-timing-function: cubic-bezier(.76,0,.31,1); }
      .header .header__bar .countryDropDown:before {
        content: '';
        position: absolute;
        top: 2px;
        right: 11px;
        width: 21px;
        height: 13px;
        background: url(../img/top_caret.png) no-repeat;
        background-size: 14px; }
      .header .header__bar .countryDropDown li {
        display: block;
        font-size: 12px;
        padding: 0;
        line-height: 20px;
        background: #012a5e;
        border-bottom: solid #949494 1px; }
        .header .header__bar .countryDropDown li:last-child {
          border-bottom: none; }
        .header .header__bar .countryDropDown li a {
          color: #fff;
          display: block;
          padding: 10px 8px; }
          .header .header__bar .countryDropDown li a img {
            display: inline-block;
            width: 22px;
            margin-right: 5px;
            vertical-align: sub; }
          .header .header__bar .countryDropDown li a:hover {
            background: rgba(0, 0, 0, 0.3);
            color: #fff; }
        .header .header__bar .countryDropDown li:hover .customDropDownSub {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
  .header .mainHeader {
    padding: 10px 0; }
  .header .menuBtn {
    float: left;
    margin: 8px 26px 0 0; }
    @media (max-width: 480px) {
      .header .menuBtn {
        margin: 8px 20px 0 0; } }
    .header .menuBtn a {
      position: relative;
      width: 33px;
      height: 26px;
      cursor: pointer;
      display: block;
      z-index: 50;
      -webkit-transition: all 20ms cubic-bezier(.4,0,.2,1);
      -o-transition: all 20ms cubic-bezier(.4,0,.2,1);
      transition: all 20ms cubic-bezier(.4,0,.2,1);
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .header .menuBtn span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 33px;
      height: 3px;
      z-index: 1;
      background: #fff;
      -webkit-transition: left 300ms cubic-bezier(.4,0,.2,1);
      -o-transition: left 300ms cubic-bezier(.4,0,.2,1);
      transition: left 300ms cubic-bezier(.4,0,.2,1); }
      .header .menuBtn span:last-child {
        top: 22px; }
      .header .menuBtn span.cross {
        top: 9px;
        left: 7px;
        z-index: 2;
        background: none; }
        .header .menuBtn span.cross:before, .header .menuBtn span.cross:after {
          display: block;
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: 3px;
          background: #fff;
          -webkit-transition: all 350ms cubic-bezier(.4,0,.2,1);
          -o-transition: all 350ms cubic-bezier(.4,0,.2,1);
          transition: all 350ms cubic-bezier(.4,0,.2,1); }
    .header .menuBtn:hover span.cross {
      left: 0; }
    .header .menuBtn .is-active span:first-child {
      opacity: 0; }
    .header .menuBtn .is-active span:last-child {
      opacity: 0; }
    .header .menuBtn .is-active span.cross {
      height: 26px;
      top: 0;
      left: 0; }
      .header .menuBtn .is-active span.cross:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header .menuBtn .is-active span.cross:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .header .logo {
    position: relative;
    z-index: 1;
    float: left;
    padding: 4px 0; }
    .header .logo a {
      display: block;
      width: 126px;
      height: 32px;
      outline: none;
      background: url(../img/clavax-logo-white.svg) no-repeat;
      background-size: 100%; }
      @media (max-width: 480px) {
        .header .logo a {
          width: 110px;
          margin-top: 7px; } }
      @media (max-width: 360px) {
        .header .logo a {
          width: 90px;
          margin-top: 0; } }
    @media (max-width: 1024px) {
      .header .logo {
        padding-left: 0; } }
    @media (max-width: 600px) {
      .header .logo {
        padding: 0; } }
  .header .headerNav {
    position: relative;
    float: left;
    margin-left: 70px; }
    .header .headerNav ul {
      margin: 0;
      padding: 0 20px 0 0; }
      .header .headerNav ul li {
        position: relative;
        display: inline-block;
        font-size: 17px;
        color: #fff;
        padding: 0 25px;
        line-height: 41px;
        vertical-align: middle; }
        .header .headerNav ul li.noPadding {
          padding: 0; }
        .header .headerNav ul li.phone_icon {
          display: none; }
          .header .headerNav ul li.phone_icon a {
            display: block;
            font-size: 28px;
            padding: 0 10px; }
            .header .headerNav ul li.phone_icon a i {
              display: block;
              margin-top: 3px; }
            @media (max-width: 360px) {
              .header .headerNav ul li.phone_icon a {
                font-size: 22px; } }
          @media (max-width: 480px) {
            .header .headerNav ul li.phone_icon {
              display: inline-block; } }
        .header .headerNav ul li.get_estimate .btnAnimated {
          background-color: #2578ea;
          border-radius: 25px;
          color: #FFFFFF;
          font-size: 17px;
          padding: 0rem 45px 0 20px;
          position: relative;
          overflow: hidden;
          z-index: 2; }
          .header .headerNav ul li.get_estimate .btnAnimated::after, .header .headerNav ul li.get_estimate .btnAnimated::before {
            content: "";
            position: absolute; }
          .header .headerNav ul li.get_estimate .btnAnimated::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transform: scaleX(0);
            transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
            transform-origin: center right;
            background-color: #ef323a;
            z-index: -1; }
          .header .headerNav ul li.get_estimate .btnAnimated::after {
            top: 10px;
            right: 13px;
            width: 22px;
            height: 21px;
            background: url(../img/new_home/icons.png) no-repeat;
            background-position: -56px -11px; }
          .header .headerNav ul li.get_estimate .btnAnimated:hover:before {
            transform: scaleX(1);
            transform-origin: center left; }
        @media (max-width: 480px) {
          .header .headerNav ul li.get_estimate {
            padding-right: 10px;
            border-right: solid #fff 1px; } }
        .header .headerNav ul li a {
          position: relative;
          display: block;
          color: #fff;
          font-family: "Public Sans Light", sans-serif; }
          .header .headerNav ul li a:not(.noAfter):after {
            display: block;
            content: '';
            width: 0;
            height: 1px;
            background: #fff;
            -webkit-transition: all 150ms ease-out;
            -o-transition: all 150ms ease-out;
            transition: all 150ms ease-out; }
          .header .headerNav ul li a.esti_icon {
            display: block;
            width: 30px;
            cursor: pointer;
            background: url(../img/estimate_icon-white.svg) center no-repeat;
            background-size: 30px; }
            @media (max-width: 360px) {
              .header .headerNav ul li a.esti_icon {
                background-size: 20px; } }
        .header .headerNav ul li .customDropDown {
          position: absolute;
          top: 100%;
          left: 0;
          padding: 0;
          width: 240px;
          text-align: left;
          padding-top: 25px;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
          -o-transform: translateY(100px);
          transform: translateY(100px);
          -webkit-transition: all 650ms cubic-bezier(.76,0,.11,1);
          -o-transition: all 650ms cubic-bezier(.76,0,.11,1);
          transition: all 650ms cubic-bezier(.76,0,.11,1);
          -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
          -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
          transition-timing-function: cubic-bezier(.76,0,.31,1); }
          .header .headerNav ul li .customDropDown:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 25px;
            width: 21px;
            height: 13px;
            background: url(../img/top_caret.png) no-repeat; }
          .header .headerNav ul li .customDropDown li {
            display: block;
            font-size: 14px;
            padding: 0;
            line-height: 20px;
            background: #012a5e;
            border-bottom: solid #09428a 1px; }
            .header .headerNav ul li .customDropDown li:last-child {
              border-bottom: none; }
            .header .headerNav ul li .customDropDown li a {
              color: #fff;
              padding: 15px; }
              .header .headerNav ul li .customDropDown li a:hover {
                background: #0594d1;
                color: #fff; }
            .header .headerNav ul li .customDropDown li .customDropDownSub {
              position: absolute;
              top: 0;
              left: 100%;
              padding: 0;
              width: 240px;
              text-align: left;
              opacity: 0;
              visibility: hidden;
              -webkit-transform: translateY(100px);
              -ms-transform: translateY(100px);
              -o-transform: translateY(100px);
              transform: translateY(100px);
              -webkit-transition: all 650ms cubic-bezier(.76,0,.11,1);
              -o-transition: all 650ms cubic-bezier(.76,0,.11,1);
              transition: all 650ms cubic-bezier(.76,0,.11,1);
              -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
              -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
              transition-timing-function: cubic-bezier(.76,0,.31,1); }
            .header .headerNav ul li .customDropDown li:hover .customDropDownSub {
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
        .header .headerNav ul li:hover a:not(.noAfter):after {
          width: 40px; }
        .header .headerNav ul li:hover .customDropDown, .header .headerNav ul li:hover .countryDropDown {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
        @media (max-width: 1199px) {
          .header .headerNav ul li {
            font-size: 15px;
            padding: 0 10px; } }
        @media (max-width: 800px) {
          .header .headerNav ul li:not(.tablet) {
            display: none; } }
        @media (max-width: 480px) {
          .header .headerNav ul li.mobile {
            display: none; } }
        @media (max-width: 360px) {
          .header .headerNav ul li {
            line-height: 30px; } }
      @media (max-width: 1024px) {
        .header .headerNav ul {
          padding: 0; } }
  .header.white, .header.sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.06);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.06); }
    .header.white .btnAnimated.white, .header.sticky .btnAnimated.white {
      background: #e2e2e2; }
    .header.white .menuBtn span, .header.sticky .menuBtn span {
      background: #012a5e; }
      .header.white .menuBtn span.cross, .header.sticky .menuBtn span.cross {
        background: none; }
        .header.white .menuBtn span.cross:before, .header.white .menuBtn span.cross:after, .header.sticky .menuBtn span.cross:before, .header.sticky .menuBtn span.cross:after {
          background: #012a5e; }
    .header.white .menuBtn a.is-active span, .header.sticky .menuBtn a.is-active span {
      background: #fff; }
      .header.white .menuBtn a.is-active span.cross, .header.sticky .menuBtn a.is-active span.cross {
        background: none; }
        .header.white .menuBtn a.is-active span.cross:before, .header.white .menuBtn a.is-active span.cross:after, .header.sticky .menuBtn a.is-active span.cross:before, .header.sticky .menuBtn a.is-active span.cross:after {
          background: #fff; }
    .header.white .logo a, .header.sticky .logo a {
      background-image: url(../img/clavax-logo-red.svg); }
    .header.white .headerNav ul li, .header.sticky .headerNav ul li {
      color: #012a5e; }
      .header.white .headerNav ul li a, .header.sticky .headerNav ul li a {
        color: #012a5e; }
        .header.white .headerNav ul li a:not(.noAfter):after, .header.sticky .headerNav ul li a:not(.noAfter):after {
          background: #012a5e; }
        .header.white .headerNav ul li a.esti_icon, .header.sticky .headerNav ul li a.esti_icon {
          background-image: url(../img/estimate_icon.svg); }
      .header.white .headerNav ul li.menuIcon i, .header.sticky .headerNav ul li.menuIcon i {
        background: url(../img/sprite.png) -619px 0 no-repeat; }
      .header.white .headerNav ul li.selectCountry, .header.sticky .headerNav ul li.selectCountry {
        background-image: url(../img/internet-black.svg); }
      .header.white .headerNav ul li .countryDropDown li a:hover, .header.sticky .headerNav ul li .countryDropDown li a:hover {
        color: #fff; }
  @media (max-width: 360px) {
    .header {
      padding: 15px 0; }
      .header .container {
        padding-left: 5px;
        padding-right: 5px; } }

.footer__top {
  padding: 20px 0 50px; }

.footer__links {
  border-bottom: solid 1px #f90e0e;
  padding: 15px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 480px) {
    .footer__links {
      justify-content: flex-start; } }
  .footer__links a {
    font-size: 16px;
    color: #012a5e;
    font-family: "Public Sans Medium", sans-serif;
    padding: 10px;
    text-decoration: none; }
    .footer__links a:hover {
      color: #f90e0e; }
    .footer__links a:not(:last-child) {
      margin: 0 7px; }
    @media (min-width: 480px) {
      .footer__links a {
        font-size: 18px; }
        .footer__links a:not(:last-child) {
          margin: 0 25px 0 0; } }

.footer__content {
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .footer__content .socialLinks {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 38px;
    display: flex;
    flex-direction: column; }
    .footer__content .socialLinks a {
      width: 38px;
      height: 38px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../img/new_home/icons.png) no-repeat; }
      .footer__content .socialLinks a:not(:last-child) {
        margin-bottom: 25px; }
      .footer__content .socialLinks a.twitter {
        background-position: -336px -59px; }
      .footer__content .socialLinks a.linkedin {
        background-position: -390px -59px; }
      .footer__content .socialLinks a.youtube {
        background-position: -436px -59px; }
  .footer__content .titleBlock {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px 30px 0; }
    .footer__content .titleBlock h2 {
      background: #012a5e;
      background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 20px;
      text-align: center;
      font-family: "Public Sans Bold", sans-serif;
      line-height: 1.2; }
      @media (min-width: 480px) {
        .footer__content .titleBlock h2 {
          font-size: 50px; } }
      @media (min-width: 1024px) {
        .footer__content .titleBlock h2 {
          font-size: 80px; } }
    .footer__content .titleBlock p {
      font-size: 18px;
      line-height: 1.4;
      font-family: "proxima_novalight";
      text-align: center; }
      @media (min-width: 480px) {
        .footer__content .titleBlock p {
          font-size: 22px; } }

.footer__address {
  box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.09); }
  .footer__address .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer__address .row {
        flex-direction: row; } }
  .footer__address .address {
    padding: 60px 0 60px 40px;
    position: relative; }
    .footer__address .address i {
      position: absolute;
      top: 55px;
      left: 0;
      color: #ededed;
      width: 36px;
      height: 48px;
      background: url(../img/new_home/icons.png) no-repeat; }
      .footer__address .address i.addressIcon {
        background-position: -212px -56px; }
      .footer__address .address i.phoneIcon {
        background-position: -278px -60px; }
    .footer__address .address .titleBlock {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .footer__address .address .titleBlock h3 {
        font-size: 28px;
        font-family: "Public Sans Bold", sans-serif;
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 15px; }
      .footer__address .address .titleBlock p {
        font-size: 19px;
        line-height: 2;
        font-family: "proxima_novaregular"; }
  .footer__address .footerLogo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0; }
    .footer__address .footerLogo a:not(:last-child) {
      margin-right: 25px; }
  .footer__address .footerCopy p {
    font-size: 18px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
    padding: 15px 0; }

.footer .footer2 {
  padding: 20px 0;
  color: #fff;
  margin-top: 10px;
  background: #012a5e;
  border-top: solid #ef323a 2px; }
  .footer .footer2 .footerLinks {
    padding: 0; }
    .footer .footer2 .footerLinks li {
      display: inline-block;
      font-size: 14px;
      line-height: 14px;
      margin-right: 20px;
      text-transform: uppercase; }
      .footer .footer2 .footerLinks li a {
        color: #fff; }
      .footer .footer2 .footerLinks li:hover a {
        color: #fff; }
      @media (max-width: 1199px) {
        .footer .footer2 .footerLinks li {
          margin-right: 14px; } }
      @media (max-width: 1024px) {
        .footer .footer2 .footerLinks li {
          font-size: 13px;
          margin-right: 9px; } }
      @media (max-width: 991px) {
        .footer .footer2 .footerLinks li {
          margin: 10px; } }
  .footer .footer2 .fright {
    text-align: right; }
    @media (max-width: 991px) {
      .footer .footer2 .fright {
        text-align: center;
        padding-top: 15px; } }
  @media (max-width: 991px) {
    .footer .footer2 {
      text-align: center; } }

.backToTop {
  position: absolute;
  bottom: 70px;
  right: 20px;
  font-size: 36px;
  z-index: 999;
  padding: 0 12px;
  cursor: pointer;
  background: #fff;
  border: solid #012a5e 1px; }
  .backToTop i {
    position: relative;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
  .backToTop:hover i {
    top: -2px; }
  @media (max-width: 480px) {
    .backToTop {
      bottom: 125px; } }

@media (min-width: 769px) {
  .menuWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden; }
    .menuWrapper .menuInner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      background: url(../img/menu_bg.jpg) left top no-repeat #012a5e;
      background-size: cover;
      -webkit-transition: all 50ms ease-out;
      -o-transition: all 50ms ease-out;
      transition: all 50ms ease-out;
      -webkit-transition-delay: 0ms;
      -o-transition-delay: 0ms;
      transition-delay: 0ms; }
    .menuWrapper .circle {
      content: '';
      position: fixed;
      top: 0;
      right: 0;
      width: 60%;
      z-index: -1;
      height: 100%;
      background: rgba(1, 42, 94, 0.88);
      -webkit-transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -o-transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
      transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000); } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .menuWrapper .circle {
        width: 100%; } }

@media (min-width: 769px) {
    .menuWrapper.showMenu {
      opacity: 1;
      visibility: visible; }
      .menuWrapper.showMenu .menuInner {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 800ms ease-out;
        -o-transition: all 800ms ease-out;
        transition: all 800ms ease-out; }
    .menuWrapper .navContainer {
      position: absolute;
      top: 50%;
      left: 45%;
      width: 400px;
      margin-top: -75px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .menuWrapper .navContainer ul {
        margin: 0; }
        .menuWrapper .navContainer ul li {
          position: relative;
          z-index: 1;
          display: block;
          font-family: "proxima_nova_rgbold";
          font-size: 40px;
          line-height: 70px;
          -webkit-transition: opacity .6s cubic-bezier(.4,0,.2,1);
          -o-transition: opacity .6s cubic-bezier(.4,0,.2,1);
          transition: opacity .6s cubic-bezier(.4,0,.2,1); }
          .menuWrapper .navContainer ul li a {
            display: inline-block;
            color: #fff;
            -webkit-transition: color .6s cubic-bezier(.4,0,.2,1);
            -o-transition: color .6s cubic-bezier(.4,0,.2,1);
            transition: color .6s cubic-bezier(.4,0,.2,1); } }
          @media (min-width: 769px) and (max-width: 1366px) {
            .menuWrapper .navContainer ul li a {
              padding-right: 0; } }

@media (min-width: 769px) {
          .menuWrapper .navContainer ul li.hasDropDown:before {
            content: '';
            position: absolute;
            top: 33px;
            left: 340px;
            width: 0;
            height: 1px;
            z-index: -1;
            background: #fff;
            -webkit-transition: width 300ms cubic-bezier(.4,0,.2,1);
            -o-transition: width 300ms cubic-bezier(.4,0,.2,1);
            transition: width 300ms cubic-bezier(.4,0,.2,1); } }
          @media (min-width: 769px) and (max-width: 1199px) {
            .menuWrapper .navContainer ul li.hasDropDown:before {
              top: 27px;
              left: 280px; } }

@media (min-width: 769px) {
          .menuWrapper .navContainer ul li .dropdown {
            position: absolute;
            top: 21px;
            left: 100%;
            padding-left: 0;
            visibility: hidden;
            -webkit-transition: visibility 10ms ease-out;
            -o-transition: visibility 10ms ease-out;
            transition: visibility 10ms ease-out;
            -webkit-transition-delay: 800ms;
            -o-transition-delay: 800ms;
            transition-delay: 800ms; }
            .menuWrapper .navContainer ul li .dropdown.adjustUpSide {
              top: -75px; }
            .menuWrapper .navContainer ul li .dropdown.adjustUpSide2 {
              top: auto;
              bottom: 0; }
            .menuWrapper .navContainer ul li .dropdown li {
              font-family: "proxima_novaregular";
              font-size: 16px;
              opacity: 0;
              margin: 0 0 20px;
              text-align: left;
              line-height: 24px;
              white-space: nowrap;
              text-transform: none;
              -webkit-transform: translateX(-30%);
              -ms-transform: translateX(-30%);
              -o-transform: translateX(-30%);
              transform: translateX(-30%);
              -webkit-transition: opacity .4s cubic-bezier(.4,0,.2,1), transform .45s cubic-bezier(.4,0,.2,1);
              -o-transition: opacity .4s cubic-bezier(.4,0,.2,1), transform .45s cubic-bezier(.4,0,.2,1);
              transition: opacity .4s cubic-bezier(.4,0,.2,1), transform .45s cubic-bezier(.4,0,.2,1); }
              .menuWrapper .navContainer ul li .dropdown li:before {
                display: none; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(1) {
                -webkit-transition-delay: 780ms;
                -o-transition-delay: 780ms;
                transition-delay: 780ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(2) {
                -webkit-transition-delay: 740ms;
                -o-transition-delay: 740ms;
                transition-delay: 740ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(3) {
                -webkit-transition-delay: 700ms;
                -o-transition-delay: 700ms;
                transition-delay: 700ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(4) {
                -webkit-transition-delay: 660ms;
                -o-transition-delay: 660ms;
                transition-delay: 660ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(5) {
                -webkit-transition-delay: 620ms;
                -o-transition-delay: 620ms;
                transition-delay: 620ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(6) {
                -webkit-transition-delay: 540ms;
                -o-transition-delay: 540ms;
                transition-delay: 540ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(7) {
                -webkit-transition-delay: 520ms;
                -o-transition-delay: 520ms;
                transition-delay: 520ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(8) {
                -webkit-transition-delay: 480ms;
                -o-transition-delay: 480ms;
                transition-delay: 480ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(9) {
                -webkit-transition-delay: 440ms;
                -o-transition-delay: 440ms;
                transition-delay: 440ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(10) {
                -webkit-transition-delay: 400ms;
                -o-transition-delay: 400ms;
                transition-delay: 400ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(11) {
                -webkit-transition-delay: 360ms;
                -o-transition-delay: 360ms;
                transition-delay: 360ms; }
              .menuWrapper .navContainer ul li .dropdown li:nth-child(12) {
                -webkit-transition-delay: 320ms;
                -o-transition-delay: 320ms;
                transition-delay: 320ms; }
              .menuWrapper .navContainer ul li .dropdown li a {
                background: none; } }
            @media (min-width: 769px) and (max-width: 1366px) {
              .menuWrapper .navContainer ul li .dropdown li {
                font-size: 15px; } }
          @media (min-width: 769px) and (max-width: 1199px) {
            .menuWrapper .navContainer ul li .dropdown {
              top: 15px; } }

@media (min-width: 769px) {
          .menuWrapper .navContainer ul li:hover.hasDropDown:before {
            width: 40px; }
          .menuWrapper .navContainer ul li:hover a {
            color: #fff; }
          .menuWrapper .navContainer ul li:hover .dropdown {
            visibility: visible;
            -webkit-transition-delay: 10ms;
            -o-transition-delay: 10ms;
            transition-delay: 10ms; }
            .menuWrapper .navContainer ul li:hover .dropdown li {
              opacity: 1;
              -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              transform: translateX(0); }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(1) {
                -webkit-transition-delay: 340ms;
                -o-transition-delay: 340ms;
                transition-delay: 340ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(2) {
                -webkit-transition-delay: 380ms;
                -o-transition-delay: 380ms;
                transition-delay: 380ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(3) {
                -webkit-transition-delay: 420ms;
                -o-transition-delay: 420ms;
                transition-delay: 420ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(4) {
                -webkit-transition-delay: 460ms;
                -o-transition-delay: 460ms;
                transition-delay: 460ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(5) {
                -webkit-transition-delay: 500ms;
                -o-transition-delay: 500ms;
                transition-delay: 500ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(6) {
                -webkit-transition-delay: 540ms;
                -o-transition-delay: 540ms;
                transition-delay: 540ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(7) {
                -webkit-transition-delay: 580ms;
                -o-transition-delay: 580ms;
                transition-delay: 580ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(8) {
                -webkit-transition-delay: 620ms;
                -o-transition-delay: 620ms;
                transition-delay: 620ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(9) {
                -webkit-transition-delay: 660ms;
                -o-transition-delay: 660ms;
                transition-delay: 660ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(10) {
                -webkit-transition-delay: 700ms;
                -o-transition-delay: 700ms;
                transition-delay: 700ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(11) {
                -webkit-transition-delay: 740ms;
                -o-transition-delay: 740ms;
                transition-delay: 740ms; }
              .menuWrapper .navContainer ul li:hover .dropdown li:nth-child(12) {
                -webkit-transition-delay: 780ms;
                -o-transition-delay: 780ms;
                transition-delay: 780ms; }
            .menuWrapper .navContainer ul li:hover .dropdown:hover li a {
              opacity: 0.6; }
              .menuWrapper .navContainer ul li:hover .dropdown:hover li a:hover {
                opacity: 1; } }
        @media (min-width: 769px) and (max-width: 1199px) {
          .menuWrapper .navContainer ul li {
            font-size: 33px;
            line-height: 60px; } }

@media (min-width: 769px) {
        .menuWrapper .navContainer ul:hover li.hasDropDown {
          opacity: 0.6; }
          .menuWrapper .navContainer ul:hover li.hasDropDown:hover {
            opacity: 1; } }
    @media (min-width: 769px) and (max-width: 1199px) {
      .menuWrapper .navContainer {
        width: 350px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .menuWrapper .navContainer {
        left: 80px; } }

@media (min-width: 769px) {
    .menuWrapper .navBottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 40px 0;
      background: #012a5e;
      -webkit-transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -o-transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
      transition: all 50ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
      .menuWrapper .navBottom .common_h3 {
        display: inline-block;
        margin: 10px 80px 0 0;
        vertical-align: top; } }
      @media (min-width: 769px) and (max-width: 1366px) {
        .menuWrapper .navBottom .common_h3 {
          margin-right: 40px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .menuWrapper .navBottom .common_h3 {
          margin-right: 40px; } }

@media (min-width: 769px) {
      .menuWrapper .navBottom p {
        display: inline-block;
        color: #fff;
        margin-bottom: 0; } }
      @media (min-width: 769px) and (max-width: 1199px) {
        .menuWrapper .navBottom p br {
          display: block; } }

@media (min-width: 769px) {
      .menuWrapper .navBottom a {
        font-family: "proxima_novalight";
        color: #fff; }
        .menuWrapper .navBottom a:hover {
          text-decoration: underline; }
      .menuWrapper .navBottom .officeBox {
        float: left; }
        .menuWrapper .navBottom .officeBox.last {
          margin-left: 40px;
          padding-left: 40px;
          border-left: solid #fff 1px; } }
        @media (min-width: 769px) and (max-width: 1366px) {
          .menuWrapper .navBottom .officeBox.last {
            margin-left: 30px;
            padding-left: 30px; } }

@media (min-width: 769px) {
      .menuWrapper .navBottom .emailBox {
        float: left;
        padding-left: 40px;
        margin-left: 40px;
        border-left: solid #fff 1px; } }
      @media (min-width: 769px) and (max-width: 1366px) {
        .menuWrapper .navBottom .emailBox {
          margin-left: 30px;
          padding-left: 30px; } }

@media (min-width: 769px) {
      .menuWrapper .navBottom .socialBox {
        float: right; }
        .menuWrapper .navBottom .socialBox .socialLinks {
          display: inline-block;
          text-align: left;
          margin-top: 17px; }
          .menuWrapper .navBottom .socialBox .socialLinks li {
            display: inline-block;
            font-size: 18px;
            margin-right: 15px; }
            .menuWrapper .navBottom .socialBox .socialLinks li a {
              display: block;
              width: 40px;
              height: 40px;
              color: #fff;
              line-height: 40px;
              text-align: center;
              border: solid #fff 1px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
              -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
              transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
              .menuWrapper .navBottom .socialBox .socialLinks li a:hover {
                background: #fff;
                color: #444; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .menuWrapper .navBottom .socialBox {
          display: none; } }

@media (max-width: 768px) {
  .menuWrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
    visibility: hidden;
    -webkit-transition: visibility 850ms ease-out;
    -o-transition: visibility 850ms ease-out;
    transition: visibility 850ms ease-out; }
    .menuWrapper:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: #000;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left;
      -webkit-transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      -o-transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      -webkit-transition-delay: 250ms;
      -o-transition-delay: 250ms;
      transition-delay: 250ms;
      display: none; }
    .menuWrapper:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 96%;
      z-index: 3;
      bottom: 0;
      background: rgba(13, 67, 136, 0.96);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left;
      -webkit-transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      -o-transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .menuWrapper .menuInner {
      position: relative;
      z-index: 100;
      height: 100%; }
      .menuWrapper .menuInner .navContainer {
        height: 100%;
        overflow: auto;
        padding: 90px 0 60px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .2s cubic-bezier(.4,0,.2,1);
        -o-transition: transform .2s cubic-bezier(.4,0,.2,1);
        transition: transform .2s cubic-bezier(.4,0,.2,1);
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms; }
        .menuWrapper .menuInner .navContainer ul {
          padding: 0; }
          .menuWrapper .menuInner .navContainer ul li {
            display: block;
            font-size: 30px;
            line-height: 60px; }
            .menuWrapper .menuInner .navContainer ul li a {
              display: block;
              color: #fff;
              padding: 0 30px; }
            .menuWrapper .menuInner .navContainer ul li .dropdown {
              display: none;
              padding-left: 15px; }
              .menuWrapper .menuInner .navContainer ul li .dropdown li {
                font-size: 16px;
                opacity: 0.8;
                line-height: 30px; }
            .menuWrapper .menuInner .navContainer ul li.active .dropdown {
              display: block; }
      .menuWrapper .menuInner .addressBox {
        padding: 0;
        opacity: 0;
        -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1);
        -o-transition: opacity .2s cubic-bezier(.4,0,.2,1);
        transition: opacity .2s cubic-bezier(.4,0,.2,1);
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms; }
        .menuWrapper .menuInner .addressBox .rightBox, .menuWrapper .menuInner .addressBox .atext {
          display: none; }
        .menuWrapper .menuInner .addressBox .follow {
          padding: 11px 30px; }
          .menuWrapper .menuInner .addressBox .follow h4 {
            float: left;
            margin: 0;
            width: 50%;
            font-family: "proxima_novaregular";
            color: #fff;
            line-height: 28px;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .menuWrapper .menuInner .addressBox .follow ul {
            padding: 0;
            margin: 0;
            width: 50%;
            float: right;
            text-align: right; }
            .menuWrapper .menuInner .addressBox .follow ul li {
              display: inline-block;
              font-size: 18px;
              margin: 0 10px;
              line-height: 28px; }
              .menuWrapper .menuInner .addressBox .follow ul li a {
                color: #fff;
                display: block; }
  .nav-active .menuWrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
    .nav-active .menuWrapper:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      transition-delay: 200ms; }
    .nav-active .menuWrapper:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      transition-delay: 300ms; }
    .nav-active .menuWrapper .addressBox, .nav-active .menuWrapper .navContainer {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

@media (max-width: 768px) and (max-width: 768px) {
  .nav-active .buttonClick {
    background: none; } }

@media (max-width: 768px) and (max-width: 768px) {
  .navBottom {
    display: none; } }

.popUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75); }
  .popUp .closePopUp {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100; }
  .popUp .innerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .popUp .innerContainer .bgBox {
      position: relative;
      z-index: 1;
      padding: 150px 40px 130px;
      background: url(../img/popup_bg.jpg) no-repeat;
      background-size: cover; }
      .popUp .innerContainer .bgBox:before {
        content: '';
        position: absolute;
        top: 0;
        left: 235px;
        width: 120px;
        z-index: -1;
        height: 205px;
        background: #ef323a; }
        @media (max-width: 1199px) {
          .popUp .innerContainer .bgBox:before {
            left: 202px;
            width: 103px; } }
        @media (max-width: 991px) {
          .popUp .innerContainer .bgBox:before {
            display: none; } }
      @media (max-width: 991px) {
        .popUp .innerContainer .bgBox {
          padding: 80px 40px;
          text-align: center; } }
      @media (max-width: 600px) {
        .popUp .innerContainer .bgBox {
          padding: 40px; } }
    .popUp .innerContainer .popUpFooter {
      background: #012a5e;
      text-align: center;
      padding: 15px 0; }
      .popUp .innerContainer .popUpFooter p {
        margin: 0;
        text-align: left;
        line-height: 42px; }
        @media (max-width: 991px) {
          .popUp .innerContainer .popUpFooter p {
            line-height: 24px;
            margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .popUp .innerContainer .popUpFooter {
          padding: 20px;
          text-align: center; }
          .popUp .innerContainer .popUpFooter .right {
            text-align: center; } }
    @media (max-width: 991px) {
      .popUp .innerContainer {
        width: 600px; } }
    @media (max-width: 768px) {
      .popUp .innerContainer {
        width: 90%; } }

.startProject {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75); }
  .startProject .close_sa_popup {
    position: fixed;
    top: 5px;
    right: -40px;
    z-index: 100; }
    @media (max-width: 600px) {
      .startProject .close_sa_popup {
        display: none; } }
  .startProject .close_sa_popup2 {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 101; }
    @media (max-width: 991px) {
      .startProject .close_sa_popup2 {
        display: block; } }
  .startProject .innerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    padding: 30px 50px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .startProject .innerContainer .extraPaddingL {
      padding-left: 20px; }
    .startProject .innerContainer .extraPaddingR {
      padding-right: 20px; }
    .startProject .innerContainer h3 {
      font-size: 30px;
      color: #444;
      text-align: center;
      text-transform: uppercase; }
    .startProject .innerContainer .common_h5 {
      margin-bottom: 0; }
    .startProject .innerContainer p {
      font-size: 16px;
      color: #777;
      text-align: center; }
    .startProject .innerContainer .formBox fieldset .placeholder {
      font-family: "proxima_novaregular";
      font-size: 16px; }
    .startProject .innerContainer .formBox fieldset .form-control {
      padding: 6px;
      border-width: 1px;
      border-color: #999;
      height: 46px; }
      .startProject .innerContainer .formBox fieldset .form-control:focus {
        border-color: #444; }
    .startProject .innerContainer .formBox fieldset textarea.form-control {
      height: 60px; }
    .startProject .innerContainer .formBox fieldset.errorLeft label.error {
      left: 0; }
    .startProject .innerContainer .formBox fieldset.input--filled .placeholder {
      top: -15px; }
    @media (max-width: 991px) {
      .startProject .innerContainer .formBox fieldset {
        margin-bottom: 25px; } }
    .startProject .innerContainer .formBox .agreement {
      position: relative;
      cursor: pointer;
      padding-left: 36px;
      user-select: none; }
      .startProject .innerContainer .formBox .agreement .checkboxLock {
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 0; }
        .startProject .innerContainer .formBox .agreement .checkboxLock input {
          position: absolute;
          top: 4px;
          left: 0;
          opacity: 0; }
        .startProject .innerContainer .formBox .agreement .checkboxLock .lock {
          display: inline-block;
          width: 22px;
          height: 22px;
          border: solid #012a5e 2px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .startProject .innerContainer .formBox .agreement .checkboxLock input:checked + .lock {
          background: url(../img/lock.png) no-repeat center #012a5e;
          background-size: 12px; }
      .startProject .innerContainer .formBox .agreement p {
        margin: 0;
        text-align: left; }
        @media (max-width: 600px) {
          .startProject .innerContainer .formBox .agreement p {
            font-size: 14px; } }
    @media (max-width: 991px) {
      .startProject .innerContainer {
        width: 600px;
        padding: 30px;
        overflow: auto;
        max-height: 80vh; }
        .startProject .innerContainer .right {
          padding-top: 30px;
          text-align: center; }
        .startProject .innerContainer h4 {
          margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .startProject .innerContainer {
        width: 70%; } }
    @media (max-width: 600px) {
      .startProject .innerContainer {
        width: 90%; } }

.youtubeBlock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75); }
  .youtubeBlock .close_sa_popup {
    position: fixed;
    top: 5px;
    right: -40px;
    z-index: 100; }
    @media (max-width: 600px) {
      .youtubeBlock .close_sa_popup {
        display: none; } }
  .youtubeBlock .close_sa_popup2 {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 101; }
    @media (max-width: 991px) {
      .youtubeBlock .close_sa_popup2 {
        display: block; } }
  .youtubeBlock .innerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    padding: 50px;
    background: #fff;
    border-top: solid #012a5e 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.estimate-popup {
  background: rgba(1, 42, 94, 0.8); }
  .estimate-popup.in {
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .estimate-popup .modal-dialog {
    width: 80%;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    max-width: 1200px;
    position: relative;
    transform: translate(0, 0) !important; }
  .estimate-popup .modal-body {
    padding: 0px; }
  .estimate-popup .form {
    padding: 30px 0;
    min-height: 500px; }
    .estimate-popup .form__footer {
      padding: 0px 30px; }
    .estimate-popup .form__body {
      height: 70vh;
      max-height: 500px;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 10px 0;
      margin-bottom: 30px; }
      .estimate-popup .form__body .mCSB_scrollTools {
        width: 50px;
        background: #fff;
        opacity: 1; }
      .estimate-popup .form__body .mCSB_dragger_bar {
        opacity: 1 !important;
        background: #f2f2f2 !important;
        border: 1px solid #bbbbbb;
        border-radius: 3px !important;
        width: 20px !important;
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2); }
      .estimate-popup .form__body .mCSB_draggerRail {
        width: 10px !important;
        background: #f0efef;
        margin: auto;
        border-radius: 0; }
  .estimate-popup__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px; }
  .estimate-popup__question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-family: "proxima_nova_rgbold";
    color: #012a5e; }
  .estimate-popup__ansewer label input[type="radio"] {
    margin: 10px 5px; }

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -80px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    text-indent: -9999px;
    border-radius: 8px;
    opacity: 0.3; }
    .slick-dots li.slick-active {
      opacity: 1; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

@-moz-keyframes move {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes move {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes move {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.typed-cursor {
  display: none;
  font-size: 70px;
  opacity: 1;
  font-weight: 100;
  -webkit-animation: move 0.5s ease infinite alternate;
  -khtml-animation: move 0.5s ease infinite alternate;
  -moz-animation: move 0.5s ease infinite alternate;
  -ms-animation: move 0.5s ease infinite alternate;
  -o-animation: move 0.5s ease infinite alternate;
  animation: move 0.5s ease infinite alternate; }
  @media (max-width: 991px) {
    .typed-cursor {
      font-size: 70px; } }
  @media (max-width: 600px) {
    .typed-cursor {
      font-size: 40px; } }

.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s; }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.teamBox .swiper-container {
  width: 100%;
  height: 100%; }

.teamBox .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.teamBox.swiper-container-horizontal .swiper-scrollbar {
  left: 0;
  bottom: -60px;
  height: 2px;
  width: 30%;
  margin: 0 34.5%;
  background: #d6d6d6; }
  .teamBox.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    background: linear-gradient(90deg, rgba(1, 42, 94, 0.01) 0, rgba(1, 42, 94, 0.96) 24%, #012a5e 25%, #012a5e 75%, rgba(0, 173, 239, 0.01)); }
    .teamBox.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag:before {
      position: absolute;
      content: "";
      top: -25px;
      left: 50%;
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
      background: url(../img/triangles.png) #fafafa 50% no-repeat;
      -webkit-transform: translate(-50%);
      -khtml-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%); }
    .teamBox.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag:after {
      position: absolute;
      content: "";
      top: -40px;
      left: 50%;
      width: 80px;
      height: 80px;
      border-radius: 80px;
      border: 1px dashed #012a5e;
      -webkit-transform: translate(-50%);
      -khtml-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%); }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #012a5e;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #012a5e;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #012a5e;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.customModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: #111517;
  -webkit-transition: all 400ms ease-out, 0s;
  -o-transition: all 400ms ease-out, 0s;
  transition: all 400ms ease-out, 0s; }
  .customModal .closeModal {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10; }
    @media (max-width: 600px) {
      .customModal .closeModal {
        width: 20px;
        top: 20px;
        right: 20px; } }
  .customModal.is-open {
    opacity: 1;
    visibility: visible; }

.playerContainer {
  margin: 0 auto;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .playerContainer .videoWrap {
    position: relative;
    background: #060910;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
    .playerContainer .videoWrap .videoElement {
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0s ease-out;
      -o-transition: all 0s ease-out;
      transition: all 0s ease-out;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .playerContainer .videoWrap #btnPlayPause {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
      .playerContainer .videoWrap #btnPlayPause .playIcon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden; }
      .playerContainer .videoWrap #btnPlayPause.play {
        background: rgba(0, 0, 0, 0.35); }
        .playerContainer .videoWrap #btnPlayPause.play .playIcon {
          opacity: 1;
          visibility: visible; }
      .playerContainer .videoWrap #btnPlayPause.pause {
        background: rgba(0, 0, 0, 0); }
        .playerContainer .videoWrap #btnPlayPause.pause .playIcon {
          opacity: 0;
          visibility: hidden; }
  .playerContainer .progressBar {
    position: relative;
    z-index: 1;
    width: 40%;
    left: 20%;
    height: 6px;
    border: none;
    background: #434343;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .playerContainer .progressBar .progressFill {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 6px;
      background: #ef323a; }
  .playerContainer.is-open .videoWrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .playerContainer.is-open .videoWrap .videoElement {
      opacity: 1;
      -webkit-transition-delay: 1800ms;
      -o-transition-delay: 1800ms;
      transition-delay: 1800ms; }
  .playerContainer.is-open .progressBar {
    width: 100%;
    left: 0;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  @media (max-width: 1199px) {
    .playerContainer {
      width: 90%; } }

.hero {
  position: relative; }
  .hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    z-index: 1; }
    @media (min-width: 991px) {
      .hero__content {
        transform: translate(-50%, -35%); } }
    @media (min-width: 1024px) {
      .hero__content {
        transform: translate(-50%, -35%); } }
    .hero__content--title h1 {
      font-size: 30px;
      color: #FFFFFF;
      font-family: "Public Sans ExtraBold", sans-serif; }
      @media (min-width: 991px) {
        .hero__content--title h1 {
          font-size: 85px; } }
    .hero__content--title p {
      font-size: 18px;
      color: #FFFFFF;
      font-family: "Public Sans ExtraLight", sans-serif; }
      @media (min-width: 991px) {
        .hero__content--title p {
          font-size: 23px; } }
  .hero__slider {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 100%; }
    .hero__slider * {
      outline: none; }
    .hero__slider .slider {
      box-shadow: 0 20px 50px -25px black; }
    .hero__slider .item {
      height: 500px;
      position: relative;
      z-index: 1; }
      @media (min-width: 991px) {
        .hero__slider .item {
          height: 100%; } }
      .hero__slider .item img {
        width: auto;
        max-width: none;
        height: 100%;
        transition: all 5s linear;
        transform: scale(1); }
        @media (min-width: 991px) {
          .hero__slider .item img {
            width: 100%; } }
    .hero__slider .slick-active .item img {
      transform: scale(1.1); }
    .hero__slider h2 {
      display: none; }
    .hero__slider .slick-dots {
      position: absolute;
      padding: 0 20px;
      left: 50%;
      bottom: 50px;
      transform: translate(-50%, 0);
      max-width: 1420px;
      width: 100%;
      display: none !important;
      justify-content: space-between; }
      @media (min-width: 991px) {
        .hero__slider .slick-dots {
          display: flex !important; } }
      .hero__slider .slick-dots li {
        position: relative;
        padding: 12px 0;
        background: transparent;
        width: auto;
        height: auto;
        opacity: 1;
        text-indent: initial;
        margin: 0; }
        .hero__slider .slick-dots li button {
          background: transparent;
          border-radius: 0;
          border: 0;
          outline: 0;
          margin: 0;
          padding: 0;
          box-shadow: none;
          color: #FFFFFF;
          font-family: "proxima_novaregular";
          font-size: 16px; }
        .hero__slider .slick-dots li::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 2px;
          background-color: #f90e0e; }
        .hero__slider .slick-dots li.slick-active::after {
          width: 100%;
          transition: all 6s linear; }

.aboutus {
  display: flex;
  justify-content: center;
  background: #eaf3fe;
  background: linear-gradient(0deg, #eaf3fe 0%, #f0f6fc 100%); }
  .aboutus__content {
    max-width: 870px;
    padding: 15px; }
    .aboutus__content .textBlock {
      margin-bottom: 40px; }
      @media (min-width: 991px) {
        .aboutus__content .textBlock {
          margin-bottom: 60px; } }
      .aboutus__content .textBlock p {
        font-size: 25px;
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        font-family: "Public Sans Light", sans-serif;
        line-height: normal; }
        .aboutus__content .textBlock p strong {
          font-family: "Public Sans ExtraBold", sans-serif; }
        @media (min-width: 768px) {
          .aboutus__content .textBlock p {
            font-size: 25px; } }
        @media (min-width: 991px) {
          .aboutus__content .textBlock p {
            font-size: 45px; } }
    .aboutus__content .btnBlock {
      display: flex;
      justify-content: center; }

.brand {
  background: url(../img/new_home/brands-bg.jpg) no-repeat;
  background-position: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .brand {
      padding: 90px 0; } }
  @media (min-width: 991px) {
    .brand {
      padding: 140px 0; } }
  .brand__list {
    background-color: #FFFFFF;
    border-radius: 05px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      .brand__list {
        justify-content: space-between; } }
    .brand__list--item {
      position: relative;
      height: 84px;
      display: flex;
      margin: 15px 10px;
      align-items: center; }
      .brand__list--item::after, .brand__list--item::before {
        content: '';
        position: absolute;
        transform: translate(-50%, 0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s; }
      .brand__list--item::after {
        width: 2px;
        height: 50px;
        background-color: #FFFFFF;
        top: 100%;
        left: 50%; }
      .brand__list--item::before {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #FFFFFF;
        margin-top: 50px;
        top: 100%;
        left: 50%; }
      .brand__list--item .brand-info {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 70px;
        color: #FFFFFF;
        font-size: 16px;
        font-family: "Public Sans Light", sans-serif;
        width: 280px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s; }
      .brand__list--item:hover::after, .brand__list--item:hover::before {
        opacity: 1;
        visibility: visible; }
      .brand__list--item:hover .brand-info {
        opacity: 1;
        visibility: visible; }

.break .titleBlock {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .break .titleBlock h2 {
    background: #012a5e;
    background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Public Sans ExtraBold", sans-serif; }
  .break .titleBlock p {
    font-size: 18px;
    font-family: "Public Sans Light", sans-serif; }
    .break .titleBlock p strong {
      font-family: "Public Sans Bold", sans-serif; }
    @media (min-width: 768px) {
      .break .titleBlock p {
        font-size: 24px; } }

.break__slider {
  margin: 0 -15px; }
  .break__slider .pagingInfo {
    position: absolute;
    bottom: 30px;
    left: -16px;
    display: flex;
    align-items: center; }
    .break__slider .pagingInfo .number {
      margin-right: 20px; }
    .break__slider .pagingInfo .totalNumber {
      color: #666; }
  .break__slider .slick-dots {
    position: absolute;
    left: 10px;
    top: -10px;
    right: 10px;
    height: 1px;
    background-color: #c2c2c2;
    display: flex !important; }
    @media (min-width: 768px) {
      .break__slider .slick-dots {
        flex-direction: column;
        height: auto;
        width: 1px;
        right: auto;
        bottom: 0;
        left: 0;
        top: 0; } }
    .break__slider .slick-dots li {
      flex: 1;
      display: flex;
      justify-content: center;
      flex-direction: column;
      list-style: none;
      height: 3px;
      margin-left: -1px;
      position: relative; }
      @media (min-width: 768px) {
        .break__slider .slick-dots li {
          height: auto;
          width: 3px; } }
      .break__slider .slick-dots li button {
        display: none; }
      .break__slider .slick-dots li::before {
        content: '';
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        background-color: #012a5e; }
        @media (min-width: 768px) {
          .break__slider .slick-dots li::before {
            top: 0; } }
      .break__slider .slick-dots li.slick-active::before {
        animation-name: scrollanimate;
        animation-duration: 500ms;
        height: 100%; }
      .break__slider .slick-dots li.past:before {
        animation-name: prevscrollanimate;
        animation-duration: 500ms; }
  .break__slider .slick-arrow {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
    background: url(../img/new_home/icons.png) no-repeat;
    width: 10px;
    height: 17px;
    text-indent: -100px;
    overflow: hidden;
    position: absolute;
    top: -50px; }
    @media (min-width: 768px) {
      .break__slider .slick-arrow {
        top: 50px; } }
    .break__slider .slick-arrow.slick-prev {
      background-position: -193px -15px;
      left: 10px; }
      @media (min-width: 768px) {
        .break__slider .slick-arrow.slick-prev {
          left: -20px; } }
    .break__slider .slick-arrow.slick-next {
      background-position: -224px -15px;
      left: 34px; }
      @media (min-width: 768px) {
        .break__slider .slick-arrow.slick-next {
          left: 14px; } }
  .break__slider .sliderContent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .break__slider .sliderContent {
        flex-direction: row;
        padding: 0; } }
    .break__slider .sliderContent__detail {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .break__slider .sliderContent__detail {
          width: 30%;
          margin: 0 50px 0 0; } }
      .break__slider .sliderContent__detail figure {
        margin-bottom: 40px; }
      .break__slider .sliderContent__detail .textBlock {
        margin-bottom: 40px; }
        .break__slider .sliderContent__detail .textBlock p {
          font-family: "Public Sans Light", sans-serif;
          font-size: 18px;
          line-height: 1.8;
          margin: 0; }
    @media (min-width: 768px) {
      .break__slider .sliderContent__img {
        width: 60%; } }

.industry {
  background-color: #012a5e; }
  .industry .titleBlock {
    margin-bottom: 80px; }
    .industry .titleBlock h2 {
      color: #FFFFFF;
      font-family: "Public Sans ExtraBold", sans-serif; }
    .industry .titleBlock p {
      color: #FFFFFF;
      line-height: 1.4;
      font-size: 18px;
      font-family: "Public Sans Light", sans-serif; }
      @media (min-width: 768px) {
        .industry .titleBlock p {
          font-size: 20px; } }
      .industry .titleBlock p strong {
        font-size: 18px;
        font-family: "Public Sans Bold", sans-serif; }
        @media (min-width: 768px) {
          .industry .titleBlock p strong {
            font-size: 25px; } }
  .industry .slick-list {
    overflow: visible; }
  .industry .slick-arrow {
    width: 54px;
    height: 54px;
    background-color: transparent;
    border: solid 2px #FFFFFF;
    border-radius: 100%;
    overflow: hidden;
    text-indent: -100px;
    position: absolute;
    top: -40px;
    transition: all 0.2s;
    z-index: 2; }
    .industry .slick-arrow::before, .industry .slick-arrow::after {
      content: "";
      position: absolute; }
    .industry .slick-arrow::before {
      top: 50%;
      left: 50%;
      width: 31px;
      height: 18px;
      transform: translate(-50%, -50%);
      z-index: 1; }
    .industry .slick-arrow::after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scaleX(0);
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      background-color: #FFFFFF;
      border-radius: 50%;
      z-index: -1; }
    @media (min-width: 768px) {
      .industry .slick-arrow {
        width: 74px;
        height: 74px;
        top: -150px; } }
    .industry .slick-arrow.slick-next {
      right: 0; }
      .industry .slick-arrow.slick-next::before {
        background: url(../img/new_home/icons.png) no-repeat;
        background-position: -274px -13px; }
      .industry .slick-arrow.slick-next::after {
        transform-origin: center right; }
      .industry .slick-arrow.slick-next:hover::before {
        background: url(../img/new_home/icons.png) no-repeat;
        background-position: -274px -134px; }
      .industry .slick-arrow.slick-next:hover::after {
        transform: scaleX(1);
        transform-origin: center left; }
    .industry .slick-arrow.slick-prev {
      right: 100px;
      left: auto; }
      .industry .slick-arrow.slick-prev::before {
        background: url(../img/new_home/icons.png) no-repeat;
        background-position: -384px -14px; }
      .industry .slick-arrow.slick-prev::after {
        transform-origin: center left; }
      .industry .slick-arrow.slick-prev:hover::before {
        background: url(../img/new_home/icons.png) no-repeat;
        background-position: -384px -134px; }
      .industry .slick-arrow.slick-prev:hover::after {
        transform: scaleX(1);
        transform-origin: center right; }
    .industry .slick-arrow.slick-disabled {
      opacity: 0;
      visibility: hidden; }
  .industry .card {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 12px 10px; }
    @media (min-width: 768px) {
      .industry .card {
        padding: 12px 22px; } }
    .industry .card .industry-link .btn {
      display: inline-flex;
      border: none;
      outline: none;
      box-shadow: none;
      color: #fff;
      font-weight: 500;
      transition: all 0.4s ease-out;
      background-color: #2578ea;
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      padding: 14px 50px 14px 35px;
      position: relative;
      overflow: hidden;
      z-index: 2;
      background-color: #FFFFFF;
      color: #212121;
      line-height: normal;
      position: absolute;
      right: 20px;
      bottom: -20px;
      font-family: "Public Sans", sans-serif; }
      .industry .card .industry-link .btn::after, .industry .card .industry-link .btn:before {
        content: "";
        position: absolute; }
      .industry .card .industry-link .btn:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .industry .card .industry-link .btn::after {
        top: 1.3rem;
        right: 1.3rem;
        width: 2.2rem;
        height: 2.1rem;
        background: url(../img/new_home/icons.png) no-repeat;
        background-position: -5.6rem -1.1rem;
        z-index: 1; }
      .industry .card .industry-link .btn::before {
        transform: scaleX(0);
        transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
        transform-origin: center right;
        background-color: #2578ea; }
      .industry .card .industry-link .btn::after {
        background-position: -56px -51px; }
    .industry .card .industry-link:hover figure img {
      transform: scale(1.05); }
    .industry .card .industry-link:hover figure:after {
      opacity: 0.25; }
    .industry .card .industry-link:hover .btn {
      color: #FFFFFF; }
      .industry .card .industry-link:hover .btn:before {
        transform: scaleX(1);
        transform-origin: center left; }
      .industry .card .industry-link:hover .btn::after {
        background-position: -56px -11px; }
    .industry .card__image {
      position: relative;
      margin-bottom: 40px; }
      .industry .card__image figure {
        border-radius: 05px;
        overflow: hidden; }
        .industry .card__image figure::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #221E1E;
          opacity: 0;
          transition: opacity 2.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .industry .card__image figure img {
          transition: transform 2.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .industry .card__info {
      padding: 0 10px; }
      .industry .card__info h3 {
        color: #FFFFFF;
        margin-bottom: 10px;
        font-family: "Public Sans ExtraBold", sans-serif; }
      .industry .card__info p {
        color: #FFFFFF;
        font-size: 16px;
        font-family: "Public Sans Light", sans-serif; }

.work {
  padding: 10px;
  width: 100%;
  max-width: 1583px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .work {
      padding: 20px; } }
  .work__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 991px) {
      .work__content {
        flex-direction: row; } }
    .work__content--block {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .work__content--block {
          flex-direction: row; } }
      @media (min-width: 991px) {
        .work__content--block {
          width: 50%; } }
      .work__content--block .card-lg {
        position: relative; }
        .work__content--block .card-lg .card-info {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 90%; }
          @media (min-width: 768px) {
            .work__content--block .card-lg .card-info {
              width: 70%; } }
          .work__content--block .card-lg .card-info .work-logo {
            margin-bottom: 10px;
            width: 70%; }
            @media (min-width: 768px) {
              .work__content--block .card-lg .card-info .work-logo {
                width: auto;
                margin-bottom: 30px; } }
          .work__content--block .card-lg .card-info .textBlock h3 {
            font-size: 30px;
            color: #FFFFFF;
            margin: 0 0 10px;
            font-family: "Public Sans ExtraBold", sans-serif; }
            @media (min-width: 768px) {
              .work__content--block .card-lg .card-info .textBlock h3 {
                font-size: 80px;
                margin: 0 0 20px; } }
          .work__content--block .card-lg .card-info .textBlock p {
            font-size: 16px;
            line-height: 1.8;
            color: #FFFFFF;
            font-family: "proxima_novalight";
            height: 80px;
            margin-bottom: 50px;
            overflow: hidden; }
            @media (min-width: 768px) {
              .work__content--block .card-lg .card-info .textBlock p {
                font-size: 18px;
                height: auto; } }
      .work__content--block .card-sm {
        background: #0cb4ce;
        background: linear-gradient(135deg, #0cb4ce 0%, #0171fc 100%);
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .work__content--block .card-sm {
            width: 50%; } }
        .work__content--block .card-sm.reverse {
          flex-direction: column-reverse; }
        .work__content--block .card-sm .card-info {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 25px 15px; }
          @media (min-width: 768px) {
            .work__content--block .card-sm .card-info {
              padding: 25px 25px; } }
          .work__content--block .card-sm .card-info .work-logo {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 30px; }
            @media (min-width: 768px) {
              .work__content--block .card-sm .card-info .work-logo {
                margin-bottom: 50px; } }
          .work__content--block .card-sm .card-info .textBlock p {
            color: #FFFFFF;
            font-size: 18px;
            line-height: 1.8;
            font-family: "proxima_novalight"; }

.achieve {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    .achieve {
      padding: 150px 0 60px; } }
  .achieve .titleBlock {
    display: flex;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .achieve .titleBlock {
        margin-bottom: 200px; } }
    .achieve .titleBlock h2 {
      background: #012a5e;
      background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0;
      font-family: "Public Sans ExtraBold", sans-serif;
      position: relative; }
      @media (min-width: 768px) {
        .achieve .titleBlock h2 br {
          display: none; } }
      @media (min-width: 1024px) {
        .achieve .titleBlock h2 br {
          display: block; } }
      .achieve .titleBlock h2::after {
        content: '';
        position: absolute;
        top: 40px;
        left: 100%;
        margin-left: 15px;
        width: 60px;
        height: 3px;
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%); }
  .achieve__slider .achive-info {
    background-color: #012a5e;
    max-width: 600px;
    padding: 80px 20px 80px; }
    @media (min-width: 768px) {
      .achieve__slider .achive-info {
        position: absolute;
        right: 70px;
        bottom: -50px;
        padding: 150px 70px 190px; } }
    .achieve__slider .achive-info h3 {
      color: #FFFFFF;
      font-size: 30px;
      font-family: "Public Sans Medium", sans-serif;
      position: relative; }
      @media (min-width: 768px) {
        .achieve__slider .achive-info h3 {
          font-size: 60px; } }
      .achieve__slider .achive-info h3 strong {
        font-size: 30px;
        font-family: "Public Sans ExtraBold", sans-serif; }
        @media (min-width: 768px) {
          .achieve__slider .achive-info h3 strong {
            font-size: 90px; } }
      .achieve__slider .achive-info h3::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100px;
        height: 10px;
        background: #1126c5;
        background: linear-gradient(90deg, #1126c5 0%, #3148f3 100%); }
        @media (min-width: 768px) {
          .achieve__slider .achive-info h3::after {
            top: -40px; } }
    .achieve__slider .achive-info p {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 1.5;
      font-family: "Public Sans Light", sans-serif; }
      @media (min-width: 768px) {
        .achieve__slider .achive-info p {
          font-size: 22px; } }
  .achieve__slider .slider {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .achieve__slider .slider {
        padding: 0 0 100px; } }
    .achieve__slider .slider h2 {
      display: none; }
  .achieve__slider .slick-arrow {
    width: 54px;
    height: 54px;
    background-color: transparent;
    border: solid 2px #FFFFFF;
    border-radius: 100%;
    overflow: hidden;
    text-indent: 200px;
    position: absolute;
    right: 120px;
    bottom: 30px;
    top: auto;
    z-index: 2; }
    @media (min-width: 768px) {
      .achieve__slider .slick-arrow {
        bottom: 20px;
        width: 74px;
        height: 74px; } }
    .achieve__slider .slick-arrow::before, .achieve__slider .slick-arrow::after {
      content: "";
      position: absolute; }
    .achieve__slider .slick-arrow::before {
      top: 50%;
      left: 50%;
      width: 31px;
      height: 18px;
      transform: translate(-50%, -50%);
      z-index: 1; }
    .achieve__slider .slick-arrow::after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scaleX(0);
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      background-color: #FFFFFF;
      border-radius: 50%;
      z-index: -1; }
    .achieve__slider .slick-arrow.slick-next::before {
      background: url(../img/new_home/icons.png) no-repeat;
      background-position: -274px -13px; }
    .achieve__slider .slick-arrow.slick-next::after {
      transform-origin: center right; }
    .achieve__slider .slick-arrow.slick-next:hover::before {
      background: url(../img/new_home/icons.png) no-repeat;
      background-position: -274px -134px; }
    .achieve__slider .slick-arrow.slick-next:hover::after {
      transform: scaleX(1);
      transform-origin: center left; }
    .achieve__slider .slick-arrow.slick-prev {
      display: none !important; }
  .achieve__slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 100%;
    max-width: 1420px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 100px;
    display: none !important;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .achieve__slider .slick-dots {
        display: flex !important; } }
    .achieve__slider .slick-dots li {
      position: relative;
      list-style: none;
      background: transparent;
      width: auto;
      height: auto;
      opacity: 1; }
      .achieve__slider .slick-dots li:not(:last-child) {
        margin-right: 25px; }
      .achieve__slider .slick-dots li button {
        background: transparent;
        border-radius: 20px;
        border: solid 1px rgba(1, 42, 94, 0.45);
        padding: 9px 40px;
        outline: 0;
        display: block;
        box-shadow: none;
        color: #012a5e;
        font-size: 16px;
        font-family: "Public Sans", sans-serif; }
      .achieve__slider .slick-dots li.slick-active button {
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
        color: #FFFFFF; }

.news {
  padding: 120px 0;
  background: url(../img/new_home/blog-bg.png) no-repeat;
  background-position: top left;
  background-size: 100%; }
  @media (min-width: 768px) {
    .news {
      padding: 150px 0;
      background-size: auto; } }
  .news .titleBlock {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .news .titleBlock {
        margin-bottom: 100px; } }
    .news .titleBlock h3 {
      background: #012a5e;
      background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "Public Sans ExtraBold", sans-serif; }
  .news__list {
    margin-bottom: 70px; }
    .news__list .slider {
      padding: 0 15px; }
    .news__list--item {
      position: relative;
      overflow: hidden; }
      .news__list--item .news-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
        opacity: 0;
        z-index: 1; }
      .news__list--item:hover .news-overlay {
        transform: scale(1);
        opacity: 1; }
      .news__list--item .news-detail {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        z-index: 2;
        display: block; }
        .news__list--item .news-detail:focus {
          outline: 0; }
        .news__list--item .news-detail::after, .news__list--item .news-detail::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 75%;
          border-radius: 100%;
          border: solid 1px rgba(255, 255, 255, 0.2);
          z-index: -1;
          transition: all 0.3s; }
        .news__list--item .news-detail:hover::before {
          width: 90%;
          height: 67%; }
        .news__list--item .news-detail .news-detail-link {
          display: block;
          font-size: 22px;
          color: #FFFFFF;
          font-family: "Public Sans Light", sans-serif;
          position: relative; }
          .news__list--item .news-detail .news-detail-link::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            width: 14px;
            height: 24px;
            background: url(../img/new_home/icons.png) no-repeat;
            background-position: -334px -11px; }
        .news__list--item .news-detail .textBlock {
          position: absolute;
          top: 40px;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .news__list--item .news-detail .textBlock p {
            color: #FFFFFF;
            line-height: 1.6;
            font-size: 18px;
            text-align: center;
            font-family: "proxima_novaregular"; }
            @media (min-width: 1024px) {
              .news__list--item .news-detail .textBlock p {
                padding: 0 55px;
                font-size: 22px; } }
  .news .btnBlock {
    display: flex;
    justify-content: center; }
    .news .btnBlock .arrowBtn {
      font-size: 16px; }

.agile {
  background: white;
  background: linear-gradient(0deg, white 0%, #eef8fc 33%); }
  .agile__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    .agile__content--image {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        .agile__content--image {
          width: 40%; } }
    .agile__content--text {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 768px) {
        .agile__content--text {
          width: 50%; } }
      .agile__content--text h2 {
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "proxima_novalight"; }
        .agile__content--text h2 span {
          font-size: 35px;
          display: block; }
          @media (min-width: 768px) {
            .agile__content--text h2 span {
              font-size: 45px; } }
      .agile__content--text p {
        font-family: "Public Sans Light", sans-serif;
        font-size: 18px;
        line-height: 1.8; }
  .agile .agileBar {
    box-shadow: -3.619px 25.747px 23.36px 8.64px rgba(0, 0, 0, 0.2);
    background: #012a5e;
    background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
    padding: 35px 40px;
    border-radius: 8px; }
    .agile .agileBar__list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; }
      .agile .agileBar__list--item {
        display: flex;
        align-items: center;
        width: 100%; }
        .agile .agileBar__list--item:not(:last-child) {
          margin-bottom: 50px; }
        @media (min-width: 768px) {
          .agile .agileBar__list--item {
            width: 48%; } }
        @media (min-width: 1024px) {
          .agile .agileBar__list--item {
            width: 30%;
            justify-content: space-evenly; }
            .agile .agileBar__list--item:not(:last-child) {
              margin-bottom: 0; } }
        .agile .agileBar__list--item i {
          width: 74px;
          height: 74px;
          background-color: #FFFFFF;
          border-radius: 100%;
          margin-right: 30px;
          position: relative;
          z-index: 3;
          background-image: url(../img/new_home/icons.png);
          background-repeat: no-repeat; }
          .agile .agileBar__list--item i::after, .agile .agileBar__list--item i::before {
            content: '';
            position: absolute;
            background-color: rgba(255, 255, 255, 0.15);
            border-radius: 100%; }
          .agile .agileBar__list--item i::after {
            top: -10px;
            left: -10px;
            bottom: -10px;
            right: -10px;
            z-index: -1; }
          .agile .agileBar__list--item i::before {
            top: -17px;
            left: -17px;
            bottom: -17px;
            right: -17px;
            z-index: -2; }
          .agile .agileBar__list--item i.initialize {
            background-position: 05px -95px; }
          .agile .agileBar__list--item i.code {
            background-position: -60px -94px; }
          .agile .agileBar__list--item i.deploy {
            background-position: -129px -94px; }
        .agile .agileBar__list--item p {
          font-size: 14px;
          font-family: "Public Sans Bold", sans-serif;
          color: #FFFFFF;
          margin: 0;
          width: calc(100% - 110px); }
          @media (min-width: 768px) {
            .agile .agileBar__list--item p {
              font-size: 20px; } }

.help {
  background: url(../img/new_home/help-bg.jpg); }
  .help__content {
    padding: 40px 0;
    width: 100%;
    max-width: 550px; }
    @media (min-width: 768px) {
      .help__content {
        padding: 100px 0; } }
    .help__content .titleBlock {
      margin-bottom: 30px; }
      .help__content .titleBlock h2 {
        color: #FFFFFF;
        font-size: 30px;
        font-family: "proxima_novalight";
        font-weight: normal; }
        @media (min-width: 768px) {
          .help__content .titleBlock h2 {
            font-size: 58px; } }
        .help__content .titleBlock h2 strong {
          font-family: "proxima_novablack";
          display: block;
          font-size: 50px; }
          @media (min-width: 768px) {
            .help__content .titleBlock h2 strong {
              font-size: 70px; } }
      .help__content .titleBlock p {
        color: #FFFFFF;
        font-size: 18px;
        font-family: "Public Sans Light", sans-serif;
        line-height: 1.8; }
  .help__list {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .help__list--item {
      padding: 30px 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .help__list--item {
          width: 30%; } }
      .help__list--item:not(:last-child) {
        border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
        @media (min-width: 768px) {
          .help__list--item:not(:last-child) {
            border-bottom: solid 0 rgba(255, 255, 255, 0.5);
            border-right: solid 1px rgba(255, 255, 255, 0.5); } }
      .help__list--item h3 {
        color: #FFFFFF;
        margin-bottom: 10px;
        font-family: "Public Sans Bold", sans-serif; }
      .help__list--item p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.8;
        font-family: "Public Sans Light", sans-serif;
        margin: 0; }
        .help__list--item p br {
          display: none; }
          @media (min-width: 768px) {
            .help__list--item p br {
              display: block; } }

.subscribe {
  display: flex;
  flex-wrap: wrap; }
  .subscribe__achive {
    width: 100%;
    background-color: #012a5e;
    padding: 50px 0;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .subscribe__achive {
        width: 50%;
        padding: 100px 0; } }
    .subscribe__achive--item {
      padding: 0 15px; }
      .subscribe__achive--item p {
        color: #FFFFFF;
        font-size: 16px; }
      .subscribe__achive--item h2 {
        font-size: 38px;
        color: #FFFFFF;
        font-family: "proxima_novaregular";
        font-weight: normal;
        margin-bottom: 45px; }
  .subscribe__email {
    background-color: #e6eaef;
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .subscribe__email {
        width: 50%;
        padding: 100px 0; } }
    .subscribe__email--item {
      padding: 0 15px; }
      .subscribe__email--item .titleBlock h2 {
        font-size: 20px;
        font-family: "proxima_nova_rgbold";
        background: #012a5e;
        background: linear-gradient(90deg, #012a5e 0%, #0e24bb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (min-width: 768px) {
          .subscribe__email--item .titleBlock h2 {
            font-size: 38px; } }
      .subscribe__email--item .emailField {
        background-color: #FFFFFF;
        padding: 05px;
        border-radius: 30px;
        display: flex;
        justify-content: space-between; }
        .subscribe__email--item .emailField__field {
          border: 0;
          background-color: transparent;
          min-width: 150px;
          width: 60%;
          padding: 0 0 0 20px;
          font-size: 18px;
          font-family: "proxima_novalight"; }
          .subscribe__email--item .emailField__field:focus {
            outline: 0; }
        .subscribe__email--item .emailField .btn {
          padding: 10px 30px;
          text-transform: uppercase;
          font-family: "proxima_novaregular"; }

.aboutPageNav {
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  .aboutPageNav:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 80%;
    height: 1px;
    z-index: -1;
    background: #ef323a; }
  .aboutPageNav ul {
    margin: 0; }
    .aboutPageNav ul li {
      display: inline-block;
      font-size: 18px;
      line-height: 35px;
      background: #fff;
      margin-left: -4px; }
      .aboutPageNav ul li a {
        display: block;
        color: #676767;
        padding: 0 20px; }
      @media (max-width: 1024px) {
        .aboutPageNav ul li {
          font-size: 16px; }
          .aboutPageNav ul li a {
            padding: 0 15px; } }
      @media (max-width: 600px) {
        .aboutPageNav ul li {
          font-size: 15px; }
          .aboutPageNav ul li a {
            padding: 0 10px; } }
  @media (max-width: 768px) {
    .aboutPageNav {
      margin-top: 30px; } }
  @media (max-width: 600px) {
    .aboutPageNav {
      display: none; } }

.leaderShip {
  background: #edf0f5;
  padding: 80px 0 150px;
  text-align: center; }
  .leaderShip .teamBox {
    margin-top: 50px;
    text-align: left;
    overflow: inherit; }
    .leaderShip .teamBox li {
      display: block;
      float: left;
      width: 33.333334%; }
      .leaderShip .teamBox li a {
        display: block;
        overflow: hidden; }
        .leaderShip .teamBox li a figure {
          overflow: hidden;
          margin-bottom: 20px; }
          .leaderShip .teamBox li a figure img {
            display: block;
            width: 100%;
            -webkit-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
            transition: all 400ms ease-out; }
        .leaderShip .teamBox li a h3 {
          font-size: 18px;
          padding: 0 20px;
          color: #012a5e; }
          .leaderShip .teamBox li a h3 i {
            margin-left: 10px;
            color: #ef323a;
            transition: .3s; }
        .leaderShip .teamBox li a h4 {
          font-family: "proxima_novaregular";
          font-size: 16px;
          padding: 0 20px;
          color: #999;
          text-transform: uppercase; }
        .leaderShip .teamBox li a:hover figure img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .leaderShip .teamBox li a:hover h3 i {
          padding-left: 10px; }

.clavaxHistory {
  position: relative;
  z-index: 1;
  padding: 60px 0; }
  .clavaxHistory .historyNav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .clavaxHistory .historyNav li {
      position: relative;
      display: block;
      font-size: 18px;
      cursor: pointer;
      line-height: 40px;
      padding-left: 60px; }
      .clavaxHistory .historyNav li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 19px;
        width: 40px;
        border-bottom: solid #fff 2px; }
      .clavaxHistory .historyNav li.current {
        font-family: "proxima_nova_rgbold";
        color: #012a5e; }
        .clavaxHistory .historyNav li.current:before {
          border-color: #012a5e; }
    @media (max-width: 800px) {
      .clavaxHistory .historyNav {
        display: none; } }
  .clavaxHistory .clavaxStory {
    position: relative;
    margin: 0 auto;
    width: 76%;
    overflow: hidden;
    background: #eaeced; }
    .clavaxHistory .clavaxStory:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 50%;
      height: 100%;
      background: url(../img/cla_history.jpg) center center no-repeat;
      background-size: cover; }
      @media (max-width: 768px) {
        .clavaxHistory .clavaxStory:before {
          top: 60%;
          left: 0;
          width: 100%; } }
    @media (max-width: 800px) {
      .clavaxHistory .clavaxStory .table .table-cell {
        display: block;
        width: auto;
        padding: 160px 0 100px 0; }
        .clavaxHistory .clavaxStory .table .table-cell:last-child {
          display: none; } }
    .clavaxHistory .clavaxStory .contentPart {
      position: relative;
      outline: none; }
      .clavaxHistory .clavaxStory .contentPart .txtBox {
        padding: 0 50px; }
        @media (max-width: 360px) {
          .clavaxHistory .clavaxStory .contentPart .txtBox {
            padding: 0 20px; } }
      .clavaxHistory .clavaxStory .contentPart h3 {
        font-size: 40px;
        color: #012a5e; }
        @media (max-width: 1024px) {
          .clavaxHistory .clavaxStory .contentPart h3 {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .clavaxHistory .clavaxStory .contentPart h3 {
            font-size: 24px; } }
      .clavaxHistory .clavaxStory .contentPart:before {
        content: attr(data);
        position: absolute;
        left: 0;
        bottom: 0;
        font-family: "proxima_nova_rgbold";
        font-size: 150px;
        color: #e1e5e7;
        line-height: 88px; }
        @media (max-width: 1024px) {
          .clavaxHistory .clavaxStory .contentPart:before {
            font-size: 110px;
            line-height: 68px; } }
        @media (max-width: 600px) {
          .clavaxHistory .clavaxStory .contentPart:before {
            font-size: 100px;
            line-height: 75px; } }
    .clavaxHistory .clavaxStory .slick-prev, .clavaxHistory .clavaxStory .slick-next {
      top: 40px;
      left: 25px;
      width: 52px;
      height: 52px;
      z-index: 10;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      background: url(../img/arrow_up.png) 0 0 no-repeat; }
      .clavaxHistory .clavaxStory .slick-prev:hover, .clavaxHistory .clavaxStory .slick-next:hover {
        opacity: 0.7; }
      @media (max-width: 1024px) {
        .clavaxHistory .clavaxStory .slick-prev, .clavaxHistory .clavaxStory .slick-next {
          top: 15px; } }
    .clavaxHistory .clavaxStory .slick-next {
      top: 100px;
      background: url(../img/arrow_down.png) 0 0 no-repeat; }
      @media (max-width: 1024px) {
        .clavaxHistory .clavaxStory .slick-next {
          top: 65px; } }
    @media (max-width: 1024px) {
      .clavaxHistory .clavaxStory {
        width: auto;
        margin-left: 100px; } }
    @media (max-width: 800px) {
      .clavaxHistory .clavaxStory {
        margin-left: 0; } }

.awardsAccolades {
  padding: 0 0 60px; }
  .awardsAccolades ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .awardsAccolades ul li {
      display: inline-block;
      width: 24%;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .awardsAccolades ul li img {
          width: 180px; } }
      @media (max-width: 991px) {
        .awardsAccolades ul li {
          width: 30%; } }
      @media (max-width: 480px) {
        .awardsAccolades ul li {
          width: 48%; } }
  .awardsAccolades .logosBox {
    margin-top: 40px;
    text-align: center; }
    .awardsAccolades .logosBox .col-md-4 {
      min-height: 100px;
      margin-top: 30px;
      margin-bottom: 30px; }
    .awardsAccolades .logosBox .borderLeft {
      border-left: solid #ddd 1px; }

.clientSays {
  margin-bottom: 40px;
  background: #012a5e; }
  .clientSays.last {
    margin-bottom: 0; }
  .clientSays .table {
    margin: 0; }
    .clientSays .table .table-cell {
      position: relative;
      width: 50%;
      padding: 150px 50px;
      vertical-align: middle; }
      .clientSays .table .table-cell.bg {
        background: url(../img/clients_says.jpg) no-repeat;
        background-size: cover; }
      @media (max-width: 1024px) {
        .clientSays .table .table-cell {
          padding: 100px 0; } }
      @media (max-width: 991px) {
        .clientSays .table .table-cell {
          display: block;
          width: auto;
          padding: 50px 0; } }
    .clientSays .table .quotes {
      position: relative;
      z-index: 1;
      margin: 0 100px 0 150px; }
      .clientSays .table .quotes:before {
        content: '\f10d';
        position: absolute;
        top: -70px;
        left: -70px;
        z-index: -1;
        opacity: 0.4;
        font-family: 'FontAwesome';
        font-size: 150px;
        color: #ef323a;
        line-height: 1; }
        @media (max-width: 1199px) {
          .clientSays .table .quotes:before {
            top: -90px;
            left: 0; } }
        @media (max-width: 991px) {
          .clientSays .table .quotes:before {
            left: 50%;
            top: -40px;
            margin-left: -70px; } }
      .clientSays .table .quotes h3 {
        color: #fff; }
        .clientSays .table .quotes h3 span {
          display: block;
          font-size: 60%; }
      .clientSays .table .quotes p {
        color: #fff; }
        .clientSays .table .quotes p b {
          color: #ef323a; }
        @media (max-width: 991px) {
          .clientSays .table .quotes p br {
            display: block; } }
      @media (max-width: 1199px) {
        .clientSays .table .quotes {
          margin: 0 40px; } }
      @media (max-width: 991px) {
        .clientSays .table .quotes {
          margin: 0;
          text-align: center;
          padding: 50px 40px 0; } }
    .clientSays .table .pdfBox {
      margin: 0 auto;
      width: 85%;
      padding: 30px;
      background: #fff;
      max-width: 550px;
      margin-top: 150px;
      text-align: center; }
      .clientSays .table .pdfBox .slide {
        outline: none; }
      .clientSays .table .pdfBox .btnSimple {
        font-family: "proxima_novaregular";
        font-size: 13px;
        line-height: 34px;
        padding: 0 20px; }
      .clientSays .table .pdfBox p {
        margin-bottom: 20px; }
      .clientSays .table .pdfBox .case-study-img {
        height: 150px;
        width: auto; }
      .clientSays .table .pdfBox .noparent .table-cell {
        width: 35%;
        padding: 0 20px; }
        .clientSays .table .pdfBox .noparent .table-cell:last-child {
          width: 65%;
          border-left: solid #ddd 1px; }
      .clientSays .table .pdfBox .slick-dots {
        bottom: -20px; }
        .clientSays .table .pdfBox .slick-dots li {
          margin: 0 4px;
          background: #5f96dc; }
      @media (max-width: 991px) {
        .clientSays .table .pdfBox {
          margin-top: 0; } }
      @media (max-width: 600px) {
        .clientSays .table .pdfBox {
          width: 400px; } }
      @media (max-width: 480px) {
        .clientSays .table .pdfBox {
          width: 300px; } }
      @media (max-width: 360px) {
        .clientSays .table .pdfBox {
          width: 280px; } }
    .clientSays .table .multiLogoBox {
      padding: 30px;
      background: #fff;
      text-align: center; }
      .clientSays .table .multiLogoBox p {
        margin-bottom: 20px; }
      .clientSays .table .multiLogoBox .btnSimple {
        font-family: "proxima_novaregular";
        font-size: 13px;
        line-height: 34px;
        padding: 0 20px; }
      @media (max-width: 991px) {
        .clientSays .table .multiLogoBox {
          margin: 0 20px; } }

/*
*	Career Page
*/
.openPosition {
  padding: 60px 0; }
  .openPosition .currentOpening {
    margin: 50px;
    text-align: left; }
    .openPosition .currentOpening li {
      position: relative;
      display: block;
      margin-bottom: 20px;
      border-bottom: solid #ddd 1px; }
      .openPosition .currentOpening li:after {
        content: '+';
        position: absolute;
        top: 12px;
        right: 10px;
        font-family: "proxima_nova_rgbold";
        font-size: 36px;
        color: #ef323a; }
      .openPosition .currentOpening li h3 {
        margin: 0;
        font-size: 25px;
        color: #777;
        line-height: 70px; }
  @media (max-width: 480px) {
    .openPosition {
      padding: 30px 0; } }

.getNotified {
  display: none;
  background: url(../img/get_notified.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .getNotified .container {
    background: #fff;
    padding: 60px 40px 80px; }
  .getNotified .notifyForm {
    margin: 0; }
    .getNotified .notifyForm .form-control {
      height: auto;
      font-size: 18px;
      color: #000;
      padding: 12px;
      border: none;
      margin-bottom: 20px;
      border-bottom: solid #ddd 1px; }
    .getNotified .notifyForm .btn {
      min-width: 0; }

.culture {
  padding: 80px 0;
  background: #e9edf2; }
  .culture .widgetBox {
    width: 80%;
    text-align: left;
    min-height: 240px;
    margin: 30px auto 0; }
    .culture .widgetBox h4 {
      font-family: "proxima_novaregular";
      font-size: 22px;
      color: #ef323a; }
    @media (max-width: 768px) {
      .culture .widgetBox {
        text-align: center;
        min-height: 0; } }
  .culture.white {
    background: #fff; }
  @media (max-width: 768px) {
    .culture {
      padding: 40px 0; }
      .culture .headingBox {
        margin-bottom: 20px; } }

.collaboration {
  background: url(../img/collaboration.jpg) right top no-repeat #e6e6e6;
  background-size: auto 100%;
  padding: 150px 0; }
  .collaboration h4 {
    font-family: "proxima_novalight";
    font-size: 20px;
    color: #012a5e; }
  @media (max-width: 1199px) {
    .collaboration {
      background-position: 500px 0; } }
  @media (max-width: 991px) {
    .collaboration {
      padding: 60px 0;
      text-align: center;
      background-image: none; } }
  @media (max-width: 480px) {
    .collaboration {
      padding: 30px 0; } }

.passionTransparency {
  padding: 80px 0;
  text-align: center; }
  .passionTransparency li {
    display: inline-block;
    width: 45%;
    padding: 0 80px;
    text-align: left;
    vertical-align: top;
    border-left: solid #f6f8f9 4px; }
    .passionTransparency li:first-child {
      border: none; }
    .passionTransparency li h4 {
      font-family: "proxima_novaregular";
      font-size: 20px;
      color: #012a5e; }
      .passionTransparency li h4:after {
        display: block;
        content: '';
        width: 60px;
        height: 3px;
        margin-top: 20px;
        background: #ef323a; }
    @media (max-width: 991px) {
      .passionTransparency li {
        padding: 0 30px; } }
    @media (max-width: 600px) {
      .passionTransparency li {
        display: block;
        width: auto;
        padding: 30px 0;
        border-left: none;
        border-top: solid #f6f8f9 4px; } }
  @media (max-width: 991px) {
    .passionTransparency {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .passionTransparency {
      padding: 30px 0; } }

.clientFocus {
  background: #012a5e;
  padding: 80px 0; }
  .clientFocus .container {
    background: url(../img/client_focus.jpg) right top no-repeat;
    background-size: 63%; }
    @media (max-width: 991px) {
      .clientFocus .container {
        background: none; } }
  .clientFocus .borderBox {
    padding: 60px;
    margin-top: 200px;
    margin-bottom: 100px;
    border: solid #fff 10px; }
    .clientFocus .borderBox h2 {
      color: #fff; }
    .clientFocus .borderBox p {
      color: #fff; }
    .clientFocus .borderBox ul {
      position: relative;
      margin-top: 60px;
      padding: 0; }
      .clientFocus .borderBox ul:before {
        content: '';
        position: absolute;
        top: 0;
        left: 9px;
        width: 2px;
        height: 90%;
        background: #fff; }
      .clientFocus .borderBox ul li {
        position: relative;
        display: block;
        font-size: 17px;
        color: #fff;
        padding-left: 50px;
        margin-bottom: 25px; }
        .clientFocus .borderBox ul li:last-child {
          margin-bottom: 0; }
        .clientFocus .borderBox ul li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: solid #fff 2px;
          background: #012a5e;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          border-radius: 25px; }
    @media (max-width: 991px) {
      .clientFocus .borderBox {
        margin: 0; } }
    @media (max-width: 600px) {
      .clientFocus .borderBox {
        padding: 30px;
        border-width: 5px; } }
  @media (max-width: 991px) {
    .clientFocus {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .clientFocus {
      padding: 30px 0; } }

.coreValues {
  display: none;
  padding: 80px 0; }
  .coreValues ul {
    padding: 50px 0; }
    .coreValues ul li {
      display: block;
      float: left;
      width: 50%;
      padding: 0 100px;
      margin-bottom: 60px;
      border-right: solid #ddd 1px; }
      .coreValues ul li figure {
        margin-bottom: 20px; }
      .coreValues ul li h4 {
        font-size: 25px;
        color: #ef323a; }
      .coreValues ul li p {
        margin-bottom: 0; }
  @media (max-width: 991px) {
    .coreValues {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .coreValues {
      padding: 30px 0; } }

.empowerment {
  background: url(../img/empowerment.jpg) left top no-repeat #e8e8ed;
  background-size: 45% auto;
  padding: 50px 0; }
  .empowerment .whiteBox {
    background: #fff;
    padding: 120px 80px;
    border-right: solid #ef323a 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.01); }
    .empowerment .whiteBox h2 {
      margin-bottom: 10px; }
    .empowerment .whiteBox h4 {
      font-family: "proxima_novalight";
      font-size: 22px;
      color: #012a5e; }
    @media (max-width: 1199px) {
      .empowerment .whiteBox {
        padding: 80px; } }
    @media (max-width: 600px) {
      .empowerment .whiteBox {
        padding: 40px; } }
  @media (max-width: 1199px) {
    .empowerment {
      background-size: 60% auto; } }
  @media (max-width: 600px) {
    .empowerment {
      text-align: center; } }

.jobList {
  text-align: left;
  margin-top: 100px;
  border-top: solid #353535 2px; }
  .jobList ul {
    margin: 0;
    padding: 0; }
    .jobList ul li {
      display: block;
      border-bottom: solid #353535 2px; }
      .jobList ul li .handle {
        position: relative;
        z-index: 1;
        cursor: pointer;
        padding: 40px 0 40px 100px; }
        .jobList ul li .handle:before {
          content: '+';
          position: absolute;
          top: 25px;
          left: 55px;
          font-family: "proxima_nova_rgbold";
          font-size: 35px;
          color: #353535; }
          @media (max-width: 600px) {
            .jobList ul li .handle:before {
              display: none; } }
        .jobList ul li .handle h3 {
          font-size: 22px;
          margin: 0;
          line-height: 20px; }
        .jobList ul li .handle p {
          margin: 0;
          line-height: 20px; }
        @media (max-width: 600px) {
          .jobList ul li .handle {
            padding: 30px; }
            .jobList ul li .handle h3 {
              font-size: 18px; } }
      .jobList ul li .detailBox {
        position: relative;
        z-index: 2;
        display: none;
        top: -40px;
        padding: 20px 20px 0 100px; }
        .jobList ul li .detailBox h4 {
          font-size: 22px;
          margin-top: 40px;
          line-height: 20px;
          text-transform: uppercase; }
        .jobList ul li .detailBox p {
          font-size: 18px;
          margin-bottom: 20px; }
          @media (max-width: 600px) {
            .jobList ul li .detailBox p {
              font-size: 14px;
              line-height: 21px;
              margin-bottom: 10px; } }
        .jobList ul li .detailBox ul {
          margin: 0;
          padding: 0 0 0 18px; }
          .jobList ul li .detailBox ul li {
            display: list-item;
            list-style: outside;
            font-size: 16px;
            border: none;
            line-height: 28px;
            margin-bottom: 15px; }
            @media (max-width: 600px) {
              .jobList ul li .detailBox ul li {
                font-size: 13px;
                line-height: 21px;
                margin-bottom: 10px; } }
        @media (max-width: 600px) {
          .jobList ul li .detailBox {
            top: 0;
            padding: 0 30px 30px; }
            .jobList ul li .detailBox h4 {
              font-size: 18px; } }
      .jobList ul li.active {
        background: #eeeeee; }
        .jobList ul li.active .handle:before {
          content: '-'; }
  @media (max-width: 600px) {
    .jobList {
      margin-top: 40px; } }

/*
*	Methodology page
*/
.methdologyPage {
  position: relative;
  z-index: 1;
  padding: 80px 0 140px; }
  .methdologyPage:before {
    position: absolute;
    top: -10%;
    left: -50%;
    z-index: -1;
    width: 200%;
    height: 600px;
    background: #fbfbfb;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  .methdologyPage h2 {
    font-size: 40px;
    color: #444;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
    .methdologyPage h2 span {
      display: block;
      font-size: 80%; }
  .methdologyPage .projectProcess {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 300px;
    padding: 0 60px 10px;
    counter-reset: section; }
    .methdologyPage .projectProcess:after {
      content: '';
      position: absolute;
      bottom: -270px;
      left: 0;
      width: 100%;
      height: 400px;
      background: url(../img/methodology/rocket.jpg) center bottom no-repeat; }
      @media (max-width: 991px) {
        .methdologyPage .projectProcess:after {
          bottom: -200px;
          background-size: 250px auto; } }
      @media (max-width: 600px) {
        .methdologyPage .projectProcess:after {
          display: none; } }
    @media (max-width: 991px) {
      .methdologyPage .projectProcess {
        padding: 0 0 10px; } }
    @media (max-width: 600px) {
      .methdologyPage .projectProcess {
        margin: 0; } }
    .methdologyPage .projectProcess #process_1 .st6 {
      fill: none;
      stroke: #353535;
      stroke-width: 24;
      stroke-miterlimit: 10;
      stroke-dasharray: 0, 6181;
      stroke-dashoffset: 0; }
      @media (max-width: 600px) {
        .methdologyPage .projectProcess #process_1 .st6 {
          stroke-dasharray: 6180, 6181; } }
    .methdologyPage .projectProcess .lineAnimation {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 0;
      z-index: -1;
      margin-left: -1px;
      background: #e4e4e4; }
      @media (max-width: 600px) {
        .methdologyPage .projectProcess .lineAnimation {
          display: none; } }
    .methdologyPage .projectProcess .stepBox {
      position: relative;
      padding: 0;
      margin-bottom: 150px; }
      .methdologyPage .projectProcess .stepBox .stepCount {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        z-index: 10;
        height: 50px;
        background: #fff;
        margin-left: -25px;
        border-radius: 50%;
        border: solid #f8c746 2px; }
        .methdologyPage .projectProcess .stepBox .stepCount span {
          font-family: "proxima_nova_rgbold";
          font-size: 23px;
          color: #c9c9c9; }
          .methdologyPage .projectProcess .stepBox .stepCount span:before {
            display: block;
            line-height: 50px;
            text-align: center;
            counter-increment: section;
            content: counter(section); }
        .methdologyPage .projectProcess .stepBox .stepCount:before {
          display: block;
          content: '';
          position: absolute;
          top: 50%;
          right: 100%;
          width: 150px;
          height: 2px;
          background: #f8c746; }
        .methdologyPage .projectProcess .stepBox .stepCount.right:before {
          left: 100%; }
        @media (max-width: 600px) {
          .methdologyPage .projectProcess .stepBox .stepCount {
            display: none; } }
      .methdologyPage .projectProcess .stepBox .table-cell {
        width: 50%;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .methdologyPage .projectProcess .stepBox .table-cell {
            display: block;
            width: auto; } }
      .methdologyPage .projectProcess .stepBox .circleBoxAnim {
        position: relative;
        z-index: 11;
        width: 300px;
        margin-top: 50px;
        background: #fff; }
        .methdologyPage .projectProcess .stepBox .circleBoxAnim svg {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          @media (max-width: 991px) {
            .methdologyPage .projectProcess .stepBox .circleBoxAnim svg {
              width: 250px;
              height: 250px; } }
          @media (max-width: 768px) {
            .methdologyPage .projectProcess .stepBox .circleBoxAnim svg {
              width: 180px;
              height: 180px; } }
          @media (max-width: 480px) {
            .methdologyPage .projectProcess .stepBox .circleBoxAnim svg {
              width: 140px;
              height: 140px; } }
        .methdologyPage .projectProcess .stepBox .circleBoxAnim.showCircle {
          display: none; }
          @media (max-width: 600px) {
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.showCircle {
              display: block; } }
        .methdologyPage .projectProcess .stepBox .circleBoxAnim.left {
          float: left;
          margin-left: 100px; }
          .methdologyPage .projectProcess .stepBox .circleBoxAnim.left svg {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .methdologyPage .projectProcess .stepBox .circleBoxAnim.right {
          float: right;
          margin-right: 100px; }
        @media (max-width: 991px) {
          .methdologyPage .projectProcess .stepBox .circleBoxAnim {
            width: 250px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.left {
              margin-left: 0;
              float: right;
              margin-right: 60px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.right {
              margin-right: 0;
              float: left;
              margin-left: 60px; } }
        @media (max-width: 768px) {
          .methdologyPage .projectProcess .stepBox .circleBoxAnim {
            width: 180px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.left {
              margin-left: 0;
              float: right;
              margin-right: 40px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.right {
              margin-right: 0;
              float: left;
              margin-left: 40px; } }
        @media (max-width: 600px) {
          .methdologyPage .projectProcess .stepBox .circleBoxAnim {
            width: 180px;
            margin: 0 auto 30px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.left {
              float: none;
              margin: 0 auto 30px; }
            .methdologyPage .projectProcess .stepBox .circleBoxAnim.right {
              float: none;
              margin: 0 auto 30px; } }
        @media (max-width: 480px) {
          .methdologyPage .projectProcess .stepBox .circleBoxAnim {
            width: 140px; } }
      .methdologyPage .projectProcess .stepBox .contentBox {
        padding-left: 100px;
        padding-right: 100px; }
        .methdologyPage .projectProcess .stepBox .contentBox h3 {
          position: relative;
          color: #444;
          margin-bottom: 50px;
          padding-bottom: 20px;
          text-transform: uppercase; }
          .methdologyPage .projectProcess .stepBox .contentBox h3 span {
            display: inline; }
          .methdologyPage .projectProcess .stepBox .contentBox h3:after {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            content: '';
            width: 100px;
            height: 2px;
            margin-top: 20px;
            background: #ef323a; }
          .methdologyPage .projectProcess .stepBox .contentBox h3.right:after {
            left: auto;
            right: 0; }
          @media (max-width: 600px) {
            .methdologyPage .projectProcess .stepBox .contentBox h3 {
              margin-bottom: 30px; }
              .methdologyPage .projectProcess .stepBox .contentBox h3:after {
                position: static;
                margin: 20px auto 0; }
              .methdologyPage .projectProcess .stepBox .contentBox h3.right {
                text-align: center; }
                .methdologyPage .projectProcess .stepBox .contentBox h3.right:after {
                  margin: 20px auto 0; } }
        .methdologyPage .projectProcess .stepBox .contentBox h5 {
          font-size: 21px;
          margin-bottom: 10px; }
        .methdologyPage .projectProcess .stepBox .contentBox p {
          margin-bottom: 40px; }
          .methdologyPage .projectProcess .stepBox .contentBox p:last-child {
            margin-bottom: 0; }
          @media (max-width: 600px) {
            .methdologyPage .projectProcess .stepBox .contentBox p {
              margin-bottom: 20px; }
              .methdologyPage .projectProcess .stepBox .contentBox p:last-child {
                margin-bottom: 20px; } }
        .methdologyPage .projectProcess .stepBox .contentBox.right {
          text-align: right;
          padding-left: 100px;
          padding-right: 100px; }
        @media (max-width: 1199px) {
          .methdologyPage .projectProcess .stepBox .contentBox {
            padding-left: 60px;
            padding-right: 0; }
            .methdologyPage .projectProcess .stepBox .contentBox.right {
              padding-left: 0;
              padding-right: 60px; } }
        @media (max-width: 600px) {
          .methdologyPage .projectProcess .stepBox .contentBox {
            padding-left: 0;
            text-align: center; }
            .methdologyPage .projectProcess .stepBox .contentBox.right {
              padding-right: 0;
              text-align: center; } }
      @media (max-width: 991px) {
        .methdologyPage .projectProcess .stepBox {
          margin-bottom: 80px; } }
      @media (max-width: 600px) {
        .methdologyPage .projectProcess .stepBox {
          margin: 0;
          padding: 40px 0; } }
  .methdologyPage .textBoxPD {
    padding-top: 60px;
    text-align: center; }
    .methdologyPage .textBoxPD h4 {
      font-family: "proxima_novaregular";
      color: #444444; }
    .methdologyPage .textBoxPD p {
      color: #444444; }
    @media (max-width: 600px) {
      .methdologyPage .textBoxPD {
        padding: 0; } }
  @media (max-width: 600px) {
    .methdologyPage {
      padding: 0 0 40px 0; } }

.agileApproach {
  padding: 0 0 60px; }
  .agileApproach .table {
    position: relative; }
    .agileApproach .table .table-cell {
      position: relative;
      background: #ebeff2;
      padding: 120px; }
      .agileApproach .table .table-cell.blue {
        background: #0594d1; }
      .agileApproach .table .table-cell h3 {
        margin-bottom: 40px; }
        @media (max-width: 600px) {
          .agileApproach .table .table-cell h3 {
            margin-top: 40px;
            margin-bottom: 20px; } }
      .agileApproach .table .table-cell h4 {
        font-size: 30px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .agileApproach .table .table-cell h4 {
            font-size: 30px; } }
        @media (max-width: 768px) {
          .agileApproach .table .table-cell h4 {
            font-size: 28px; } }
        @media (max-width: 600px) {
          .agileApproach .table .table-cell h4 {
            font-size: 24px; } }
        @media (max-width: 480px) {
          .agileApproach .table .table-cell h4 {
            font-size: 21px; } }
      .agileApproach .table .table-cell p {
        font-size: 18px; }
        @media (max-width: 1024px) {
          .agileApproach .table .table-cell p {
            font-size: 16px; }
            .agileApproach .table .table-cell p br {
              display: none; } }
        @media (max-width: 768px) {
          .agileApproach .table .table-cell p {
            font-size: 14px; } }
      .agileApproach .table .table-cell .topTxt {
        position: absolute;
        top: 0;
        right: 0;
        font-family: "proxima_nova_rgbold";
        font-size: 60px;
        color: #fff;
        opacity: 0.85;
        line-height: 50px; }
        @media (max-width: 991px) {
          .agileApproach .table .table-cell .topTxt {
            font-size: 40px;
            line-height: 36px; } }
        @media (max-width: 768px) {
          .agileApproach .table .table-cell .topTxt {
            left: 0;
            font-size: 30px;
            text-align: center; } }
      .agileApproach .table .table-cell .bottomBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 18px;
        color: #000;
        padding: 0 25px;
        line-height: 36px; }
        .agileApproach .table .table-cell .bottomBtn a {
          position: relative;
          display: block;
          color: #000;
          padding-right: 80px;
          vertical-align: top; }
          .agileApproach .table .table-cell .bottomBtn a svg {
            position: absolute;
            top: 8px;
            left: 100px; }
          .agileApproach .table .table-cell .bottomBtn a:hover .arrow {
            width: 75px; }
        @media (max-width: 991px) {
          .agileApproach .table .table-cell .bottomBtn {
            font-size: 14px;
            padding: 0; }
            .agileApproach .table .table-cell .bottomBtn a {
              padding-right: 60px; }
              .agileApproach .table .table-cell .bottomBtn a svg {
                width: 40px;
                left: 75px; }
              .agileApproach .table .table-cell .bottomBtn a:hover svg {
                width: 50px; } }
      .agileApproach .table .table-cell ul {
        padding: 0; }
        .agileApproach .table .table-cell ul li {
          position: relative;
          display: block;
          font-size: 16px;
          color: #fff;
          cursor: pointer;
          margin-bottom: 20px;
          -webkit-transition: all 250ms ease-out;
          -o-transition: all 250ms ease-out;
          transition: all 250ms ease-out; }
          .agileApproach .table .table-cell ul li:before {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            position: absolute;
            top: 8px;
            left: 0;
            background: #fff;
            -webkit-transition: all 250ms ease-out;
            -o-transition: all 250ms ease-out;
            transition: all 250ms ease-out; }
          .agileApproach .table .table-cell ul li:hover, .agileApproach .table .table-cell ul li.active {
            padding-left: 50px; }
            .agileApproach .table .table-cell ul li:hover:before, .agileApproach .table .table-cell ul li.active:before {
              width: 40px; }
            @media (max-width: 991px) {
              .agileApproach .table .table-cell ul li:hover, .agileApproach .table .table-cell ul li.active {
                padding-left: 30px; }
                .agileApproach .table .table-cell ul li:hover:before, .agileApproach .table .table-cell ul li.active:before {
                  width: 20px; } }
            @media (max-width: 600px) {
              .agileApproach .table .table-cell ul li:hover, .agileApproach .table .table-cell ul li.active {
                padding-left: 0;
                color: #000; }
                .agileApproach .table .table-cell ul li:hover:before, .agileApproach .table .table-cell ul li.active:before {
                  display: none; } }
          @media (max-width: 991px) {
            .agileApproach .table .table-cell ul li {
              font-size: 14px; } }
      @media (max-width: 1199px) {
        .agileApproach .table .table-cell {
          padding: 100px 60px; } }
      @media (max-width: 991px) {
        .agileApproach .table .table-cell {
          padding: 80px 30px; } }
      @media (max-width: 600px) {
        .agileApproach .table .table-cell {
          position: static;
          display: block;
          width: auto;
          padding: 40px 20px;
          text-align: center; }
          .agileApproach .table .table-cell:first-child {
            padding-bottom: 10px; } }
  .agileApproach .agileApproachSlider {
    width: 500px; }
    .agileApproach .agileApproachSlider .slick-slide {
      outline: none; }
    @media (max-width: 1024px) {
      .agileApproach .agileApproachSlider {
        width: 400px; } }
    @media (max-width: 991px) {
      .agileApproach .agileApproachSlider {
        width: 320px; } }
    @media (max-width: 600px) {
      .agileApproach .agileApproachSlider {
        width: 420px;
        margin: 0 auto; } }
    @media (max-width: 480px) {
      .agileApproach .agileApproachSlider {
        width: 340px; } }
    @media (max-width: 360px) {
      .agileApproach .agileApproachSlider {
        width: 250px; } }

.postResume {
  background: #f0f2f5;
  padding: 140px 0 60px; }
  .postResume .whiteBox {
    margin: 0 auto;
    width: 90%;
    background: #fff;
    padding: 60px 40px;
    border: solid #dedede 1px; }
    @media (max-width: 1366px) {
      .postResume .whiteBox {
        width: auto; } }
    @media (max-width: 991px) {
      .postResume .whiteBox {
        width: 96%; } }
    @media (max-width: 600px) {
      .postResume .whiteBox {
        padding: 40px 30px; } }
  .postResume .sendResumeForm {
    padding: 0 40px; }
    .postResume .sendResumeForm .grid {
      margin-bottom: 30px; }
    .postResume .sendResumeForm .placeholder {
      font-family: "proxima_novalight";
      font-size: 14px;
      color: #000;
      line-height: 30px; }
    .postResume .sendResumeForm .form-control {
      padding: 10px;
      font-size: 14px;
      border-color: #b3b3b3; }
      .postResume .sendResumeForm .form-control:hover {
        border-color: #777; }
      .postResume .sendResumeForm .form-control:focus {
        border-color: #012a5e; }
    .postResume .sendResumeForm textarea.form-control {
      resize: none;
      height: 100px; }
    .postResume .sendResumeForm select.form-control {
      cursor: pointer; }
    .postResume .sendResumeForm .note {
      font-size: 12px;
      padding-top: 30px; }
    .postResume .sendResumeForm .checkbox {
      margin: 30px 0;
      cursor: pointer;
      padding-left: 20px; }
    .postResume .sendResumeForm label.error {
      position: absolute;
      top: 100%;
      font-size: 13px;
      color: red; }
    .postResume .sendResumeForm .browseResume {
      position: relative;
      z-index: 1;
      cursor: pointer;
      border: dashed #999 1px; }
      .postResume .sendResumeForm .browseResume .filename {
        display: none;
        position: absolute;
        top: 52px;
        z-index: 2;
        font-size: 14px;
        color: #009427; }
      .postResume .sendResumeForm .browseResume .txt {
        padding: 10px;
        cursor: pointer; }
        .postResume .sendResumeForm .browseResume .txt p {
          margin-bottom: 0;
          text-align: center; }
          .postResume .sendResumeForm .browseResume .txt p b {
            color: #012a5e; }
      .postResume .sendResumeForm .browseResume input {
        position: absolute;
        top: 0;
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        cursor: pointer; }
      .postResume .sendResumeForm .browseResume label.error {
        top: 48px; }
    @media (max-width: 768px) {
      .postResume .sendResumeForm {
        padding: 0; }
        .postResume .sendResumeForm .right {
          text-align: center; } }

.partnerForm {
  padding: 80px 0; }
  .partnerForm .formBox {
    padding-top: 60px; }
    .partnerForm .formBox fieldset {
      display: inline-block;
      width: auto;
      margin: 0 20px; }
      .partnerForm .formBox fieldset .placeholder {
        font-size: 16px;
        top: 18px;
        left: 5px; }
      .partnerForm .formBox fieldset .form-control {
        height: 48px;
        width: 280px;
        padding: 10px;
        border-width: 1px;
        border-color: #999; }
        .partnerForm .formBox fieldset .form-control:focus {
          border-color: #777; }
        @media (max-width: 1366px) {
          .partnerForm .formBox fieldset .form-control {
            width: 250px; } }
        @media (max-width: 1199px) {
          .partnerForm .formBox fieldset .form-control {
            width: 100%; } }
      .partnerForm .formBox fieldset label.error {
        display: block;
        color: red;
        text-align: left; }
      .partnerForm .formBox fieldset.input--filled .placeholder {
        top: -20px; }
      @media (max-width: 1199px) {
        .partnerForm .formBox fieldset {
          display: block;
          width: 60%;
          margin: 0 auto 30px; } }
      @media (max-width: 600px) {
        .partnerForm .formBox fieldset {
          width: 90%; } }
  @media (max-width: 1199px) {
    .partnerForm p br {
      display: none; } }
  @media (max-width: 600px) {
    .partnerForm {
      padding: 40px 0; } }

.businessPartner {
  position: relative;
  z-index: 1;
  padding: 80px 0 0; }
  .businessPartner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    background: #012a5e; }
  .businessPartner:after {
    display: none;
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #ebeff2; }
    @media (max-width: 1024px) {
      .businessPartner:after {
        height: 70%; } }
  .businessPartner .whiteBox {
    background: #fff;
    padding: 80px 60px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
    .businessPartner .whiteBox ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .businessPartner .whiteBox ul li {
        display: inline-block;
        width: 24%; }
        @media (max-width: 991px) {
          .businessPartner .whiteBox ul li {
            width: 31%; }
            .businessPartner .whiteBox ul li img {
              margin: 0 auto;
              width: 140px; } }
        @media (max-width: 600px) {
          .businessPartner .whiteBox ul li {
            width: 48%; } }
    @media (max-width: 600px) {
      .businessPartner .whiteBox {
        padding: 40px; } }

.businessPartner2 {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #ecf3f4; }
  .businessPartner2 .table {
    padding: 0; }
    .businessPartner2 .table .table-cell:first-child {
      padding-right: 40px; }
    @media (max-width: 800px) {
      .businessPartner2 .table .table-cell {
        display: block;
        width: auto;
        text-align: center; }
        .businessPartner2 .table .table-cell:first-child {
          padding-right: 0; } }

.simplifiedProcess {
  position: relative;
  padding: 80px 0;
  background: #f0f0f0; }
  .simplifiedProcess .processBox {
    position: relative;
    z-index: 1;
    text-align: center; }
    .simplifiedProcess .processBox ul {
      padding: 0; }
      .simplifiedProcess .processBox ul li {
        display: block;
        float: left;
        width: 25%;
        padding: 0 30px; }
        .simplifiedProcess .processBox ul li figure {
          margin-bottom: 10px; }
        .simplifiedProcess .processBox ul li p {
          font-size: 18px;
          color: #323232; }
        @media (max-width: 768px) {
          .simplifiedProcess .processBox ul li {
            width: 50%;
            margin-bottom: 30px; } }
        @media (max-width: 600px) {
          .simplifiedProcess .processBox ul li {
            width: 100%; } }
    .simplifiedProcess .processBox:after {
      display: block;
      content: '';
      width: 100%;
      height: 10px;
      position: absolute;
      top: 62px;
      left: 0;
      z-index: -1;
      background: #fff;
      -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
      box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04); }
      @media (max-width: 768px) {
        .simplifiedProcess .processBox:after {
          display: none; } }

.ecommerce_banner {
  background-color: #fdfefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfefe), to(#edf1f5));
  background-image: -webkit-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -moz-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -ms-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: -o-linear-gradient(top, #fdfefe, #edf1f5);
  background-image: linear-gradient(top, #fdfefe, #edf1f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', endColorStr='#edf1f5'); }
  .ecommerce_banner figure {
    margin-top: 70px;
    margin-bottom: -150px; }
    @media (max-width: 1024px) {
      .ecommerce_banner figure {
        margin-bottom: 0;
        margin-right: -110px; } }
    @media (max-width: 991px) {
      .ecommerce_banner figure {
        display: none; } }
  .ecommerce_banner .txtBox {
    padding: 150px 0 150px 100px; }
    @media (max-width: 1199px) {
      .ecommerce_banner .txtBox {
        padding: 100px 0 100px 100px; } }
    @media (max-width: 991px) {
      .ecommerce_banner .txtBox {
        padding: 100px 40px; } }
    @media (max-width: 800px) {
      .ecommerce_banner .txtBox {
        padding: 60px 30px; } }
    @media (max-width: 600px) {
      .ecommerce_banner .txtBox {
        text-align: center;
        padding: 30px 20px; } }
  .ecommerce_banner p {
    font-family: "proxima_novalight";
    font-size: 21px;
    line-height: 36px; }
    @media (max-width: 600px) {
      .ecommerce_banner p {
        font-size: 16px;
        line-height: 24px; } }

.web_process_wrap {
  padding: 160px 0 80px; }
  @media (max-width: 1024px) {
    .web_process_wrap {
      padding: 60px 0; }
      .web_process_wrap p br {
        display: none; } }

.web_process_banner {
  background: #012a5e; }
  .web_process_banner .table .table-cell {
    vertical-align: middle; }
    .web_process_banner .table .table-cell:last-child {
      padding: 0 60px; }
      @media (max-width: 1024px) {
        .web_process_banner .table .table-cell:last-child {
          padding: 30px; } }
    @media (max-width: 1024px) {
      .web_process_banner .table .table-cell {
        display: block;
        width: auto;
        padding: 40px 30px; }
        .web_process_banner .table .table-cell:first-child {
          display: none; } }
  .web_process_banner .table.reverse .table-cell {
    padding: 0 60px; }
    .web_process_banner .table.reverse .table-cell:last-child {
      padding: 0; }
  .web_process_banner h2, .web_process_banner p {
    color: #fff; }
  .web_process_banner .inlineList {
    padding: 25px 0 0;
    margin: 0; }
    .web_process_banner .inlineList li {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      padding: 0 10px; }
      .web_process_banner .inlineList li:first-child {
        padding-left: 0; }
      .web_process_banner .inlineList li:last-child {
        padding-right: 0; }
  @media (max-width: 600px) {
    .web_process_banner {
      text-align: center; } }

.catalog_wrap {
  padding: 100px 0; }
  .catalog_wrap .table .table-cell {
    position: relative; }
    .catalog_wrap .table .table-cell .adjustImage {
      display: none;
      margin-bottom: 60px; }
      @media (max-width: 800px) {
        .catalog_wrap .table .table-cell .adjustImage {
          display: block; } }
    @media (max-width: 800px) {
      .catalog_wrap .table .table-cell {
        display: block;
        width: auto;
        margin-bottom: 60px; } }
  .catalog_wrap .table:last-child {
    margin-top: 10%; }
    @media (max-width: 800px) {
      .catalog_wrap .table:last-child {
        margin-top: 0; } }
  .catalog_wrap figure {
    position: relative; }
    .catalog_wrap figure span {
      position: absolute;
      z-index: -1; }
      @media (max-width: 800px) {
        .catalog_wrap figure span {
          display: none; } }
    .catalog_wrap figure .arrow1 {
      right: -70px;
      top: 60%; }
      @media (max-width: 991px) {
        .catalog_wrap figure .arrow1 {
          right: 20px;
          top: 60%; } }
    .catalog_wrap figure .arrow2 {
      left: -270px;
      bottom: -20%; }
      @media (max-width: 991px) {
        .catalog_wrap figure .arrow2 {
          left: -200px; } }
    @media (max-width: 800px) {
      .catalog_wrap figure img {
        width: 60%;
        margin: 0 auto; } }
    @media (max-width: 600px) {
      .catalog_wrap figure img {
        width: 90%; } }
  .catalog_wrap .txtBox {
    padding: 0 140px; }
    .catalog_wrap .txtBox h3 {
      color: #012a5e;
      text-transform: uppercase; }
    @media (max-width: 1024px) {
      .catalog_wrap .txtBox {
        padding: 0 40px; }
        .catalog_wrap .txtBox.rightAlign {
          padding-right: 80px; } }
    @media (max-width: 600px) {
      .catalog_wrap .txtBox {
        padding: 0; }
        .catalog_wrap .txtBox.rightAlign {
          padding-right: 0; } }
  @media (max-width: 991px) {
    .catalog_wrap {
      padding: 60px 0; }
      .catalog_wrap .container {
        width: auto;
        padding: 0; } }
  @media (max-width: 800px) {
    .catalog_wrap {
      text-align: center; }
      .catalog_wrap .common_h3 br {
        display: block; } }
  @media (max-width: 480px) {
    .catalog_wrap {
      padding: 40px 0; } }

.watchdigital_wrap {
  background: url(../img/watch_bg.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  .watchdigital_wrap .table {
    margin: 0; }
    .watchdigital_wrap .table .table-cell {
      position: relative;
      padding: 70px 0; }
      .watchdigital_wrap .table .table-cell .digital_text {
        background: #012a5e;
        position: relative;
        color: #FFF;
        top: -120px;
        padding: 80px;
        z-index: 11; }
        .watchdigital_wrap .table .table-cell .digital_text .common_h3 {
          color: #fff; }
          .watchdigital_wrap .table .table-cell .digital_text .common_h3 span {
            display: block;
            font-size: 70%; }
        .watchdigital_wrap .table .table-cell .digital_text p {
          color: #fff; }
        @media (max-width: 800px) {
          .watchdigital_wrap .table .table-cell .digital_text {
            top: 0;
            padding: 60px;
            text-align: center; } }
        @media (max-width: 600px) {
          .watchdigital_wrap .table .table-cell .digital_text {
            top: 0;
            padding: 30px; } }
      @media (max-width: 800px) {
        .watchdigital_wrap .table .table-cell {
          display: block;
          width: auto;
          padding: 40px 0; }
          .watchdigital_wrap .table .table-cell:last-child {
            padding-top: 0; } }
  .watchdigital_wrap.ar_vr {
    background-image: url(../img/ar_vr/video_bg.jpg); }
  .watchdigital_wrap.spacing {
    margin-bottom: 20%; }
  .watchdigital_wrap.methodology {
    background-image: url(../img/methodology/methodology_video.jpg);
    background-size: cover;
    min-height: 0;
    margin-top: 82px;
    padding: 70px 0;
    text-align: center; }
    .watchdigital_wrap.methodology .digital_text {
      top: 0;
      padding: 40px 60px; }
    @media (max-width: 480px) {
      .watchdigital_wrap.methodology {
        padding: 60px 0; }
        .watchdigital_wrap.methodology .digital_text {
          padding: 30px; } }

.tooltechnologies_wrap {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  padding-bottom: 100px;
  background-color: #ebeff2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#ebeff2));
  background-image: -webkit-linear-gradient(top, #ebeff2, #ebeff2);
  background-image: -moz-linear-gradient(top, #ebeff2, #ebeff2);
  background-image: -ms-linear-gradient(top, #ebeff2, #ebeff2);
  background-image: -o-linear-gradient(top, #ebeff2, #ebeff2);
  background-image: linear-gradient(top, #ebeff2, #ebeff2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebeff2', endColorStr='#ebeff2'); }
  .tooltechnologies_wrap .topPositionBtn {
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center; }
    @media (max-width: 1024px) {
      .tooltechnologies_wrap .topPositionBtn {
        top: -80px; } }
  .tooltechnologies_wrap.android-app .common_h3 {
    color: #012a5e; }
  .tooltechnologies_wrap .txtBox {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 991px) {
      .tooltechnologies_wrap .txtBox {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (max-width: 480px) {
      .tooltechnologies_wrap .txtBox {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .tooltechnologies_wrap .tools_img {
    margin-top: -250px; }
    @media (max-width: 1024px) {
      .tooltechnologies_wrap .tools_img {
        margin-top: -50px; } }
  .tooltechnologies_wrap .inlineBlock {
    margin: 0;
    padding: 0;
    text-align: center; }
    .tooltechnologies_wrap .inlineBlock li {
      display: inline-block; }
    .tooltechnologies_wrap .inlineBlock.five li {
      width: 19%; }
      @media (max-width: 600px) {
        .tooltechnologies_wrap .inlineBlock.five li {
          width: 23%; } }
      @media (max-width: 480px) {
        .tooltechnologies_wrap .inlineBlock.five li {
          width: 48%; }
          .tooltechnologies_wrap .inlineBlock.five li img {
            margin: 0 auto;
            width: 80%; } }
    .tooltechnologies_wrap .inlineBlock.four li {
      width: 24%; }
    .tooltechnologies_wrap .inlineBlock.three li {
      width: 32%; }
  .tooltechnologies_wrap .iosPoints {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0; }
    .tooltechnologies_wrap .iosPoints li {
      display: table-cell;
      width: 20%;
      padding: 60px 0; }
      .tooltechnologies_wrap .iosPoints li .common_h4 {
        font-family: "proxima_novaregular";
        font-size: 24px;
        margin: 0; }
        .tooltechnologies_wrap .iosPoints li .common_h4 span {
          display: block;
          color: #444;
          font-size: 16px;
          line-height: 1.6;
          padding: 15px 0 0; }
        @media (max-width: 480px) {
          .tooltechnologies_wrap .iosPoints li .common_h4 {
            font-size: 21px; } }
      .tooltechnologies_wrap .iosPoints li .icons {
        background: url(../img/services/sprite-android.png) no-repeat;
        display: inline-block;
        width: 81px;
        height: 65px;
        margin-bottom: 25px; }
        .tooltechnologies_wrap .iosPoints li .icons.frameworks-icon {
          background-position: -10px -10px; }
        .tooltechnologies_wrap .iosPoints li .icons.platforms-icon {
          background-position: -92px -10px; }
        .tooltechnologies_wrap .iosPoints li .icons.versions-icon {
          background-position: -180px -10px; }
        .tooltechnologies_wrap .iosPoints li .icons.language-icon {
          background-position: -10px -95px; }
        .tooltechnologies_wrap .iosPoints li .icons.development-tools-icon {
          background-position: -92px -95px; }
      @media (max-width: 991px) {
        .tooltechnologies_wrap .iosPoints li {
          display: block;
          float: left;
          width: 33%;
          padding: 30px 0; } }
      @media (max-width: 600px) {
        .tooltechnologies_wrap .iosPoints li {
          width: 50%; } }
      @media (max-width: 480px) {
        .tooltechnologies_wrap .iosPoints li {
          width: 100%;
          text-align: center; } }
  @media (max-width: 1024px) {
    .tooltechnologies_wrap {
      margin-top: 40px; } }
  @media (max-width: 800px) {
    .tooltechnologies_wrap {
      margin-top: 0;
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .tooltechnologies_wrap {
      padding-bottom: 40px; } }

.web_solution_wrap {
  padding: 80px 0; }
  .web_solution_wrap .text18 {
    margin-bottom: 8%; }
  .web_solution_wrap .full {
    width: 100%; }
  .web_solution_wrap .table .common_h3 {
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    margin-bottom: 0; }
    .web_solution_wrap .table .common_h3.alignL {
      text-align: left; }
      @media (max-width: 991px) {
        .web_solution_wrap .table .common_h3.alignL {
          text-align: center; } }
    .web_solution_wrap .table .common_h3 .icon {
      background: url(../img/sprite.png) no-repeat;
      display: inline-block;
      height: 76px;
      width: 80px;
      vertical-align: middle;
      float: left;
      margin-right: 20px; }
      .web_solution_wrap .table .common_h3 .icon.cart_icon {
        background-position: -27px -381px; }
      .web_solution_wrap .table .common_h3 .icon.payment_icon {
        background-position: -143px -392px; }
      .web_solution_wrap .table .common_h3 .icon.custom_application_icon {
        background-position: -20px -666px; }
      .web_solution_wrap .table .common_h3 .icon.sharepoint_icon {
        background-position: -139px -676px; }
      .web_solution_wrap .table .common_h3 .icon.customCart {
        background: url(../img/cc_icon.png) no-repeat;
        width: 69px;
        height: 71px;
        margin-top: 15px; }
    .web_solution_wrap .table .common_h3 span {
      font-size: 65%;
      display: block; }
      @media (max-width: 991px) {
        .web_solution_wrap .table .common_h3 span {
          display: inline;
          font-size: 100%; } }
  .web_solution_wrap .table .table {
    background: transparent; }
  .web_solution_wrap .table .padding_tb50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .web_solution_wrap .table .padding_tb100 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px; }
    @media (max-width: 991px) {
      .web_solution_wrap .table .padding_tb100 {
        padding: 60px 40px; } }
  .web_solution_wrap .table .padding_t15 {
    padding-top: 15%; }
    @media (max-width: 991px) {
      .web_solution_wrap .table .padding_t15 {
        padding: 60px 40px; } }
  .web_solution_wrap .table .padding_t40 {
    padding-top: 40%; }
    @media (max-width: 991px) {
      .web_solution_wrap .table .padding_t40 {
        padding: 60px 40px; } }
  .web_solution_wrap .table .blue_bg {
    background: #012a5e; }
  .web_solution_wrap .table .sky_bg {
    background: #0099da;
    vertical-align: top; }
  .web_solution_wrap .table .gray_bg {
    background: #414141; }
  .web_solution_wrap .table .skyL_bg {
    background: #e6f0f4; }
    .web_solution_wrap .table .skyL_bg .common_h3 {
      color: #012a5e; }
  @media (max-width: 991px) {
    .web_solution_wrap .table .table-cell {
      display: block;
      width: 100%; } }
  @media (max-width: 991px) {
    .web_solution_wrap {
      padding: 60px 0 0; } }
  @media (max-width: 600px) {
    .web_solution_wrap {
      padding: 40px 0; } }

.playIcon {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  font-size: 27px;
  color: #fff;
  cursor: pointer;
  line-height: 120px;
  text-align: center; }
  .playIcon:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 120px;
    height: 120px;
    z-index: -1;
    border: solid #fff 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
  .playIcon:hover:before {
    background: rgba(0, 0, 0, 0.36);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  @media (max-width: 768px) {
    .playIcon {
      width: 90px;
      height: 90px;
      font-size: 21px;
      line-height: 90px; }
      .playIcon:before {
        width: 90px;
        height: 90px; } }
  @media (max-width: 600px) {
    .playIcon {
      width: 60px;
      height: 60px;
      font-size: 18px;
      line-height: 60px; }
      .playIcon:before {
        width: 60px;
        height: 60px;
        top: -1px;
        border-width: 2px; } }

.mobility_banner {
  position: relative;
  padding-top: 82px;
  min-height: 1000px;
  background: url(../img/mobility_solution/clavax-mobility.png) center no-repeat;
  background-size: 90%; }
  .mobility_banner ul {
    margin: 0;
    padding: 0; }
    .mobility_banner ul li {
      display: block;
      position: absolute;
      max-width: 500px; }
      .mobility_banner ul li img {
        display: block; }
      .mobility_banner ul li.one_slide {
        left: 0;
        bottom: 100px; }
        @media (max-width: 600px) {
          .mobility_banner ul li.one_slide {
            bottom: 0; } }
      .mobility_banner ul li.two_slide {
        left: 14%;
        top: 350px;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg); }
        @media (max-width: 600px) {
          .mobility_banner ul li.two_slide {
            display: none; } }
      .mobility_banner ul li.three_slide {
        left: 37%;
        top: 100px; }
        @media (max-width: 600px) {
          .mobility_banner ul li.three_slide {
            left: 25%; } }
        @media (max-width: 480px) {
          .mobility_banner ul li.three_slide {
            left: 15%; } }
        @media (max-width: 360px) {
          .mobility_banner ul li.three_slide {
            left: 5%; } }
      .mobility_banner ul li.four_slide {
        right: 0;
        top: 105px; }
      @media (max-width: 1366px) {
        .mobility_banner ul li {
          max-width: 400px; } }
      @media (max-width: 800px) {
        .mobility_banner ul li {
          max-width: 300px; }
          .mobility_banner ul li:first-child {
            max-width: 200px; } }
      @media (max-width: 600px) {
        .mobility_banner ul li {
          max-width: 200px; } }
  @media (max-width: 800px) {
    .mobility_banner {
      min-height: 800px; } }
  @media (max-width: 600px) {
    .mobility_banner {
      min-height: 500px; } }

.mobileapp_wrap {
  padding: 80px 0;
  background: #ebeff2; }
  .mobileapp_wrap .common_h3 {
    color: #012a5e;
    line-height: 46px;
    text-transform: uppercase; }
    .mobileapp_wrap .common_h3 span {
      display: block;
      font-size: 50%; }
      @media (max-width: 768px) {
        .mobileapp_wrap .common_h3 span {
          font-size: 100%; } }
  .mobileapp_wrap ul {
    text-align: center;
    margin-bottom: 60px; }
    .mobileapp_wrap ul li {
      display: inline-block; }
      .mobileapp_wrap ul li .icon {
        display: inline-block;
        width: 50px;
        height: 45px;
        vertical-align: top;
        background: url(../img/sprite.png) no-repeat; }
        .mobileapp_wrap ul li .icon.ios {
          background-position: -261px -376px; }
        .mobileapp_wrap ul li .icon.android {
          background-position: -324px -376px; }
  .mobileapp_wrap .table {
    margin: 0; }
    .mobileapp_wrap .table .table-cell {
      width: 20%;
      padding: 0 40px;
      vertical-align: middle;
      border-right: solid #d0d7dc 1px; }
      .mobileapp_wrap .table .table-cell:last-child {
        border-right: none; }
      .mobileapp_wrap .table .table-cell h1, .mobileapp_wrap .table .table-cell h3 {
        font-size: 24px;
        margin: 0;
        line-height: 30px;
        text-transform: uppercase; }
        .mobileapp_wrap .table .table-cell h1 span, .mobileapp_wrap .table .table-cell h3 span {
          display: block;
          text-transform: none; }
      .mobileapp_wrap .table .table-cell .icon {
        background: url(../img/sprite.png) no-repeat;
        display: inline-block;
        height: 75px;
        width: 70px;
        vertical-align: middle;
        margin-bottom: 20px; }
        .mobileapp_wrap .table .table-cell .icon.mobileapp_icon {
          background-position: -252px -445px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappdlop_icon {
          background-position: -312px -443px; }
        .mobileapp_wrap .table .table-cell .icon.appsupport_icon {
          background-position: -394px -442px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappdgn_icon {
          background-position: -486px -440px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappUsr_icon {
          background-position: -568px -438px; }
      @media (max-width: 991px) {
        .mobileapp_wrap .table .table-cell {
          display: block;
          float: left;
          width: 33%;
          margin: 30px 0; } }
      @media (max-width: 991px) {
        .mobileapp_wrap .table .table-cell {
          width: 100%;
          float: none;
          border: none;
          text-align: center; } }

.marketsuccess_wrap {
  padding: 80px 0; }
  .marketsuccess_wrap .common_h3 span {
    font-size: 60%; }
    @media (max-width: 991px) {
      .marketsuccess_wrap .common_h3 span {
        font-size: 100%; } }
  .marketsuccess_wrap .common_h4 {
    font-family: "proxima_novaregular"; }
  .marketsuccess_wrap .table {
    margin: 0; }
    .marketsuccess_wrap .table .table-cell {
      position: relative; }
      .marketsuccess_wrap .table .table-cell figure {
        position: relative; }
        @media (max-width: 991px) {
          .marketsuccess_wrap .table .table-cell figure > img {
            height: 400px; } }
        .marketsuccess_wrap .table .table-cell figure .arrow1 {
          position: absolute;
          z-index: 1;
          right: -31%;
          bottom: -3%; }
        .marketsuccess_wrap .table .table-cell figure .arrow2 {
          position: absolute;
          z-index: -1;
          left: -20%;
          bottom: 3%; }
      @media (max-width: 768px) {
        .marketsuccess_wrap .table .table-cell {
          display: block;
          width: auto; }
          .marketsuccess_wrap .table .table-cell .txtBox {
            padding: 30px 60px; }
          .marketsuccess_wrap .table .table-cell h3 {
            margin-bottom: 10px; } }
      @media (max-width: 600px) {
        .marketsuccess_wrap .table .table-cell .txtBox {
          padding: 10px 0; } }
    .marketsuccess_wrap .table.adjustTop {
      margin-top: -220px; }
      @media (max-width: 991px) {
        .marketsuccess_wrap .table.adjustTop {
          margin-top: -120px; } }
      @media (max-width: 768px) {
        .marketsuccess_wrap .table.adjustTop {
          margin-top: 0; } }
  @media (max-width: 600px) {
    .marketsuccess_wrap {
      padding: 40px 0; } }

.weblisting {
  width: 100%;
  display: table;
  padding: 40px 0; }
  .weblisting li {
    position: relative;
    display: table-cell;
    vertical-align: top; }
    .weblisting li h4 {
      font-size: 24px;
      color: #012a5e; }
      @media (max-width: 600px) {
        .weblisting li h4 {
          font-size: 18px; } }
    .weblisting li p {
      padding: 0 40px; }
    .weblisting li:last-child {
      margin-bottom: 0; }
      .weblisting li:last-child:after {
        display: none; }
    .weblisting li:after {
      position: absolute;
      content: '';
      height: 1px;
      top: 40%;
      right: -20%;
      width: 40%;
      border-bottom: 2px dashed #9b9b9b; }
      @media (max-width: 991px) {
        .weblisting li:after {
          height: 45px;
          top: 105%;
          left: 50%;
          width: 1px;
          border-left: 2px dashed #9b9b9b; } }
    .weblisting li .icon {
      display: inline-block;
      width: 200px;
      height: 200px;
      border-radius: 100%;
      margin-bottom: 30px;
      border: 2px dashed #9b9b9b;
      background: url(../img/sprite.png) no-repeat; }
      .weblisting li .icon.idea_icon {
        background-position: -177px -522px; }
      .weblisting li .icon.experts_icon {
        background-position: -320px -517px; }
      .weblisting li .icon.deploy_icon {
        background-position: -484px -519px; }
      .weblisting li .icon.build_icon {
        background-position: -175px -687px; }
      .weblisting li .icon.test_icon {
        background-position: -321px -687px; }
      .weblisting li .icon.monitor_icon {
        background-position: -488px -689px; }
      @media (max-width: 600px) {
        .weblisting li .icon {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8); } }
    @media (max-width: 991px) {
      .weblisting li {
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 80px; } }
    @media (max-width: 600px) {
      .weblisting li {
        width: 96%; }
        .weblisting li p {
          padding: 0; } }
  .weblisting.partnerPage {
    margin-top: 60px; }
    .weblisting.partnerPage li .icon {
      background: url(../img/partner_weblist.png) no-repeat; }
      .weblisting.partnerPage li .icon.ia {
        background-position: -200px 0; }
      .weblisting.partnerPage li .icon.ia1 {
        background-position: -400px 0; }
  @media (max-width: 991px) {
    .weblisting {
      padding-bottom: 0; } }
  @media (max-width: 600px) {
    .weblisting {
      padding: 0; } }

/* 
.explorePages {
	padding:0;
	
	.ios {
		background:url(../img/mobility_solution/ios_bg.jpg) 20px center no-repeat $primary_color;
		padding:140px 0 140px 50%;
		font-family:$pn_bold;
		font-size:38px;
		color:#fff;
		min-height:401px;
		margin-bottom:32px;
		
		span {
			font-family:$pn_light;
			text-transform:uppercase;
		}
		
		@media(max-width:$laptop) {
			background-size:38%;
		}
		@media(max-width:$tabletSmall) {
			background:$primary_color;
			min-height:0;
			padding:60px;
			br {display:none;}
		}
	}
	.android {
		background:url(../img/mobility_solution/android_bg.jpg) no-repeat $primary_color;
		background-size:cover;
		padding:60px 0 0 90px;
		font-family:$pn_bold;
		font-size:38px;
		color:#fff;
		min-height:401px;
		
		span {
			font-family:$pn_light;
			text-transform:uppercase;
		}
		
		@media(max-width:$tabletSmall) {
			min-height:0;
			padding:60px;
			br {display:none;}
		}
	}
	.ar_vr {
		background:url(../img/mobility_solution/ar_vr_bg.jpg) no-repeat $primary_color;
		background-size:cover;
		padding:80% 0 0 50px;
		font-family:$pn_bold;
		font-size:38px;
		color:#fff;
		min-height:875px;
		
		span {
			font-family:$pn_light;
			text-transform:uppercase;
		}
		
		@media(max-width:$tablet) {
			min-height:0;
			padding:60px;
			margin-top:32px;
			background-position:center;
		}
	}
} */
.tooltechnologies_wrap.mobilityPage {
  background: none;
  margin-top: 0;
  padding: 60px 0; }
  .tooltechnologies_wrap.mobilityPage .tools_img {
    margin-top: 0; }
  .tooltechnologies_wrap.mobilityPage .languagesList {
    padding: 0;
    margin-top: 50px;
    text-align: center; }
    .tooltechnologies_wrap.mobilityPage .languagesList li {
      display: inline-block;
      width: 19%;
      margin-bottom: 20px; }
  @media (max-width: 800px) {
    .tooltechnologies_wrap.mobilityPage {
      padding: 0 0 40px; } }

.explorePages a {
  display: block;
  font-family: "proxima_nova_rgbold";
  font-size: 42px;
  color: #fff;
  line-height: 44px;
  padding: 320px 40px 40px;
  background-position: center center;
  background-repeat: no-repeat; }
  .explorePages a i {
    display: block;
    font-size: 42px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px; }
  .explorePages a img {
    height: 50px;
    margin-bottom: 20px; }
  .explorePages a span {
    font-family: "proxima_novalight";
    text-transform: uppercase; }
  .explorePages a.ios {
    background-image: url(../img/mobility_solution/ios_bg.jpg);
    background-size: cover; }
  .explorePages a.android {
    background-image: url(../img/mobility_solution/android_bg.jpg);
    background-size: cover; }
  .explorePages a.ar_vr {
    background-image: url(../img/mobility_solution/ar_vr_bg.jpg);
    background-size: cover; }
  @media (max-width: 1366px) {
    .explorePages a {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .explorePages a {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .explorePages a {
      padding: 40px;
      font-size: 24px;
      line-height: 30px;
      text-align: center; } }

.appDevelopmentApproches {
  padding: 80px 0;
  background: #f1f2f4; }
  .appDevelopmentApproches .thumbBox {
    float: left;
    width: 50%;
    padding: 0 80px; }
    .appDevelopmentApproches .thumbBox.bLeft {
      margin-bottom: 20px;
      border-left: solid #d6d4d6 1px; }
    .appDevelopmentApproches .thumbBox ul {
      padding: 0 0 20px; }
      .appDevelopmentApproches .thumbBox ul li {
        display: inline-block; }
    @media (max-width: 991px) {
      .appDevelopmentApproches .thumbBox {
        float: none;
        width: 100%;
        text-align: center;
        padding: 40px 20px; }
        .appDevelopmentApproches .thumbBox.bLeft {
          border-left: none;
          border-top: solid #d6d4d6 1px; } }

.contact_says_wrap {
  padding: 160px 0 80px; }
  .contact_says_wrap .title {
    position: relative;
    font-size: 12px;
    color: #012a5e;
    text-transform: uppercase; }
    .contact_says_wrap .title:before {
      content: '';
      position: absolute;
      top: 4px;
      left: -90px;
      width: 60px;
      height: 2px;
      background: #012a5e; }
  .contact_says_wrap .says_links {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden; }
    .contact_says_wrap .says_links.is-hovered {
      -webkit-animation-duration: 0s;
      animation-duration: 0s; }
      .contact_says_wrap .says_links.is-hovered:after {
        -webkit-animation: careers-link-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
        animation: careers-link-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1; }
    .contact_says_wrap .says_links:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -.5rem;
      width: calc(100% + 1rem);
      border-bottom: .3rem solid;
      margin-top: -.1rem; }
    .contact_says_wrap .says_links:before {
      display: inline-block;
      content: "";
      position: absolute;
      margin: 0;
      right: 0;
      width: 38px;
      height: 14px;
      top: 45px;
      border: none;
      z-index: -1;
      background: url(../img/sprite.png) no-repeat scroll -25px -781px; }
      @media (max-width: 600px) {
        .contact_says_wrap .says_links:before {
          top: 20px; } }
    .contact_says_wrap .says_links .type-wrap {
      min-height: 86px; }
      .contact_says_wrap .says_links .type-wrap #typed {
        font-family: "proxima_nova_rgbold";
        font-size: 50px;
        cursor: pointer;
        margin: 0;
        line-height: 86px;
        color: #012a5e; }
        @media (max-width: 1366px) {
          .contact_says_wrap .says_links .type-wrap #typed {
            font-size: 40px; } }
        @media (max-width: 768px) {
          .contact_says_wrap .says_links .type-wrap #typed {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .contact_says_wrap .says_links .type-wrap #typed {
            font-size: 24px;
            line-height: 60px; } }
        @media (max-width: 480px) {
          .contact_says_wrap .says_links .type-wrap #typed {
            font-size: 18px;
            line-height: 24px;
            padding: 15px 0 10px; } }
      @media (max-width: 600px) {
        .contact_says_wrap .says_links .type-wrap {
          min-height: 60px; } }
    .contact_says_wrap .says_links ul {
      display: none;
      margin: 0;
      padding: 20px 0 40px; }
      .contact_says_wrap .says_links ul li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0; }
        .contact_says_wrap .says_links ul li a {
          display: inline-block;
          position: relative;
          font-size: 22px;
          cursor: pointer;
          overflow: hidden;
          line-height: 46px;
          padding-left: 45px;
          color: #012a5e;
          -webkit-transition: background-color .1s cubic-bezier(.72, .16, .345, .875);
          -o-transition: background-color .1s cubic-bezier(.72, .16, .345, .875);
          transition: background-color .1s cubic-bezier(.72, .16, .345, .875); }
          .contact_says_wrap .says_links ul li a:before {
            content: "";
            position: absolute;
            top: 21px;
            left: 0;
            width: 2rem;
            border: solid;
            border-width: .1rem 0; }
          .contact_says_wrap .says_links ul li a:after {
            content: "";
            position: absolute;
            top: 21px;
            left: -.5rem;
            border: solid;
            border-width: .1rem 0;
            width: calc(100% + 1rem);
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%); }
          .contact_says_wrap .says_links ul li a:hover:after {
            -webkit-animation: hero-category-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
            animation: hero-category-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1; }
          @media (max-width: 600px) {
            .contact_says_wrap .says_links ul li a {
              font-size: 18px; } }
  .contact_says_wrap .contactform {
    display: none;
    padding: 60px 30px;
    border: solid #ddd 1px; }
    .contact_says_wrap .contactform .form-ctrl {
      position: relative;
      z-index: 1;
      margin-bottom: 40px; }
      .contact_says_wrap .contactform .form-ctrl .placeholder {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        margin: 0;
        opacity: 0;
        line-height: 1;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: all .4s cubic-bezier(.58,.3,.005,1);
        -o-transition: all .4s cubic-bezier(.58,.3,.005,1);
        transition: all .4s cubic-bezier(.58,.3,.005,1); }
      .contact_says_wrap .contactform .form-ctrl .form-control {
        font-size: 16px;
        resize: none;
        min-height: 60px;
        padding: 10px 20px;
        border: 3px solid #FFF;
        outline: .1rem solid #e2e2e2; }
        .contact_says_wrap .contactform .form-ctrl .form-control.texthgt {
          min-height: 115px;
          padding-bottom: 28px; }
      .contact_says_wrap .contactform .form-ctrl .uploadFile {
        background: #fff;
        position: absolute;
        bottom: 3px;
        left: 3px;
        right: 19px;
        padding: 5px 5px 5px 10px;
        display: flex;
        justify-content: flex-end; }
        .contact_says_wrap .contactform .form-ctrl .uploadFile .attachmentLabel {
          color: #999; }
        .contact_says_wrap .contactform .form-ctrl .uploadFile .fa {
          padding: 0px 0 0 10px;
          font-size: 20px;
          color: #999; }
        .contact_says_wrap .contactform .form-ctrl .uploadFile .uploader-input-file {
          position: absolute;
          width: 90px;
          right: 19px;
          opacity: 0;
          cursor: pointer; }
        .contact_says_wrap .contactform .form-ctrl .uploadFile input[type=file]::-webkit-file-upload-button {
          cursor: pointer; }
      .contact_says_wrap .contactform .form-ctrl label.error {
        position: absolute;
        top: 110%;
        right: 0;
        font-size: 13px;
        color: red;
        text-align: right; }
      .contact_says_wrap .contactform .form-ctrl .btnSimple {
        outline: none;
        margin-top: 20px; }
      .contact_says_wrap .contactform .form-ctrl.captcha label.error {
        left: 0;
        text-align: left; }
      .contact_says_wrap .contactform .form-ctrl.focused .placeholder {
        opacity: 1;
        top: -25px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .contact_says_wrap .contactform .form-ctrl.focused .form-control {
        background: #FFF;
        border: 3px solid #333;
        outline: .1rem solid #333; }
        .contact_says_wrap .contactform .form-ctrl.focused .form-control:focus::-webkit-input-placeholder {
          transition: opacity 0.2s 0.2s ease;
          opacity: 0; }
      @media (max-width: 991px) {
        .contact_says_wrap .contactform .form-ctrl.right {
          text-align: left; } }
    @media (max-width: 480px) {
      .contact_says_wrap .contactform {
        padding: 30px; } }

.contact_estimate_wrap {
  background: #edf0f5;
  padding: 60px 0; }
  .contact_estimate_wrap h4 {
    font-size: 31px;
    line-height: 40px;
    color: #012a5e; }
    @media (max-width: 768px) {
      .contact_estimate_wrap h4 {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 600px) {
      .contact_estimate_wrap h4 {
        font-size: 21px; } }
  .contact_estimate_wrap .common_h3 {
    margin: 0; }
    .contact_estimate_wrap .common_h3 a {
      color: #012a5e;
      border-bottom: 3px solid #012a5e; }
  .contact_estimate_wrap .table .table-cell {
    vertical-align: middle; }
    @media (max-width: 768px) {
      .contact_estimate_wrap .table .table-cell {
        display: block;
        width: 100%;
        margin: 20px 0;
        text-align: center; } }

@-webkit-keyframes hero-category-hover {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes hero-category-hover {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes careers-link-hover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes careers-link-hover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.locationBox {
  padding: 60px; }
  .locationBox h3 {
    font-size: 36px;
    color: #21282f;
    margin: 60px 0 20px; }
    @media (max-width: 1199px) {
      .locationBox h3 {
        margin: 0 0 20px; } }
    @media (max-width: 991px) {
      .locationBox h3 {
        margin: 40px 0 20px; } }
    @media (max-width: 600px) {
      .locationBox h3 {
        font-size: 24px; } }
  .locationBox p.mTop {
    margin-top: 160px; }
    @media (max-width: 1199px) {
      .locationBox p.mTop {
        margin-top: 0; } }
  .locationBox p.mTop2 {
    margin-top: 200px; }
    @media (max-width: 1199px) {
      .locationBox p.mTop2 {
        margin-top: 0; } }
  @media (max-width: 600px) {
    .locationBox p {
      font-size: 14px; } }
  .locationBox hr {
    border-bottom: solid #353535 3px; }
  .locationBox .outer_face {
    position: relative;
    margin: 0 auto;
    width: 250px;
    height: 250px;
    background: url(../img/clock.svg) no-repeat;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .locationBox .outer_face .inner_face {
      position: relative;
      top: 6%;
      left: 6%;
      width: 88%;
      height: 88%; }
      .locationBox .outer_face .inner_face:before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin-left: -9px;
        margin-top: -9px;
        background: black;
        position: absolute;
        top: 50%;
        left: 50%;
        box-shadow: 0 0 30px gray; }
      .locationBox .outer_face .inner_face .hand {
        position: absolute;
        width: 8px;
        height: 30%;
        top: 20%;
        left: 50%;
        z-index: -1;
        margin-left: -2px;
        background: black;
        box-shadow: 0 0 3px gray;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom; }
        .locationBox .outer_face .inner_face .hand.minute {
          height: 45%;
          top: 5%;
          width: 6px;
          margin-left: -3px; }
        .locationBox .outer_face .inner_face .hand.second {
          top: 0;
          width: 3px;
          height: 50%;
          margin-left: -1px;
          background: #012a5e; }
          .locationBox .outer_face .inner_face .hand.second:before {
            content: '';
            position: absolute;
            top: -2px;
            left: -7px;
            width: 18px;
            height: 18px;
            border-radius: 14px;
            background: #012a5e; }
  @media (max-width: 991px) {
    .locationBox {
      text-align: center; } }
  @media (max-width: 600px) {
    .locationBox {
      padding: 30px; } }

.ourExperience {
  padding: 60px 0 0; }
  .ourExperience.episerver figure {
    position: relative;
    top: 40px; }
  @media (max-width: 1024px) {
    .ourExperience.bdaPage br {
      display: none; } }
  @media (max-width: 600px) {
    .ourExperience.bdaPage {
      padding-top: 0; } }
  .ourExperience .table-cell {
    vertical-align: middle; }
    .ourExperience .table-cell p {
      font-size: 17px;
      line-height: 1.4;
      margin-bottom: 20px; }
      @media (max-width: 600px) {
        .ourExperience .table-cell p {
          font-size: 14px;
          line-height: 24px; } }
    @media (max-width: 768px) {
      .ourExperience .table-cell {
        display: block;
        width: 100%; }
        .ourExperience .table-cell:first-child {
          display: none; } }
  @media (max-width: 1199px) {
    .ourExperience {
      padding: 0; } }
  @media (max-width: 991px) {
    .ourExperience {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .ourExperience {
      padding: 30px 0; } }

.ourExperience-tabs {
  padding: 80px 0;
  background: #ebeff2; }
  .ourExperience-tabs ul {
    margin: 0;
    padding: 0; }
    .ourExperience-tabs ul li {
      display: table-cell;
      width: 25%; }
      .ourExperience-tabs ul li .icons {
        background: url(../img/services/sprite-services.png) no-repeat;
        display: inline-block;
        width: 81px;
        height: 70px;
        margin-right: 20px;
        vertical-align: top; }
        .ourExperience-tabs ul li .icons.satisfies-clients-icon {
          background-position: -10px -18px; }
        .ourExperience-tabs ul li .icons.employees-icon {
          background-position: 7px -119px; }
        .ourExperience-tabs ul li .icons.cup-coffee-icon {
          background-position: -126px -15px; }
        .ourExperience-tabs ul li .icons.liness-code-icon {
          background-position: -124px -120px; }
      .ourExperience-tabs ul li .common_h2 {
        display: inline-block;
        font-family: "proxima_nova_rgbold";
        margin: 0;
        line-height: 1;
        color: #012a5e; }
        .ourExperience-tabs ul li .common_h2 span {
          display: block;
          font-family: "proxima_novaregular";
          font-size: 20px; }
      @media (max-width: 1024px) {
        .ourExperience-tabs ul li {
          display: inline-block;
          width: 34%;
          margin: 30px 0;
          text-align: left; } }
      @media (max-width: 768px) {
        .ourExperience-tabs ul li {
          width: 45%; } }
      @media (max-width: 600px) {
        .ourExperience-tabs ul li {
          display: block;
          width: 60%;
          margin: 30px auto; } }
      @media (max-width: 480px) {
        .ourExperience-tabs ul li {
          width: 90%; } }
    @media (max-width: 1024px) {
      .ourExperience-tabs ul {
        text-align: center; } }
  @media (max-width: 1024px) {
    .ourExperience-tabs {
      padding: 40px 0; } }

.inWhiteBox .ourExperience-tabs {
  background: #fff; }

.discover-sprints {
  padding: 0 0 60px; }
  .discover-sprints .common_h3 {
    margin: 0; }
    .discover-sprints .common_h3 span {
      display: block;
      font-size: 75%;
      padding-bottom: 10px; }
  .discover-sprints .discover_wrap, .discover-sprints .sprints_wrap {
    background: url(../img/services/discover_bg.jpg) no-repeat scroll 0 0/cover;
    -webkit-box-shadow: 4px 6px 23px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 6px 23px 2px rgba(0, 0, 0, 0.3);
    transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease; }
    .discover-sprints .discover_wrap:hover, .discover-sprints .sprints_wrap:hover {
      transform: translateY(-20px); }
    .discover-sprints .discover_wrap a, .discover-sprints .sprints_wrap a {
      padding: 12% 10%;
      width: 100%;
      display: inline-block; }
    .discover-sprints .discover_wrap .btnSimple, .discover-sprints .sprints_wrap .btnSimple {
      background: none;
      color: #fff;
      border: 1px solid #FFF; }
      .discover-sprints .discover_wrap .btnSimple:hover, .discover-sprints .sprints_wrap .btnSimple:hover {
        border: 1px solid #ef323a;
        background: #ef323a; }
    .discover-sprints .discover_wrap .common_h3, .discover-sprints .sprints_wrap .common_h3 {
      color: #FFF;
      padding: 0;
      margin: 0 0 20px; }
    .discover-sprints .discover_wrap p, .discover-sprints .sprints_wrap p {
      color: #FFF;
      margin-bottom: 20px;
      font-size: 19px; }
  .discover-sprints .sprints_wrap {
    background: url(../img/services/sprints_bg.jpg) no-repeat scroll 0 0/cover; }
  .discover-sprints ul {
    padding: 0;
    margin: 0 auto;
    text-align: center; }
    .discover-sprints ul li {
      display: inline-block;
      width: 32%;
      background: #fff;
      text-align: center;
      vertical-align: top; }
      .discover-sprints ul li a {
        display: block;
        padding: 40px;
        margin: 20px;
        min-height: 200px;
        -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
        -webkit-transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease;
        -o-transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease;
        transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease; }
        .discover-sprints ul li a:hover {
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          -o-transform: translateY(-20px);
          transform: translateY(-20px); }
        @media (max-width: 1024px) {
          .discover-sprints ul li a {
            padding: 30px;
            margin: 15px; } }
        @media (max-width: 991px) {
          .discover-sprints ul li a {
            min-height: 160px; } }
        @media (max-width: 600px) {
          .discover-sprints ul li a {
            margin: 0;
            min-height: 0;
            padding: 25px; } }
      .discover-sprints ul li h4 {
        margin: 0; }
        .discover-sprints ul li h4 span {
          display: block;
          font-size: 16px;
          color: #333;
          padding: 10px 0 0;
          line-height: 28px; }
          @media (max-width: 768px) {
            .discover-sprints ul li h4 span {
              font-size: 14px;
              line-height: 24px; } }
        @media (max-width: 1024px) {
          .discover-sprints ul li h4 {
            padding-top: 0; } }
      @media (max-width: 991px) {
        .discover-sprints ul li {
          width: 48%; } }
      @media (max-width: 600px) {
        .discover-sprints ul li {
          width: 100%;
          margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .discover-sprints {
      padding: 0; } }

.solutionPage {
  padding: 0 0 80px; }
  .solutionPage.paraBox {
    padding: 80px 0; }
  .solutionPage.greyBg {
    background: #eff5f8; }
  .solutionPage .widgetTxtBox {
    position: relative;
    margin-bottom: 20px; }
    .solutionPage .widgetTxtBox a {
      display: block;
      padding: 80px 50px; }
      @media (max-width: 991px) {
        .solutionPage .widgetTxtBox a {
          padding: 40px; } }
      @media (max-width: 480px) {
        .solutionPage .widgetTxtBox a {
          padding: 30px; } }
    .solutionPage .widgetTxtBox.simple {
      padding: 80px 50px; }
      .solutionPage .widgetTxtBox.simple.ePadding {
        padding: 140px 50px; }
      @media (max-width: 991px) {
        .solutionPage .widgetTxtBox.simple {
          text-align: center;
          padding: 60px 40px; }
          .solutionPage .widgetTxtBox.simple.ePadding {
            padding: 60px 40px; } }
    .solutionPage .widgetTxtBox.primary {
      background: #012a5e; }
    .solutionPage .widgetTxtBox.blue {
      background: #0594d1; }
    .solutionPage .widgetTxtBox.marketingAuto {
      background: #efefef; }
    .solutionPage .widgetTxtBox.white {
      background: #ffffff; }
    .solutionPage .widgetTxtBox.bigdata {
      background: url(../img/solutions/bd_bg.jpg) no-repeat;
      background-size: cover; }
      .solutionPage .widgetTxtBox.bigdata a {
        padding: 192px 50px; }
        @media (max-width: 991px) {
          .solutionPage .widgetTxtBox.bigdata a {
            padding: 40px; } }
        @media (max-width: 480px) {
          .solutionPage .widgetTxtBox.bigdata a {
            padding: 30px; } }
    .solutionPage .widgetTxtBox.chatbot {
      background: url(../img/solutions/chatbot.jpg) right bottom no-repeat #012a5e; }
    .solutionPage .widgetTxtBox.banking {
      background: url(../img/banking/banking-img2.jpg) right top no-repeat #efefef; }
      @media (max-width: 991px) {
        .solutionPage .widgetTxtBox.banking {
          background: #efefef; } }
    .solutionPage .widgetTxtBox.marketingAuto a {
      padding: 160px 50px; }
      @media (max-width: 991px) {
        .solutionPage .widgetTxtBox.marketingAuto a {
          padding: 40px; } }
      @media (max-width: 480px) {
        .solutionPage .widgetTxtBox.marketingAuto a {
          padding: 30px; } }
    .solutionPage .widgetTxtBox h3 {
      font-size: 36px;
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .solutionPage .widgetTxtBox h3.primary {
        color: #012a5e; }
      @media (max-width: 991px) {
        .solutionPage .widgetTxtBox h3 {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .solutionPage .widgetTxtBox h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .solutionPage .widgetTxtBox h3 {
          font-size: 21px; } }
      .solutionPage .widgetTxtBox h3.nouppercase {
        text-transform: none; }
    .solutionPage .widgetTxtBox p {
      color: #fff;
      margin-bottom: 30px; }
      .solutionPage .widgetTxtBox p.primary {
        color: #012a5e; }
    .solutionPage .widgetTxtBox ul {
      padding: 0 0 25px 25px; }
      .solutionPage .widgetTxtBox ul li {
        display: list-item;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        list-style-position: outside; }
        @media (max-width: 600px) {
          .solutionPage .widgetTxtBox ul li {
            font-size: 14px;
            line-height: 22px; } }
      .solutionPage .widgetTxtBox ul.primary li {
        color: #012a5e; }

/*!
*	Consulting Page
*/
.strategicCapabilities {
  padding: 0; }
  .strategicCapabilities .bgHeadingBox {
    padding: 80px 0;
    text-align: center;
    background: #ebeff2; }
  .strategicCapabilities .twoColorPointBox {
    position: relative;
    z-index: 1; }
    .strategicCapabilities .twoColorPointBox:before, .strategicCapabilities .twoColorPointBox:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      z-index: -1;
      height: 100%; }
      @media (max-width: 768px) {
        .strategicCapabilities .twoColorPointBox:before, .strategicCapabilities .twoColorPointBox:after {
          width: 100%;
          height: 50%; } }
    .strategicCapabilities .twoColorPointBox:after {
      left: 50%; }
      @media (max-width: 768px) {
        .strategicCapabilities .twoColorPointBox:after {
          left: 0;
          top: 50%; } }
    .strategicCapabilities .twoColorPointBox .txtBox {
      padding: 100px 60px; }
      .strategicCapabilities .twoColorPointBox .txtBox h1, .strategicCapabilities .twoColorPointBox .txtBox h3 {
        font-size: 36px;
        color: #012a5e; }
        .strategicCapabilities .twoColorPointBox .txtBox h1.white, .strategicCapabilities .twoColorPointBox .txtBox h3.white {
          color: #fff; }
        .strategicCapabilities .twoColorPointBox .txtBox h1:after, .strategicCapabilities .twoColorPointBox .txtBox h3:after {
          display: block;
          content: '';
          width: 50px;
          height: 3px;
          margin-top: 20px;
          background: #ef323a; }
        @media (max-width: 991px) {
          .strategicCapabilities .twoColorPointBox .txtBox h1, .strategicCapabilities .twoColorPointBox .txtBox h3 {
            font-size: 30px; } }
        @media (max-width: 768px) {
          .strategicCapabilities .twoColorPointBox .txtBox h1, .strategicCapabilities .twoColorPointBox .txtBox h3 {
            font-size: 27px; } }
        @media (max-width: 600px) {
          .strategicCapabilities .twoColorPointBox .txtBox h1, .strategicCapabilities .twoColorPointBox .txtBox h3 {
            font-size: 24px; } }
        @media (max-width: 480px) {
          .strategicCapabilities .twoColorPointBox .txtBox h1, .strategicCapabilities .twoColorPointBox .txtBox h3 {
            font-size: 21px; } }
      .strategicCapabilities .twoColorPointBox .txtBox p.white {
        color: #fff; }
      .strategicCapabilities .twoColorPointBox .txtBox.borderBox {
        position: relative;
        top: -50px;
        padding-top: 80px; }
        .strategicCapabilities .twoColorPointBox .txtBox.borderBox:before, .strategicCapabilities .twoColorPointBox .txtBox.borderBox:after {
          content: '';
          position: absolute;
          top: 0;
          left: 60px;
          right: 60px;
          z-index: -1;
          height: 1px;
          background: #1b5cae; }
          @media (max-width: 768px) {
            .strategicCapabilities .twoColorPointBox .txtBox.borderBox:before, .strategicCapabilities .twoColorPointBox .txtBox.borderBox:after {
              display: none; } }
        .strategicCapabilities .twoColorPointBox .txtBox.borderBox:after {
          top: -1px;
          background: #043471; }
        @media (max-width: 991px) {
          .strategicCapabilities .twoColorPointBox .txtBox.borderBox {
            top: 0;
            padding-top: 60px; } }
        @media (max-width: 600px) {
          .strategicCapabilities .twoColorPointBox .txtBox.borderBox {
            top: 0;
            padding-top: 40px; } }
      @media (max-width: 991px) {
        .strategicCapabilities .twoColorPointBox .txtBox {
          padding: 60px 40px; } }
      @media (max-width: 600px) {
        .strategicCapabilities .twoColorPointBox .txtBox {
          padding: 40px 0; } }
    .strategicCapabilities .twoColorPointBox.first:before {
      background: url(../img/security_audit/scm_benifits.jpg) no-repeat;
      background-size: cover; }
    .strategicCapabilities .twoColorPointBox.first:after {
      background: #0d4388; }
    .strategicCapabilities .twoColorPointBox.second:before {
      background: #ebeff2; }
    .strategicCapabilities .twoColorPointBox.second:after {
      background: #0d4388; }
    .strategicCapabilities .twoColorPointBox.third {
      background: #009ada; }
      .strategicCapabilities .twoColorPointBox.third:before {
        background: #ebeff2; }
      .strategicCapabilities .twoColorPointBox.third:after {
        background: #009ada;
        top: -50px; }
        @media (max-width: 991px) {
          .strategicCapabilities .twoColorPointBox.third:after {
            top: 0; } }
        @media (max-width: 768px) {
          .strategicCapabilities .twoColorPointBox.third:after {
            top: 50%; } }
  @media (max-width: 1024px) {
    .strategicCapabilities br {
      display: none; } }

.industryExperience {
  padding: 80px 0;
  margin: 50px 0;
  background: #e9edf2; }
  .industryExperience .whiteBox ul {
    margin: 0;
    padding: 40px 0 0; }
    .industryExperience .whiteBox ul li {
      display: inline-block;
      width: 19%;
      font-family: "proxima_nova_rgbold";
      font-size: 18px;
      color: #012a5e;
      line-height: 30px;
      margin: 20px 0; }
      @media (max-width: 1024px) {
        .industryExperience .whiteBox ul li {
          width: 30%; } }
      @media (max-width: 991px) {
        .industryExperience .whiteBox ul li {
          font-size: 16px;
          margin: 10px 0; } }
      @media (max-width: 600px) {
        .industryExperience .whiteBox ul li {
          width: 48%; } }
      @media (max-width: 480px) {
        .industryExperience .whiteBox ul li {
          display: block;
          width: auto; } }
    @media (max-width: 600px) {
      .industryExperience .whiteBox ul {
        padding-top: 20px; } }
  @media (max-width: 600px) {
    .industryExperience {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .industryExperience {
      text-align: center; } }

.whatsRapidProto {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #ddeaed; }
  .whatsRapidProto:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: url(../img/services/rapid_prototyping.jpg) no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .whatsRapidProto:before {
        width: 30%; } }
    @media (max-width: 768px) {
      .whatsRapidProto:before {
        display: none; } }
  .whatsRapidProto h2 {
    margin-bottom: 40px; }
  .whatsRapidProto h3 {
    color: #012a5e;
    margin-bottom: 10px; }
  .whatsRapidProto p {
    margin-bottom: 40px; }
    .whatsRapidProto p:last-child {
      margin-bottom: 0; }
  .whatsRapidProto.productSustenancePage:before {
    background: url(../img/security_audit/why_sa2.jpg) no-repeat; }
  @media (max-width: 991px) {
    .whatsRapidProto {
      padding: 50px 0; } }
  @media (max-width: 600px) {
    .whatsRapidProto {
      text-align: center; } }

.prototypingServices {
  padding: 80px 0; }

.clavaxApproach {
  padding: 60px 0; }
  .clavaxApproach .bgBox {
    background: url(../img/services/bg_2.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0; }

.adoptingBusiness {
  padding: 0; }
  .adoptingBusiness figure {
    margin-top: -50px;
    text-align: center; }
  .adoptingBusiness .txtBox {
    padding: 150px 40px 0; }
    @media (max-width: 991px) {
      .adoptingBusiness .txtBox {
        padding: 0;
        text-align: center; } }

.sustenanceBgBox {
  background: url(../img/services/bg_3.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0; }
  .sustenanceBgBox .whiteBox {
    background: #fff;
    padding: 60px 80px; }
    .sustenanceBgBox .whiteBox .rowMTop {
      margin-top: 50px; }
      @media (max-width: 768px) {
        .sustenanceBgBox .whiteBox .rowMTop {
          margin-top: 20px; } }
    .sustenanceBgBox .whiteBox .paddingBox {
      padding: 0 40px;
      min-height: 120px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .sustenanceBgBox .whiteBox .paddingBox {
          min-height: 0;
          padding: 0 15px;
          text-align: center;
          margin-bottom: 20px; } }
    .sustenanceBgBox .whiteBox .paddingBox2 {
      padding: 0 40px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .sustenanceBgBox .whiteBox .paddingBox2 {
          padding: 0 15px;
          margin-bottom: 0;
          text-align: center; } }
    @media (max-width: 768px) {
      .sustenanceBgBox .whiteBox {
        padding: 40px 50px; } }
    @media (max-width: 600px) {
      .sustenanceBgBox .whiteBox {
        padding: 30px; } }
  @media (max-width: 768px) {
    .sustenanceBgBox {
      padding: 40px; } }
  @media (max-width: 600px) {
    .sustenanceBgBox {
      padding: 25px; } }
  @media (max-width: 480px) {
    .sustenanceBgBox {
      padding: 15px 0; } }

.solidBgBox {
  background: #e6eaec;
  padding: 90px 0; }

.productSustenanceServices {
  background: #f0f3f4;
  padding: 80px 0;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .productSustenanceServices {
      padding: 60px 0;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .productSustenanceServices {
      padding: 30px 0; } }

.reinventIoTServices {
  background: #e9edf2;
  padding: 80px 0; }
  .reinventIoTServices .widgetTxtBox {
    position: relative;
    margin-bottom: 20px;
    padding: 80px 60px; }
    @media (max-width: 991px) {
      .reinventIoTServices .widgetTxtBox {
        padding: 40px; } }
    @media (max-width: 480px) {
      .reinventIoTServices .widgetTxtBox {
        padding: 30px; } }
    .reinventIoTServices .widgetTxtBox.primary {
      background: #012a5e;
      padding: 120px 60px; }
    .reinventIoTServices .widgetTxtBox.blue {
      background: #0594d1; }
    .reinventIoTServices .widgetTxtBox.white {
      background: #fff;
      padding: 160px 60px; }
    .reinventIoTServices .widgetTxtBox.bg {
      background: url(../img/solutions/bd_bg.jpg) no-repeat;
      background-size: cover;
      padding: 190px 60px; }
    .reinventIoTServices .widgetTxtBox h3 {
      font-size: 36px;
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .reinventIoTServices .widgetTxtBox h3.primary {
        color: #012a5e; }
      @media (max-width: 991px) {
        .reinventIoTServices .widgetTxtBox h3 {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .reinventIoTServices .widgetTxtBox h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .reinventIoTServices .widgetTxtBox h3 {
          font-size: 21px; } }
    .reinventIoTServices .widgetTxtBox p {
      color: #fff;
      margin-bottom: 30px; }
      .reinventIoTServices .widgetTxtBox p.primary {
        color: #012a5e; }

.erpSystem {
  background: url(../img/erp_system_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px; }
  .erpSystem .blueBox {
    background: #012a5e;
    padding: 60px 40px; }

.bankingFirstSection {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #012a5e; }
  .bankingFirstSection:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    background: url(../img/banking/banking-img1.jpg) no-repeat;
    background-size: cover; }
  @media (max-width: 991px) {
    .bankingFirstSection {
      padding: 50px 0;
      text-align: center; }
      .bankingFirstSection:before {
        display: none; }
      .bankingFirstSection ul li {
        display: block;
        padding: 0 60px; }
        .bankingFirstSection ul li br {
          display: none; } }
  @media (max-width: 768px) {
    .bankingFirstSection ul li {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .bankingFirstSection ul li {
      padding: 0; } }

/*!
*	CRM Page
*/
.crmFirst {
  padding-top: 80px; }
  .crmFirst .table .table-cell {
    padding: 0; }
    .crmFirst .table .table-cell .txtBox {
      padding-left: 50px; }
      @media (max-width: 1024px) {
        .crmFirst .table .table-cell .txtBox {
          padding-bottom: 20px; } }
      @media (max-width: 768px) {
        .crmFirst .table .table-cell .txtBox {
          padding: 20px 0; } }
    .crmFirst .table .table-cell figure {
      margin: 0 auto; }
      @media (max-width: 768px) {
        .crmFirst .table .table-cell figure {
          width: 300px;
          margin-bottom: 40px; } }
      @media (max-width: 600px) {
        .crmFirst .table .table-cell figure {
          width: 90%; } }
    @media (max-width: 768px) {
      .crmFirst .table .table-cell {
        display: block;
        width: auto;
        text-align: center; } }
  @media (max-width: 768px) {
    .crmFirst {
      padding: 60px 0 30px; } }
  @media (max-width: 600px) {
    .crmFirst {
      padding: 40px 0;
      text-align: center; } }

.dynamic365Apps {
  background: #f5f8fa;
  padding: 80px 0; }
  .dynamic365Apps ul {
    padding: 0; }
    .dynamic365Apps ul li {
      display: block;
      float: left;
      padding: 0 40px;
      width: 33.33334%;
      min-height: 200px;
      margin-bottom: 20px; }
      .dynamic365Apps ul li figure {
        margin-bottom: 15px; }
      .dynamic365Apps ul li h4 {
        margin-bottom: 10px;
        color: #012a5e; }
      @media (max-width: 1024px) {
        .dynamic365Apps ul li {
          width: 50%;
          margin-bottom: 0;
          min-height: 240px; } }
      @media (max-width: 600px) {
        .dynamic365Apps ul li {
          width: 100%;
          min-height: 0;
          padding: 0 20px;
          text-align: center;
          margin-bottom: 20px; } }
  @media (max-width: 600px) {
    .dynamic365Apps {
      padding: 40px 0;
      text-align: center; } }

.readyBusinessForward {
  background: url(../img/crm/crm_bg2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .readyBusinessForward .blueBox {
    padding: 60px 120px;
    background: #012a5e; }
    .readyBusinessForward .blueBox .table .table-cell {
      padding: 0; }
      .readyBusinessForward .blueBox .table .table-cell .txtBox {
        margin-left: 20px;
        padding: 20px 20px 0 50px;
        border-left: solid #114689 1px; }
        @media (max-width: 600px) {
          .readyBusinessForward .blueBox .table .table-cell .txtBox {
            margin: 20px 0 0;
            padding: 20px;
            border: none;
            border-top: solid #114689 1px; } }
      @media (max-width: 600px) {
        .readyBusinessForward .blueBox .table .table-cell {
          display: block;
          width: auto;
          text-align: center; } }
    @media (max-width: 1024px) {
      .readyBusinessForward .blueBox {
        padding: 60px; } }
    @media (max-width: 600px) {
      .readyBusinessForward .blueBox {
        padding: 40px; } }
    @media (max-width: 480px) {
      .readyBusinessForward .blueBox {
        padding: 20px; } }
  @media (max-width: 1024px) {
    .readyBusinessForward {
      padding: 40px 0; } }
  @media (max-width: 600px) {
    .readyBusinessForward {
      padding: 40px 0;
      text-align: center; } }

.whydynamic365 .table .table-cell {
  padding: 0; }
  .whydynamic365 .table .table-cell figure {
    margin: 0 auto;
    padding: 0 40px; }
    @media (max-width: 768px) {
      .whydynamic365 .table .table-cell figure {
        width: 360px;
        padding: 0;
        margin-bottom: 40px; } }
    @media (max-width: 600px) {
      .whydynamic365 .table .table-cell figure {
        width: 90%; } }
  @media (max-width: 768px) {
    .whydynamic365 .table .table-cell {
      display: block;
      width: auto;
      text-align: center; } }

.crm_businessNeed {
  background: url(../img/crm/crm_bg3.jpg) left bottom no-repeat #f6fbfb;
  padding: 120px 0 80px; }
  .crm_businessNeed h4:after {
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    margin-top: 15px;
    background: #d0d5d9; }
    @media (max-width: 600px) {
      .crm_businessNeed h4:after {
        margin: 15px auto 0; } }
  .crm_businessNeed ul {
    padding: 0;
    margin: 0 -15px; }
    .crm_businessNeed ul li {
      display: inline-block;
      width: 45%;
      margin: 15px;
      padding: 30px;
      background: #fff;
      vertical-align: top;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
      box-shadow: 0 0 10px 2px rgba(0,0,0,0.05); }
      .crm_businessNeed ul li h5 {
        font-size: 21px;
        color: #012a5e; }
      @media (max-width: 768px) {
        .crm_businessNeed ul li {
          margin: 5px;
          width: 47%;
          padding: 20px; } }
      @media (max-width: 600px) {
        .crm_businessNeed ul li {
          display: block;
          width: auto;
          margin: 0 0 20px; } }
    @media (max-width: 600px) {
      .crm_businessNeed ul {
        margin: 0; } }
  @media (max-width: 991px) {
    .crm_businessNeed {
      padding: 80px 0;
      background-size: 60%; } }
  @media (max-width: 768px) {
    .crm_businessNeed {
      padding: 60px 0;
      background-size: 40%; } }
  @media (max-width: 600px) {
    .crm_businessNeed {
      padding: 40px 0;
      text-align: center; } }

.whichCMSRight {
  background: #f2f5f6; }
  .whichCMSRight .table .table-cell {
    padding: 0; }
    .whichCMSRight .table .table-cell figure {
      margin: 0 auto;
      padding: 0 40px; }
      @media (max-width: 768px) {
        .whichCMSRight .table .table-cell figure {
          width: 360px;
          padding: 0;
          margin-bottom: 40px; } }
      @media (max-width: 600px) {
        .whichCMSRight .table .table-cell figure {
          width: 90%; } }
    .whichCMSRight .table .table-cell ul li {
      display: inline-block;
      font-size: 18px;
      color: #343434;
      width: 49%; }
      .whichCMSRight .table .table-cell ul li span {
        display: inline-block;
        padding: 15px 0;
        border-bottom: solid #ddd 1px; }
      @media (max-width: 768px) {
        .whichCMSRight .table .table-cell ul li {
          font-size: 16px; } }
      @media (max-width: 600px) {
        .whichCMSRight .table .table-cell ul li {
          font-size: 14px;
          display: block;
          width: auto; }
          .whichCMSRight .table .table-cell ul li span {
            display: block; } }
    @media (max-width: 991px) {
      .whichCMSRight .table .table-cell ul {
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .whichCMSRight .table .table-cell {
        display: block;
        width: auto;
        text-align: center; } }

.needCms_bgBox {
  background: #1b264a; }
  .needCms_bgBox .table-cell {
    padding: 0; }
    .needCms_bgBox .table-cell .txtBox {
      padding: 20px 60px; }
      @media (max-width: 1024px) {
        .needCms_bgBox .table-cell .txtBox {
          padding: 50px; } }
      @media (max-width: 600px) {
        .needCms_bgBox .table-cell .txtBox {
          padding: 30px; } }
    @media (max-width: 1024px) {
      .needCms_bgBox .table-cell {
        display: block;
        width: auto;
        text-align: center; } }

.cmsOurOfferingBox {
  padding: 80px 0 20px;
  background: #f1f7f9; }
  .cmsOurOfferingBox .whiteBox {
    padding: 40px;
    margin: 0 15px;
    background: #fff;
    min-height: 300px;
    margin-bottom: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.02);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.02); }
    .cmsOurOfferingBox .whiteBox figure {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .cmsOurOfferingBox .whiteBox figure img {
          width: 160px; } }
    @media (max-width: 1366px) {
      .cmsOurOfferingBox .whiteBox {
        min-height: 320px; } }
    @media (max-width: 1199px) {
      .cmsOurOfferingBox .whiteBox {
        min-height: 350px; } }
    @media (max-width: 991px) {
      .cmsOurOfferingBox .whiteBox {
        margin: 0 0 40px; } }
    @media (max-width: 768px) {
      .cmsOurOfferingBox .whiteBox {
        min-height: 0;
        text-align: center;
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .cmsOurOfferingBox .whiteBox {
        padding: 30px; } }
    @media (max-width: 480px) {
      .cmsOurOfferingBox .whiteBox {
        padding: 20px; } }
  @media (max-width: 768px) {
    .cmsOurOfferingBox {
      padding: 60px 0 30px; } }
  @media (max-width: 600px) {
    .cmsOurOfferingBox {
      padding: 40px 0; } }

.cmsEnterpriseLevel {
  background: url(../img/crm/cms_bg3.jpg) right center no-repeat #e2e6e9;
  background-size: auto 100%;
  padding: 80px 0; }
  @media (max-width: 1366px) {
    .cmsEnterpriseLevel {
      background-position: 180% center; } }
  @media (max-width: 1024px) {
    .cmsEnterpriseLevel {
      padding: 60px 0;
      background-position: 220px center; } }
  @media (max-width: 991px) {
    .cmsEnterpriseLevel {
      background-image: none;
      text-align: center; } }
  @media (max-width: 600px) {
    .cmsEnterpriseLevel {
      padding: 40px 0; } }

.boxedThumb {
  border: solid #ddd 1px;
  border-bottom: none; }
  .boxedThumb ul {
    padding: 0; }
    .boxedThumb ul li {
      display: block;
      float: left;
      width: 33.33334%;
      min-height: 220px;
      padding: 20px 40px;
      border-left: solid #ddd 1px;
      border-bottom: solid #ddd 1px; }
      .boxedThumb ul li:first-child, .boxedThumb ul li:nth-of-type(4n) {
        border-left: none; }
      .boxedThumb ul li img {
        float: left;
        width: 60px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .boxedThumb ul li img {
            margin-bottom: 10px; } }
      .boxedThumb ul li h4 {
        font-size: 21px;
        color: #012a5e;
        float: left;
        padding-top: 20px;
        padding-left: 20px;
        width: calc(100% - 60px); }
        @media (max-width: 600px) {
          .boxedThumb ul li h4 {
            font-size: 18px; } }
        @media (max-width: 480px) {
          .boxedThumb ul li h4 {
            font-size: 16px; } }
        @media (max-width: 360px) {
          .boxedThumb ul li h4 {
            font-size: 14px; } }
      @media (max-width: 1024px) {
        .boxedThumb ul li {
          padding: 20px; } }
      @media (max-width: 991px) {
        .boxedThumb ul li {
          width: 50%;
          min-height: 200px; }
          .boxedThumb ul li:first-child, .boxedThumb ul li:nth-of-type(4n) {
            border-left: solid #ddd 1px; } }
      @media (max-width: 600px) {
        .boxedThumb ul li {
          width: 100%;
          min-height: 0;
          text-align: center; }
          .boxedThumb ul li img, .boxedThumb ul li h4 {
            float: none;
            width: auto;
            padding: 0;
            margin-bottom: 0; }
          .boxedThumb ul li h4 {
            margin-bottom: 15px; }
          .boxedThumb ul li p {
            margin-bottom: 0; }
          .boxedThumb ul li:first-child, .boxedThumb ul li:nth-of-type(4n) {
            border-left: solid #ddd 1px; } }
  @media (max-width: 991px) {
    .boxedThumb {
      border-left: none; } }

/** New Software Development Page
*/
.softwareServiceTypes {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background: #012a5e; }
  .softwareServiceTypes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/software/graphics.png) center no-repeat;
    background-size: auto 80%; }
  .softwareServiceTypes ul {
    list-style: none; }
    .softwareServiceTypes ul li {
      display: block;
      margin-bottom: 40px; }
      .softwareServiceTypes ul li:last-child {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .softwareServiceTypes ul li:last-child {
            margin-bottom: 40px; } }
      .softwareServiceTypes ul li h4 {
        font-size: 24px;
        color: white;
        margin-bottom: 10px; }
      .softwareServiceTypes ul li p {
        font-family: "proxima_novalight";
        color: white;
        margin-bottom: 0; }
    .softwareServiceTypes ul.alignRight {
      text-align: right; }
      @media (max-width: 768px) {
        .softwareServiceTypes ul.alignRight {
          text-align: center; } }
    @media (max-width: 768px) {
      .softwareServiceTypes ul {
        text-align: center; } }
  @media (max-width: 1199px) {
    .softwareServiceTypes {
      padding: 80px 0; }
      .softwareServiceTypes:before {
        background-size: auto 60%; } }
  @media (max-width: 768px) {
    .softwareServiceTypes {
      padding: 60px 0; }
      .softwareServiceTypes:before {
        opacity: 0.2; } }
  @media (max-width: 600px) {
    .softwareServiceTypes {
      padding: 40px 0 1px; }
      .softwareServiceTypes:before {
        opacity: 0; } }

.makeDigitalReal {
  padding: 100px 0 0; }
  .makeDigitalReal .customAccordion {
    padding: 40px 0 0; }
    .makeDigitalReal .customAccordion li {
      display: block;
      margin-bottom: 20px; }
      .makeDigitalReal .customAccordion li h4 {
        position: relative;
        z-index: 1;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 10px;
        color: #012a5e; }
      .makeDigitalReal .customAccordion li p {
        display: none; }
      .makeDigitalReal .customAccordion li:first-child p {
        display: block; }
      .makeDigitalReal .customAccordion li.active {
        margin-bottom: 30px; }
        .makeDigitalReal .customAccordion li.active h4 {
          font-size: 36px; }
          .makeDigitalReal .customAccordion li.active h4:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -60px;
            width: 50px;
            height: 4px;
            margin-top: -2px;
            background: #ef323a; }
          @media (max-width: 992px) {
            .makeDigitalReal .customAccordion li.active h4 {
              font-size: 30px; } }
          @media (max-width: 768px) {
            .makeDigitalReal .customAccordion li.active h4:before {
              display: none; } }
          @media (max-width: 600px) {
            .makeDigitalReal .customAccordion li.active h4:before {
              display: none; } }
  .makeDigitalReal .btnBox {
    padding: 20px 0 0; }
  @media (max-width: 768px) {
    .makeDigitalReal {
      padding: 60px 0; }
      .makeDigitalReal #targetImg {
        margin: 0 auto;
        max-width: 200px; }
      .makeDigitalReal .customAccordion {
        padding: 40px 30px 0;
        text-align: center; }
      .makeDigitalReal .btnBox {
        text-align: center; } }
  @media (max-width: 600px) {
    .makeDigitalReal {
      padding: 40px 0; }
      .makeDigitalReal #targetImg {
        display: none; }
      .makeDigitalReal .customAccordion {
        padding: 20px 20px 0; }
      .makeDigitalReal .btnBox {
        text-align: center; } }

.latestInnovate {
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  .latestInnovate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/software/bg_dotted.jpg) left bottom no-repeat;
    background-size: auto 100%; }
  .latestInnovate .txtBox {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .latestInnovate .txtBox {
        padding: 0 30px;
        position: static;
        text-align: center; } }
  .latestInnovate .innovateSlider {
    position: relative;
    z-index: 1; }
    .latestInnovate .innovateSlider .slide {
      float: none;
      width: 100%;
      margin: 10px;
      height: auto;
      outline: none;
      text-align: center;
      background: white;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 2px rgba(0,0,0,0.2); }
      .latestInnovate .innovateSlider .slide a {
        display: block;
        outline: none;
        padding: 30px; }
      .latestInnovate .innovateSlider .slide figure {
        margin-bottom: 20px; }
      .latestInnovate .innovateSlider .slide h4 {
        font-family: "proxima_novaregular";
        font-size: 24px;
        color: #012a5e; }
    .latestInnovate .innovateSlider .slick-track {
      display: flex;
      align-items: stretch; }
    .latestInnovate .innovateSlider .slick-prev, .latestInnovate .innovateSlider .slick-next {
      top: 100%;
      left: 70%;
      right: auto;
      width: 33px;
      height: 27px;
      margin-top: 40px;
      background: url(../img/software/arrow_left.png) no-repeat; }
      .latestInnovate .innovateSlider .slick-prev.slick-disabled, .latestInnovate .innovateSlider .slick-next.slick-disabled {
        opacity: 0.4; }
      @media (max-width: 768px) {
        .latestInnovate .innovateSlider .slick-prev, .latestInnovate .innovateSlider .slick-next {
          left: auto;
          right: 100px;
          margin-top: -20px; } }
    .latestInnovate .innovateSlider .slick-next {
      left: calc(70% + 50px);
      background: url(../img/software/arrow_right.png) no-repeat; }
      @media (max-width: 768px) {
        .latestInnovate .innovateSlider .slick-next {
          left: auto;
          right: 50px; } }
    @media (max-width: 768px) {
      .latestInnovate .innovateSlider {
        margin: 0 auto;
        width: 97.5%;
        padding: 0 30px 60px; } }
  @media (max-width: 1199px) {
    .latestInnovate {
      padding: 80px 0; }
      .latestInnovate:before {
        opacity: 0.6; } }
  @media (max-width: 768px) {
    .latestInnovate {
      padding: 0 0 60px; }
      .latestInnovate:before {
        opacity: 0.4; } }

.androidApp_banner {
  position: relative;
  z-index: 1;
  background: #f0f2f5; }
  .androidApp_banner:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    left: 5%;
    top: -40%;
    z-index: -1;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .androidApp_banner .table-cell {
    vertical-align: middle; }
    .androidApp_banner .table-cell .txtBox {
      padding: 0; }
      @media (max-width: 1199px) {
        .androidApp_banner .table-cell .txtBox {
          padding: 100px 0 100px 100px; } }
      @media (max-width: 991px) {
        .androidApp_banner .table-cell .txtBox {
          padding: 100px 40px; } }
      @media (max-width: 800px) {
        .androidApp_banner .table-cell .txtBox {
          padding: 60px 30px; } }
      @media (max-width: 600px) {
        .androidApp_banner .table-cell .txtBox {
          text-align: center;
          padding: 30px 10px; } }
    .androidApp_banner .table-cell figure {
      position: relative;
      text-align: center;
      margin-top: 40px;
      margin-bottom: -100px; }
      .androidApp_banner .table-cell figure img {
        max-height: 600px; }
    @media (max-width: 991px) {
      .androidApp_banner .table-cell {
        display: block;
        width: auto; }
        .androidApp_banner .table-cell:first-child {
          display: none; } }
  .androidApp_banner .common_h2 {
    position: relative; }
    .androidApp_banner .common_h2 span {
      position: relative;
      display: table; }
      .androidApp_banner .common_h2 span:before {
        position: absolute;
        content: "";
        right: -130px;
        top: -35px;
        width: 117px;
        height: 79px;
        background: url(../img/services/android_banner_icon.png) no-repeat; }
        @media (max-width: 991px) {
          .androidApp_banner .common_h2 span:before {
            display: none; } }
      @media (max-width: 991px) {
        .androidApp_banner .common_h2 span {
          display: block; } }

.android_diagram {
  position: relative;
  z-index: 2;
  padding: 160px 0 60px; }
  .android_diagram .common_h4 {
    font-family: "proxima_novaregular"; }
  .android_diagram .table {
    padding: 70px 0 70px; }
    .android_diagram .table .table-cell {
      padding: 0; }
      .android_diagram .table .table-cell figure {
        position: relative;
        text-align: center; }
        .android_diagram .table .table-cell figure.text-left {
          text-align: left; }
        @media (min-width: 991px) {
          .android_diagram .table .table-cell figure {
            text-align: right; } }
        .android_diagram .table .table-cell figure > img {
          width: 70%; }
          @media (max-width: 991px) {
            .android_diagram .table .table-cell figure > img {
              width: 45%; } }
        .android_diagram .table .table-cell figure .arrow1 {
          position: absolute;
          z-index: -1;
          right: -50px;
          bottom: -200px; }
          @media (max-width: 991px) {
            .android_diagram .table .table-cell figure .arrow1 {
              display: none; } }
      .android_diagram .table .table-cell .txtBox {
        padding: 0 60px; }
        .android_diagram .table .table-cell .txtBox h1, .android_diagram .table .table-cell .txtBox h3 {
          font-family: "proxima_novaregular";
          font-size: 24px;
          color: #012a5e; }
          @media (max-width: 600px) {
            .android_diagram .table .table-cell .txtBox h1, .android_diagram .table .table-cell .txtBox h3 {
              font-size: 18px; } }
        .android_diagram .table .table-cell .txtBox.alignR {
          margin-top: 50px;
          text-align: right; }
          @media (max-width: 991px) {
            .android_diagram .table .table-cell .txtBox.alignR {
              margin-top: 0;
              text-align: center; } }
        @media (max-width: 991px) {
          .android_diagram .table .table-cell .txtBox {
            padding: 40px 30px;
            text-align: center; } }
      .android_diagram .table .table-cell .adjustImage {
        display: none; }
      @media (max-width: 991px) {
        .android_diagram .table .table-cell {
          display: block;
          width: auto; }
          .android_diagram .table .table-cell .adjustImage {
            display: block; } }
    @media (max-width: 991px) {
      .android_diagram .table {
        padding: 0; } }
  @media (max-width: 991px) {
    .android_diagram {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .android_diagram {
      padding: 40px 0; } }

.appExperience {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .appExperience {
      padding: 60px 0 0; } }
  .appExperience__block {
    display: flex;
    flex-wrap: wrap; }
    .appExperience__block--sliderBlock {
      width: 100%;
      max-height: 561px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      overflow: hidden; }
      @media (min-width: 768px) {
        .appExperience__block--sliderBlock {
          width: 50%; } }
    .appExperience__block--content {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .appExperience__block--content {
          padding-left: 100px;
          width: 50%; } }
  .appExperience__slider {
    width: 250px; }
    .appExperience__slider .slick-list {
      overflow: visible;
      position: relative;
      padding-bottom: 60px; }
      .appExperience__slider .slick-list::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/services/mobile-frame.png) no-repeat;
        z-index: 1; }
    .appExperience__slider .slick-track:focus {
      outline: none; }
    .appExperience__slider .slide {
      transition: all 0.5s; }
    .appExperience__slider .slick-slide {
      padding: 5px 10px;
      transform: scale(0.9);
      transition: all 0.5s; }
      .appExperience__slider .slick-slide.slick-current, .appExperience__slider .slick-slide.slick-active {
        transform: scale(1); }
      .appExperience__slider .slick-slide:focus {
        outline: none; }

.tooltechnologies_wrap {
  padding: 80px 0; }
  @media (min-width: 1024px) {
    .tooltechnologies_wrap .tooltechnologies {
      display: flex;
      flex-direction: row-reverse;
      align-items: center; } }
  .tooltechnologies_wrap .tooltechnologies .txtBox {
    padding-bottom: 80px; }
    @media (min-width: 1024px) {
      .tooltechnologies_wrap .tooltechnologies .txtBox {
        padding-bottom: 0px; } }
  .tooltechnologies_wrap .tooltechnologies .iosPoints {
    display: flex;
    flex-direction: column; }
    @media (min-width: 800px) {
      .tooltechnologies_wrap .tooltechnologies .iosPoints {
        flex-direction: row;
        justify-content: center; } }
    .tooltechnologies_wrap .tooltechnologies .iosPoints__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      @media (min-width: 800px) {
        .tooltechnologies_wrap .tooltechnologies .iosPoints__list {
          flex-direction: column;
          justify-content: normal;
          margin-right: 20px; }
          .tooltechnologies_wrap .tooltechnologies .iosPoints__list:nth-child(2) {
            margin-top: 100px; }
          .tooltechnologies_wrap .tooltechnologies .iosPoints__list:nth-child(3) {
            margin-top: 200px; } }
      .tooltechnologies_wrap .tooltechnologies .iosPoints__list li {
        display: block;
        padding: 20px;
        border-radius: 10px;
        background-color: #FFFFFF;
        width: 240px;
        height: 260px;
        margin: 0 10px 20px; }
        @media (min-width: 800px) {
          .tooltechnologies_wrap .tooltechnologies .iosPoints__list li:not(:last-child) {
            margin-bottom: 20px; } }

.guarantee {
  background: #f0f2f5;
  padding: 60px 0; }
  .guarantee__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
    .guarantee__title--heading {
      text-align: center;
      max-width: 1000px;
      color: #012a5e;
      padding: 0 10px; }
    .guarantee__title--paragraph {
      text-align: center;
      max-width: 1000px;
      padding: 0 15px; }
  .guarantee__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .guarantee__content--item {
      padding: 0 30px 30px;
      margin-bottom: 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .guarantee__content--item h5 {
        text-align: center; }
      .guarantee__content--item p {
        text-align: center; }
      .guarantee__content--item:not(:last-child) {
        border-bottom: solid 1px #e6e7e8; }
      @media (min-width: 600px) {
        .guarantee__content--item {
          flex-basis: 50%; } }
      @media (min-width: 768px) {
        .guarantee__content--item {
          align-items: flex-start;
          flex-basis: 33.33%; }
          .guarantee__content--item h5 {
            text-align: left; }
          .guarantee__content--item p {
            text-align: left; } }
      @media (min-width: 1024px) {
        .guarantee__content--item {
          flex-basis: 20%; }
          .guarantee__content--item:not(:last-child) {
            border-right: solid 1px #e6e7e8;
            border-bottom: solid 0px #e6e7e8; } }
    .guarantee__content--icon {
      width: 78px;
      height: 78px;
      display: block;
      margin-bottom: 30px;
      background: url(../img/services/android-garantee.png) no-repeat; }
      .guarantee__content--icon.transparency {
        background-position: -10px -10px; }
      .guarantee__content--icon.delivery {
        background-position: -100px -10px; }
      .guarantee__content--icon.support {
        background-position: -200px -10px; }
      .guarantee__content--icon.engagement {
        background-position: -300px -10px; }
      .guarantee__content--icon.twentyFour-support {
        background-position: -400px -10px; }
    .guarantee__content--heading {
      color: #012a5e;
      font-size: 20px; }

.success {
  background: #f0f2f5;
  padding: 60px 0; }
  .success__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
    .success__title--heading {
      text-align: center;
      max-width: 1000px;
      color: #012a5e;
      padding: 0 10px; }
    .success__title--paragraph {
      text-align: center;
      max-width: 1000px;
      padding: 0 15px; }
  .success__btn {
    display: flex;
    justify-content: center; }

.iosApp_banner {
  position: relative;
  background: #f0f2f5; }
  .iosApp_banner:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    left: 8%;
    top: -40%;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .iosApp_banner .table-cell {
    vertical-align: middle; }
    .iosApp_banner .table-cell .txtBox {
      padding: 0; }
      @media (max-width: 1199px) {
        .iosApp_banner .table-cell .txtBox {
          padding: 100px 0 100px 100px; } }
      @media (max-width: 991px) {
        .iosApp_banner .table-cell .txtBox {
          padding: 100px 40px; } }
      @media (max-width: 800px) {
        .iosApp_banner .table-cell .txtBox {
          padding: 60px 30px; } }
      @media (max-width: 600px) {
        .iosApp_banner .table-cell .txtBox {
          text-align: center;
          padding: 60px 10px; } }
    .iosApp_banner .table-cell figure {
      position: relative;
      bottom: -60px;
      text-align: center; }
    @media (max-width: 991px) {
      .iosApp_banner .table-cell {
        display: block;
        width: auto; }
        .iosApp_banner .table-cell:first-child {
          display: none; } }
  .iosApp_banner .common_h2 {
    position: relative; }
    .iosApp_banner .common_h2 span {
      display: table;
      position: relative; }
      .iosApp_banner .common_h2 span:before {
        position: absolute;
        content: "";
        right: -153px;
        top: -100px;
        width: 133px;
        height: 129px;
        background: url(../img/services/ios_banner_icon.png) no-repeat; }
        @media (max-width: 991px) {
          .iosApp_banner .common_h2 span:before {
            display: none; } }
      @media (max-width: 991px) {
        .iosApp_banner .common_h2 span {
          display: block; } }

.virtual-realty-wrap {
  background: url(../img/ar_vr/virtual-reality-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0; }
  .virtual-realty-wrap .common_h3 {
    color: #fff;
    margin-bottom: 40px; }
  .virtual-realty-wrap .common_h4 {
    font-family: "proxima_novaregular";
    color: #fff;
    margin-bottom: 10px; }
  .virtual-realty-wrap p {
    color: #fff;
    margin-bottom: 40px; }
    .virtual-realty-wrap p:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .virtual-realty-wrap {
      padding: 60px 0; } }

.arvr_tooltech {
  background: #ebeff2;
  padding: 80px 0 200px; }
  .arvr_tooltech ul {
    margin: 0;
    padding: 50px 0 0;
    text-align: center; }
    .arvr_tooltech ul li {
      display: inline-block;
      width: 19%;
      margin: 15px 5px; }
      @media (max-width: 600px) {
        .arvr_tooltech ul li {
          width: 32%; } }
      @media (max-width: 480px) {
        .arvr_tooltech ul li {
          width: 48%; } }
    @media (max-width: 991px) {
      .arvr_tooltech ul {
        padding: 0; } }
  @media (max-width: 991px) {
    .arvr_tooltech {
      padding-bottom: 140px; } }
  @media (max-width: 768px) {
    .arvr_tooltech {
      padding: 60px 0; } }

.arvrSolution {
  background: url(../img/ar_vr/ar_vr_solution.jpg) center no-repeat;
  background-size: cover;
  padding: 160px 0; }
  .arvrSolution .txtBox {
    padding-top: 220px; }
    .arvrSolution .txtBox .common_h3 {
      line-height: 50px; }
      .arvrSolution .txtBox .common_h3 span {
        display: block;
        font-size: 85%; }
    .arvrSolution .txtBox p {
      color: #fff; }
    @media (max-width: 991px) {
      .arvrSolution .txtBox {
        padding: 30px 0;
        text-align: center; } }
  .arvrSolution .table .table-cell {
    width: 50%;
    padding: 80px 60px; }
    .arvrSolution .table .table-cell.noPadding {
      padding: 0; }
    .arvrSolution .table .table-cell.center {
      text-align: center; }
    .arvrSolution .table .table-cell.primary {
      background: #012a5e; }
    .arvrSolution .table .table-cell.blue {
      background: #0099da; }
    .arvrSolution .table .table-cell.grey {
      background: #e6f0f4; }
    .arvrSolution .table .table-cell h3 {
      font-size: 40px;
      margin: 0 0 20px;
      color: #012a5e; }
      .arvrSolution .table .table-cell h3.white {
        color: #fff; }
      .arvrSolution .table .table-cell h3 span {
        display: block;
        text-transform: none;
        font-family: "proxima_novaregular"; }
      @media (max-width: 991px) {
        .arvrSolution .table .table-cell h3 {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .arvrSolution .table .table-cell h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .arvrSolution .table .table-cell h3 {
          font-size: 21px; } }
    .arvrSolution .table .table-cell p {
      color: #fff; }
      .arvrSolution .table .table-cell p.primary {
        color: #012a5e; }
    @media (max-width: 600px) {
      .arvrSolution .table .table-cell {
        display: block;
        width: auto;
        padding: 40px 30px; } }
  .arvrSolution .table.second .table-cell {
    width: 45%; }
    .arvrSolution .table.second .table-cell:last-child {
      width: 55%; }
    @media (max-width: 600px) {
      .arvrSolution .table.second .table-cell {
        width: auto; }
        .arvrSolution .table.second .table-cell:last-child {
          width: auto; } }
  @media (max-width: 991px) {
    .arvrSolution {
      padding: 60px 0; } }

.lookingForAugmented {
  position: relative;
  z-index: 1;
  padding: 200px 0; }
  .lookingForAugmented:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    background: url(../img/ar_vr/avr_img2.jpg) no-repeat; }
    @media (max-width: 768px) {
      .lookingForAugmented:after {
        display: none; } }
  @media (max-width: 768px) {
    .lookingForAugmented {
      padding: 60px 0;
      text-align: center; } }

.digital-commerce-wrap {
  background: url(../img/episerver-solution/digital-commerce-bg.jpg) no-repeat;
  background-size: cover;
  padding: 8% 0; }
  .digital-commerce-wrap .txtBox {
    padding-top: 120px; }
    @media (max-width: 1199px) {
      .digital-commerce-wrap .txtBox {
        padding-top: 90px; } }
    @media (max-width: 991px) {
      .digital-commerce-wrap .txtBox {
        padding: 40px 0; } }
  .digital-commerce-wrap .common_h3, .digital-commerce-wrap p {
    color: #fff; }
    .digital-commerce-wrap .common_h3 span, .digital-commerce-wrap p span {
      display: block; }
  .digital-commerce-wrap .table {
    margin: 0; }
    .digital-commerce-wrap .table .table-cell {
      padding: 60px 30px;
      width: 30%; }
      .digital-commerce-wrap .table .table-cell:last-child {
        width: 40%; }
      .digital-commerce-wrap .table .table-cell.noPadding {
        padding: 0; }
      .digital-commerce-wrap .table .table-cell.center {
        text-align: center; }
      .digital-commerce-wrap .table .table-cell.primary {
        background: #012a5e; }
      .digital-commerce-wrap .table .table-cell.blue {
        background: #0099da; }
      .digital-commerce-wrap .table .table-cell.grey {
        background: #e6f0f4; }
      .digital-commerce-wrap .table .table-cell.white {
        background: #fff; }
      .digital-commerce-wrap .table .table-cell .full {
        width: 100%; }
      .digital-commerce-wrap .table .table-cell h4 {
        font-size: 27px;
        margin: 0; }
        .digital-commerce-wrap .table .table-cell h4.white {
          color: #fff; }
      .digital-commerce-wrap .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .digital-commerce-wrap .table .table-cell {
          display: block;
          width: auto; }
          .digital-commerce-wrap .table .table-cell:last-child {
            width: auto; }
          .digital-commerce-wrap .table .table-cell.blue {
            border-top: solid #fff 1px; } }

.experience-editor .common_h3 span {
  font-size: 100%; }

.experience-editor p {
  margin-bottom: 50px; }
  .experience-editor p:last-child {
    margin-bottom: 0; }

.experience-editor .table .table-cell {
  padding: 10% 0; }
  .experience-editor .table .table-cell figcaption {
    padding: 0 15%; }
  .experience-editor .table .table-cell figure {
    position: relative;
    left: -10%; }
  .experience-editor .table .table-cell:first-child {
    background: #ebeff2; }
  .experience-editor .table .table-cell:last-child {
    position: relative;
    background: #012a5e; }
    @media (max-width: 768px) {
      .experience-editor .table .table-cell:last-child {
        display: none; } }
  @media (max-width: 768px) {
    .experience-editor .table .table-cell {
      display: block;
      width: auto;
      padding: 60px 0; }
      .experience-editor .table .table-cell figcaption {
        padding: 0 40px; } }

.episerver-benefits {
  background: #ebeff2;
  padding: 80px 0; }
  .episerver-benefits .table {
    background: #FFF;
    padding: 5%;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1); }
    .episerver-benefits .table .table-cell {
      padding: 2% 0; }
      .episerver-benefits .table .table-cell:first-child {
        padding-right: 8%;
        border-right: 1px solid #ededed; }
        @media (max-width: 991px) {
          .episerver-benefits .table .table-cell:first-child {
            border: none; } }
      .episerver-benefits .table .table-cell:last-child {
        padding-left: 6%; }
        @media (max-width: 991px) {
          .episerver-benefits .table .table-cell:last-child {
            padding: 0; } }
      .episerver-benefits .table .table-cell ul {
        margin: 0;
        padding: 0; }
        .episerver-benefits .table .table-cell ul li {
          position: relative;
          display: block;
          font-size: 19px;
          color: #444;
          width: 50%;
          float: left;
          margin: 0 0 10px;
          padding: 0 0 0 20px; }
          .episerver-benefits .table .table-cell ul li:before {
            position: absolute;
            width: 6px;
            height: 6px;
            content: "";
            background: #b9b9b9;
            left: 0;
            top: 10px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%; }
          @media (max-width: 1199px) {
            .episerver-benefits .table .table-cell ul li {
              font-size: 16px; } }
          @media (max-width: 600px) {
            .episerver-benefits .table .table-cell ul li {
              float: none;
              width: auto; } }
      @media (max-width: 991px) {
        .episerver-benefits .table .table-cell {
          display: block;
          width: auto; } }
  @media (max-width: 991px) {
    .episerver-benefits {
      padding: 40px 0; } }

.customizedDemo {
  padding: 100px 0;
  background: #e5e6eb; }
  .customizedDemo .whiteBox {
    background: #fff;
    padding: 60px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
    .customizedDemo .whiteBox .table-cell {
      padding: 0 60px;
      width: 50%; }
      @media (max-width: 991px) {
        .customizedDemo .whiteBox .table-cell {
          display: block;
          width: auto;
          padding: 40px; } }
    .customizedDemo .whiteBox h2 {
      font-size: 40px; }
      @media (max-width: 768px) {
        .customizedDemo .whiteBox h2 {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .customizedDemo .whiteBox h2 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .customizedDemo .whiteBox h2 {
          font-size: 21px; } }
    .customizedDemo .whiteBox h3 {
      font-size: 40px;
      color: #444; }
      @media (max-width: 768px) {
        .customizedDemo .whiteBox h3 {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .customizedDemo .whiteBox h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .customizedDemo .whiteBox h3 {
          font-size: 21px; } }
    .customizedDemo .whiteBox ul li {
      display: block;
      font-family: "proxima_nova_rgbold";
      font-size: 18px;
      line-height: 46px;
      text-transform: uppercase;
      border-top: solid #ddd 1px; }
      .customizedDemo .whiteBox ul li:last-child {
        border-bottom: solid #ddd 1px; }
      @media (max-width: 768px) {
        .customizedDemo .whiteBox ul li {
          font-size: 16px;
          line-height: 26px;
          padding: 10px 0;
          text-transform: none; } }
    @media (max-width: 991px) {
      .customizedDemo .whiteBox {
        padding: 0; } }
  @media (max-width: 991px) {
    .customizedDemo {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .customizedDemo {
      padding: 30px 0; } }

.helpWithPricing {
  background: url(../img/episerver-solution/help_pricing.jpg) no-repeat #ddded8;
  padding: 150px 0; }
  @media (max-width: 991px) {
    .helpWithPricing {
      padding: 100px 40px;
      text-align: center; }
      .helpWithPricing h4, .helpWithPricing p {
        color: #fff; } }

.enterpriseReady {
  padding: 80px 0;
  text-align: center; }
  .enterpriseReady h3 span {
    font-family: "proxima_nova_rgbold"; }
  .enterpriseReady p {
    padding: 0 40px; }
    @media (max-width: 1199px) {
      .enterpriseReady p br {
        display: none; } }
    @media (max-width: 768px) {
      .enterpriseReady p {
        padding: 0; } }
  @media (max-width: 768px) {
    .enterpriseReady {
      padding: 40px 0; } }

.kentico-gold-partner {
  padding: 0;
  margin-top: 120px;
  background: url(../img/kentico-gold/kentico-gold-partner-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 550px; }
  .kentico-gold-partner .kentico-gold_text {
    position: relative;
    margin-top: -100px;
    padding: 10% 50px;
    background: #FFF;
    border-right: 15px solid #ebeff2;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); }
    .kentico-gold-partner .kentico-gold_text .kentico-logo {
      background: url(../img/kentico-gold/kentico-gold-sprite.png) no-repeat;
      width: 267px;
      height: 82px;
      display: inline-block;
      margin-bottom: 60px; }
    .kentico-gold-partner .kentico-gold_text .common_h4 {
      font-size: 30px; }
      .kentico-gold-partner .kentico-gold_text .common_h4 span {
        font-size: 100%; }
    .kentico-gold-partner .kentico-gold_text p {
      font-size: 18px;
      color: #292828;
      line-height: 35px; }

.kentico-solution-wrap {
  padding: 80px 0; }
  .kentico-solution-wrap .icon {
    background: url(../img/kentico-gold/kentico-gold-sprite.png) no-repeat;
    width: 98px;
    height: 93px;
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .kentico-solution-wrap .icon.hightly_icon {
      background-position: -294px -1px; }
    .kentico-solution-wrap .icon.feature_icon {
      background-position: -395px -15px; }
    @media (max-width: 991px) {
      .kentico-solution-wrap .icon {
        display: none; } }
  .kentico-solution-wrap .top_area .table-cell {
    padding: 40px; }
    .kentico-solution-wrap .top_area .table-cell:first-child {
      background: #012e60; }
    .kentico-solution-wrap .top_area .table-cell:last-child {
      background: #414141; }
    @media (max-width: 991px) {
      .kentico-solution-wrap .top_area .table-cell {
        display: block;
        width: auto;
        padding: 60px 30px;
        text-align: center; } }
  .kentico-solution-wrap .middle_area .table-cell .common_h3 {
    color: #FFF;
    margin-bottom: 0; }
  .kentico-solution-wrap .middle_area .table-cell:last-child {
    padding: 0 5%;
    background: #0099da; }
    @media (max-width: 991px) {
      .kentico-solution-wrap .middle_area .table-cell:last-child {
        padding: 60px 30px; } }
  @media (max-width: 991px) {
    .kentico-solution-wrap .middle_area .table-cell {
      display: block;
      width: auto;
      padding: 60px 30px;
      text-align: center; } }
  .kentico-solution-wrap .bottom_area {
    background: #012e60; }
    .kentico-solution-wrap .bottom_area .table-cell {
      padding: 10% 3%;
      vertical-align: middle; }
      .kentico-solution-wrap .bottom_area .table-cell .common_h3 {
        color: #FFF;
        margin-bottom: 0; }
      .kentico-solution-wrap .bottom_area .table-cell:first-child {
        background: #0099da; }
        @media (min-width: 991px) {
          .kentico-solution-wrap .bottom_area .table-cell:first-child .common_h3 {
            font-size: 35px; } }
      .kentico-solution-wrap .bottom_area .table-cell:last-child {
        background: #e6f0f4; }
        .kentico-solution-wrap .bottom_area .table-cell:last-child .common_h3 {
          color: #012e60;
          font-family: "proxima_novalight"; }
      @media (max-width: 991px) {
        .kentico-solution-wrap .bottom_area .table-cell {
          display: block;
          width: auto;
          padding: 60px 30px;
          text-align: center; } }
  @media (max-width: 991px) {
    .kentico-solution-wrap {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .kentico-solution-wrap {
      padding: 30px 0; } }

.kentico_services_wrap {
  padding: 80px 0; }
  .kentico_services_wrap figure {
    text-align: center; }
  .kentico_services_wrap h4 {
    font-size: 24px;
    color: #282828;
    padding-top: 10px;
    line-height: 30px; }
    .kentico_services_wrap h4 span {
      display: block;
      text-transform: uppercase; }
    @media (max-width: 991px) {
      .kentico_services_wrap h4 {
        font-size: 21px;
        line-height: 1.2; } }
    @media (max-width: 480px) {
      .kentico_services_wrap h4 {
        font-size: 18px; } }
  .kentico_services_wrap .row {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .kentico_services_wrap {
      text-align: center; } }
  @media (max-width: 768px) {
    .kentico_services_wrap {
      padding: 40px 0; } }

.ceoPreferKentico {
  background: #ebeff2; }
  .ceoPreferKentico figure {
    margin-top: -74px; }
    @media (max-width: 1366px) {
      .ceoPreferKentico figure {
        margin-top: -75px; } }
    @media (max-width: 1199px) {
      .ceoPreferKentico figure {
        margin-top: -65px; } }
    @media (max-width: 1024px) {
      .ceoPreferKentico figure {
        margin-top: -55px; } }
    @media (max-width: 991px) {
      .ceoPreferKentico figure {
        display: none; } }
  .ceoPreferKentico h3 {
    padding-top: 150px;
    line-height: 50px; }
  .ceoPreferKentico .table .table-cell {
    width: 50%; }
    .ceoPreferKentico .table .table-cell h3 {
      font-size: 40px;
      color: #012a5e;
      padding: 0;
      line-height: 46px; }
      @media (max-width: 991px) {
        .ceoPreferKentico .table .table-cell h3 {
          font-size: 30px;
          margin-bottom: 0;
          line-height: 36px; } }
      @media (max-width: 600px) {
        .ceoPreferKentico .table .table-cell h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 480px) {
        .ceoPreferKentico .table .table-cell h3 {
          font-size: 21px; } }
    @media (max-width: 991px) {
      .ceoPreferKentico .table .table-cell {
        display: block;
        width: auto;
        padding: 80px 0;
        text-align: center; } }
    @media (max-width: 600px) {
      .ceoPreferKentico .table .table-cell {
        display: block;
        width: auto;
        padding: 40px 0;
        text-align: center; } }

.silverPartner {
  padding: 60px 0;
  background: url(../img/security_audit/share_point_bg1.jpg) right center no-repeat;
  background-size: cover; }
  .silverPartner .whiteBox {
    padding: 50px;
    background: #fff; }
    @media (max-width: 1199px) {
      .silverPartner .whiteBox .table-cell {
        display: block;
        width: auto;
        text-align: center; }
        .silverPartner .whiteBox .table-cell.txtBox {
          padding-top: 30px; } }
    @media (max-width: 991px) {
      .silverPartner .whiteBox {
        padding: 40px; } }
    @media (max-width: 600px) {
      .silverPartner .whiteBox {
        padding: 30px; } }
  @media (max-width: 480px) {
    .silverPartner {
      padding: 30px 0; } }

.kenticoBenifits {
  position: relative;
  z-index: 1;
  margin: 60px 0; }
  .kenticoBenifits:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #f6f7f7; }
    @media (max-width: 991px) {
      .kenticoBenifits:before {
        display: none; } }
  .kenticoBenifits figure {
    text-align: center; }
  @media (max-width: 991px) {
    .kenticoBenifits {
      margin-top: 0;
      padding: 40px 0;
      text-align: center;
      background: #f6f7f7; } }
  @media (max-width: 480px) {
    .kenticoBenifits {
      margin: 0;
      padding: 30px 0; } }

.experienceWithKentico {
  padding: 80px 0; }
  .experienceWithKentico .table .table-cell:first-child {
    padding: 0 60px; }
  @media (max-width: 991px) {
    .experienceWithKentico .table .table-cell {
      display: block;
      width: auto; }
      .experienceWithKentico .table .table-cell:first-child {
        padding: 0; } }
  @media (max-width: 768px) {
    .experienceWithKentico {
      padding: 40px 0; } }

.needKentico {
  padding: 80px 0; }
  .needKentico .txtBox {
    position: relative;
    z-index: 2;
    padding-top: 70px; }
    @media (max-width: 1199px) {
      .needKentico .txtBox p br {
        display: none; } }
    @media (max-width: 991px) {
      .needKentico .txtBox {
        padding: 0;
        text-align: center; } }
  .needKentico figure {
    position: relative;
    left: -150px; }
    @media (max-width: 1199px) {
      .needKentico figure {
        left: 0; } }
  @media (max-width: 768px) {
    .needKentico {
      padding: 40px 0; } }

.what-ecm-wrap {
  padding: 100px 0; }
  .what-ecm-wrap .what-ecm-text.last {
    padding-bottom: 0; }
  .what-ecm-wrap .what-ecm-text .common_h3 span {
    display: block;
    font-size: 60%;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .what-ecm-wrap .what-ecm-text .common_h3 span {
        font-size: 100%; } }
  .what-ecm-wrap .what-ecm-text p {
    font-size: 18px;
    line-height: 30px;
    color: #444; }
    @media (max-width: 1199px) {
      .what-ecm-wrap .what-ecm-text p br {
        display: none; } }
    @media (max-width: 991px) {
      .what-ecm-wrap .what-ecm-text p {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 480px) {
      .what-ecm-wrap .what-ecm-text p {
        font-size: 14px;
        line-height: 21px; } }
  .what-ecm-wrap .icon {
    background: url(../img/ecm/ecm-sprite.png) no-repeat;
    width: 270px;
    height: 153px;
    display: inline-block;
    margin-right: 20px; }
    .what-ecm-wrap .icon.adobe_icon {
      background-position: -1px 43px; }
    .what-ecm-wrap .icon.ibm_icon {
      background-position: 25px -188px;
      height: 97px; }
    .what-ecm-wrap .icon.kentico_icon {
      background: url(../img/ecm/kentico.png) no-repeat;
      width: 306px; }
    .what-ecm-wrap .icon.ecm_icon {
      background-position: -270px -155px; }
    @media (max-width: 991px) {
      .what-ecm-wrap .icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); } }
  .what-ecm-wrap .top_area .table-cell {
    padding: 60px 0;
    width: 50%; }
    .what-ecm-wrap .top_area .table-cell:first-child {
      background: #012e60; }
    .what-ecm-wrap .top_area .table-cell:last-child {
      background: #0099da; }
    @media (max-width: 991px) {
      .what-ecm-wrap .top_area .table-cell {
        display: block;
        width: auto;
        padding: 30px 0; } }
  .what-ecm-wrap .bottom_area .table-cell {
    padding: 60px 0;
    width: 65%; }
    .what-ecm-wrap .bottom_area .table-cell:first-child {
      background: url(../img/ecm/ibm-bg.jpg) no-repeat;
      background-size: cover; }
    .what-ecm-wrap .bottom_area .table-cell:last-child {
      background: #ecf4f7;
      width: 35%; }
    @media (max-width: 991px) {
      .what-ecm-wrap .bottom_area .table-cell {
        display: block;
        width: auto;
        padding: 30px 0; }
        .what-ecm-wrap .bottom_area .table-cell:last-child {
          width: auto; } }
  .what-ecm-wrap .borderBox {
    padding: 40px;
    margin-top: 50px;
    border: solid #bababa 1px; }
    @media (max-width: 600px) {
      .what-ecm-wrap .borderBox {
        padding: 20px; }
        .what-ecm-wrap .borderBox .btnSimple {
          font-size: 14px; } }
  @media (max-width: 1366px) {
    .what-ecm-wrap {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .what-ecm-wrap {
      padding: 30px 0; } }

.evolving-world-wrap {
  background: url(../img/ecm/evolving-world-bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .evolving-world-wrap .evolving-world_text {
    padding: 90px 50px;
    background: #FFF;
    border-right: 15px solid #012e60;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); }
    .evolving-world-wrap .evolving-world_text p {
      font-size: 18px;
      color: #444;
      line-height: 35px; }
      @media (max-width: 600px) {
        .evolving-world-wrap .evolving-world_text p {
          font-size: 14px;
          line-height: 28px; } }
    @media (max-width: 768px) {
      .evolving-world-wrap .evolving-world_text {
        padding: 40px; } }
  @media (max-width: 768px) {
    .evolving-world-wrap {
      padding: 40px 0; } }

.content-integration-solution {
  padding: 100px 0;
  background: #ebeff2; }
  .content-integration-solution .common_h3 {
    font-size: 36px; }
  .content-integration-solution ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .content-integration-solution ul li {
      display: inline-block;
      margin: 20px;
      width: 200px; }
      .content-integration-solution ul li .common_h4 {
        font-family: "proxima_novaregular";
        font-size: 21px;
        color: #515151;
        margin: 0;
        line-height: 30px; }
      .content-integration-solution ul li .icons {
        background: url(../img/ecm/ecm-sprite.png) no-repeat;
        display: inline-block;
        width: 75px;
        height: 70px;
        margin-bottom: 25px; }
        .content-integration-solution ul li .icons.customer-facing-icon {
          background-position: -3px -613px; }
        .content-integration-solution ul li .icons.quote-management-icon {
          background-position: -98px -613px; }
        .content-integration-solution ul li .icons.supply-chain-icon {
          background-position: -183px -613px; }
        .content-integration-solution ul li .icons.communications-portal-icon {
          background-position: -286px -611px; }
        .content-integration-solution ul li .icons.image-factory-icon {
          background-position: -387px -611px; }
        .content-integration-solution ul li .icons.shipping-icon {
          background-position: -486px -611px; }
        .content-integration-solution ul li .icons.social_media {
          background-position: 0 -722px; }
        .content-integration-solution ul li .icons.factory_direct {
          background-position: -96px -722px; }
        .content-integration-solution ul li .icons.brand {
          background-position: -202px -722px; }
        .content-integration-solution ul li .icons.employee {
          background-position: -300px -722px; }
  @media (max-width: 1199px) {
    .content-integration-solution {
      padding: 60px 0; }
      .content-integration-solution br {
        display: none; } }

.ecm_system_wrap {
  padding: 0 0 100px; }
  .ecm_system_wrap .table .table-cell {
    padding: 0; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .table-cell {
        display: block;
        width: auto; } }
  .ecm_system_wrap .table .digital_text .common_h3 {
    display: inline-flex;
    font-size: 35px; }
  .ecm_system_wrap .table .common_h3 {
    display: inline-block;
    font-size: 36px;
    margin: 0;
    text-align: center;
    vertical-align: middle; }
    .ecm_system_wrap .table .common_h3.alignL {
      text-align: left; }
    .ecm_system_wrap .table .common_h3.block {
      display: block; }
    .ecm_system_wrap .table .common_h3 .icon {
      background: url(../img/ecm/ecm-sprite.png) no-repeat;
      display: inline-block;
      width: 88px;
      height: 95px;
      vertical-align: middle;
      float: left;
      margin-right: 20px; }
      .ecm_system_wrap .table .common_h3 .icon.document_icon {
        background-position: -1px -509px; }
      .ecm_system_wrap .table .common_h3 .icon.search_icon {
        background-position: -127px -523px;
        float: none;
        margin-right: 0;
        height: 60px; }
      .ecm_system_wrap .table .common_h3 .icon.digital_icon {
        background-position: -230px -503px; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .common_h3 {
        font-size: 36px; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .common_h3 {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .ecm_system_wrap .table .common_h3 {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .ecm_system_wrap .table .common_h3 {
        font-size: 21px; } }
  .ecm_system_wrap .table .common_h4 {
    margin-bottom: 0; }
  .ecm_system_wrap .table .table {
    background: transparent; }
  .ecm_system_wrap .table .padding60_40 {
    padding: 60px 40px; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .padding60_40 {
        padding: 40px; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .padding60_40 {
        padding: 30px 20px; } }
  .ecm_system_wrap .table .padding100_40 {
    padding: 100px 40px; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .padding100_40 {
        padding: 40px; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .padding100_40 {
        padding: 30px 20px; } }
  .ecm_system_wrap .table .padding_tb100 {
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
    vertical-align: middle; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .padding_tb100 {
        padding: 40px 0; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .padding_tb100 {
        padding: 30px 20px; } }
  .ecm_system_wrap .table .padding_tb40 {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .padding_tb40 {
        padding: 20px 0; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .padding_tb40 {
        padding: 30px 20px; } }
  .ecm_system_wrap .table .padding_t15 {
    padding-top: 15%; }
    @media (max-width: 800px) {
      .ecm_system_wrap .table .padding_t15 {
        padding: 40px 0; } }
    @media (max-width: 600px) {
      .ecm_system_wrap .table .padding_t15 {
        padding: 30px 20px; } }
  .ecm_system_wrap .table .blue_bg {
    background: #012a5e; }
  .ecm_system_wrap .table .sky_bg {
    background: #0099da;
    vertical-align: top; }
    .ecm_system_wrap .table .sky_bg.middle {
      vertical-align: middle; }
  .ecm_system_wrap .table .gray_bg {
    background: #414141; }
  .ecm_system_wrap .table .skyL_bg {
    background: #e6f0f4; }
    .ecm_system_wrap .table .skyL_bg .common_h3 {
      color: #012a5e; }
  .ecm_system_wrap .table .left-img {
    background: url(../img/ecommerce_develop/multisite_img.jpg) no-repeat;
    background-size: cover; }
  .ecm_system_wrap .table .bg2 {
    background: url(../img/ecommerce_develop/man_thinking.jpg) no-repeat;
    background-size: cover; }
  .ecm_system_wrap .table .bg3 {
    background: url(../img/ecommerce_develop/live_coding.jpg) no-repeat;
    background-size: cover; }
  .ecm_system_wrap.cmsPortalPage {
    padding: 60px 0; }
    .ecm_system_wrap.cmsPortalPage .common_h3 span {
      font-size: 100%; }

.ecm_diagram {
  padding: 5% 0; }
  .ecm_diagram .text18 {
    margin-bottom: 8%; }
  .ecm_diagram .common_h3 span {
    font-size: 60%; }
  .ecm_diagram .common_h4 {
    font-family: "proxima_novaregular"; }
  .ecm_diagram .table .table-cell {
    position: relative; }
    .ecm_diagram .table .table-cell .adjustImage {
      display: none; }
      @media (max-width: 800px) {
        .ecm_diagram .table .table-cell .adjustImage {
          display: block; } }
    .ecm_diagram .table .table-cell figure .cost-img {
      position: relative;
      left: -15%; }
      @media (max-width: 800px) {
        .ecm_diagram .table .table-cell figure .cost-img {
          left: 0; } }
    .ecm_diagram .table .table-cell figure .arrow1 {
      position: absolute;
      z-index: -1;
      right: 25px;
      bottom: -250px; }
      @media (max-width: 1199px) {
        .ecm_diagram .table .table-cell figure .arrow1 {
          right: 0; } }
      @media (max-width: 800px) {
        .ecm_diagram .table .table-cell figure .arrow1 {
          display: none; } }
    @media (max-width: 800px) {
      .ecm_diagram .table .table-cell figure {
        text-align: center; }
        .ecm_diagram .table .table-cell figure > img {
          width: 300px;
          margin: 0 auto; } }
    .ecm_diagram .table .table-cell .txtBox {
      padding: 0; }
      .ecm_diagram .table .table-cell .txtBox h3 {
        color: #012a5e; }
      .ecm_diagram .table .table-cell .txtBox .icon {
        background: url(../img/ecm/ecm-sprite.png) no-repeat;
        width: 75px;
        height: 66px;
        display: inline-block;
        margin-bottom: 10px; }
        .ecm_diagram .table .table-cell .txtBox .icon.cost-effective {
          background-position: -6px -419px; }
        .ecm_diagram .table .table-cell .txtBox .icon.efficient-data {
          background-position: -99px -419px; }
        .ecm_diagram .table .table-cell .txtBox .icon.system-continuity {
          background-position: -190px -419px; }
        .ecm_diagram .table .table-cell .txtBox .icon.centralised-maintenance {
          background-position: -290px -419px; }
      @media (max-width: 800px) {
        .ecm_diagram .table .table-cell .txtBox {
          padding-top: 50px; } }
    @media (max-width: 800px) {
      .ecm_diagram .table .table-cell {
        display: block;
        width: auto;
        padding: 0 60px;
        text-align: center; } }
  .ecm_diagram .table.positionning {
    margin-top: 120px; }
    .ecm_diagram .table.positionning .txtBox {
      text-align: right;
      padding: 0 25% 0 10%; }
      @media (max-width: 800px) {
        .ecm_diagram .table.positionning .txtBox {
          text-align: center;
          padding: 0; } }
    .ecm_diagram .table.positionning figure {
      position: relative;
      right: 0;
      text-align: right; }
      @media (max-width: 800px) {
        .ecm_diagram .table.positionning figure {
          text-align: center; } }
    @media (max-width: 800px) {
      .ecm_diagram .table.positionning {
        margin-top: 50px; } }

.realestate-solution {
  background: #ddeaed url(../img/realestate-solution/realestate-solution-img.jpg) no-repeat scroll top right;
  background-size: auto 100%;
  padding: 80px 0; }
  .realestate-solution .common_h4 {
    font-size: 30px;
    margin-bottom: 0; }
    .realestate-solution .common_h4 span {
      font-family: "proxima_novaregular";
      font-size: 100%; }
  .realestate-solution p {
    color: #444;
    margin-bottom: 30px; }
    .realestate-solution p:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .realestate-solution {
      padding: 60px 40px;
      text-align: center; }
      .realestate-solution .common_h3, .realestate-solution .common_h4, .realestate-solution p {
        color: #fff; } }
  @media (max-width: 480px) {
    .realestate-solution {
      padding: 30px 20px; } }

.realestate-sector {
  background: url(../img/realestate-solution/realestate-sector.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0; }
  .realestate-sector .txtBox {
    padding-top: 100px; }
    .realestate-sector .txtBox .common_h2 {
      color: #fff; }
      @media (min-width: 1199px) {
        .realestate-sector .txtBox .common_h2 {
          font-size: 50px; } }
      .realestate-sector .txtBox .common_h2 span {
        display: block;
        font-family: "proxima_novalight";
        font-size: 50px;
        text-transform: uppercase; }
    .realestate-sector .txtBox p {
      color: #fff; }
    @media (max-width: 991px) {
      .realestate-sector .txtBox {
        padding: 0 0 40px;
        text-align: center; } }
  .realestate-sector .table {
    margin: 0; }
    .realestate-sector .table .table-cell {
      padding: 80px 40px;
      width: 50%; }
      .realestate-sector .table .table-cell.noPadding {
        padding: 0; }
      .realestate-sector .table .table-cell.smallPadding {
        padding: 20px 40px; }
        @media (max-width: 768px) {
          .realestate-sector .table .table-cell.smallPadding {
            padding: 60px 30px; } }
      .realestate-sector .table .table-cell.center {
        text-align: center; }
      .realestate-sector .table .table-cell.primary {
        background: #012a5e; }
      .realestate-sector .table .table-cell.blue {
        background: #0099da; }
        @media (max-width: 768px) {
          .realestate-sector .table .table-cell.blue {
            border-top: solid #fff 1px; } }
      .realestate-sector .table .table-cell.grey {
        background: #e6f0f4; }
      .realestate-sector .table .table-cell.white {
        background: #fff; }
      .realestate-sector .table .table-cell .full {
        width: 100%; }
      .realestate-sector .table .table-cell h4 {
        margin: 0; }
        .realestate-sector .table .table-cell h4.white {
          color: #fff; }
      .realestate-sector .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
        @media (max-width: 768px) {
          .realestate-sector .table .table-cell .alignLeft {
            display: none; } }
      @media (max-width: 768px) {
        .realestate-sector .table .table-cell {
          display: block;
          width: auto;
          padding: 60px 30px;
          text-align: center; } }
    .realestate-sector .table.first .table-cell {
      width: 33%; }
      @media (max-width: 768px) {
        .realestate-sector .table.first .table-cell {
          width: auto; } }

.realestate-features {
  padding: 0; }
  .realestate-features .table .common_h3 .icon {
    background: url(../img/realestate-solution/rsolution-sprite.png) no-repeat;
    display: inline-block;
    width: 95px;
    height: 84px;
    float: left;
    vertical-align: middle;
    margin-right: 20px; }
    .realestate-features .table .common_h3 .icon.document_icon {
      background-position: -1px -1px; }
    .realestate-features .table .common_h3 .icon.search_icon {
      background-position: -115px -1px;
      float: none;
      margin-right: 0; }
    .realestate-features .table .common_h3 .icon.bidding_icon {
      background-position: 15px -100px;
      float: none;
      margin-right: 0; }
    .realestate-features .table .common_h3 .icon.chat_icon {
      background-position: -103px -108px;
      float: none;
      margin-right: 0; }

/**	New RealEstate Page CSS*/
.solutionType {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .solutionType::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #FFFFFF;
    display: none; }
  .solutionType__block {
    width: 100%;
    padding: 20px;
    min-height: 300px;
    border-bottom: solid 1px #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .solutionType__block--title {
      position: relative;
      z-index: 2;
      text-align: left;
      color: #012a5e;
      font-size: 24px;
      margin-bottom: 5px;
      position: relative;
      display: flex;
      align-items: center; }
      .solutionType__block--title i {
        width: 60px;
        height: 60px;
        margin-right: 1.5rem;
        background: url(../img/realestate-solution/rsolutionIcon.png) no-repeat; }
        .solutionType__block--title i.auctionIcon {
          background-position: 0 0; }
        .solutionType__block--title i.propertyIcon {
          background-position: -60px 0; }
        .solutionType__block--title i.realEstateIcon {
          background-position: -120px 0; }
        .solutionType__block--title i.mlsIcon {
          background-position: -180px 0; }
        .solutionType__block--title i.valuationIcon {
          background-position: -240px 0; }
        .solutionType__block--title i.solutionIcon {
          background-position: -300px 0; }
      .solutionType__block--title span {
        font-family: "proxima_nova_rgbold";
        width: calc(100% - 75px); }
    .solutionType__block--text {
      position: relative;
      z-index: 2;
      margin: 0; }
      @media (min-width: 1024px) {
        .solutionType__block--text {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          max-height: 50px; } }
    @media (max-width: 767px) {
      .solutionType__block:nth-child(2n + 1) {
        background-color: #012a5e; }
        .solutionType__block:nth-child(2n + 1) .solutionType__block--title {
          color: #FFFFFF; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.auctionIcon {
            background-position: 0 -60px; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.propertyIcon {
            background-position: -60px -60px; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.realEstateIcon {
            background-position: -120px -60px; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.mlsIcon {
            background-position: -180px -60px; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.valuationIcon {
            background-position: -240px -60px; }
          .solutionType__block:nth-child(2n + 1) .solutionType__block--title i.solutionIcon {
            background-position: -300px -60px; }
        .solutionType__block:nth-child(2n + 1) .solutionType__block--text {
          color: #FFFFFF;
          display: block;
          overflow: visible;
          max-height: none; } }
    @media (min-width: 768px) and (max-width: 1198px) {
      .solutionType__block {
        width: 50%;
        border: solid 1px #eeeeee;
        border-right: 0; }
        .solutionType__block:nth-child(1), .solutionType__block:nth-child(4), .solutionType__block:nth-child(5) {
          background-color: #012a5e; }
          .solutionType__block:nth-child(1) .solutionType__block--title, .solutionType__block:nth-child(4) .solutionType__block--title, .solutionType__block:nth-child(5) .solutionType__block--title {
            color: #FFFFFF; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.auctionIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.auctionIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.auctionIcon {
              background-position: 0 -60px; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.propertyIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.propertyIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.propertyIcon {
              background-position: -60px -60px; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.realEstateIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.realEstateIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.realEstateIcon {
              background-position: -120px -60px; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.mlsIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.mlsIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.mlsIcon {
              background-position: -180px -60px; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.valuationIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.valuationIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.valuationIcon {
              background-position: -240px -60px; }
            .solutionType__block:nth-child(1) .solutionType__block--title i.solutionIcon, .solutionType__block:nth-child(4) .solutionType__block--title i.solutionIcon, .solutionType__block:nth-child(5) .solutionType__block--title i.solutionIcon {
              background-position: -300px -60px; }
          .solutionType__block:nth-child(1) .solutionType__block--text, .solutionType__block:nth-child(4) .solutionType__block--text, .solutionType__block:nth-child(5) .solutionType__block--text {
            color: #FFFFFF; }
        .solutionType__block .solutionType__block--text {
          display: block;
          overflow: visible;
          max-height: none; } }
    @media (min-width: 1199px) {
      .solutionType__block {
        width: 33.33%;
        padding: 40px;
        border: solid 1px #eeeeee;
        min-height: 350px;
        border-right: 0; }
        .solutionType__block.active {
          background-color: #012a5e; }
          .solutionType__block.active .solutionType__block--title {
            color: #FFFFFF; }
            .solutionType__block.active .solutionType__block--title i.auctionIcon {
              background-position: 0 -60px; }
            .solutionType__block.active .solutionType__block--title i.propertyIcon {
              background-position: -60px -60px; }
            .solutionType__block.active .solutionType__block--title i.realEstateIcon {
              background-position: -120px -60px; }
            .solutionType__block.active .solutionType__block--title i.mlsIcon {
              background-position: -180px -60px; }
            .solutionType__block.active .solutionType__block--title i.valuationIcon {
              background-position: -240px -60px; }
            .solutionType__block.active .solutionType__block--title i.solutionIcon {
              background-position: -300px -60px; }
          .solutionType__block.active .solutionType__block--text {
            color: #FFFFFF;
            display: block;
            overflow: visible;
            max-height: none; } }
    @media (min-width: 1366px) {
      .solutionType__block {
        padding: 40px 80px; } }
    .solutionType__block .hoverDir {
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1;
      height: 100%;
      background: #012a5e;
      opacity: 0; }
      @media (min-width: 1199px) {
        .solutionType__block .hoverDir {
          opacity: 1; } }
    @media (min-width: 1199px) {
      .solutionType__block:hover .solutionType__block--title {
        color: #FFFFFF; }
        .solutionType__block:hover .solutionType__block--title i.auctionIcon {
          background-position: 0 -60px; }
        .solutionType__block:hover .solutionType__block--title i.propertyIcon {
          background-position: -60px -60px; }
        .solutionType__block:hover .solutionType__block--title i.realEstateIcon {
          background-position: -120px -60px; }
        .solutionType__block:hover .solutionType__block--title i.mlsIcon {
          background-position: -180px -60px; }
        .solutionType__block:hover .solutionType__block--title i.valuationIcon {
          background-position: -240px -60px; }
        .solutionType__block:hover .solutionType__block--title i.solutionIcon {
          background-position: -300px -60px; }
      .solutionType__block:hover .solutionType__block--text {
        color: #FFFFFF;
        display: block;
        overflow: visible;
        max-height: none; } }

.new__SolutionType {
  background: url(../img/realestate-solution/new_page/img-01.png) right center no-repeat #012a5e;
  background-size: auto 450px;
  padding: 120px 0;
  min-height: 700px; }
  @media (max-width: 1199px) {
    .new__SolutionType {
      padding: 80px 0;
      background-size: auto 300px; } }
  @media (max-width: 768px) {
    .new__SolutionType {
      min-height: 550px;
      background-size: auto 280px;
      background-position: right 60px; } }
  @media (max-width: 600px) {
    .new__SolutionType {
      min-height: 0;
      background-size: auto 180px;
      background-position: right 60px; } }
  .new__SolutionType .scrollTabs {
    list-style: none; }
    .new__SolutionType .scrollTabs li {
      font-family: "proxima_novalight";
      position: relative;
      z-index: 1;
      font-size: 24px;
      padding: 5px 10px 5px 40px;
      -webkit-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      .new__SolutionType .scrollTabs li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        width: 0;
        height: 2px;
        background: #ef323a;
        margin-top: -1px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out; }
      .new__SolutionType .scrollTabs li a {
        display: block;
        color: white;
        line-height: 40px; }
      .new__SolutionType .scrollTabs li.active, .new__SolutionType .scrollTabs li:hover {
        font-family: "proxima_novaregular";
        padding-left: 60px; }
        .new__SolutionType .scrollTabs li.active:before, .new__SolutionType .scrollTabs li:hover:before {
          width: 30px;
          opacity: 1;
          visibility: visible; }
      @media (max-width: 1199px) {
        .new__SolutionType .scrollTabs li {
          font-size: 18px; }
          .new__SolutionType .scrollTabs li a {
            line-height: 30px; } }
  .new__SolutionType .scrollContainer {
    position: relative;
    overflow: hidden;
    height: 160px;
    margin-top: -40px; }
    @media (max-width: 1199px) {
      .new__SolutionType .scrollContainer {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .new__SolutionType .scrollContainer {
        width: 60%;
        margin-top: 40px;
        margin-left: 40px; } }
    @media (max-width: 600px) {
      .new__SolutionType .scrollContainer {
        width: auto;
        margin: 20px 30px 0; } }
  .new__SolutionType .scrollMoveBox {
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out; }
  .new__SolutionType .textLayer {
    padding-top: 80px; }

.new__FeaturesSection .new__tabBox {
  padding: 0;
  display: inline-flex; }
  .new__FeaturesSection .new__tabBox li {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "proxima_nova_rgbold";
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    outline: none;
    border: solid #ddd 1px;
    text-transform: uppercase; }
    .new__FeaturesSection .new__tabBox li:last-child {
      border-left: none; }
    .new__FeaturesSection .new__tabBox li:before {
      content: '';
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 100%;
      width: 24px;
      height: 9px;
      margin-left: -12px;
      margin-top: 1px;
      background: url(../img/realestate-solution/new_page/caret_down.png) 0 0 no-repeat; }
    .new__FeaturesSection .new__tabBox li a {
      display: block;
      padding: 0 40px;
      outline: none;
      color: #464646; }
    .new__FeaturesSection .new__tabBox li:hover {
      background: #ccc; }
    .new__FeaturesSection .new__tabBox li.ui-tabs-active {
      background: #012a5e;
      border-color: #012a5e; }
      .new__FeaturesSection .new__tabBox li.ui-tabs-active a {
        color: white; }
    .new__FeaturesSection .new__tabBox li.ui-tabs-active:before {
      opacity: 1; }
    @media (max-width: 768px) {
      .new__FeaturesSection .new__tabBox li {
        font-size: 15px; } }
  @media (max-width: 768px) {
    .new__FeaturesSection .new__tabBox {
      display: flex;
      justify-content: center; }
      .new__FeaturesSection .new__tabBox li {
        width: 50%; }
        .new__FeaturesSection .new__tabBox li a {
          padding: 0 15px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }

.new__FeaturesSection .new_tabContent {
  padding: 60px 0 0; }
  .new__FeaturesSection .new_tabContent .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .new__FeaturesSection .new_tabContent .grid .column {
      padding: 0;
      flex-basis: calc(50% - 20px);
      border-bottom: solid #ddd 1px;
      margin-bottom: 50px; }
      .new__FeaturesSection .new_tabContent .grid .column h4 {
        margin-bottom: 10px;
        color: #012a5e; }
      .new__FeaturesSection .new_tabContent .grid .column p {
        padding-bottom: 20px; }
        @media (max-width: 768px) {
          .new__FeaturesSection .new_tabContent .grid .column p {
            padding-bottom: 0; } }
      .new__FeaturesSection .new_tabContent .grid .column:nth-last-child(2), .new__FeaturesSection .new_tabContent .grid .column:last-child {
        border-bottom: none; }
      @media (min-width: 768px) {
        .new__FeaturesSection .new_tabContent .grid .column:nth-last-child(2), .new__FeaturesSection .new_tabContent .grid .column:last-child {
          margin: 0; } }
      @media (max-width: 768px) {
        .new__FeaturesSection .new_tabContent .grid .column {
          text-align: center;
          flex-basis: 100%; }
          .new__FeaturesSection .new_tabContent .grid .column:last-child {
            margin: 0; } }

.new_topRealEstatePlayers {
  position: relative;
  z-index: 1;
  background: #012a5e; }
  .new_topRealEstatePlayers .dFlex {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1199px) {
      .new_topRealEstatePlayers .dFlex {
        display: block; } }
  .new_topRealEstatePlayers .contentBox {
    width: 50%;
    padding: 40px;
    max-width: 760px; }
    @media (max-width: 1199px) {
      .new_topRealEstatePlayers .contentBox {
        width: 100%; } }
    @media (max-width: 768px) {
      .new_topRealEstatePlayers .contentBox {
        text-align: center; } }
  .new_topRealEstatePlayers figure {
    position: relative;
    z-index: 1;
    width: 50%; }
    .new_topRealEstatePlayers figure img {
      display: block;
      width: 100%; }
    .new_topRealEstatePlayers figure .playIcon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (max-width: 1199px) {
      .new_topRealEstatePlayers figure {
        width: 100%; } }
  .new_topRealEstatePlayers .btnBox {
    margin-top: 40px; }
    .new_topRealEstatePlayers .btnBox a.btnSimple {
      margin: 0 10px 0 0; }

.new__realEstateAuction {
  background: url(../img/realestate-solution/new_page/bg_auction.jpg) center no-repeat;
  background-size: cover; }
  .new__realEstateAuction .contentBox {
    padding: 80px 40px;
    background: white;
    border-top: solid #ef323a 5px; }
    @media (max-width: 768px) {
      .new__realEstateAuction .contentBox {
        padding: 40px;
        text-align: center; } }

.project-estimation-wrap {
  padding: 160px 0 80px; }
  .project-estimation-wrap .blue-text {
    font-family: "proxima_novalight";
    font-size: 21px;
    line-height: 42px;
    color: #012a5e; }
    .project-estimation-wrap .blue-text span {
      display: block;
      padding-top: 20px;
      font-family: "proxima_novaregular"; }
    @media (max-width: 600px) {
      .project-estimation-wrap .blue-text {
        font-size: 16px;
        line-height: 24px; } }
  .project-estimation-wrap .projectLinks {
    padding: 10px 0;
    text-align: center; }
    .project-estimation-wrap .projectLinks li {
      display: inline-block;
      width: 28%;
      text-align: center;
      vertical-align: top;
      -webkit-transition: 300ms ease-out;
      -o-transition: 300ms ease-out;
      transition: 300ms ease-out; }
      .project-estimation-wrap .projectLinks li a {
        display: block;
        padding: 30px;
        margin: 10px;
        min-height: 276px;
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .project-estimation-wrap .projectLinks li a figure {
          margin-bottom: 30px; }
          @media (max-width: 991px) {
            .project-estimation-wrap .projectLinks li a figure img {
              width: 90px; } }
          @media (max-width: 480px) {
            .project-estimation-wrap .projectLinks li a figure img {
              width: 75px; } }
          @media (max-width: 1024px) {
            .project-estimation-wrap .projectLinks li a figure {
              margin-bottom: 10px; } }
        .project-estimation-wrap .projectLinks li a h5 {
          font-size: 21px;
          margin: 0;
          line-height: 26px;
          color: #012a5e; }
          @media (max-width: 1366px) {
            .project-estimation-wrap .projectLinks li a h5 {
              font-size: 19px; } }
          @media (max-width: 600px) {
            .project-estimation-wrap .projectLinks li a h5 {
              font-size: 15px;
              line-height: 21px; } }
        @media (max-width: 1024px) {
          .project-estimation-wrap .projectLinks li a {
            padding: 30px 15px;
            min-height: 240px; } }
        @media (max-width: 991px) {
          .project-estimation-wrap .projectLinks li a {
            min-height: 0; } }
        @media (max-width: 480px) {
          .project-estimation-wrap .projectLinks li a {
            padding: 20px; } }
        .project-estimation-wrap .projectLinks li a:hover {
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          -o-transform: translateY(-4px);
          transform: translateY(-4px);
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .project-estimation-wrap .projectLinks li {
          width: 50%; } }
      @media (max-width: 600px) {
        .project-estimation-wrap .projectLinks li {
          width: 80%;
          float: none;
          margin: 0 auto 20px; } }
      @media (max-width: 480px) {
        .project-estimation-wrap .projectLinks li {
          width: 90%; } }
    @media (max-width: 480px) {
      .project-estimation-wrap .projectLinks {
        padding: 20px 0 0; } }
  .project-estimation-wrap p {
    text-align: center; }
  .project-estimation-wrap.restaurantPage {
    padding: 200px 0 120px; }
    .project-estimation-wrap.restaurantPage .projectLinks {
      text-align: center; }
      .project-estimation-wrap.restaurantPage .projectLinks li {
        display: inline-block;
        float: none;
        width: 30%; }
        .project-estimation-wrap.restaurantPage .projectLinks li a {
          min-height: 150px; }
          @media (max-width: 768px) {
            .project-estimation-wrap.restaurantPage .projectLinks li a {
              min-height: 0; } }
        @media (max-width: 800px) {
          .project-estimation-wrap.restaurantPage .projectLinks li {
            margin: 0 auto 30px;
            display: block;
            width: 60%; } }
        @media (max-width: 480px) {
          .project-estimation-wrap.restaurantPage .projectLinks li {
            width: 80%; } }
        @media (max-width: 360px) {
          .project-estimation-wrap.restaurantPage .projectLinks li {
            width: 100%; } }
    @media (max-width: 800px) {
      .project-estimation-wrap.restaurantPage {
        padding: 150px 0 0; } }
    @media (max-width: 480px) {
      .project-estimation-wrap.restaurantPage {
        padding: 120px 0 0; }
        .project-estimation-wrap.restaurantPage .common_h3 {
          margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .project-estimation-wrap {
      padding-top: 100px; } }

.mobileAppEstimate {
  position: relative;
  z-index: 1;
  padding: 160px 0 80px; }
  .mobileAppEstimate .selectPlatform {
    padding: 0;
    text-align: left; }
    .mobileAppEstimate .selectPlatform i {
      font-size: 30px;
      margin-bottom: 0;
      color: #012a5e; }
      .mobileAppEstimate .selectPlatform i.white {
        color: #fff; }
    .mobileAppEstimate .selectPlatform h3 {
      line-height: 46px; }
      .mobileAppEstimate .selectPlatform h3 span {
        text-transform: uppercase; }
      .mobileAppEstimate .selectPlatform h3.white {
        color: #fff; }
    .mobileAppEstimate .selectPlatform p {
      font-size: 16px;
      color: #012a5e; }
      .mobileAppEstimate .selectPlatform p.white {
        color: #fff; }
    .mobileAppEstimate .selectPlatform .android {
      display: block;
      min-height: 400px;
      padding: 60px 30px 0 30px;
      background: url(../img/get_estimate/android.png) left bottom no-repeat #012a5e;
      background-size: 50%; }
      @media (max-width: 1366px) {
        .mobileAppEstimate .selectPlatform .android {
          background-size: 40%;
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .mobileAppEstimate .selectPlatform .android {
          padding: 40px;
          min-height: 0;
          margin-top: 20px;
          text-align: center;
          background: #012a5e; } }
    .mobileAppEstimate .selectPlatform .ios {
      display: block;
      min-height: 400px;
      padding: 60px 30px 0 30px;
      background: url(../img/get_estimate/ios.png) 110% bottom no-repeat #ced8e4;
      background-size: 50%; }
      @media (max-width: 1366px) {
        .mobileAppEstimate .selectPlatform .ios {
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .mobileAppEstimate .selectPlatform .ios {
          padding: 40px;
          min-height: 0;
          margin-top: 20px;
          text-align: center;
          background: #ced8e4; } }
    .mobileAppEstimate .selectPlatform .both {
      display: block;
      min-height: 400px;
      padding: 60px 30px 0 30px;
      background: url(../img/get_estimate/android_ios.png) left bottom no-repeat #012a5e;
      background-size: 70%; }
      @media (max-width: 1366px) {
        .mobileAppEstimate .selectPlatform .both {
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .mobileAppEstimate .selectPlatform .both {
          padding: 40px;
          min-height: 0;
          margin-top: 20px;
          text-align: center;
          background: #012a5e; } }
    .mobileAppEstimate .selectPlatform .basicApp {
      display: block;
      min-height: 540px;
      padding: 30px 30px 0 30px;
      background: url(../img/get_estimate/basic_app_bg.jpg) left bottom no-repeat #ced8e4;
      background-size: auto; }
      @media (max-width: 1366px) {
        .mobileAppEstimate .selectPlatform .basicApp {
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .mobileAppEstimate .selectPlatform .basicApp {
          padding: 40px;
          min-height: 0;
          margin-top: 20px;
          text-align: center;
          background: #ced8e4; } }
      @media (max-width: 600px) {
        .mobileAppEstimate .selectPlatform .basicApp {
          padding: 20px; } }
    .mobileAppEstimate .selectPlatform .arVr {
      display: block;
      min-height: 540px;
      padding: 30px 30px 0 30px;
      background: url(../img/get_estimate/arvr_bg.jpg) right bottom no-repeat #bbbbba;
      background-size: auto; }
      @media (max-width: 1366px) {
        .mobileAppEstimate .selectPlatform .arVr {
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .mobileAppEstimate .selectPlatform .arVr {
          padding: 40px;
          min-height: 0;
          margin-top: 20px;
          text-align: center;
          background: #bbbbba; } }
      @media (max-width: 600px) {
        .mobileAppEstimate .selectPlatform .arVr {
          padding: 20px; } }
  .mobileAppEstimate .widgetAppCost {
    position: relative;
    padding: 0; }
    .mobileAppEstimate .widgetAppCost ul {
      padding: 0;
      margin: 60px 0 0;
      text-align: center; }
      .mobileAppEstimate .widgetAppCost ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin: 0 20px; }
        .mobileAppEstimate .widgetAppCost ul li a {
          display: block; }
          .mobileAppEstimate .widgetAppCost ul li a .borderBox {
            display: block;
            margin: 0 auto;
            width: 240px;
            height: 240px;
            margin-bottom: 0;
            overflow: hidden;
            border: solid #d9d9d9 1px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            -webkit-transition: 300ms ease-out;
            -o-transition: 300ms ease-out;
            transition: 300ms ease-out; }
            .mobileAppEstimate .widgetAppCost ul li a .borderBox i {
              display: block;
              width: 100px;
              height: 100px;
              margin: 40px auto;
              background: url(../img/get_estimate/app_icon.png) 0 top no-repeat; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.web {
                background-position: 0 0; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.app {
                background-position: -100px 0; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.cms {
                background-position: -200px 0; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.sp1 {
                background-position: -400px -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.sp2 {
                background-position: -500px -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.sp3 {
                background-position: -600px -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ad1 {
                background-position: 0 -200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ad2 {
                background-position: -100px -200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ad3 {
                background-position: -200px -200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ad4 {
                background-position: -300px -200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.yes {
                background-position: 0 -600px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.no {
                background-position: -100px -600px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.idk {
                background-position: -200px -600px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.yes1 {
                background-position: 0 -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.no1 {
                background-position: -100px -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.idk1 {
                background-position: -200px -800px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ps1 {
                background-position: 0 -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ps2 {
                background-position: -100px -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.ps3 {
                background-position: -200px -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.rl1 {
                background-position: 0 -1200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.rl2 {
                background-position: -100px -1200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.rl3 {
                background-position: -200px -1200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.rl4 {
                background-position: -300px -1200px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.aa1 {
                background-position: 0 -1400px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.aa2 {
                background-position: -100px -1400px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.aa3 {
                background-position: -200px -1400px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.seltech1 {
                background-position: -400px -900px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.seltech2 {
                background-position: -500px -900px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.seltech3 {
                background-position: -600px -900px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.needarvr1 {
                background-position: -400px -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.needarvr2 {
                background-position: -500px -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.needarvr3 {
                background-position: -600px -1000px; }
              .mobileAppEstimate .widgetAppCost ul li a .borderBox i.needarvr4 {
                background-position: -600px -1000px; }
            .mobileAppEstimate .widgetAppCost ul li a .borderBox h3 {
              font-size: 17px;
              text-align: center;
              color: #012a5e; }
            @media (max-width: 480px) {
              .mobileAppEstimate .widgetAppCost ul li a .borderBox {
                width: auto;
                height: auto; } }
        .mobileAppEstimate .widgetAppCost ul li.disabled {
          opacity: 0.25; }
        .mobileAppEstimate .widgetAppCost ul li:hover .borderBox {
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          -o-transform: translateY(-4px);
          transform: translateY(-4px);
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 1366px) {
          .mobileAppEstimate .widgetAppCost ul li {
            margin: 0 15px; } }
        @media (max-width: 1199px) {
          .mobileAppEstimate .widgetAppCost ul li {
            margin: 0 10px; } }
        @media (max-width: 1024px) {
          .mobileAppEstimate .widgetAppCost ul li {
            width: 40%;
            margin: 0 0 40px; } }
        @media (max-width: 768px) {
          .mobileAppEstimate .widgetAppCost ul li {
            width: auto;
            display: block;
            margin: 0 0 20px; } }
      @media (max-width: 480px) {
        .mobileAppEstimate .widgetAppCost ul {
          margin-top: 20px; } }
  @media (max-width: 1199px) {
    .mobileAppEstimate .headingBox h3 br, .mobileAppEstimate .headingBox p br {
      display: block; } }
  @media (max-width: 991px) {
    .mobileAppEstimate .headingBox {
      padding: 0 50px; } }
  @media (max-width: 768px) {
    .mobileAppEstimate .headingBox {
      padding: 0; }
      .mobileAppEstimate .headingBox h3 br, .mobileAppEstimate .headingBox p br {
        display: none; } }
  @media (max-width: 480px) {
    .mobileAppEstimate {
      padding: 40px 0; } }

.costContent {
  width: 97.5%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 50px; }
  .costContent h1, .costContent h2, .costContent h3 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5; }
  .costContent ul {
    list-style: disc;
    margin-bottom: 20px;
    padding: 0 0 0 20px; }
    .costContent ul li {
      padding: 0 0 10px;
      font-size: 16px; }

.arvrFeatures {
  padding: 0;
  width: auto; }
  .arvrFeatures .arvrFeaturesList {
    padding: 0;
    margin: 40px -15px 0; }
    .arvrFeatures .arvrFeaturesList li {
      position: relative;
      display: block;
      float: left;
      width: 20%;
      cursor: pointer;
      padding: 0 15px;
      text-align: center;
      margin-bottom: 25px;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .arvrFeatures .arvrFeaturesList li figure {
        position: relative;
        z-index: 1;
        padding: 15px 0;
        border: solid #d9d9d9 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .arvrFeatures .arvrFeaturesList li figure i {
          display: block;
          margin: 0 auto;
          width: 100px;
          height: 100px;
          background-image: url(../img/get_estimate/arvr_icons.png);
          background-repeat: no-repeat;
          box-sizing: border-box;
          -webkit-transition:  all 200ms ease;
          -o-transition:  all 200ms ease;
          transition:  all 200ms ease; }
          .arvrFeatures .arvrFeaturesList li figure i.icon1 {
            background-position: 0 0; }
          .arvrFeatures .arvrFeaturesList li figure i.icon2 {
            background-position: -100px 0; }
          .arvrFeatures .arvrFeaturesList li figure i.icon3 {
            background-position: -200px 0; }
          .arvrFeatures .arvrFeaturesList li figure i.icon4 {
            background-position: -300px 0; }
          .arvrFeatures .arvrFeaturesList li figure i.icon5 {
            background-position: -400px 0; }
          .arvrFeatures .arvrFeaturesList li figure i.icon6 {
            background-position: 0 -100px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon7 {
            background-position: -100px -100px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon8 {
            background-position: -200px -100px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon9 {
            background-position: -300px -100px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon10 {
            background-position: -400px -100px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon11 {
            background-position: 0 -200px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon12 {
            background-position: -100px -200px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon13 {
            background-position: -200px -200px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon14 {
            background-position: -300px -200px; }
          .arvrFeatures .arvrFeaturesList li figure i.icon15 {
            background-position: -400px -200px; }
      .arvrFeatures .arvrFeaturesList li p {
        font-family: "proxima_nova_rgbold";
        font-size: 16px;
        padding: 0 10px;
        text-align: center;
        color: #012a5e; }
        @media (max-width: 1199px) {
          .arvrFeatures .arvrFeaturesList li p {
            font-size: 14px; } }
        @media (max-width: 1366px) {
          .arvrFeatures .arvrFeaturesList li p {
            min-height: 60px; } }
        @media (max-width: 480px) {
          .arvrFeatures .arvrFeaturesList li p {
            min-height: 0; } }
      .arvrFeatures .arvrFeaturesList li.disabled {
        cursor: auto;
        background: none; }
        .arvrFeatures .arvrFeaturesList li.disabled figure {
          opacity: 0.30; }
      .arvrFeatures .arvrFeaturesList li.active figure {
        background-image: url(../img/check.png);
        background-repeat: no-repeat;
        background-position: right top; }
      @media (max-width: 1024px) {
        .arvrFeatures .arvrFeaturesList li {
          width: 25%; } }
      @media (max-width: 768px) {
        .arvrFeatures .arvrFeaturesList li {
          width: 33.3333%; } }
      @media (max-width: 600px) {
        .arvrFeatures .arvrFeaturesList li {
          width: 50%; } }
      @media (max-width: 480px) {
        .arvrFeatures .arvrFeaturesList li {
          width: 80%;
          float: none;
          margin: 0 auto 30px; } }

.whatisSecurityAudit {
  padding: 80px 0;
  text-align: center; }
  .whatisSecurityAudit h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
    line-height: 36px; }
  @media (max-width: 1024px) {
    .whatisSecurityAudit p br {
      display: none; } }
  @media (max-width: 991px) {
    .whatisSecurityAudit {
      padding: 60px 0; }
      .whatisSecurityAudit h4 {
        margin: 0 20% 40px; } }
  @media (max-width: 768px) {
    .whatisSecurityAudit img {
      width: 250px; }
    .whatisSecurityAudit h4 {
      font-size: 21px;
      line-height: 30px; } }
  @media (max-width: 600px) {
    .whatisSecurityAudit h4 {
      margin: 0 0 40px; } }
  @media (max-width: 600px) {
    .whatisSecurityAudit {
      padding: 40px 0; } }

.makeyouBreachproof {
  padding: 80px 0;
  margin-top: 100px;
  min-height: 560px;
  background: url(../img/security_audit/breachproof_bg.jpg) right center no-repeat #11283a; }
  .makeyouBreachproof ul {
    padding: 20px 0 0 15px; }
    .makeyouBreachproof ul li {
      display: list-item;
      font-size: 16px;
      color: #444444;
      line-height: 30px;
      margin-bottom: 20px;
      list-style-position: outside; }
      .makeyouBreachproof ul li:last-child {
        margin-bottom: 0; }
      @media (max-width: 800px) {
        .makeyouBreachproof ul li {
          display: block;
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .makeyouBreachproof ul li {
          font-size: 14px; } }
      @media (max-width: 480px) {
        .makeyouBreachproof ul li {
          font-size: 13px; } }
  .makeyouBreachproof .whiteBox {
    padding: 60px;
    background: #fff;
    max-width: 650px;
    margin-top: -150px;
    border-right: solid #ebeff2 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); }
    .makeyouBreachproof .whiteBox figure {
      margin-bottom: 20px; }
    .makeyouBreachproof .whiteBox h3 {
      font-size: 36px;
      color: #012a5e; }
      @media (max-width: 600px) {
        .makeyouBreachproof .whiteBox h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .makeyouBreachproof .whiteBox h3 {
          font-size: 21px; } }
    @media (max-width: 800px) {
      .makeyouBreachproof .whiteBox {
        padding: 30px;
        margin-top: 0;
        max-width: 100%; }
        .makeyouBreachproof .whiteBox li {
          font-size: 14px; } }
    @media (max-width: 600px) {
      .makeyouBreachproof .whiteBox {
        padding: 20px; } }
  .makeyouBreachproof .whiteBoxSimple {
    padding: 60px;
    background: #fff;
    max-width: 650px;
    border-right: solid #ebeff2 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); }
    .makeyouBreachproof .whiteBoxSimple .common_h4 {
      font-size: 30px;
      line-height: 40px; }
      @media (max-width: 600px) {
        .makeyouBreachproof .whiteBoxSimple .common_h4 {
          font-size: 21px;
          line-height: 28px; } }
    .makeyouBreachproof .whiteBoxSimple h5 {
      font-size: 24px; }
      @media (max-width: 600px) {
        .makeyouBreachproof .whiteBoxSimple h5 {
          font-size: 17px;
          line-height: 24px; } }
    @media (max-width: 800px) {
      .makeyouBreachproof .whiteBoxSimple {
        padding: 30px;
        margin-top: 0;
        max-width: 100%; }
        .makeyouBreachproof .whiteBoxSimple h3 {
          font-size: 28px; }
        .makeyouBreachproof .whiteBoxSimple li {
          font-size: 14px; } }
    @media (max-width: 600px) {
      .makeyouBreachproof .whiteBoxSimple {
        padding: 20px; } }
  .makeyouBreachproof.aboutUs {
    background: url(../img/leadership_bg.jpg) right center no-repeat;
    min-height: 0;
    padding: 110px 0;
    background-size: cover; }
    @media (max-width: 800px) {
      .makeyouBreachproof.aboutUs {
        padding: 60px 0; } }
    @media (max-width: 600px) {
      .makeyouBreachproof.aboutUs {
        padding: 30px 0; } }
  .makeyouBreachproof.supplyChain {
    background: url(../img/security_audit/scm_system.jpg) right center no-repeat #e6e6e6; }
  .makeyouBreachproof.sharePoint {
    background: url(../img/security_audit/share_point_bg1.jpg) no-repeat;
    background-size: cover;
    min-height: auto; }
  .makeyouBreachproof.iot_bg {
    background: url(../img/security_audit/iot_bg.jpg) no-repeat;
    background-size: cover;
    min-height: auto; }
  .makeyouBreachproof.qa_page {
    background: url(../img/quality_assurance/qa_overview_bg.jpg) no-repeat;
    background-size: cover;
    min-height: auto; }
  .makeyouBreachproof.app_maitain {
    background: url(../img/quality_assurance/app_maitain.jpg) no-repeat;
    background-size: cover;
    min-height: auto; }
  .makeyouBreachproof.thankYou {
    min-height: auto; }
    .makeyouBreachproof.thankYou .btnBox {
      margin-top: 40px;
      font-size: 18px;
      color: #012a5e; }
      .makeyouBreachproof.thankYou .btnBox a {
        margin-right: 40px; }
        .makeyouBreachproof.thankYou .btnBox a i {
          margin-right: 10px; }
      @media (max-width: 600px) {
        .makeyouBreachproof.thankYou .btnBox a {
          font-size: 13px;
          display: block;
          margin: 0 0 10px; } }
  @media (max-width: 800px) {
    .makeyouBreachproof {
      margin-top: 0;
      padding: 40px;
      min-height: 0;
      text-align: center; } }
  @media (max-width: 600px) {
    .makeyouBreachproof {
      padding: 20px 0; } }

.ourServices_securityAudit {
  padding: 80px 0 0; }
  .ourServices_securityAudit .headingBox {
    margin-bottom: 80px; }
    @media (max-width: 1024px) {
      .ourServices_securityAudit .headingBox br {
        display: none; } }
  @media (max-width: 800px) {
    .ourServices_securityAudit .common_h3 span {
      display: block; } }
  .ourServices_securityAudit .table {
    padding: 100px 0; }
    .ourServices_securityAudit .table .table-cell {
      padding: 0 60px;
      width: 50%; }
      .ourServices_securityAudit .table .table-cell h1, .ourServices_securityAudit .table .table-cell h4 {
        font-size: 28px;
        color: #012a5e; }
        @media (max-width: 600px) {
          .ourServices_securityAudit .table .table-cell h1, .ourServices_securityAudit .table .table-cell h4 {
            font-size: 21px; } }
        @media (max-width: 480px) {
          .ourServices_securityAudit .table .table-cell h1, .ourServices_securityAudit .table .table-cell h4 {
            font-size: 18px; } }
      .ourServices_securityAudit .table .table-cell ul {
        padding: 20px 0 0 15px; }
        .ourServices_securityAudit .table .table-cell ul li {
          display: list-item;
          font-size: 16px;
          color: #444444;
          line-height: 30px;
          list-style-type: disc;
          list-style-position: outside; }
          @media (max-width: 800px) {
            .ourServices_securityAudit .table .table-cell ul li {
              display: block; } }
          @media (max-width: 600px) {
            .ourServices_securityAudit .table .table-cell ul li {
              font-size: 13px; } }
        @media (max-width: 800px) {
          .ourServices_securityAudit .table .table-cell ul {
            padding: 20px 0 0; } }
      .ourServices_securityAudit .table .table-cell figure {
        position: relative;
        z-index: 1;
        text-align: center; }
        .ourServices_securityAudit .table .table-cell figure.left {
          text-align: left;
          padding-left: 50px; }
        .ourServices_securityAudit .table .table-cell figure .line1 {
          position: absolute;
          top: 96%;
          left: 60%;
          z-index: -1;
          width: 356px;
          height: 300px;
          background: url(../img/security_audit/line1.png) no-repeat; }
          @media (max-width: 800px) {
            .ourServices_securityAudit .table .table-cell figure .line1 {
              display: none; } }
        .ourServices_securityAudit .table .table-cell figure .line2 {
          position: absolute;
          top: 95%;
          left: -100px;
          z-index: -1;
          width: 356px;
          height: 227px;
          background: url(../img/security_audit/line2.png) no-repeat; }
          @media (max-width: 800px) {
            .ourServices_securityAudit .table .table-cell figure .line2 {
              display: none; } }
        .ourServices_securityAudit .table .table-cell figure.adjustImage {
          display: none; }
        @media (max-width: 800px) {
          .ourServices_securityAudit .table .table-cell figure {
            margin-bottom: 40px; }
            .ourServices_securityAudit .table .table-cell figure.adjustImage {
              display: block; }
            .ourServices_securityAudit .table .table-cell figure img {
              margin: 0 auto;
              width: 40%; } }
        @media (max-width: 600px) {
          .ourServices_securityAudit .table .table-cell figure img {
            width: 90%; } }
      .ourServices_securityAudit .table .table-cell.rightAlign {
        text-align: right; }
        .ourServices_securityAudit .table .table-cell.rightAlign ul {
          padding: 20px 18px 0 0; }
          .ourServices_securityAudit .table .table-cell.rightAlign ul li {
            direction: rtl; }
        @media (max-width: 800px) {
          .ourServices_securityAudit .table .table-cell.rightAlign {
            text-align: center; }
            .ourServices_securityAudit .table .table-cell.rightAlign ul {
              padding-right: 0; }
              .ourServices_securityAudit .table .table-cell.rightAlign ul li {
                direction: inherit; } }
      .ourServices_securityAudit .table .table-cell .reqDemoBtn {
        padding-top: 60px;
        text-align: right; }
        @media (max-width: 800px) {
          .ourServices_securityAudit .table .table-cell .reqDemoBtn {
            padding-top: 30px;
            text-align: center; } }
      @media (max-width: 800px) {
        .ourServices_securityAudit .table .table-cell {
          display: block;
          width: 100%;
          text-align: center; } }
      @media (max-width: 600px) {
        .ourServices_securityAudit .table .table-cell {
          padding: 0; } }
    .ourServices_securityAudit .table.first {
      padding-top: 0; }
    .ourServices_securityAudit .table.second .table-cell:first-child {
      padding-right: 100px; }
      @media (max-width: 1199px) {
        .ourServices_securityAudit .table.second .table-cell:first-child {
          padding-right: 30px; } }
      @media (max-width: 600px) {
        .ourServices_securityAudit .table.second .table-cell:first-child {
          padding-right: 0; } }
    @media (max-width: 800px) {
      .ourServices_securityAudit .table {
        padding: 40px 0; } }
  .ourServices_securityAudit.webAppPage .table .table-cell figure .line1 {
    top: 75%;
    left: 70%; }
  @media (max-width: 991px) {
    .ourServices_securityAudit {
      padding: 60px 0 0; } }
  @media (max-width: 480px) {
    .ourServices_securityAudit {
      padding: 40px 0 0; } }

.whySecurityAudit {
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  .whySecurityAudit:before, .whySecurityAudit:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 100%; }
    @media (max-width: 991px) {
      .whySecurityAudit:before, .whySecurityAudit:after {
        display: none; } }
  .whySecurityAudit:before {
    background: url(../img/security_audit/why_sa.jpg) no-repeat;
    background-size: cover; }
  .whySecurityAudit:after {
    left: 50%;
    background: #012a5e; }
  .whySecurityAudit h2 {
    display: inline-block;
    background: #fff;
    font-family: "proxima_novalight";
    font-size: 55px;
    padding: 15px;
    margin-top: 400px;
    margin-bottom: 0;
    color: #012a5e; }
    @media (max-width: 991px) {
      .whySecurityAudit h2 {
        margin-top: 0;
        font-size: 45px; } }
    @media (max-width: 768px) {
      .whySecurityAudit h2 {
        font-size: 36px; } }
    @media (max-width: 600px) {
      .whySecurityAudit h2 {
        display: block;
        font-size: 30px; } }
    @media (max-width: 480px) {
      .whySecurityAudit h2 {
        font-size: 24px; } }
  .whySecurityAudit h3 {
    display: inline-block;
    font-size: 28px;
    margin: 0;
    color: #fff;
    line-height: 40px;
    background: #012a5e;
    padding: 10px 30px 10px 15px; }
    @media (max-width: 991px) {
      .whySecurityAudit h3 {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .whySecurityAudit h3 {
        font-size: 21px; } }
    @media (max-width: 600px) {
      .whySecurityAudit h3 {
        display: block;
        font-size: 18px; } }
    @media (max-width: 480px) {
      .whySecurityAudit h3 {
        font-size: 16px; } }
  .whySecurityAudit .whySA_slider {
    padding: 150px 80px 0 80px; }
    .whySecurityAudit .whySA_slider .slide {
      font-family: "proxima_novalight";
      font-size: 40px;
      color: #fff;
      outline: none;
      line-height: 55px; }
      .whySecurityAudit .whySA_slider .slide span {
        font-family: "proxima_nova_rgbold"; }
      @media (max-width: 991px) {
        .whySecurityAudit .whySA_slider .slide {
          font-size: 30px;
          line-height: 1.2; } }
      @media (max-width: 600px) {
        .whySecurityAudit .whySA_slider .slide {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .whySecurityAudit .whySA_slider .slide {
          font-size: 21px; } }
    .whySecurityAudit .whySA_slider .slick-dots {
      text-align: left; }
      .whySecurityAudit .whySA_slider .slick-dots li {
        width: 25px;
        height: 6px;
        border-radius: 0;
        background: #329cf7; }
    @media (max-width: 991px) {
      .whySecurityAudit .whySA_slider {
        padding: 0; } }
  @media (max-width: 991px) {
    .whySecurityAudit {
      padding: 0; }
      .whySecurityAudit .container {
        padding: 0;
        width: auto; }
      .whySecurityAudit .bg {
        background: url(../img/security_audit/why_sa.jpg) no-repeat;
        background-size: cover;
        padding: 40px; }
      .whySecurityAudit .blue {
        padding: 100px 40px 140px;
        background: #012a5e; } }
  @media (max-width: 600px) {
    .whySecurityAudit br {
      display: none; }
    .whySecurityAudit .blue.small {
      padding: 40px; } }

.auditCarriedOut {
  position: relative;
  z-index: 1;
  padding: 110px 0 40px; }
  .auditCarriedOut:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 560px;
    background: #ebeff2; }
  .auditCarriedOut .txtBox {
    padding-top: 50px; }
    .auditCarriedOut .txtBox h2 {
      text-transform: uppercase; }
      .auditCarriedOut .txtBox h2 span {
        display: block; }
      .auditCarriedOut .txtBox h2:after {
        display: block;
        content: '';
        width: 100px;
        height: 4px;
        margin-top: 25px;
        background: #012a5e; }
        @media (max-width: 768px) {
          .auditCarriedOut .txtBox h2:after {
            margin: 25px auto 0; } }
    @media (max-width: 991px) {
      .auditCarriedOut .txtBox {
        padding: 0 0 50px; } }
    @media (max-width: 768px) {
      .auditCarriedOut .txtBox {
        text-align: center; } }
  .auditCarriedOut .planBox {
    background: url(../img/security_audit/plan_bg.png) center center no-repeat;
    margin: 0 auto;
    max-width: 365px;
    min-height: 538px;
    padding: 15px 25px;
    text-align: center; }
    .auditCarriedOut .planBox h3 {
      font-family: "proxima_novaregular";
      font-size: 24px;
      color: #fff;
      padding-top: 25px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      .auditCarriedOut .planBox h3 span {
        font-family: "proxima_novaregular";
        display: block;
        text-transform: none; }
    .auditCarriedOut .planBox ul {
      padding: 30px 0 0; }
      .auditCarriedOut .planBox ul li {
        display: block;
        font-size: 18px;
        color: #444444;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: solid #ddd 1px; }
        .auditCarriedOut .planBox ul li:last-child {
          border-bottom: none; }
    @media (max-width: 480px) {
      .auditCarriedOut .planBox {
        width: 300px;
        background-position: center top;
        background-size: 100%;
        min-height: 470px; }
        .auditCarriedOut .planBox h3 {
          font-size: 21px;
          padding-top: 20px; }
        .auditCarriedOut .planBox img {
          width: 80px; }
        .auditCarriedOut .planBox ul li {
          font-size: 14px;
          margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .auditCarriedOut {
      padding: 40px 0; } }

.why_securityAudit {
  padding: 0 0 80px; }
  .why_securityAudit h4 {
    font-size: 42px;
    color: #fff;
    margin: 0; }
    .why_securityAudit h4.primary_color {
      color: #012a5e; }
    @media (max-width: 991px) {
      .why_securityAudit h4 {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .why_securityAudit h4 {
        font-size: 30px; } }
    @media (max-width: 600px) {
      .why_securityAudit h4 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .why_securityAudit h4 {
        font-size: 21px; } }
  .why_securityAudit .table {
    background: none; }
    .why_securityAudit .table .table-cell {
      padding: 80px 40px;
      background: #e6f0f4; }
      .why_securityAudit .table .table-cell.noPadding {
        padding: 0; }
      .why_securityAudit .table .table-cell img.alignLeft {
        float: left;
        margin-right: 20px; }
        @media (max-width: 768px) {
          .why_securityAudit .table .table-cell img.alignLeft {
            display: none; } }
      .why_securityAudit .table .table-cell .adjustCenter {
        margin-left: 20%; }
        @media (max-width: 768px) {
          .why_securityAudit .table .table-cell .adjustCenter {
            margin-left: 0; } }
      @media (max-width: 768px) {
        .why_securityAudit .table .table-cell {
          display: block;
          width: auto;
          padding: 40px;
          text-align: center; } }
    .why_securityAudit .table.firstBox .table-cell {
      width: 60%;
      padding: 0;
      background: url(../img/security_audit/why_sa_bg1.jpg) no-repeat;
      background-size: cover; }
      .why_securityAudit .table.firstBox .table-cell:last-child {
        width: 40%;
        background: #e6f0f4;
        padding: 80px 40px; }
        @media (max-width: 768px) {
          .why_securityAudit .table.firstBox .table-cell:last-child {
            padding: 40px; } }
      .why_securityAudit .table.firstBox .table-cell .table {
        background: none; }
        .why_securityAudit .table.firstBox .table-cell .table .table-cell {
          background: none;
          width: 50%;
          padding: 80px 60px; }
          @media (max-width: 768px) {
            .why_securityAudit .table.firstBox .table-cell .table .table-cell {
              padding: 0;
              width: auto; } }
      @media (max-width: 768px) {
        .why_securityAudit .table.firstBox .table-cell {
          width: auto;
          padding: 40px; }
          .why_securityAudit .table.firstBox .table-cell:last-child {
            width: auto; } }
    .why_securityAudit .table.secondBox .table-cell {
      width: 50%; }
      @media (max-width: 768px) {
        .why_securityAudit .table.secondBox .table-cell {
          width: auto;
          padding: 40px; } }
    .why_securityAudit .table.thirdBox .table-cell {
      width: 45%;
      padding: 100px 40px;
      background: #e7eaeb; }
      .why_securityAudit .table.thirdBox .table-cell:last-child {
        width: 55%; }
      .why_securityAudit .table.thirdBox .table-cell.blue {
        background: #0099da; }
      @media (max-width: 768px) {
        .why_securityAudit .table.thirdBox .table-cell {
          width: auto;
          padding: 40px; }
          .why_securityAudit .table.thirdBox .table-cell:last-child {
            width: auto; } }
  .why_securityAudit.restaurantPage {
    padding: 80px 0; }

.efficiencyYour {
  padding: 80px 0; }
  .efficiencyYour .table .table-cell {
    width: 50%; }
    @media (max-width: 600px) {
      .efficiencyYour .table .table-cell {
        display: block;
        width: auto;
        text-align: center; } }
  @media (max-width: 600px) {
    .efficiencyYour {
      padding: 40px 0; } }

.scms_benefit {
  padding: 0; }
  .scms_benefit.paraBox {
    padding: 60px 0; }
  .scms_benefit.pTop {
    padding-top: 60px; }
  .scms_benefit.iotPage {
    padding-top: 80px;
    background: #f3f3f3;
    margin-bottom: 60px; }
  .scms_benefit .colorBox {
    padding: 100px 0;
    text-align: center;
    background: #072851; }
    .scms_benefit .colorBox h3 {
      color: #fff; }
    .scms_benefit .colorBox p {
      color: #fff; }
      .scms_benefit .colorBox p span {
        font-family: "proxima_nova_rgbold";
        font-size: 29px; }
      .scms_benefit .colorBox p.big {
        font-size: 19px;
        line-height: 30px; }
        @media (max-width: 991px) {
          .scms_benefit .colorBox p.big {
            font-size: 16px;
            line-height: 24px; } }
        @media (max-width: 480px) {
          .scms_benefit .colorBox p.big {
            font-size: 14px;
            line-height: 21px; } }
      @media (max-width: 1199px) {
        .scms_benefit .colorBox p br {
          display: none; } }
    @media (max-width: 768px) {
      .scms_benefit .colorBox {
        padding: 50px 0; } }
  .scms_benefit .twoColorBox {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .scms_benefit .twoColorBox .col-md-6, .scms_benefit .twoColorBox .col-sm-6 {
      padding: 100px 60px; }
      @media (max-width: 991px) {
        .scms_benefit .twoColorBox .col-md-6, .scms_benefit .twoColorBox .col-sm-6 {
          padding: 60px; } }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox .col-md-6, .scms_benefit .twoColorBox .col-sm-6 {
          padding: 40px 30px; } }
    .scms_benefit .twoColorBox .white h4, .scms_benefit .twoColorBox .greyBox h4, .scms_benefit .twoColorBox .whiteBox h4 {
      color: #012a5e; }
    .scms_benefit .twoColorBox .white p, .scms_benefit .twoColorBox .greyBox p, .scms_benefit .twoColorBox .whiteBox p {
      color: #444444; }
    .scms_benefit .twoColorBox h4 {
      font-size: 36px;
      color: #fff; }
      .scms_benefit .twoColorBox h4:after {
        display: block;
        content: '';
        width: 60px;
        height: 2px;
        margin-top: 20px;
        background: #ef323a; }
      @media (max-width: 991px) {
        .scms_benefit .twoColorBox h4 {
          font-size: 28px; } }
      @media (max-width: 600px) {
        .scms_benefit .twoColorBox h4 {
          font-size: 24px; } }
    .scms_benefit .twoColorBox p {
      color: #fff;
      margin: 0; }
    .scms_benefit .twoColorBox:before, .scms_benefit .twoColorBox:after {
      content: '';
      position: absolute;
      top: 0;
      width: 50%;
      z-index: -1;
      height: 100%; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox:before, .scms_benefit .twoColorBox:after {
          width: 100%; } }
    .scms_benefit .twoColorBox.firstBox:before {
      background: url(../img/security_audit/scm_benifits.jpg) no-repeat;
      background-size: cover; }
    .scms_benefit .twoColorBox.firstBox:after {
      left: 50%;
      background: #0d4388; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.firstBox:after {
          left: 0;
          top: 50%; } }
    .scms_benefit .twoColorBox.secondBox:before {
      background: url(../img/security_audit/ractangle_bg.png) right bottom no-repeat #fff; }
    .scms_benefit .twoColorBox.secondBox:after {
      left: 50%;
      background: #0d4388; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.secondBox:after {
          left: 0;
          top: 50%; } }
    .scms_benefit .twoColorBox.secondBox .border {
      position: relative; }
      .scms_benefit .twoColorBox.secondBox .border:before, .scms_benefit .twoColorBox.secondBox .border:after {
        content: '';
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background: #043471; }
        @media (max-width: 768px) {
          .scms_benefit .twoColorBox.secondBox .border:before, .scms_benefit .twoColorBox.secondBox .border:after {
            display: none; } }
      .scms_benefit .twoColorBox.secondBox .border:after {
        top: 1px;
        background: #1b5cae; }
    .scms_benefit .twoColorBox.AppDevelopmentPage .col-md-6, .scms_benefit .twoColorBox.AppDevelopmentPage .col-sm-6 {
      padding: 0 60px; }
    .scms_benefit .twoColorBox.AppDevelopmentPage .white, .scms_benefit .twoColorBox.AppDevelopmentPage .greyBox {
      padding: 80px 0; }
      @media (max-width: 991px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage .white, .scms_benefit .twoColorBox.AppDevelopmentPage .greyBox {
          padding: 50px 0; } }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage .white, .scms_benefit .twoColorBox.AppDevelopmentPage .greyBox {
          padding: 30px; } }
    .scms_benefit .twoColorBox.AppDevelopmentPage .greyBox {
      background: #ebeff2; }
    .scms_benefit .twoColorBox.AppDevelopmentPage:before {
      top: 50%;
      left: 0;
      width: 50%;
      height: 50%;
      background: #ebeff2; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage:before {
          display: none; } }
    .scms_benefit .twoColorBox.AppDevelopmentPage:after {
      left: 50%;
      background: url(../img/web_app/aplicationi_dev.jpg) no-repeat;
      background-size: cover; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage:after {
          display: none; } }
    @media (max-width: 768px) {
      .scms_benefit .twoColorBox.AppDevelopmentPage .bgBox {
        background: url(../img/web_app/aplicationi_dev.jpg) no-repeat;
        background-size: cover;
        padding: 30px; } }
    .scms_benefit .twoColorBox.AppDevelopmentPage .whiteBox {
      background: #fff;
      margin-top: 15%;
      padding: 120px 60px; }
      @media (max-width: 991px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage .whiteBox {
          padding: 40px;
          margin-top: 25%; } }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.AppDevelopmentPage .whiteBox {
          margin: 0;
          padding: 30px; } }
    @media (max-width: 768px) {
      .scms_benefit .twoColorBox.AppDevelopmentPage .container {
        padding: 0;
        width: auto; }
        .scms_benefit .twoColorBox.AppDevelopmentPage .container .col-md-6, .scms_benefit .twoColorBox.AppDevelopmentPage .container .col-sm-6 {
          padding: 0 15px; } }
    .scms_benefit .twoColorBox.chatBot1:before {
      background: url(../img/security_audit/ractangle_bg.png) right bottom no-repeat #ebeff2; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.chatBot1:before {
          width: 100%;
          height: 50%; } }
    .scms_benefit .twoColorBox.chatBot1:after {
      left: 50%;
      background: #0d4388; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.chatBot1:after {
          top: 50%;
          left: 0;
          height: 50%; } }
    .scms_benefit .twoColorBox.chatBot2:before {
      background: url(../img/chatbot/chatbot-1.jpg) center no-repeat;
      background-size: cover; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.chatBot2:before {
          display: none; } }
    .scms_benefit .twoColorBox.chatBot2:after {
      left: 50%;
      background: #0594d1; }
      @media (max-width: 768px) {
        .scms_benefit .twoColorBox.chatBot2:after {
          top: 0;
          left: 0;
          height: 100%; } }

.webTechnology {
  padding: 100px 0; }
  .webTechnology .table {
    margin: 0; }
    .webTechnology .table .table-cell {
      padding: 80px 60px; }
      .webTechnology .table .table-cell.noPadding {
        padding: 0; }
      .webTechnology .table .table-cell.center {
        text-align: center; }
      .webTechnology .table .table-cell.primary {
        background: #012a5e; }
      .webTechnology .table .table-cell.blue {
        background: #0099da; }
      .webTechnology .table .table-cell.grey {
        background: #e6f0f4; }
      .webTechnology .table .table-cell.black {
        background: #414141; }
      .webTechnology .table .table-cell.bg {
        background: url(../img/security_audit/sp_img3.jpg) no-repeat;
        background-size: cover; }
      .webTechnology .table .table-cell h3 {
        margin: 0;
        font-size: 40px;
        color: #012a5e;
        text-transform: uppercase; }
        .webTechnology .table .table-cell h3.white {
          color: #fff; }
        .webTechnology .table .table-cell h3 span {
          display: block;
          text-transform: none;
          font-family: "proxima_novaregular"; }
          @media (max-width: 991px) {
            .webTechnology .table .table-cell h3 span {
              display: inline-block; } }
        @media (max-width: 991px) {
          .webTechnology .table .table-cell h3 {
            font-size: 36px; } }
        @media (max-width: 768px) {
          .webTechnology .table .table-cell h3 {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .webTechnology .table .table-cell h3 {
            font-size: 24px; } }
        @media (max-width: 480px) {
          .webTechnology .table .table-cell h3 {
            font-size: 21px; } }
      .webTechnology .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
      @media (max-width: 991px) {
        .webTechnology .table .table-cell {
          display: block;
          width: auto;
          padding: 40px 30px;
          text-align: center; } }
    .webTechnology .table.first .table-cell {
      width: 50%; }
      @media (max-width: 991px) {
        .webTechnology .table.first .table-cell {
          display: block;
          width: auto; } }
    .webTechnology .table.second .table-cell {
      width: 26%; }
      .webTechnology .table.second .table-cell:last-child {
        width: 74%; }
      .webTechnology .table.second .table-cell .full {
        width: 100%; }
      @media (max-width: 1199px) {
        .webTechnology .table.second .table-cell:last-child {
          width: 100%; } }
      @media (max-width: 991px) {
        .webTechnology .table.second .table-cell {
          display: block;
          width: auto; } }
    .webTechnology .table.second_1 .table-cell {
      width: 33%;
      padding: 115px 30px; }
      @media (max-width: 991px) {
        .webTechnology .table.second_1 .table-cell {
          display: block;
          width: auto;
          padding: 40px 30px; } }
    .webTechnology .table.second_2 .table-cell {
      width: 50%;
      padding: 120px 30px; }
      @media (max-width: 991px) {
        .webTechnology .table.second_2 .table-cell {
          display: block;
          width: auto;
          padding: 40px 30px; } }
  @media (max-width: 991px) {
    .webTechnology {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .webTechnology {
      padding: 40px 0; } }
  @media (max-width: 360px) {
    .webTechnology {
      padding: 30px 0; } }

.capabilities_scs {
  background: url(../img/security_audit/capabilities_bg.jpg) right center no-repeat #e6e6e6;
  padding: 90px 0; }
  .capabilities_scs h4 {
    font-family: "proxima_novaregular";
    color: #012a5e; }
  @media (max-width: 991px) {
    .capabilities_scs {
      padding: 60px 0;
      text-align: center; }
      .capabilities_scs h3, .capabilities_scs h4, .capabilities_scs p {
        color: #fff; } }

.scsStates {
  background: #ebeff2;
  padding: 60px 0; }
  .scsStates .table .table-cell {
    width: 30%; }
    .scsStates .table .table-cell:last-child {
      width: 70%; }
    @media (max-width: 991px) {
      .scsStates .table .table-cell {
        display: block;
        width: auto; }
        .scsStates .table .table-cell:last-child {
          width: auto; } }
  @media (max-width: 991px) {
    .scsStates {
      padding: 30px 0;
      text-align: center; } }

.sa_Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }
  .sa_Modal .closeModal {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10; }
    @media (max-width: 600px) {
      .sa_Modal .closeModal {
        width: 20px;
        top: 20px;
        right: 20px; } }
  .sa_Modal .modalContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    padding: 40px;
    background: #012a5e;
    border-top: solid #1278cd 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .sa_Modal .modalContainer .formBox fieldset {
      margin-bottom: 30px; }
      .sa_Modal .modalContainer .formBox fieldset .placeholder {
        font-size: 16px;
        color: #fff; }
        @media (max-width: 480px) {
          .sa_Modal .modalContainer .formBox fieldset .placeholder {
            font-size: 13px; } }
      .sa_Modal .modalContainer .formBox fieldset .form-control {
        color: #fff;
        height: 44px;
        border-bottom: solid #2864af 1px; }
      .sa_Modal .modalContainer .formBox fieldset.recaptha {
        min-height: 75px;
        margin-bottom: 0; }
      .sa_Modal .modalContainer .formBox fieldset.input--filled .placeholder {
        top: -20px; }
    .sa_Modal .modalContainer .formBox .btnSimple {
      padding: 0 28px;
      line-height: 44px; }
      .sa_Modal .modalContainer .formBox .btnSimple:hover {
        background: #fff;
        color: #012a5e; }
    @media (max-width: 991px) {
      .sa_Modal .modalContainer {
        max-height: 80vh;
        overflow: auto; } }
    @media (max-width: 600px) {
      .sa_Modal .modalContainer {
        width: 90%;
        padding: 30px; } }
    @media (max-width: 480px) {
      .sa_Modal .modalContainer {
        padding: 30px 15px; } }
  .sa_Modal.is-open {
    opacity: 1;
    visibility: visible; }

.bigDataFirstSection {
  position: relative;
  z-index: 1;
  padding: 60px 0; }
  .bigDataFirstSection:before, .bigDataFirstSection:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 100%; }
    @media (max-width: 991px) {
      .bigDataFirstSection:before, .bigDataFirstSection:after {
        display: none; } }
  .bigDataFirstSection:before {
    background: #012a5e; }
  .bigDataFirstSection:after {
    left: 50%;
    height: 85%;
    background-size: cover;
    background: url(../img/big_data/bd_img1.jpg) no-repeat; }
  .bigDataFirstSection .paddingBox {
    padding: 150px 60px; }
    .bigDataFirstSection .paddingBox h3 {
      color: #fff; }
      .bigDataFirstSection .paddingBox h3 span {
        display: block; }
    .bigDataFirstSection .paddingBox p {
      margin: 0;
      color: #fff; }
    @media (max-width: 991px) {
      .bigDataFirstSection .paddingBox {
        padding: 60px 0; } }
  @media (max-width: 991px) {
    .bigDataFirstSection {
      background: #012a5e;
      padding: 0;
      text-align: center; } }

.bd_biggerBenifit {
  position: relative;
  z-index: 2;
  padding: 80px 0; }
  .bd_biggerBenifit .laptopAdjust {
    text-align: center;
    margin-top: -200px; }
  .bd_biggerBenifit h3 {
    text-transform: upppercase; }
    .bd_biggerBenifit h3 span {
      display: block;
      text-transform: none; }
  .bd_biggerBenifit .thumbBoxes {
    margin-top: 80px; }
    .bd_biggerBenifit .thumbBoxes .col-md-4 {
      padding: 0 50px;
      border-left: solid #ddd 1px; }
      .bd_biggerBenifit .thumbBoxes .col-md-4:first-child {
        border: none; }
      @media (max-width: 991px) {
        .bd_biggerBenifit .thumbBoxes .col-md-4 {
          padding: 30px 90px;
          border-left: none;
          border-top: solid #ddd 1px; } }
      @media (max-width: 600px) {
        .bd_biggerBenifit .thumbBoxes .col-md-4 {
          padding: 30px; } }
    .bd_biggerBenifit .thumbBoxes figure {
      margin-bottom: 20px; }
    .bd_biggerBenifit .thumbBoxes h4 {
      font-family: "proxima_novaregular";
      font-size: 28px;
      color: #012a5e; }
    @media (max-width: 991px) {
      .bd_biggerBenifit .thumbBoxes {
        margin-top: 0;
        text-align: center; } }
  @media (max-width: 991px) {
    .bd_biggerBenifit {
      text-align: center;
      padding-bottom: 20px; } }

.bdInterestingFacts {
  background: #ebeff2;
  padding: 60px 0; }
  .bdInterestingFacts .col-md-4 {
    padding: 0 30px; }
    @media (max-width: 991px) {
      .bdInterestingFacts .col-md-4 {
        margin-bottom: 40px;
        padding: 0 15px; } }
  .bdInterestingFacts figure {
    margin-bottom: 20px;
    text-align: center;
    min-height: 240px; }
    @media (max-width: 991px) {
      .bdInterestingFacts figure {
        min-height: 0; }
        .bdInterestingFacts figure img {
          width: 240px; } }
    @media (max-width: 768px) {
      .bdInterestingFacts figure img {
        width: 200px; } }
    @media (max-width: 600px) {
      .bdInterestingFacts figure img {
        width: 160px; } }
  .bdInterestingFacts h4 {
    font-size: 27px;
    color: #000;
    line-height: 36px;
    text-align: center; }
    @media (max-width: 991px) {
      .bdInterestingFacts h4 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .bdInterestingFacts h4 {
        font-size: 18px;
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .bdInterestingFacts {
      padding: 60px 0 30px; } }
  @media (max-width: 480px) {
    .bdInterestingFacts {
      padding: 30px 0 5px; } }

.imgBgBox {
  padding: 100px 0 20px; }
  .imgBgBox .bgBox {
    padding: 70px 40px;
    margin: 0 auto;
    max-width: 566px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.10); }
    .imgBgBox .bgBox h3 {
      color: #fff;
      line-height: 50px; }
    .imgBgBox .bgBox .btnBorder {
      font-family: "proxima_nova_rgbold";
      font-size: 18px; }
    .imgBgBox .bgBox.bg1 {
      background: url(../img/big_data/img_bg1.jpg) no-repeat;
      background-size: cover; }
    .imgBgBox .bgBox.bg2 {
      background: url(../img/big_data/img_bg2.jpg) no-repeat;
      background-size: cover; }

.bigDataServices {
  padding: 60px 0; }
  .bigDataServices .table {
    margin: 0; }
    .bigDataServices .table .table-cell {
      padding: 100px 60px; }
      .bigDataServices .table .table-cell.noPadding {
        padding: 0; }
      .bigDataServices .table .table-cell.center {
        text-align: center; }
      .bigDataServices .table .table-cell.primary {
        background: #012a5e; }
      .bigDataServices .table .table-cell.blue {
        background: #0099da; }
        @media (max-width: 991px) {
          .bigDataServices .table .table-cell.blue {
            border-top: solid #fff 1px; } }
      .bigDataServices .table .table-cell.grey {
        background: #e6f0f4; }
      .bigDataServices .table .table-cell.black {
        background: #414141; }
      .bigDataServices .table .table-cell h3 {
        font-size: 40px;
        margin: 0;
        color: #012a5e; }
        .bigDataServices .table .table-cell h3.white {
          color: #fff; }
        .bigDataServices .table .table-cell h3 span {
          display: block; }
        @media (max-width: 991px) {
          .bigDataServices .table .table-cell h3 {
            font-size: 30px; } }
        @media (max-width: 768px) {
          .bigDataServices .table .table-cell h3 {
            font-size: 24px; } }
        @media (max-width: 600px) {
          .bigDataServices .table .table-cell h3 {
            font-size: 21px; } }
      .bigDataServices .table .table-cell .alignLeft {
        float: left;
        margin-right: 30px; }
        @media (max-width: 991px) {
          .bigDataServices .table .table-cell .alignLeft {
            display: none; } }
      @media (max-width: 991px) {
        .bigDataServices .table .table-cell figure {
          display: none; } }
      .bigDataServices .table .table-cell .full {
        width: 100%; }
      @media (max-width: 991px) {
        .bigDataServices .table .table-cell {
          display: block;
          width: auto;
          padding: 60px 0;
          text-align: center; } }
      @media (max-width: 480px) {
        .bigDataServices .table .table-cell {
          padding: 30px 0; } }
    .bigDataServices .table.first .table-cell {
      width: 50%; }
      .bigDataServices .table.first .table-cell:last-child {
        padding: 40px; }
        @media (max-width: 991px) {
          .bigDataServices .table.first .table-cell:last-child {
            padding: 60px 0; } }
        @media (max-width: 480px) {
          .bigDataServices .table.first .table-cell:last-child {
            padding: 30px 0; } }
      @media (max-width: 991px) {
        .bigDataServices .table.first .table-cell {
          width: auto; } }
    .bigDataServices .table.second .table-cell {
      width: 36%; }
      .bigDataServices .table.second .table-cell:first-child {
        width: 32%; }
      .bigDataServices .table.second .table-cell:last-child {
        width: 32%; }
      @media (max-width: 991px) {
        .bigDataServices .table.second .table-cell {
          width: auto !important; } }
  @media (max-width: 480px) {
    .bigDataServices {
      padding: 30px 0; } }

.toolsTech {
  background: #eff3f5;
  padding: 80px 0; }
  .toolsTech ul {
    padding: 50px 0 0; }
    .toolsTech ul li {
      display: inline-block;
      width: 19%; }
      @media (max-width: 1199px) {
        .toolsTech ul li {
          width: 24%; } }
      @media (max-width: 991px) {
        .toolsTech ul li {
          width: 49%; } }
      @media (max-width: 480px) {
        .toolsTech ul li {
          display: block;
          width: 100%;
          text-align: center; } }
  .toolsTech.nobg {
    background: none; }
  @media (max-width: 991px) {
    .toolsTech {
      padding: 50px 0;
      text-align: center; } }

/*!
*	LoyaltyPage
*/
.halfImgTextSection {
  position: relative;
  z-index: 1;
  padding: 80px 0; }
  .halfImgTextSection:before, .halfImgTextSection:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 100%; }
  .halfImgTextSection:after {
    left: 50%; }
  .halfImgTextSection.loyalty {
    padding: 140px 0; }
    .halfImgTextSection.loyalty h3 {
      color: #fff; }
      .halfImgTextSection.loyalty h3 span {
        display: block; }
    .halfImgTextSection.loyalty p {
      color: #fff; }
    .halfImgTextSection.loyalty ul {
      padding: 0 0 0 25px; }
      .halfImgTextSection.loyalty ul li {
        display: list-item;
        list-style: outside;
        font-size: 16px;
        color: #fff;
        line-height: 30px; }
    .halfImgTextSection.loyalty .col-md-6 {
      padding: 0 60px; }
    .halfImgTextSection.loyalty:before {
      background: url(../img/big_data/loyalty_img1.jpg) no-repeat;
      background-size: cover; }
    .halfImgTextSection.loyalty:after {
      background: #012a5e; }
    @media (max-width: 991px) {
      .halfImgTextSection.loyalty {
        padding: 60px 0;
        background: #012a5e; }
        .halfImgTextSection.loyalty .col-md-6 {
          padding: 0 15px; }
        .halfImgTextSection.loyalty:before, .halfImgTextSection.loyalty:after {
          display: none; } }

.whyImplementLoyalty {
  background: url(../img/big_data/loyalty_img2.jpg) right center no-repeat #355763;
  background-size: auto 100%;
  padding: 110px 0; }
  .whyImplementLoyalty h3 {
    color: #fff; }
    .whyImplementLoyalty h3 span {
      display: block; }
  .whyImplementLoyalty p {
    color: #fff; }
  .whyImplementLoyalty img {
    float: left;
    margin-right: 20px; }
  .whyImplementLoyalty ul {
    padding: 0 0 0 25px; }
    .whyImplementLoyalty ul li {
      display: list-item;
      list-style: outside;
      font-size: 16px;
      color: #fff;
      line-height: 30px; }
  @media (max-width: 991px) {
    .whyImplementLoyalty {
      padding: 60px 0; } }

.loyaltySolution {
  padding: 60px 0; }
  .loyaltySolution .table {
    margin: 0; }
    .loyaltySolution .table .table-cell {
      padding: 100px 60px; }
      .loyaltySolution .table .table-cell.noPadding {
        padding: 0; }
      .loyaltySolution .table .table-cell.center {
        text-align: center; }
      .loyaltySolution .table .table-cell.primary {
        background: #012a5e; }
      .loyaltySolution .table .table-cell.blue {
        background: #0099da; }
      .loyaltySolution .table .table-cell.grey {
        background: #e6f0f4; }
      .loyaltySolution .table .table-cell.black {
        background: #414141; }
      .loyaltySolution .table .table-cell h3 {
        font-size: 40px;
        margin: 0;
        line-height: 46px;
        color: #012a5e; }
        .loyaltySolution .table .table-cell h3.white {
          color: #fff; }
        .loyaltySolution .table .table-cell h3 span {
          display: block;
          font-size: 80%; }
          .loyaltySolution .table .table-cell h3 span.big {
            font-size: 45px; }
        .loyaltySolution .table .table-cell h3.small {
          font-size: 30px;
          line-height: 30px; }
          .loyaltySolution .table .table-cell h3.small span {
            font-size: 36px; }
          @media (max-width: 1199px) {
            .loyaltySolution .table .table-cell h3.small {
              font-size: 24px; }
              .loyaltySolution .table .table-cell h3.small span {
                font-size: 100%; } }
          @media (max-width: 600px) {
            .loyaltySolution .table .table-cell h3.small {
              font-size: 21px;
              line-height: 1.2; } }
        @media (max-width: 1199px) {
          .loyaltySolution .table .table-cell h3 {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .loyaltySolution .table .table-cell h3 {
            font-size: 21px;
            line-height: 1.2; } }
      .loyaltySolution .table .table-cell .alignLeft {
        float: left;
        margin-right: 30px; }
      .loyaltySolution .table .table-cell .full {
        width: 100%; }
      @media (max-width: 991px) {
        .loyaltySolution .table .table-cell {
          display: block;
          width: auto;
          text-align: center;
          padding: 60px 30px; } }
    .loyaltySolution .table.first .table-cell {
      width: 50%; }
      @media (max-width: 991px) {
        .loyaltySolution .table.first .table-cell {
          width: auto; } }
    .loyaltySolution .table.second .table-cell {
      width: 23%;
      padding: 60px 40px;
      vertical-align: top; }
      .loyaltySolution .table.second .table-cell:last-child {
        width: 77%; }
      .loyaltySolution .table.second .table-cell.noPadding {
        padding: 0; }
      @media (max-width: 991px) {
        .loyaltySolution .table.second .table-cell {
          width: auto;
          padding: 60px 30px; }
          .loyaltySolution .table.second .table-cell:last-child {
            width: auto; } }
    .loyaltySolution .table.second .blue {
      background: #0099da;
      padding: 90px 20px; }
      @media (max-width: 991px) {
        .loyaltySolution .table.second .blue {
          padding: 60px 30px; } }
    .loyaltySolution .table.second_1 .table-cell {
      width: 45%; }
      .loyaltySolution .table.second_1 .table-cell:last-child {
        width: 55%; }
      @media (max-width: 991px) {
        .loyaltySolution .table.second_1 .table-cell {
          width: auto; }
          .loyaltySolution .table.second_1 .table-cell:last-child {
            width: auto; } }
    .loyaltySolution .table.second_2 .table-cell {
      width: 45%;
      padding: 83px 40px; }
      .loyaltySolution .table.second_2 .table-cell:last-child {
        width: 55%; }
      @media (max-width: 991px) {
        .loyaltySolution .table.second_2 .table-cell {
          width: auto;
          padding: 60px 30px; }
          .loyaltySolution .table.second_2 .table-cell:last-child {
            width: auto; } }

.bdAnalticsSolution {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #ebeff2; }
  .bdAnalticsSolution:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/big_data/bdanalytics.jpg) no-repeat;
    background-size: cover; }
  .bdAnalticsSolution h4 {
    font-size: 30px;
    color: #012a5e; }
    @media (max-width: 768px) {
      .bdAnalticsSolution h4 {
        font-size: 24px; } }
    @media (max-width: 600px) {
      .bdAnalticsSolution h4 {
        font-size: 21px; } }
  .bdAnalticsSolution p {
    margin-bottom: 60px; }
    .bdAnalticsSolution p:last-child {
      margin-bottom: 0; }
    @media (max-width: 600px) {
      .bdAnalticsSolution p {
        margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .bdAnalticsSolution {
      padding: 80px 0; } }
  @media (max-width: 768px) {
    .bdAnalticsSolution {
      padding: 60px 0;
      text-align: center; }
      .bdAnalticsSolution:after {
        display: none; } }

.caseIdentification {
  background: #f3f3f5;
  padding: 100px 0 60px; }
  .caseIdentification .txtBox {
    padding: 40px; }
    .caseIdentification .txtBox figure {
      margin-bottom: 10px; }
    .caseIdentification .txtBox p {
      font-size: 18px;
      color: #000;
      line-height: 32px; }
      @media (max-width: 768px) {
        .caseIdentification .txtBox p {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 480px) {
        .caseIdentification .txtBox p {
          font-size: 14px; } }
    @media (max-width: 480px) {
      .caseIdentification .txtBox {
        padding: 25px 0; } }
  @media (max-width: 1199px) {
    .caseIdentification br {
      display: none; } }
  @media (max-width: 991px) {
    .caseIdentification {
      padding: 60px 0;
      text-align: center; } }

@media (max-width: 1024px) {
  .bda_approach br {
    display: none; } }

.bdbi_firstBox {
  padding: 80px 0; }
  .bdbi_firstBox .thumbBox {
    padding: 30px;
    text-align: center; }
    .bdbi_firstBox .thumbBox h3 {
      font-size: 21px;
      color: #282828;
      margin-bottom: 0;
      line-height: 32px; }
      @media (max-width: 1024px) {
        .bdbi_firstBox .thumbBox h3 br {
          display: none; } }
      @media (max-width: 600px) {
        .bdbi_firstBox .thumbBox h3 {
          font-size: 17px;
          line-height: 26px; } }
    @media (max-width: 991px) {
      .bdbi_firstBox .thumbBox {
        margin: 0 auto;
        width: 60%; } }
    @media (max-width: 600px) {
      .bdbi_firstBox .thumbBox {
        width: 80%; }
        .bdbi_firstBox .thumbBox figure {
          margin-bottom: 20px; }
          .bdbi_firstBox .thumbBox figure img {
            width: 160px; } }
    @media (max-width: 480px) {
      .bdbi_firstBox .thumbBox {
        width: 100%; } }
  @media (max-width: 600px) {
    .bdbi_firstBox {
      padding: 40px 0; } }

.bdbi_addMoreValue {
  background: url(../img/big_data/bd_bi_1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .bdbi_addMoreValue .thumbBox {
    display: inline-block;
    width: 400px;
    margin: 10px;
    padding: 30px;
    background: #fff;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .bdbi_addMoreValue .thumbBox:after {
      display: block;
      content: '';
      clear: both; }
    .bdbi_addMoreValue .thumbBox figure {
      float: left;
      width: 60px; }
    .bdbi_addMoreValue .thumbBox h4 {
      float: left;
      margin-bottom: 0;
      line-height: 60px;
      padding-left: 20px;
      width: calc(100% - 60px); }
    @media (max-width: 991px) {
      .bdbi_addMoreValue .thumbBox {
        text-align: center; }
        .bdbi_addMoreValue .thumbBox figure {
          float: none;
          width: auto; }
        .bdbi_addMoreValue .thumbBox h4 {
          float: none;
          width: auto;
          line-height: 30px; } }
    @media (max-width: 768px) {
      .bdbi_addMoreValue .thumbBox {
        display: block;
        width: auto; } }
    @media (max-width: 600px) {
      .bdbi_addMoreValue .thumbBox {
        padding: 20px; } }
  @media (max-width: 600px) {
    .bdbi_addMoreValue {
      padding: 40px 0; } }

.valueUsingBusinessIntelligence {
  background: url(../img/big_data/bd_bi_1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .valueUsingBusinessIntelligence .thumbBox {
    margin: 15px 0;
    background: #fff;
    min-height: 180px;
    padding: 30px 40px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .valueUsingBusinessIntelligence .thumbBox h4 {
      font-family: "proxima_novaregular";
      font-size: 23px;
      margin-bottom: 10px;
      color: #012a5e; }
      @media (max-width: 600px) {
        .valueUsingBusinessIntelligence .thumbBox h4 {
          font-size: 18px;
          line-height: 26px; } }
    .valueUsingBusinessIntelligence .thumbBox p {
      margin-bottom: 0; }
    @media (max-width: 1500px) {
      .valueUsingBusinessIntelligence .thumbBox {
        min-height: 200px; } }
    @media (max-width: 1199px) {
      .valueUsingBusinessIntelligence .thumbBox {
        min-height: 240px; } }
    @media (max-width: 1024px) {
      .valueUsingBusinessIntelligence .thumbBox {
        min-height: 280px; } }
    @media (max-width: 991px) {
      .valueUsingBusinessIntelligence .thumbBox {
        min-height: 0;
        padding: 30px;
        text-align: center; } }
    @media (max-width: 600px) {
      .valueUsingBusinessIntelligence .thumbBox {
        padding: 20px; } }
  @media (max-width: 600px) {
    .valueUsingBusinessIntelligence {
      padding: 40px 0; } }

.businessCriticalDecisions {
  padding: 80px 0; }
  .businessCriticalDecisions figure {
    padding: 0 50px;
    text-align: center; }
    @media (max-width: 991px) {
      .businessCriticalDecisions figure {
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .businessCriticalDecisions figure {
        padding: 30px; }
        .businessCriticalDecisions figure img {
          width: 200px; } }
  .businessCriticalDecisions h4 {
    font-size: 21px;
    color: #012a5e; }
    @media (max-width: 600px) {
      .businessCriticalDecisions h4 {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 26px; } }
  @media (max-width: 768px) {
    .businessCriticalDecisions {
      text-align: center; }
      .businessCriticalDecisions .right {
        text-align: center; } }
  @media (max-width: 600px) {
    .businessCriticalDecisions {
      padding: 40px 0; } }

.smartBIReportingTool {
  padding: 80px 0;
  background: #f7f7f7; }
  .smartBIReportingTool.white {
    background: #fff; }
  .smartBIReportingTool ul {
    text-align: center; }
    .smartBIReportingTool ul li {
      display: inline-block;
      background: #fff;
      padding: 15px;
      margin: 15px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
      box-shadow: 0 0 10px 2px rgba(0,0,0,0.05); }
      @media (max-width: 480px) {
        .smartBIReportingTool ul li {
          width: 220px; } }
  @media (max-width: 600px) {
    .smartBIReportingTool {
      padding: 40px 0; } }

.bdOffering {
  padding: 80px 0; }
  .bdOffering .thumbBox {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin: 15px 0;
    overflow: hidden;
    min-height: 320px;
    border: solid #ddd 1px; }
    .bdOffering .thumbBox:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_top.jpg) no-repeat; }
    .bdOffering .thumbBox:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_bottom.jpg) no-repeat; }
    .bdOffering .thumbBox figure {
      float: left;
      width: 36px;
      margin-bottom: 10px; }
    .bdOffering .thumbBox h4 {
      float: left;
      color: #373737;
      line-height: 50px;
      padding-left: 15px;
      margin-bottom: 15px;
      width: calc(100% - 50px); }
    .bdOffering .thumbBox p {
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .bdOffering .thumbBox {
        padding: 30px; } }
    @media (max-width: 1024px) {
      .bdOffering .thumbBox {
        min-height: 380px; }
        .bdOffering .thumbBox figure {
          float: none;
          width: auto;
          margin-bottom: 10px; }
        .bdOffering .thumbBox h4 {
          float: none;
          width: auto;
          padding-left: 0;
          line-height: 26px; } }
    @media (max-width: 991px) {
      .bdOffering .thumbBox {
        padding: 40px;
        text-align: center; } }
    @media (max-width: 768px) {
      .bdOffering .thumbBox {
        min-height: 0; } }
    @media (max-width: 600px) {
      .bdOffering .thumbBox {
        text-align: center; } }
  @media (max-width: 600px) {
    .bdOffering {
      padding: 40px 0; } }

.bdWorksTable {
  padding: 80px 0; }
  .bdWorksTable .bd_table {
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.12); }
    .bdWorksTable .bd_table .t_row {
      clear: both; }
      .bdWorksTable .bd_table .t_row:after {
        display: block;
        content: '';
        clear: both; }
      .bdWorksTable .bd_table .t_row:nth-child(even) {
        background: #f6f6f6; }
      @media (max-width: 600px) {
        .bdWorksTable .bd_table .t_row {
          margin-bottom: 20px;
          border: solid #ccc 1px; } }
    .bdWorksTable .bd_table .t_head {
      background: url(../img/big_data/t_head_bg.jpg) repeat-x; }
      .bdWorksTable .bd_table .t_head:after {
        display: block;
        content: '';
        clear: both; }
      .bdWorksTable .bd_table .t_head .t_col {
        font-size: 21px;
        color: #fff;
        min-height: 67px;
        border-left: none;
        padding-top: 15px; }
        @media (max-width: 991px) {
          .bdWorksTable .bd_table .t_head .t_col {
            font-size: 18px; } }
      @media (max-width: 600px) {
        .bdWorksTable .bd_table .t_head {
          display: none; } }
    .bdWorksTable .bd_table .t_col {
      display: block;
      float: left;
      width: 20%;
      min-height: 150px;
      text-align: center;
      padding: 30px 0 20px;
      border-left: solid #e5e5e5 1px; }
      .bdWorksTable .bd_table .t_col:first-child {
        border-left: none; }
      .bdWorksTable .bd_table .t_col figure {
        margin-bottom: 10px; }
      .bdWorksTable .bd_table .t_col h4 {
        font-family: "proxima_novaregular";
        font-size: 17px;
        margin-bottom: 0;
        color: #012a5e; }
        @media (max-width: 991px) {
          .bdWorksTable .bd_table .t_col h4 {
            padding: 0 20px; } }
      @media (max-width: 600px) {
        .bdWorksTable .bd_table .t_col {
          position: relative;
          float: none;
          width: 100%;
          min-height: 0;
          padding: 10px 0;
          text-align: left;
          padding-left: 35%;
          border-bottom: solid #ccc 1px; }
          .bdWorksTable .bd_table .t_col figure {
            display: inline-block;
            width: 40px;
            margin: 0 0 0 20px;
            vertical-align: middle; }
          .bdWorksTable .bd_table .t_col h4 {
            line-height: 40px;
            display: inline-block;
            padding: 0; }
          .bdWorksTable .bd_table .t_col:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 35%;
            font-family: "proxima_nova_rgbold";
            font-size: 16px;
            text-align: right;
            line-height: 63px;
            padding-right: 20px;
            color: #012a5e;
            height: 100%;
            border-right: solid #ccc 1px; }
          .bdWorksTable .bd_table .t_col:nth-child(1n)::before {
            content: 'Data Sources'; }
          .bdWorksTable .bd_table .t_col:nth-child(2n)::before {
            content: 'Integration'; }
          .bdWorksTable .bd_table .t_col:nth-child(3n)::before {
            content: 'Data Storages'; }
          .bdWorksTable .bd_table .t_col:nth-child(4n)::before {
            content: 'Analytics'; }
          .bdWorksTable .bd_table .t_col:nth-child(5n)::before {
            content: 'Presentation'; } }
      @media (max-width: 480px) {
        .bdWorksTable .bd_table .t_col {
          padding-left: 45%; }
          .bdWorksTable .bd_table .t_col figure {
            display: none; }
          .bdWorksTable .bd_table .t_col h4 {
            display: block;
            font-size: 13px;
            line-height: 21px;
            padding-left: 15px; }
          .bdWorksTable .bd_table .t_col:before {
            width: 45%;
            font-size: 14px;
            line-height: 42px; } }
    @media (max-width: 600px) {
      .bdWorksTable .bd_table {
        margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .bdWorksTable {
      padding: 40px 0; } }

.advancedAnalytics {
  padding: 80px 0;
  text-align: center; }
  .advancedAnalytics .thumbBox {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 15px 0;
    text-align: left;
    background: #012a5e; }
    .advancedAnalytics .thumbBox figure {
      -webkit-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      .advancedAnalytics .thumbBox figure img {
        display: block;
        width: 100%; }
    .advancedAnalytics .thumbBox .movingDiv {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 30px;
      -webkit-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      .advancedAnalytics .thumbBox .movingDiv h5 {
        margin-bottom: 0;
        padding-bottom: 20px; }
      .advancedAnalytics .thumbBox .movingDiv .btnSimple {
        font-size: 15px;
        padding: 0 18px;
        background: #fff;
        line-height: 36px;
        color: #012a5e; }
        .advancedAnalytics .thumbBox .movingDiv .btnSimple:hover {
          color: #fff;
          background: #ef323a; }
        @media (max-width: 1024px) {
          .advancedAnalytics .thumbBox .movingDiv .btnSimple {
            opacity: 1; } }
      @media (max-width: 1024px) {
        .advancedAnalytics .thumbBox .movingDiv {
          padding: 15px;
          bottom: 0; }
          .advancedAnalytics .thumbBox .movingDiv h5 {
            padding-bottom: 20px; } }
    .advancedAnalytics .thumbBox:hover figure {
      opacity: 0.15; }
    .advancedAnalytics .thumbBox:hover .movingDiv {
      bottom: 0; }
      .advancedAnalytics .thumbBox:hover .movingDiv .btnSimple {
        opacity: 1; }
    @media (max-width: 991px) {
      .advancedAnalytics .thumbBox {
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .advancedAnalytics .thumbBox {
        display: inline-block;
        height: 300px;
        text-align: center; } }
    @media (max-width: 600px) {
      .advancedAnalytics .thumbBox {
        height: 300px; } }
    @media (max-width: 480px) {
      .advancedAnalytics .thumbBox {
        height: auto; } }
  @media (max-width: 600px) {
    .advancedAnalytics {
      padding: 40px 0; } }

.aICapabilities {
  padding: 80px 0; }
  .aICapabilities .thumbBox {
    padding: 10px;
    min-height: 300px; }
    .aICapabilities .thumbBox h3 {
      font-size: 24px;
      color: #012a5e; }
      .aICapabilities .thumbBox h3 img {
        vertical-align: middle; }
        @media (max-width: 1199px) {
          .aICapabilities .thumbBox h3 img {
            display: none; } }
        @media (max-width: 768px) {
          .aICapabilities .thumbBox h3 img {
            display: inline-block; } }
        @media (max-width: 480px) {
          .aICapabilities .thumbBox h3 img {
            display: none; } }
      @media (max-width: 480px) {
        .aICapabilities .thumbBox h3 {
          font-size: 18px; } }
    @media (max-width: 991px) {
      .aICapabilities .thumbBox {
        min-height: 220px; } }
    @media (max-width: 768px) {
      .aICapabilities .thumbBox {
        min-height: 0;
        padding: 0;
        margin: 30px 0; } }
  @media (max-width: 768px) {
    .aICapabilities {
      padding: 60px 0;
      text-align: center; } }
  @media (max-width: 600px) {
    .aICapabilities {
      padding: 40px 0; } }

.itegrateAI {
  background: url(../img/big_data/ai_bg2.jpg) right center no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .itegrateAI .whiteBox {
    background: #fff;
    padding: 50px 40px; }
  @media (max-width: 768px) {
    .itegrateAI {
      text-align: center; } }

.processEmbedAI {
  padding: 80px 0; }
  .processEmbedAI ul {
    text-align: center; }
    .processEmbedAI ul li {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      .processEmbedAI ul li figure {
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .processEmbedAI ul li figure img {
            width: 150px; } }
        @media (max-width: 480px) {
          .processEmbedAI ul li figure img {
            width: 140px; } }
      .processEmbedAI ul li h6 {
        margin-bottom: 10px; }
      @media (max-width: 768px) {
        .processEmbedAI ul li {
          display: block;
          width: auto;
          text-align: center;
          margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .processEmbedAI {
      padding: 40px 0; } }

.addingAIValue {
  background: #0594d1;
  padding: 80px 0;
  margin-bottom: 60px; }
  .addingAIValue .width35 p {
    margin-bottom: 0;
    padding-right: 40px; }
    @media (max-width: 991px) {
      .addingAIValue .width35 p {
        padding-right: 0; } }
  @media (max-width: 991px) {
    .addingAIValue .width35 {
      margin-bottom: 30px; } }
  .addingAIValue .boxedTable .table-cell {
    padding: 40px; }
    .addingAIValue .boxedTable .table-cell p {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .addingAIValue .boxedTable .table-cell {
        display: block;
        width: auto; } }
    @media (max-width: 600px) {
      .addingAIValue .boxedTable .table-cell {
        padding: 25px; } }
  @media (max-width: 991px) {
    .addingAIValue {
      padding: 40px 0; }
      .addingAIValue .table-cell {
        display: block;
        padding: 0;
        width: auto;
        text-align: center; } }
  @media (max-width: 600px) {
    .addingAIValue {
      padding: 40px 0; } }

.bringIntelligenceAI {
  background: url(../img/big_data/ai_bg3.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .bringIntelligenceAI .thumbBox {
    padding: 30px;
    margin: 10px 0;
    background: #fff;
    min-height: 260px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .bringIntelligenceAI .thumbBox h5 {
      font-family: "proxima_novaregular";
      font-size: 21px;
      margin-bottom: 10px;
      color: #012a5e; }
      .bringIntelligenceAI .thumbBox h5 img {
        vertical-align: middle; }
    .bringIntelligenceAI .thumbBox p {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .bringIntelligenceAI .thumbBox {
        min-height: 0; } }
  @media (max-width: 1199px) {
    .bringIntelligenceAI {
      background: #99b6c4;
      text-align: center; } }
  @media (max-width: 600px) {
    .bringIntelligenceAI {
      padding: 40px 0; } }

.getStartedAi {
  background: url(../img/big_data/ai_img2.jpg) right center no-repeat;
  background-size: auto 100%;
  padding: 150px 0 100px; }
  @media (max-width: 1199px) {
    .getStartedAi {
      padding: 80px 0; } }
  @media (max-width: 1024px) {
    .getStartedAi {
      background: none;
      text-align: center; } }
  @media (max-width: 600px) {
    .getStartedAi {
      padding: 40px 0; } }

.bdaToolSection {
  padding: 80px 0;
  background: #012a5e; }
  .bdaToolSection .leftBorderBox {
    position: relative;
    text-align: center;
    border-left: solid #021e41 1px; }
    .bdaToolSection .leftBorderBox:before {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: 1px;
      height: 100%;
      background: #083670; }
    @media (max-width: 991px) {
      .bdaToolSection .leftBorderBox {
        border: none;
        border-top: solid #021e41 1px; }
        .bdaToolSection .leftBorderBox:before {
          background: none; } }
  .bdaToolSection .btnSimple:hover {
    background: #fff;
    color: #012a5e; }
  @media (max-width: 991px) {
    .bdaToolSection {
      padding: 50px 0; }
      .bdaToolSection .common_h3 span {
        display: block; }
      .bdaToolSection .table .table-cell {
        display: block;
        width: auto;
        padding: 20px 0;
        text-align: center; }
        .bdaToolSection .table .table-cell h4 {
          margin-bottom: 0; } }
  .bdaToolSection.pePage {
    padding: 60px 40px;
    margin: 60px 10px 0;
    background: #f9fafe;
    border: solid #d1d1d1 1px; }
    .bdaToolSection.pePage .leftBorderBox {
      border-color: #e8ebef; }
      .bdaToolSection.pePage .leftBorderBox:before {
        background: none; }
    .bdaToolSection.pePage p {
      text-align: left;
      color: #012a5e; }
    .bdaToolSection.pePage .btnSimple:hover {
      background: #012a5e;
      color: #fff; }
    @media (max-width: 1199px) {
      .bdaToolSection.pePage {
        padding: 50px 30px; } }
    @media (max-width: 991px) {
      .bdaToolSection.pePage {
        padding: 40px; }
        .bdaToolSection.pePage p {
          text-align: center; } }
    @media (max-width: 480px) {
      .bdaToolSection.pePage {
        padding: 20px; }
        .bdaToolSection.pePage p {
          text-align: center; }
        .bdaToolSection.pePage .btnSimple {
          padding: 0;
          display: block;
          font-size: 13px; } }
    @media (max-width: 360px) {
      .bdaToolSection.pePage {
        padding: 15px; }
        .bdaToolSection.pePage .btnSimple {
          font-size: 11px; } }

.actionableBusinessInsights {
  text-align: center; }
  .actionableBusinessInsights .thumbBox {
    float: left;
    width: 33.333%;
    text-align: left;
    padding: 20px 80px;
    border-left: solid #ddd 1px; }
    .actionableBusinessInsights .thumbBox.noborder {
      border: none; }
    .actionableBusinessInsights .thumbBox img {
      width: 50px;
      float: left; }
    .actionableBusinessInsights .thumbBox h6 {
      float: left;
      line-height: 50px;
      padding-left: 15px;
      margin-bottom: 10px;
      width: calc(100% - 50px); }
    @media (max-width: 1366px) {
      .actionableBusinessInsights .thumbBox {
        padding: 20px 50px; } }
    @media (max-width: 991px) {
      .actionableBusinessInsights .thumbBox {
        margin: 0 auto;
        float: none;
        width: 70%;
        padding: 30px;
        border-left: none;
        text-align: center;
        border-top: solid #ddd 1px; }
        .actionableBusinessInsights .thumbBox img {
          width: auto;
          float: none; }
        .actionableBusinessInsights .thumbBox h6 {
          float: none;
          width: auto;
          padding-left: 0;
          line-height: 30px; } }
    @media (max-width: 480px) {
      .actionableBusinessInsights .thumbBox {
        width: auto;
        padding: 20px; } }

.businessAnalytics {
  background: url(../img/big_data/bg_ba.jpg) right center no-repeat #f1f0f0;
  background-size: auto 100%;
  padding: 80px 0; }
  .businessAnalytics .whiteBox {
    background: #fff;
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.05); }
    @media (max-width: 991px) {
      .businessAnalytics .whiteBox {
        padding: 40px;
        text-align: center; } }
    @media (max-width: 480px) {
      .businessAnalytics .whiteBox {
        padding: 20px; } }
  @media (max-width: 991px) {
    .businessAnalytics {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .businessAnalytics {
      padding: 30px 0; } }

.sentimentAnalysis {
  padding-top: 80px; }
  .sentimentAnalysis .blueBox {
    padding: 80px 0;
    background: #082447; }
    .sentimentAnalysis .blueBox .table .table-cell:first-child {
      padding: 0 40px;
      border-right: solid #1e4676 1px; }
    .sentimentAnalysis .blueBox .table .table-cell ul {
      padding: 0; }
      .sentimentAnalysis .blueBox .table .table-cell ul li {
        display: block;
        float: left;
        width: 50%;
        margin: 20px 0;
        padding-left: 40px; }
        .sentimentAnalysis .blueBox .table .table-cell ul li:after {
          display: block;
          content: '';
          clear: both; }
        .sentimentAnalysis .blueBox .table .table-cell ul li figure {
          float: left;
          width: 50px; }
        .sentimentAnalysis .blueBox .table .table-cell ul li h4 {
          font-family: "proxima_novaregular";
          font-size: 18px;
          color: #fff;
          float: left;
          line-height: 26px;
          padding-left: 20px;
          width: calc(100% - 50px); }
        @media (max-width: 1199px) {
          .sentimentAnalysis .blueBox .table .table-cell ul li {
            margin: 10px 0;
            padding-left: 15px; } }
        @media (max-width: 1024px) {
          .sentimentAnalysis .blueBox .table .table-cell ul li {
            padding: 0 25px; }
            .sentimentAnalysis .blueBox .table .table-cell ul li figure {
              float: none;
              margin: 0 auto 20px; }
            .sentimentAnalysis .blueBox .table .table-cell ul li h4 {
              float: none;
              width: auto;
              padding-left: 0; } }
        @media (max-width: 480px) {
          .sentimentAnalysis .blueBox .table .table-cell ul li {
            display: block;
            width: auto;
            float: none; }
            .sentimentAnalysis .blueBox .table .table-cell ul li figure {
              margin-bottom: 0; }
            .sentimentAnalysis .blueBox .table .table-cell ul li h4 {
              margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .sentimentAnalysis .blueBox .table .table-cell {
        width: 50%; } }
    @media (max-width: 1024px) {
      .sentimentAnalysis .blueBox .table .table-cell {
        display: block;
        width: auto;
        text-align: center; }
        .sentimentAnalysis .blueBox .table .table-cell:first-child {
          border-right: none;
          margin-bottom: 30px;
          padding-bottom: 30px;
          border-bottom: solid #1e4676 1px; } }
    @media (max-width: 480px) {
      .sentimentAnalysis .blueBox .table .table-cell:first-child {
        margin-bottom: 20px;
        padding: 0 20px 20px; } }
  @media (max-width: 480px) {
    .sentimentAnalysis {
      padding: 30px 0 0; } }

.predictiveAnalyBox {
  padding: 80px 0; }
  .predictiveAnalyBox .thumbBox {
    float: left;
    width: 33.333%;
    text-align: left;
    padding: 20px 80px;
    border-left: solid #ddd 1px; }
    .predictiveAnalyBox .thumbBox.noborder {
      border: none; }
    .predictiveAnalyBox .thumbBox h6 {
      margin-bottom: 10px; }
    @media (max-width: 1366px) {
      .predictiveAnalyBox .thumbBox {
        padding: 20px 50px; } }
    @media (max-width: 991px) {
      .predictiveAnalyBox .thumbBox {
        margin: 0 auto;
        float: none;
        width: 70%;
        padding: 30px;
        border-left: none;
        text-align: center;
        border-top: solid #ddd 1px; }
        .predictiveAnalyBox .thumbBox img {
          width: auto;
          float: none; }
        .predictiveAnalyBox .thumbBox h6 {
          float: none;
          width: auto;
          padding-left: 0;
          line-height: 30px; } }
    @media (max-width: 480px) {
      .predictiveAnalyBox .thumbBox {
        width: auto;
        padding: 20px; } }
  @media (max-width: 991px) {
    .predictiveAnalyBox .table .table-cell {
      display: block;
      width: auto;
      padding: 0 60px;
      text-align: center; }
      .predictiveAnalyBox .table .table-cell:first-child {
        padding: 0;
        border-right: none;
        margin-bottom: 30px; }
        .predictiveAnalyBox .table .table-cell:first-child img {
          width: 300px; } }
  @media (max-width: 480px) {
    .predictiveAnalyBox .table .table-cell {
      padding: 0 20px; }
      .predictiveAnalyBox .table .table-cell:first-child img {
        width: 85%; } }
  @media (max-width: 480px) {
    .predictiveAnalyBox {
      padding: 30px 0 0; } }

.socialIotBox {
  background: url(../img/big_data/social_iot_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .socialIotBox ul {
    padding: 0;
    text-align: center; }
    .socialIotBox ul li {
      display: inline-block;
      width: 48%;
      margin: 5px;
      padding: 30px;
      background: #fff;
      text-align: left;
      min-height: 240px;
      vertical-align: top;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .socialIotBox ul li img {
        float: left;
        width: 50px;
        margin-bottom: 20px;
        vertical-align: top; }
      .socialIotBox ul li h4 {
        font-family: "proxima_novaregular";
        font-size: 21px;
        float: left;
        margin: 0;
        color: #012a5e;
        padding: 13px 0 0 15px;
        width: calc(100% - 50px); }
      @media (max-width: 768px) {
        .socialIotBox ul li {
          margin: 0 auto 30px;
          display: block;
          width: 60%;
          min-height: 0; } }
      @media (max-width: 480px) {
        .socialIotBox ul li {
          width: auto;
          padding: 20px; } }
  @media (max-width: 1024px) {
    .socialIotBox .table .table-cell {
      display: block;
      width: auto;
      text-align: center; }
      .socialIotBox .table .table-cell:first-child {
        margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .socialIotBox {
      padding: 30px 0 0; } }

.webApp_whyChooseUs {
  padding: 180px 0 20px; }
  .webApp_whyChooseUs .weblisting {
    padding: 0; }
    .webApp_whyChooseUs .weblisting li .icon {
      background: url(../img/web_app/why_choose_icon.jpg) no-repeat; }
      .webApp_whyChooseUs .weblisting li .icon.icon2 {
        background-position: 0 -200px; }
      .webApp_whyChooseUs .weblisting li .icon.icon3 {
        background-position: 0 -400px; }
    .webApp_whyChooseUs .weblisting li h4 {
      font-family: "proxima_novaregular";
      line-height: 30px;
      text-transform: uppercase; }
  @media (max-width: 991px) {
    .webApp_whyChooseUs {
      padding: 60px 0 0; } }
  @media (max-width: 480px) {
    .webApp_whyChooseUs {
      padding: 40px 0 0; } }

.bgWhiteBoxWidget {
  background: url(../img/web_app/wa_img3.jpg) no-repeat #e5e6eb;
  background-size: auto 100%;
  padding: 70px 0; }
  .bgWhiteBoxWidget .whiteBox {
    background: #fff;
    padding: 60px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10); }
    .bgWhiteBoxWidget .whiteBox p {
      font-size: 18px;
      line-height: 28px; }
      @media (max-width: 600px) {
        .bgWhiteBoxWidget .whiteBox p {
          font-size: 14px;
          line-height: 24px; } }
    .bgWhiteBoxWidget .whiteBox ul {
      padding: 20px 0 0 20px; }
      .bgWhiteBoxWidget .whiteBox ul li {
        display: list-item;
        font-size: 16px;
        color: #444;
        line-height: 28px;
        margin-bottom: 20px;
        list-style: outside; }
        .bgWhiteBoxWidget .whiteBox ul li:last-child {
          margin-bottom: 0; }
        @media (max-width: 600px) {
          .bgWhiteBoxWidget .whiteBox ul li {
            font-size: 13px; } }
    @media (max-width: 600px) {
      .bgWhiteBoxWidget .whiteBox {
        padding: 30px; } }

.breadcrumbNav {
  background: #012a5e;
  padding: 82px 0 0; }
  .breadcrumbNav ul {
    padding: 15px 0; }
    .breadcrumbNav ul li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      color: #fff;
      line-height: 36px;
      margin-right: 15px;
      padding-right: 20px; }
      .breadcrumbNav ul li a {
        display: block;
        color: #fff; }
        .breadcrumbNav ul li a:hover {
          text-decoration: underline; }
      .breadcrumbNav ul li:after {
        font-family: 'FontAwesome';
        content: '\f105';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        color: #fff; }
      .breadcrumbNav ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .breadcrumbNav ul li:last-child:after {
          display: none; }
      @media (max-width: 1500px) {
        .breadcrumbNav ul li {
          margin-right: 5px;
          padding-right: 24px; }
          .breadcrumbNav ul li:after {
            right: 4px; } }
      @media (max-width: 1199px) {
        .breadcrumbNav ul li {
          font-size: 13px; } }
  @media (max-width: 991px) {
    .breadcrumbNav.AppCost ul li:first-child {
      display: none; } }
  @media (max-width: 800px) {
    .breadcrumbNav.AppCost {
      background: none; }
      .breadcrumbNav.AppCost ul {
        display: none; } }

.webAppCostBox {
  padding: 80px 0; }
  .webAppCostBox .iconBox {
    margin: 0; }
    .webAppCostBox .iconBox .table-cell {
      width: 25%; }
      .webAppCostBox .iconBox .table-cell:last-child {
        width: 75%; }
      @media (max-width: 600px) {
        .webAppCostBox .iconBox .table-cell:first-child {
          display: none; } }
    .webAppCostBox .iconBox figure {
      text-align: center;
      border-right: solid #e3e3e3 1px; }
    .webAppCostBox .iconBox p {
      padding-left: 40px; }
      @media (max-width: 600px) {
        .webAppCostBox .iconBox p {
          padding-left: 0; } }
  @media (max-width: 768px) {
    .webAppCostBox {
      padding: 40px 0 0; } }

.webAppFeatures {
  display: block;
  float: left;
  width: calc(100% - 500px); }
  .webAppFeatures .common_h3 {
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .webAppFeatures .common_h3 {
        margin-bottom: 20px; } }
  .webAppFeatures .featuresList {
    padding: 0;
    margin-top: 40px; }
    .webAppFeatures .featuresList li {
      position: relative;
      display: block;
      float: left;
      width: 25%;
      cursor: pointer;
      padding: 15px 0;
      text-align: center;
      margin-bottom: 25px;
      border: solid rgba(0, 0, 0, 0) 1px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .webAppFeatures .featuresList li:before {
        content: '';
        position: absolute;
        top: 30px;
        right: -2px;
        height: 90px;
        border-right: solid #e4e4e4 1px; }
      .webAppFeatures .featuresList li:nth-child(4n):before {
        border-right: none; }
      .webAppFeatures .featuresList li input[type="checkbox"] {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden; }
      .webAppFeatures .featuresList li figure {
        position: relative;
        z-index: 1;
        -webkit-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
        .webAppFeatures .featuresList li figure p {
          font-size: 14px;
          color: #383838;
          font-weight: 400;
          text-align: center; }
        .webAppFeatures .featuresList li figure span {
          display: block;
          margin: 0 auto;
          width: 80px;
          height: 80px;
          background-image: url(../img/get_estimate/sprit_web_app.png);
          background-repeat: no-repeat;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition:  all 200ms ease;
          -o-transition:  all 200ms ease;
          transition:  all 200ms ease; }
          .webAppFeatures .featuresList li figure span.icon1 {
            background-position: 0 0; }
          .webAppFeatures .featuresList li figure span.icon2 {
            background-position: -80px 0; }
          .webAppFeatures .featuresList li figure span.icon3 {
            background-position: -160px 0; }
          .webAppFeatures .featuresList li figure span.icon4 {
            background-position: -240px 0; }
          .webAppFeatures .featuresList li figure span.icon5 {
            background-position: -320px 0; }
          .webAppFeatures .featuresList li figure span.icon6 {
            background-position: 0 -80px; }
          .webAppFeatures .featuresList li figure span.icon7 {
            background-position: -80px -80px; }
          .webAppFeatures .featuresList li figure span.icon8 {
            background-position: -160px -80px; }
          .webAppFeatures .featuresList li figure span.icon9 {
            background-position: -240px -80px; }
          .webAppFeatures .featuresList li figure span.icon10 {
            background-position: -320px -80px; }
          .webAppFeatures .featuresList li figure span.icon11 {
            background-position: 0 -160px; }
          .webAppFeatures .featuresList li figure span.icon12 {
            background-position: -80px -160px; }
          .webAppFeatures .featuresList li figure span.icon13 {
            background-position: -160px -160px; }
          .webAppFeatures .featuresList li figure span.icon14 {
            background-position: -240px -160px; }
          .webAppFeatures .featuresList li figure span.icon15 {
            background-position: -320px -160px; }
          .webAppFeatures .featuresList li figure span.icon16 {
            background-position: 0 -240px; }
          .webAppFeatures .featuresList li figure span.icon17 {
            background-position: -80px -240px; }
          .webAppFeatures .featuresList li figure span.icon18 {
            background-position: -160px -240px; }
          .webAppFeatures .featuresList li figure span.icon19 {
            background-position: -240px -240px; }
          .webAppFeatures .featuresList li figure span.icon20 {
            background-position: -320px -240px; }
          .webAppFeatures .featuresList li figure span.icon21 {
            background-position: 0 -320px; }
          .webAppFeatures .featuresList li figure span.icon22 {
            background-position: -80px -320px; }
          .webAppFeatures .featuresList li figure span.icon23 {
            background-position: -160px -320px; }
          .webAppFeatures .featuresList li figure span.icon24 {
            background-position: -240px -320px; }
          .webAppFeatures .featuresList li figure span.icon25 {
            background-position: -320px -320px; }
          .webAppFeatures .featuresList li figure span.icon26 {
            background-position: 0 -400px; }
          .webAppFeatures .featuresList li figure span.icon27 {
            background-position: -80px -400px; }
          .webAppFeatures .featuresList li figure span.icon28 {
            background-position: -160px -400px; }
      .webAppFeatures .featuresList li:hover {
        background: #fff;
        border: solid #e4e4e4 1px; }
        .webAppFeatures .featuresList li:hover:before {
          opacity: 0; }
      .webAppFeatures .featuresList li.active {
        background: url(../img/get_estimate/selected_check.png) right 15px no-repeat #fff;
        border: solid #e4e4e4 1px; }
        .webAppFeatures .featuresList li.active:before {
          opacity: 0; }
      @media (min-width: 1601px) {
        .webAppFeatures .featuresList li {
          width: 20%; } }
      @media (max-width: 1199px) {
        .webAppFeatures .featuresList li {
          width: 33.33334%; }
          .webAppFeatures .featuresList li:nth-child(3n):before {
            border-right: none; }
          .webAppFeatures .featuresList li:nth-child(4n):before {
            border-right: solid #e4e4e4 1px; } }
    .webAppFeatures .featuresList.restaurantPage li figure span {
      background-image: url(../img/restaurant/sprit_restaurant.png); }
    @media (max-width: 1366px) {
      .webAppFeatures .featuresList.restaurantPage li {
        min-height: 180px; } }
    @media (max-width: 1199px) {
      .webAppFeatures .featuresList.restaurantPage li {
        min-height: 0; } }

.sidebar {
  position: relative;
  float: right;
  width: 440px;
  padding: 25px;
  background: #f0f1f3; }
  .sidebar .box {
    z-index: 11;
    background: #fff;
    overflow: hidden;
    border: solid #e4e4e4 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10); }
    .sidebar .box h3 {
      font-family: "proxima_novaregular";
      font-size: 22px;
      margin: 0;
      color: #012a5e;
      padding: 30px 30px 5px; }
    .sidebar .box h4 {
      font-size: 24px;
      color: #fff;
      line-height: 40px;
      margin-bottom: 15px; }
    .sidebar .box p {
      font-size: 14px;
      color: #fff;
      line-height: 24px;
      margin-bottom: 30px; }
    .sidebar .box .selectedFeaturedList {
      padding: 0;
      overflow: auto;
      max-height: 350px; }
      .sidebar .box .selectedFeaturedList.mCustomScrollbar .mCSB_inside {
        padding: 20px 35px; }
        @media (max-width: 1366px) {
          .sidebar .box .selectedFeaturedList.mCustomScrollbar .mCSB_inside {
            padding: 20px; } }
      .sidebar .box .selectedFeaturedList ul {
        padding: 0;
        margin: 0; }
      .sidebar .box .selectedFeaturedList li {
        display: block;
        font-size: 16px;
        color: #999;
        padding: 0 15px;
        line-height: 40px;
        background: #f5f4f4;
        margin-bottom: 15px;
        border: solid #e4e4e4 1px; }
        .sidebar .box .selectedFeaturedList li span {
          display: inline-block; }
          .sidebar .box .selectedFeaturedList li span.featurePrice {
            float: right; }
        @media (max-width: 1366px) {
          .sidebar .box .selectedFeaturedList li {
            font-size: 14px; } }
    .sidebar .box .totalAmount {
      background: #232323;
      font-size: 18px;
      color: #fff;
      padding: 20px 35px; }
      .sidebar .box .totalAmount span {
        display: inline-block;
        font-weight: 400; }
        .sidebar .box .totalAmount span.price {
          float: right; }
      @media (max-width: 1366px) {
        .sidebar .box .totalAmount {
          padding: 10px 20px;
          font-size: 14px; } }
  .sidebar .letsBuildWebApp {
    padding: 0; }
    .sidebar .letsBuildWebApp p {
      color: #444;
      padding: 20px 30px 0; }
    .sidebar .letsBuildWebApp .formbox {
      padding: 0 30px 30px; }
      @media (max-width: 480px) {
        .sidebar .letsBuildWebApp .formbox {
          padding: 0 15px 30px; } }

.cartIcon {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #012a5e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .cartIcon .sf_count {
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #ef323a;
    border-radius: 50%; }
  @media (max-width: 991px) {
    .cartIcon {
      display: block; } }

.fixedFooter {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ef323a; }
  .fixedFooter a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-left: solid #b1b1b1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fixedFooter a i {
      margin-right: 8px; }
    .fixedFooter a:first-child {
      border-left: none; }
    .fixedFooter a:hover {
      background: #000; }
    @media (max-width: 480px) {
      .fixedFooter a {
        text-align: left;
        padding-left: 20px; } }
  .fixedFooter .sf_count {
    position: absolute;
    top: -10px;
    right: 10px;
    background: #1cb6a2;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

.letsBuildWebApp .formbox {
  padding: 0; }
  .letsBuildWebApp .formbox fieldset {
    position: relative;
    margin: 0 0 30px; }
    .letsBuildWebApp .formbox fieldset .form-control {
      padding: 12px;
      font-size: 16px;
      color: #000;
      height: auto;
      background: #f5f4f4;
      border: solid #e4e4e4 1px; }
      .letsBuildWebApp .formbox fieldset .form-control.check {
        width: 14px;
        height: 14px;
        vertical-align: sub; }
      .letsBuildWebApp .formbox fieldset .form-control:focus {
        border-color: #999; }
    .letsBuildWebApp .formbox fieldset textarea.form-control {
      height: 80px;
      resize: none; }
    .letsBuildWebApp .formbox fieldset label.error {
      position: absolute;
      top: 100%;
      left: 0;
      color: red; }
    .letsBuildWebApp .formbox fieldset .checkbox {
      padding-left: 20px;
      cursor: pointer; }
      .letsBuildWebApp .formbox fieldset .checkbox input {
        margin-right: 15px; }
    .letsBuildWebApp .formbox fieldset .uploadFile {
      background: #f5f4f4;
      position: absolute;
      bottom: 1px;
      left: 1px;
      right: 16px;
      padding: 5px 5px 5px 10px;
      display: flex;
      justify-content: flex-end; }
      .letsBuildWebApp .formbox fieldset .uploadFile .attachmentLabel {
        color: #999; }
      .letsBuildWebApp .formbox fieldset .uploadFile .fa {
        padding: 0px 0 0 10px;
        font-size: 20px;
        color: #999; }
      .letsBuildWebApp .formbox fieldset .uploadFile .uploader-input-file {
        position: absolute;
        width: 90px;
        right: 16px;
        opacity: 0;
        cursor: pointer; }
      .letsBuildWebApp .formbox fieldset .uploadFile input[type=file]::-webkit-file-upload-button {
        cursor: pointer; }

.showSidebar {
  padding: 0; }
  .showSidebar .webAppFeatures {
    width: calc(100% - 320px); }
  .showSidebar .sidebar {
    position: relative;
    right: 0; }

.showBd {
  display: none; }

.closeBtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px; }

@media (min-width: 480px) {
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }
  .appeared {
    opacity: 1; }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; } }

@media (max-width: 1199px) {
  .webAppFeatures {
    width: calc(100% - 400px); }
  .sidebar {
    width: 380px; }
  .webAppFeatures .featuresList li {
    width: 33.3334%; } }

@media (max-width: 992px) {
  .fixedFooter {
    display: block; }
  .sidebar {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    z-index: 1000;
    margin: 0;
    background: #fff;
    overflow: auto;
    padding: 50px 40px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
  .closeBtn {
    display: block; }
  .sidebar.show {
    opacity: 1;
    visibility: visible; }
  .box {
    width: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .webAppFeatures {
    width: 100%; }
  .webAppFeatures .featuresList li {
    width: 25%; }
  .handleSidebar,
  .showBd {
    display: inline-block; } }

@media (max-width: 768px) {
  .sidebar {
    left: 0;
    top: 0; }
  .webAppFeatures .featuresList li {
    width: 33.33333%; }
  .main_container.showSidebar .webAppFeatures .featuresList li {
    width: 100%; } }

@media (max-width: 600px) {
  .webAppFeatures .featuresList li {
    width: 50%; }
    .webAppFeatures .featuresList li:nth-child(3n):before {
      border-right: solid #e4e4e4 1px; }
    .webAppFeatures .featuresList li:nth-child(2n):before {
      border-right: none; } }

@media (max-width: 600px) {
  .showSidebar .sidebar {
    right: 0;
    position: fixed; }
  .main_container {
    padding: 20px 20px 60px; }
  .main_container.showSidebar .webAppFeatures {
    width: 100%; }
  .webAppFeatures h1 {
    font-size: 24px;
    font-weight: 500; }
  .webAppFeatures p {
    font-size: 14px; } }

@media (max-width: 480px) {
  .sidebar {
    padding: 50px 25px; }
  .fixedFooter a {
    font-size: 14px; }
  .webAppFeatures .featuresList {
    margin-top: 10px; }
  .webAppFeatures .featuresList li {
    margin-bottom: 20px; }
  .webAppFeatures .featuresList li figure {
    transform: scale(0.8);
    margin-bottom: 0; }
  .webAppFeatures .featuresList li.active figure {
    transform: scale(0.85); }
  .webAppFeatures .featuresList li p {
    margin-bottom: 0; } }

@media (max-width: 400px) {
  .webAppFeatures {
    text-align: center; }
    .webAppFeatures .featuresList li {
      width: 100%; }
      .webAppFeatures .featuresList li:before {
        border-right: none; }
      .webAppFeatures .featuresList li:nth-child(3n):before {
        border-right: none; }
  .webAppFeatures .featuresList li figure {
    transform: scale(0.7);
    margin-bottom: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top; }
  .webAppFeatures .featuresList li.active figure {
    transform: scale(0.72); }
  .autoHide {
    display: none; } }

@media (max-width: 320px) {
  .webAppFeatures .featuresList li {
    margin-bottom: 30px; }
  .webAppFeatures .featuresList li figure {
    transform: scale(0.6);
    margin-bottom: 0; }
  .webAppFeatures .featuresList li.active figure {
    transform: scale(0.65); } }

@media (max-width: 320px) {
  .webAppFeatures .featuresList li {
    width: 100%;
    margin-bottom: 30px; }
  .webAppFeatures .featuresList li figure {
    transform: scale(0.85);
    margin-bottom: 0; }
  .webAppFeatures .featuresList li.active figure {
    transform: scale(0.9); }
  .fixedFooter a {
    font-size: 12px; } }

.cmsCostBox {
  padding: 60px 0; }
  .cmsCostBox .businessSize {
    padding: 0; }
    .cmsCostBox .businessSize .techEffect {
      padding: 140px 0;
      text-align: center; }
      .cmsCostBox .businessSize .techEffect h3 {
        display: block;
        color: #fff;
        margin: 0;
        vertical-align: top; }
        .cmsCostBox .businessSize .techEffect h3 span {
          display: block;
          font-size: 70%; }
      .cmsCostBox .businessSize .techEffect .starBox {
        display: none;
        min-height: 20px;
        margin-bottom: 30px; }
        .cmsCostBox .businessSize .techEffect .starBox i {
          color: #fac917; }
        @media (max-width: 600px) {
          .cmsCostBox .businessSize .techEffect .starBox {
            margin-bottom: 10px; } }
      .cmsCostBox .businessSize .techEffect img {
        display: inline-block;
        vertical-align: top; }
      .cmsCostBox .businessSize .techEffect.small {
        background: url(../img/get_estimate/small_bg.jpg) center center no-repeat;
        background-size: cover; }
      .cmsCostBox .businessSize .techEffect.medium {
        background: url(../img/get_estimate/medium_bg.jpg) center center no-repeat;
        background-size: cover; }
      .cmsCostBox .businessSize .techEffect.enterprise {
        background: url(../img/get_estimate/enterprise_bg.jpg) center center no-repeat;
        background-size: cover; }
      @media (max-width: 991px) {
        .cmsCostBox .businessSize .techEffect {
          padding: 80px 0; } }
      @media (max-width: 768px) {
        .cmsCostBox .businessSize .techEffect {
          padding: 60px 0;
          margin-bottom: 30px; } }
      @media (max-width: 600px) {
        .cmsCostBox .businessSize .techEffect {
          padding: 40px 0;
          margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .cmsCostBox {
      padding: 50px 0; } }

.widgetBox {
  text-align: center; }
  .widgetBox li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: top; }
    .widgetBox li .borderBox {
      display: block;
      margin: 0 auto;
      width: 240px;
      height: 240px;
      margin-bottom: 30px;
      border: solid #d9d9d9 1px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: 300ms ease-out;
      -o-transition: 300ms ease-out;
      transition: 300ms ease-out; }
      .widgetBox li .borderBox i {
        display: block;
        width: 100px;
        height: 100px;
        margin: 40px auto; }
        .widgetBox li .borderBox i.ty_cms {
          background: url(../img/get_estimate/cms.jpg) center no-repeat; }
        .widgetBox li .borderBox i.ty_ecm {
          background: url(../img/get_estimate/ecm.jpg) center no-repeat; }
      .widgetBox li .borderBox h3 {
        font-size: 21px;
        color: #012a5e;
        text-transform: uppercase; }
    .widgetBox li:hover .borderBox {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
    .widgetBox li.disabled {
      opacity: 0.35; }
  .widgetBox.typeofCMS li {
    max-width: 40%;
    padding: 0 60px; }
    @media (max-width: 991px) {
      .widgetBox.typeofCMS li {
        max-width: 47%;
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .widgetBox.typeofCMS li {
        max-width: 100%;
        padding: 0;
        margin: 0 0 30px; } }
  .widgetBox.cmsSolution .borderBox {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    margin-bottom: 30px;
    border: solid #d9d9d9 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .widgetBox.cmsSolution .borderBox i {
      display: block;
      width: 100px;
      height: 100px;
      margin: 40px auto;
      background: url(../img/get_estimate/app_icon.png) 0 top no-repeat; }
      .widgetBox.cmsSolution .borderBox i.wordpress {
        background-position: -400px -200px; }
      .widgetBox.cmsSolution .borderBox i.drupal {
        background-position: -500px -200px; }
      .widgetBox.cmsSolution .borderBox i.magento {
        background-position: -600px -200px; }
      .widgetBox.cmsSolution .borderBox i.kentico {
        background-position: -700px -200px; }
      .widgetBox.cmsSolution .borderBox i.epiServer {
        background-position: -400px -300px; }
      .widgetBox.cmsSolution .borderBox i.ibmweb {
        background-position: -500px -300px; }
      .widgetBox.cmsSolution .borderBox i.aem {
        background-position: -600px -300px; }
      .widgetBox.cmsSolution .borderBox i.sitecore {
        background-position: -400px -1100px; }
      .widgetBox.cmsSolution .borderBox i.shopify {
        background-position: -500px -1100px; }
      .widgetBox.cmsSolution .borderBox i.sitefinity {
        background-position: -600px -1100px; }
      .widgetBox.cmsSolution .borderBox i.hubspot {
        background-position: -700px -1100px; }
      .widgetBox.cmsSolution .borderBox i.sitecore {
        background-position: -400px -1100px; }
      .widgetBox.cmsSolution .borderBox i.umbraco {
        background-position: -400px -1200px; }
      .widgetBox.cmsSolution .borderBox i.joomla {
        background-position: -500px -1200px; }
      @media (max-width: 480px) {
        .widgetBox.cmsSolution .borderBox i {
          margin: 20px auto; } }
    .widgetBox.cmsSolution .borderBox h4 {
      font-size: 18px;
      color: #012a5e; }
    @media (max-width: 480px) {
      .widgetBox.cmsSolution .borderBox {
        height: auto; } }

.cmsFeatureList {
  padding: 0;
  width: auto; }
  .cmsFeatureList .featuresList {
    padding: 0;
    margin: 40px -15px 0; }
    .cmsFeatureList .featuresList li {
      position: relative;
      display: block;
      float: left;
      width: 20%;
      cursor: pointer;
      padding: 0 15px;
      text-align: center;
      margin-bottom: 25px;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .cmsFeatureList .featuresList li figure {
        position: relative;
        z-index: 1;
        padding: 15px 0;
        border: solid #d9d9d9 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .cmsFeatureList .featuresList li figure i {
          display: block;
          margin: 0 auto;
          width: 120px;
          height: 120px;
          background-image: url(../img/get_estimate/cms_icons.png);
          background-repeat: no-repeat;
          box-sizing: border-box;
          -webkit-transition:  all 200ms ease;
          -o-transition:  all 200ms ease;
          transition:  all 200ms ease; }
          .cmsFeatureList .featuresList li figure i.icon1 {
            background-position: 0 0; }
          .cmsFeatureList .featuresList li figure i.icon2 {
            background-position: -120px 0; }
          .cmsFeatureList .featuresList li figure i.icon3 {
            background-position: -240px 0; }
          .cmsFeatureList .featuresList li figure i.icon4 {
            background-position: -360px 0; }
          .cmsFeatureList .featuresList li figure i.icon5 {
            background-position: -480px 0; }
          .cmsFeatureList .featuresList li figure i.icon6 {
            background-position: 0 -120px; }
          .cmsFeatureList .featuresList li figure i.icon7 {
            background-position: -120px -120px; }
          .cmsFeatureList .featuresList li figure i.icon8 {
            background-position: -240px -120px; }
          .cmsFeatureList .featuresList li figure i.icon9 {
            background-position: -360px -120px; }
          .cmsFeatureList .featuresList li figure i.icon10 {
            background-position: -480px -120px; }
          .cmsFeatureList .featuresList li figure i.icon11 {
            background-position: 0 -240px; }
          .cmsFeatureList .featuresList li figure i.icon12 {
            background-position: -120px -240px; }
          .cmsFeatureList .featuresList li figure i.icon13 {
            background-position: -240px -240px; }
          .cmsFeatureList .featuresList li figure i.icon14 {
            background-position: -360px -240px; }
          .cmsFeatureList .featuresList li figure i.icon15 {
            background-position: -480px -240px; }
          .cmsFeatureList .featuresList li figure i.icon16 {
            background-position: 0 -360px; }
          .cmsFeatureList .featuresList li figure i.icon17 {
            background-position: -120px -360px; }
          .cmsFeatureList .featuresList li figure i.icon18 {
            background-position: -240px -360px; }
      .cmsFeatureList .featuresList li p {
        font-family: "proxima_nova_rgbold";
        font-size: 16px;
        text-align: center;
        color: #012a5e; }
        @media (max-width: 1199px) {
          .cmsFeatureList .featuresList li p {
            font-size: 14px; } }
      .cmsFeatureList .featuresList li.disabled {
        cursor: auto;
        background: none; }
        .cmsFeatureList .featuresList li.disabled figure {
          opacity: 0.30; }
      .cmsFeatureList .featuresList li.active figure {
        background-image: url(../img/check.png);
        background-repeat: no-repeat;
        background-position: right top; }
      @media (max-width: 1024px) {
        .cmsFeatureList .featuresList li {
          width: 25%; } }
      @media (max-width: 768px) {
        .cmsFeatureList .featuresList li {
          width: 33.3333%; } }
      @media (max-width: 600px) {
        .cmsFeatureList .featuresList li {
          width: 50%; } }
      @media (max-width: 480px) {
        .cmsFeatureList .featuresList li {
          width: 80%;
          float: none;
          margin: 0 auto 30px; } }

.headingRow {
  padding: 0; }
  .headingRow .table-cell {
    width: 80%;
    vertical-align: middle; }
    .headingRow .table-cell:last-child {
      width: 20%; }
    @media (max-width: 991px) {
      .headingRow .table-cell {
        width: 60%; }
        .headingRow .table-cell:last-child {
          width: 40%; } }
    @media (max-width: 600px) {
      .headingRow .table-cell {
        display: block;
        width: 100%;
        text-align: center; }
        .headingRow .table-cell:last-child {
          width: 100%; } }

.continueForm {
  text-align: right; }
  @media (max-width: 1199px) {
    .continueForm {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .continueForm {
      margin: 30px 0 0;
      text-align: center; } }

.letsBuildApp {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: url(../img/get_estimate/cms_estimate_bg.jpg) center no-repeat;
  background-size: cover; }
  .letsBuildApp h2 {
    margin: 50px 0 20px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .letsBuildApp h2 {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .letsBuildApp h2 {
        font-size: 36px; } }
  .letsBuildApp p {
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: solid #fff 3px; }
  .letsBuildApp .logoBox {
    text-align: right;
    margin-top: -50px;
    margin-right: -150px; }
    @media (max-width: 991px) {
      .letsBuildApp .logoBox {
        display: none; } }
  @media (max-width: 768px) {
    .letsBuildApp {
      padding: 60px 0; } }

.priceFormBox {
  position: relative;
  z-index: 2;
  padding: 80px 0; }
  .priceFormBox h2 {
    font-size: 48px;
    color: #101010;
    margin: 0 0 20px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .priceFormBox h2 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .priceFormBox h2 {
        font-size: 36px; } }
    @media (max-width: 600px) {
      .priceFormBox h2 {
        font-size: 28px; } }
  .priceFormBox h3 {
    font-family: "proxima_novalight";
    font-size: 30px;
    color: #101010;
    margin: 0 0 20px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .priceFormBox h3 {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .priceFormBox h3 {
        font-size: 21px; } }
  .priceFormBox p {
    font-size: 19px;
    color: #101010;
    margin: 0; }
    @media (max-width: 768px) {
      .priceFormBox p {
        font-size: 16px; } }
    @media (max-width: 600px) {
      .priceFormBox p {
        font-size: 14px; } }
  .priceFormBox .priceReview {
    font-size: 16px;
    border-top: 1px solid #878787;
    padding: 20px 0; }
    .priceFormBox .priceReview a {
      color: #ef323a; }
  .priceFormBox .formBox {
    padding: 30px;
    margin-top: -350px;
    margin-left: 100px;
    background: #f0f1f3;
    border: solid #efeeee 1px; }
    .priceFormBox .formBox .form {
      padding: 45px;
      background: #fff;
      border: solid #dfdfe0 1px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); }
      .priceFormBox .formBox .form fieldset {
        position: relative;
        margin: 0 0 30px; }
        .priceFormBox .formBox .form fieldset .form-control {
          width: 100%;
          outline: none;
          padding: 12px;
          font-size: 16px;
          color: #000;
          height: auto;
          background: #f5f4f4;
          border: solid #e4e4e4 1px; }
          .priceFormBox .formBox .form fieldset .form-control:focus {
            border-color: #999; }
        .priceFormBox .formBox .form fieldset textarea.form-control {
          resize: none;
          height: 110px;
          padding-bottom: 30px; }
        .priceFormBox .formBox .form fieldset label.error {
          position: absolute;
          top: 100%;
          left: 0;
          font-size: 13px;
          color: red; }
        .priceFormBox .formBox .form fieldset .checkbox {
          cursor: pointer;
          padding-left: 20px; }
          .priceFormBox .formBox .form fieldset .checkbox input {
            margin-right: 15px; }
        .priceFormBox .formBox .form fieldset .uploadFile {
          background: #f5f4f4;
          position: absolute;
          bottom: 1px;
          left: 1px;
          right: 16px;
          padding: 5px 5px 5px 10px;
          display: flex;
          justify-content: flex-end; }
          .priceFormBox .formBox .form fieldset .uploadFile .attachmentLabel {
            color: #999; }
          .priceFormBox .formBox .form fieldset .uploadFile .fa {
            padding: 0px 0 0 10px;
            font-size: 20px;
            color: #999; }
          .priceFormBox .formBox .form fieldset .uploadFile .uploader-input-file {
            position: absolute;
            width: 90px;
            right: 16px;
            opacity: 0;
            cursor: pointer; }
          .priceFormBox .formBox .form fieldset .uploadFile input[type=file]::-webkit-file-upload-button {
            cursor: pointer; }
      @media (max-width: 480px) {
        .priceFormBox .formBox .form {
          padding: 15px; } }
    @media (max-width: 1366px) {
      .priceFormBox .formBox {
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .priceFormBox .formBox {
        margin: 50px 0 0; } }
    @media (max-width: 480px) {
      .priceFormBox .formBox {
        padding: 0; } }

.filterBox {
  margin-top: 82px;
  background: #012a5e; }
  .filterBox .portfolioType {
    display: inline-block;
    padding: 29px 0; }
    .filterBox .portfolioType li {
      display: inline-block;
      font-family: "proxima_novaregular";
      font-size: 16px;
      color: #fff;
      min-height: 40px;
      margin-left: 20px;
      line-height: 40px;
      vertical-align: top; }
      .filterBox .portfolioType li:first-child {
        margin-left: 0;
        padding-left: 30px;
        background: url(../img/filter.svg) left center no-repeat;
        background-size: 20px; }
        @media (max-width: 600px) {
          .filterBox .portfolioType li:first-child {
            background-size: 16px;
            padding-left: 24px; }
            .filterBox .portfolioType li:first-child span {
              display: none; } }
      .filterBox .portfolioType li a {
        position: relative;
        display: block;
        color: #fff;
        padding: 0;
        border-bottom: solid transparent 2px; }
        .filterBox .portfolioType li a.btnSimple {
          font-family: "proxima_novaregular";
          font-size: 14px;
          padding: 0 15px;
          margin-top: 7px;
          line-height: 30px;
          border-bottom: none; }
          @media (max-width: 600px) {
            .filterBox .portfolioType li a.btnSimple {
              font-size: 12px;
              margin-top: 0; } }
      .filterBox .portfolioType li:hover a, .filterBox .portfolioType li.current a {
        border-bottom-color: #ef323a; }
      @media (max-width: 1199px) {
        .filterBox .portfolioType li {
          font-size: 16px;
          margin-left: 10px; } }
      @media (max-width: 600px) {
        .filterBox .portfolioType li {
          font-size: 12px;
          margin-left: 5px;
          min-height: 30px;
          line-height: 30px; } }
    @media (max-width: 991px) {
      .filterBox .portfolioType {
        padding: 20px 0; } }
    @media (max-width: 768px) {
      .filterBox .portfolioType {
        display: block; } }
    @media (max-width: 600px) {
      .filterBox .portfolioType {
        padding: 0;
        margin-top: 10px; } }
  .filterBox .catFilter {
    padding: 0;
    text-align: right; }
    .filterBox .catFilter li {
      display: inline-block;
      font-size: 17px;
      vertical-align: top; }
      .filterBox .catFilter li a {
        position: relative;
        display: block;
        color: #fff;
        line-height: 100px;
        padding: 0 40px 0 20px; }
        .filterBox .catFilter li a i {
          position: absolute;
          top: 42%;
          right: 15px; }
        .filterBox .catFilter li a.btnSimple {
          font-family: "proxima_novaregular";
          font-size: 14px;
          margin: 32px 0;
          padding: 0 30px;
          line-height: 36px; }
          @media (max-width: 991px) {
            .filterBox .catFilter li a.btnSimple {
              margin: 12px 0; } }
      .filterBox .catFilter li.buttonList {
        margin-left: 10px; }
        @media (max-width: 768px) {
          .filterBox .catFilter li.buttonList {
            display: none; } }
      .filterBox .catFilter li.blue a {
        color: #fff;
        background: #012a5e; }
        .filterBox .catFilter li.blue a:hover {
          background: #ef323a; }
      .filterBox .catFilter li:hover a:after {
        background: #ef323a; }
      .filterBox .catFilter li.active {
        background: #fff; }
        .filterBox .catFilter li.active a {
          color: #012a5e; }
      @media (max-width: 991px) {
        .filterBox .catFilter li {
          font-size: 14px; }
          .filterBox .catFilter li a {
            line-height: 60px; }
            .filterBox .catFilter li a i {
              top: 38%; } }
      @media (max-width: 768px) {
        .filterBox .catFilter li a {
          color: #333; } }
      @media (max-width: 480px) {
        .filterBox .catFilter li {
          width: 49%;
          font-size: 12px;
          text-align: left; }
          .filterBox .catFilter li a {
            line-height: 46px;
            padding: 0 25px 0 15px; }
            .filterBox .catFilter li a i {
              right: 10px; }
            .filterBox .catFilter li a span {
              display: block;
              width: 100%;
              overflow: hidden;
              white-space: nowrap; } }
    @media (max-width: 991px) {
      .filterBox .catFilter {
        text-align: left; }
        .filterBox .catFilter.allFilter {
          text-align: right; }
          .filterBox .catFilter.allFilter li a.btnSimple {
            margin: 23px 0; } }
    @media (max-width: 768px) {
      .filterBox .catFilter {
        margin: 0 -25px;
        padding: 0 20px;
        text-align: left;
        background: #e8e8e8; }
        .filterBox .catFilter.allFilter {
          text-align: right; }
          .filterBox .catFilter.allFilter li a.btnSimple {
            margin: 23px 0; } }
    @media (max-width: 600px) {
      .filterBox .catFilter {
        margin-top: 10px; }
        .filterBox .catFilter.allFilter {
          text-align: left; }
          .filterBox .catFilter.allFilter li a.btnSimple {
            margin: 0 0 20px; } }
    @media (max-width: 480px) {
      .filterBox .catFilter {
        text-align: center; } }
  @media (max-width: 360px) {
    .filterBox {
      margin-top: 65px; } }

.filterBoxLinks {
  display: none;
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.10); }
  .filterBoxLinks .filterList {
    padding: 0; }
    .filterBoxLinks .filterList li {
      display: inline-block;
      margin: 5px; }
      .filterBoxLinks .filterList li button, .filterBoxLinks .filterList li label {
        position: relative;
        border: none;
        z-index: 1;
        outline: none;
        background: none;
        font-size: 16px;
        color: #000;
        padding: 0 15px;
        line-height: 36px;
        border: solid #e0e0e0 1px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px; }
        .filterBoxLinks .filterList li button input, .filterBoxLinks .filterList li label input {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
        .filterBoxLinks .filterList li button:hover, .filterBoxLinks .filterList li button.active, .filterBoxLinks .filterList li label:hover, .filterBoxLinks .filterList li label.active {
          color: #fff;
          background: #ef323a;
          border-color: #ef323a; }
        @media (max-width: 768px) {
          .filterBoxLinks .filterList li button, .filterBoxLinks .filterList li label {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .filterBoxLinks .filterList li button, .filterBoxLinks .filterList li label {
            font-size: 13px;
            padding: 0 10px;
            line-height: 28px; } }
      @media (max-width: 480px) {
        .filterBoxLinks .filterList li {
          margin: 2px; } }
    .filterBoxLinks .filterList.filterByTech li.active label {
      color: #fff;
      background: #ef323a;
      border-color: #ef323a; }

.portfolioBox {
  padding: 50px 0; }
  .portfolioBox .projectList {
    position: relative;
    margin: 0;
    overflow: hidden; }
    .portfolioBox .projectList .showcaseBox {
      width: 100%;
      overflow: hidden;
      border-top: solid #ddd 1px;
      border-bottom: solid #ddd 1px;
      -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
      -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
      transition: all .5s cubic-bezier(.215,.61,.355,1);
      -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
      -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
      transition-timing-function: cubic-bezier(.215,.61,.355,1); }
      .portfolioBox .projectList .showcaseBox.mix {
        display: none; }
      .portfolioBox .projectList .showcaseBox .contentBox {
        padding: 110px 0; }
        .portfolioBox .projectList .showcaseBox .contentBox .view_on_mobile {
          display: none; }
          @media (max-width: 480px) {
            .portfolioBox .projectList .showcaseBox .contentBox .view_on_mobile {
              display: block; } }
        .portfolioBox .projectList .showcaseBox .contentBox h3 {
          font-size: 40px;
          margin-bottom: 40px;
          color: #012a5e; }
          .portfolioBox .projectList .showcaseBox .contentBox h3:after {
            display: block;
            content: '';
            width: 80px;
            height: 4px;
            margin-top: 15px;
            background: #ef323a; }
            @media (max-width: 480px) {
              .portfolioBox .projectList .showcaseBox .contentBox h3:after {
                margin: 10px auto 0; } }
          @media (max-width: 600px) {
            .portfolioBox .projectList .showcaseBox .contentBox h3 {
              font-size: 30px; } }
          @media (max-width: 360px) {
            .portfolioBox .projectList .showcaseBox .contentBox h3 {
              font-size: 24px; } }
        .portfolioBox .projectList .showcaseBox .contentBox .hiddenBox {
          display: none; }
        .portfolioBox .projectList .showcaseBox .contentBox p {
          margin: 20px 0; }
          .portfolioBox .projectList .showcaseBox .contentBox p span {
            font-weight: bold; }
          .portfolioBox .projectList .showcaseBox .contentBox p:last-child {
            margin-bottom: 0; }
        .portfolioBox .projectList .showcaseBox .contentBox .csBtn a {
          display: inline-block;
          font-family: "proxima_nova_rgbold";
          font-size: 18px;
          color: #828282;
          padding: 0 35px;
          line-height: 50px;
          border: solid #c3c3c3 1px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          border-radius: 25px; }
          .portfolioBox .projectList .showcaseBox .contentBox .csBtn a:hover {
            background: #ef323a;
            color: #fff;
            -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18); }
        @media (max-width: 768px) {
          .portfolioBox .projectList .showcaseBox .contentBox {
            padding: 60px 0; } }
        @media (max-width: 480px) {
          .portfolioBox .projectList .showcaseBox .contentBox {
            padding: 30px 0;
            text-align: center; }
            .portfolioBox .projectList .showcaseBox .contentBox h3 {
              margin-bottom: 0; } }
      .portfolioBox .projectList .showcaseBox figure {
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .portfolioBox .projectList .showcaseBox figure .arrow {
          display: none;
          font-size: 1.80203em;
          color: #000;
          position: absolute;
          top: 50%;
          right: 20%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 600ms cubic-bezier(.76,0,.31,1);
          -o-transition: all 600ms cubic-bezier(.76,0,.31,1);
          transition: all 600ms cubic-bezier(.76,0,.31,1);
          -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
          -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
          transition-timing-function: cubic-bezier(.76,0,.31,1); }
          @media (max-width: 991px) {
            .portfolioBox .projectList .showcaseBox figure .arrow {
              right: -100%; } }
        .portfolioBox .projectList .showcaseBox figure .workImg {
          position: absolute;
          right: 0;
          bottom: -110px;
          -webkit-transform: translate3d(0,350px,0);
          -ms-transform: translate3d(0,350px,0);
          -o-transform: translate3d(0,350px,0);
          transform: translate3d(0,350px,0);
          -webkit-transition: all 1s cubic-bezier(.76,0,.31,1);
          -o-transition: all 1s cubic-bezier(.76,0,.31,1);
          transition: all 1s cubic-bezier(.76,0,.31,1);
          -webkit-transition-timing-function: cubic-bezier(.76,0,.31,1);
          -o-transition-timing-function: cubic-bezier(.76,0,.31,1);
          transition-timing-function: cubic-bezier(.76,0,.31,1);
          bottom: 0;
          -webkit-transform: translate3d(0,0,0);
          -ms-transform: translate3d(0,0,0);
          -o-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0); }
          @media (max-width: 991px) {
            .portfolioBox .projectList .showcaseBox figure .workImg {
              top: 50%;
              bottom: auto;
              -webkit-transform: translate3d(0,-50%,0);
              -ms-transform: translate3d(0,-50%,0);
              -o-transform: translate3d(0,-50%,0);
              transform: translate3d(0,-50%,0); } }
        @media (max-width: 768px) {
          .portfolioBox .projectList .showcaseBox figure {
            min-height: 300px; } }
        @media (max-width: 480px) {
          .portfolioBox .projectList .showcaseBox figure {
            min-height: 0; } }
      .portfolioBox .projectList .showcaseBox:hover, .portfolioBox .projectList .showcaseBox.is-active {
        background: #f5f5f5; }
        .portfolioBox .projectList .showcaseBox:hover figure .arrow, .portfolioBox .projectList .showcaseBox.is-active figure .arrow {
          right: -100%; }
        .portfolioBox .projectList .showcaseBox:hover figure .workImg, .portfolioBox .projectList .showcaseBox.is-active figure .workImg {
          bottom: 0;
          -webkit-transform: translate3d(0,0,0);
          -ms-transform: translate3d(0,0,0);
          -o-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0); }
          @media (max-width: 991px) {
            .portfolioBox .projectList .showcaseBox:hover figure .workImg, .portfolioBox .projectList .showcaseBox.is-active figure .workImg {
              top: 50%;
              bottom: auto;
              -webkit-transform: translate3d(0,-50%,0);
              -ms-transform: translate3d(0,-50%,0);
              -o-transform: translate3d(0,-50%,0);
              transform: translate3d(0,-50%,0); } }
      @media (max-width: 991px) {
        .portfolioBox .projectList .showcaseBox .col-md-5, .portfolioBox .projectList .showcaseBox .col-md-6 {
          width: 50%;
          float: left; } }
      @media (max-width: 480px) {
        .portfolioBox .projectList .showcaseBox .col-md-5 {
          width: 100%;
          float: none; }
        .portfolioBox .projectList .showcaseBox .col-md-6 {
          display: none; } }
  @media (max-width: 600px) {
    .portfolioBox {
      padding: 20px 0; } }

/*!
*	Testimonial Page
*/
.happyCustomer {
  background: url(../img/collaboration.jpg) right center no-repeat #e6e6e6;
  background-size: auto 100%;
  padding: 180px 0 0;
  margin-bottom: 80px; }
  .happyCustomer .common_h3 {
    margin-bottom: 50px; }
    .happyCustomer .common_h3 span {
      display: block; }
  .happyCustomer .quoteRedBox {
    position: relative;
    max-width: 330px;
    margin-bottom: -80px;
    padding: 100px 30px 50px;
    background: url(../img/quotes_left.png) 30px 30px no-repeat #ef323a; }
    .happyCustomer .quoteRedBox:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 20px;
      width: 49px;
      height: 24px;
      margin-top: -2px;
      background: url(../img/caret_down.png) 0 0 no-repeat; }
    .happyCustomer .quoteRedBox h4 {
      font-size: 36px;
      color: #fff;
      line-height: 46px; }
      .happyCustomer .quoteRedBox h4 span {
        display: block; }
  @media (max-width: 991px) {
    .happyCustomer {
      padding-top: 60px;
      background-position: 440px center; } }

.quotesBorderBox {
  padding: 80px 0 120px; }
  .quotesBorderBox .txtBox {
    position: relative;
    margin: 0 40px;
    min-height: 400px;
    padding: 90px 30px 0;
    border: solid #dbdbdb 1px; }
    .quotesBorderBox .txtBox:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 40px;
      width: 49px;
      height: 24px;
      margin-top: -1px;
      background: url(../img/caret_down_white.png) 0 0 no-repeat; }
    @media (max-width: 1199px) {
      .quotesBorderBox .txtBox {
        margin: 0; } }
    @media (max-width: 991px) {
      .quotesBorderBox .txtBox {
        min-height: 0;
        margin-top: 40px;
        padding: 60px 30px; } }
  .quotesBorderBox .clientName {
    margin: 0 40px;
    padding: 40px 30px 0; }

.quotesBoxBg {
  display: none;
  padding: 50px 0;
  background: url(../img/clients_quotes.jpg) no-repeat;
  background-size: cover; }
  .quotesBoxBg .sliderBox {
    padding: 120px 40px 100px;
    background: url(../img/quote_left_grey.png) 20px 80px no-repeat #fff; }
  .quotesBoxBg .testimonialSlider {
    padding: 0; }
    .quotesBoxBg .testimonialSlider .slide {
      outline: none; }
    .quotesBoxBg .testimonialSlider .slick-dots {
      bottom: -20px;
      text-align: left; }
      .quotesBoxBg .testimonialSlider .slick-dots li {
        background: #cbcbcb;
        border-radius: 0;
        width: 26px;
        height: 5px;
        opacity: 1;
        margin: 0 4px; }
        .quotesBoxBg .testimonialSlider .slick-dots li.slick-active {
          background: #ef323a; }

.satisfiedClients {
  position: relative;
  padding: 110px 0;
  z-index: 1;
  background: #012a5e; }
  .satisfiedClients h3, .satisfiedClients p {
    color: #fff; }
  .satisfiedClients ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .satisfiedClients ul li {
      display: inline-block;
      width: 19%;
      margin: 20px 0; }
      @media (max-width: 991px) {
        .satisfiedClients ul li {
          width: 24%; } }
      @media (max-width: 768px) {
        .satisfiedClients ul li {
          width: 31%; } }
      @media (max-width: 600px) {
        .satisfiedClients ul li {
          width: 48%; } }
  .satisfiedClients .protectedClients {
    position: relative;
    z-index: 1; }
    .satisfiedClients .protectedClients ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .satisfiedClients .protectedClients ul li {
        display: inline-block;
        width: 19%;
        margin: 20px 0; }
        @media (max-width: 991px) {
          .satisfiedClients .protectedClients ul li {
            width: 24%; } }
        @media (max-width: 768px) {
          .satisfiedClients .protectedClients ul li {
            width: 31%; } }
        @media (max-width: 600px) {
          .satisfiedClients .protectedClients ul li {
            width: 48%; } }
    .satisfiedClients .protectedClients .cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .satisfiedClients {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .satisfiedClients {
      padding: 30px 0; } }

.testimonialVideo {
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  .testimonialVideo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
    background: #e8edf0; }
  .testimonialVideo .newVideoSlider {
    margin: 0 auto 40px;
    width: 80%; }
    .testimonialVideo .newVideoSlider .slide {
      outline: none; }
    .testimonialVideo .newVideoSlider .slick-dots {
      bottom: -80px; }
      .testimonialVideo .newVideoSlider .slick-dots li {
        margin: 0 4px;
        background: #012a5e; }
    @media (max-width: 768px) {
      .testimonialVideo .newVideoSlider {
        width: auto; } }
  .testimonialVideo .videoBox {
    position: relative;
    z-index: 1;
    margin: 0 20px; }
    .testimonialVideo .videoBox .placeholder {
      position: relative;
      overflow: hidden; }
      .testimonialVideo .videoBox .placeholder img {
        display: block;
        width: 100%; }
      .testimonialVideo .videoBox .placeholder .playIcon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 600px) {
          .testimonialVideo .videoBox .placeholder .playIcon {
            width: 50px; } }
    .testimonialVideo .videoBox .iframe {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
  @media (max-width: 991px) {
    .testimonialVideo {
      padding: 60px 0; } }

/*@
*	Case Study Page
*/
.caseStudyBox {
  padding: 60px 0; }
  .caseStudyBox .csSwitch {
    padding: 20px 60px 0 0; }
    .caseStudyBox .csSwitch:after {
      display: block;
      content: '';
      clear: both; }
    .caseStudyBox .csSwitch ul {
      float: right;
      border: solid #ddd 1px; }
      .caseStudyBox .csSwitch ul li {
        display: block;
        float: left;
        font-size: 16px;
        color: #000;
        width: 100px;
        padding: 0 20px;
        cursor: pointer;
        line-height: 34px;
        text-align: center;
        border-left: solid #ddd 1px; }
        .caseStudyBox .csSwitch ul li:first-child {
          border-left: none; }
        .caseStudyBox .csSwitch ul li:hover {
          background: #ddd; }
        .caseStudyBox .csSwitch ul li.active {
          color: #fff;
          background: #ef323a; }
  .caseStudyBox .cs_wrap {
    margin-top: 40px;
    text-align: center; }
    .caseStudyBox .cs_wrap .csBox {
      position: relative;
      display: inline-block;
      width: 30%;
      margin: 5px;
      padding: 30px;
      overflow: hidden;
      text-align: center;
      background: #e8e8e8; }
      .caseStudyBox .cs_wrap .csBox i {
        position: relative;
        z-index: 10;
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 100px;
        background: url(../img/case_study/cs_logo.png) no-repeat; }
        .caseStudyBox .cs_wrap .csBox i.jabil {
          background-position: 0 0; }
        .caseStudyBox .cs_wrap .csBox i.united {
          background-position: -200px 0; }
        .caseStudyBox .cs_wrap .csBox i.aurora {
          background-position: -400px 0; }
        .caseStudyBox .cs_wrap .csBox i.bookfari {
          background-position: 0 -100px; }
        .caseStudyBox .cs_wrap .csBox i.auction {
          background-position: -200px -100px; }
        .caseStudyBox .cs_wrap .csBox i.vti {
          background-position: -400px -100px; }
        .caseStudyBox .cs_wrap .csBox i.kanes {
          background-position: 0 -200px; }
        .caseStudyBox .cs_wrap .csBox i.loyalty {
          background-position: -200px -200px; }
        .caseStudyBox .cs_wrap .csBox i.enlite {
          background-position: -400px -200px; }
        .caseStudyBox .cs_wrap .csBox i.dec {
          background-position: 0 -300px; }
        .caseStudyBox .cs_wrap .csBox i.leadgen {
          background-position: -200px -300px; }
        .caseStudyBox .cs_wrap .csBox i.broads {
          background-position: -400px -300px; }
        .caseStudyBox .cs_wrap .csBox i.iamyourdoc {
          background-position: 0 -400px; }
        .caseStudyBox .cs_wrap .csBox i.jadwali {
          background-position: -200px -400px; }
        .caseStudyBox .cs_wrap .csBox i.casa {
          background-position: -400px -400px; }
        .caseStudyBox .cs_wrap .csBox i.decision4c {
          background-position: 0 -500px; }
        .caseStudyBox .cs_wrap .csBox i.kemgo {
          background-position: -200px -500px; }
        .caseStudyBox .cs_wrap .csBox i.ecater {
          background-position: -400px -500px; }
        .caseStudyBox .cs_wrap .csBox i.barpatrol {
          background-position: 0 -600px; }
        .caseStudyBox .cs_wrap .csBox i.tradesearch {
          background-position: -200px -600px; }
        .caseStudyBox .cs_wrap .csBox i.ultrapen {
          background-position: -400px -600px; }
        .caseStudyBox .cs_wrap .csBox i.jim {
          background-position: 0 -700px; }
        .caseStudyBox .cs_wrap .csBox i.read_smart {
          background-position: -200px -700px; }
        .caseStudyBox .cs_wrap .csBox i.skitely {
          background-position: -400px -700px; }
        .caseStudyBox .cs_wrap .csBox i.fencealarm {
          background-position: 0 -800px; }
        .caseStudyBox .cs_wrap .csBox i.bluestone {
          background-position: -200px -800px; }
        .caseStudyBox .cs_wrap .csBox i.trident {
          background-position: -400px -800px; }
        .caseStudyBox .cs_wrap .csBox i.heycare {
          background-position: 0 -900px; }
        .caseStudyBox .cs_wrap .csBox i.jie {
          background-position: -200px -900px; }
        .caseStudyBox .cs_wrap .csBox i.CurrencyKart {
          background-position: -400px -900px; }
        .caseStudyBox .cs_wrap .csBox i.dot {
          background-position: 0 -1000px; }
        .caseStudyBox .cs_wrap .csBox i.wememba {
          background-position: -200px -1000px; }
        .caseStudyBox .cs_wrap .csBox i.fujitsu {
          background-position: -400px -1000px; }
        .caseStudyBox .cs_wrap .csBox i.HorizonEducation {
          background-position: 0 -1100px; }
        .caseStudyBox .cs_wrap .csBox i.LifeSavingApp {
          background-position: -200px -1100px; }
        .caseStudyBox .cs_wrap .csBox i.Enlighten {
          background-position: -400px -1110px; }
        .caseStudyBox .cs_wrap .csBox i.Cleveland {
          background-position: -0px -1225px; }
        .caseStudyBox .cs_wrap .csBox i.Sell911 {
          background-position: -200px -1225px; }
        .caseStudyBox .cs_wrap .csBox i.TruePicShop {
          background-position: -400px -1225px; }
        .caseStudyBox .cs_wrap .csBox i.Bilkhidma {
          background-position: -0px -1300px; }
        .caseStudyBox .cs_wrap .csBox i.Buy911 {
          background-position: -200px -1300px; }
        .caseStudyBox .cs_wrap .csBox i.Hirbuu {
          background-position: -400px -1300px; }
        .caseStudyBox .cs_wrap .csBox i.Energy {
          background-position: 0px -1400px; }
        .caseStudyBox .cs_wrap .csBox i.iBETcha {
          background-position: -200px -1400px; }
        .caseStudyBox .cs_wrap .csBox i.SimpliOffer {
          background-position: -400px -1400px; }
      .caseStudyBox .cs_wrap .csBox .hoverDir {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #012a5e; }
      .caseStudyBox .cs_wrap .csBox figure {
        margin: 0; }
        @media (max-width: 1366px) {
          .caseStudyBox .cs_wrap .csBox figure {
            margin-top: 40px; } }
      .caseStudyBox .cs_wrap .csBox .hoverBox {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
        -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
        transition: all .5s cubic-bezier(.215,.61,.355,1);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1); }
        .caseStudyBox .cs_wrap .csBox .hoverBox p {
          color: #fff;
          padding: 150px 30px 0; }
          @media (max-width: 1366px) {
            .caseStudyBox .cs_wrap .csBox .hoverBox p {
              padding-top: 120px; } }
        .caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple {
          margin-top: 15px;
          border: solid #ef323a 2px; }
          .caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple:hover {
            background: none;
            border-color: #fff; }
          @media (max-width: 600px) {
            .caseStudyBox .cs_wrap .csBox .hoverBox .btnSimple {
              margin: 30px 30px 0; } }
      .caseStudyBox .cs_wrap .csBox.first .hoverDir {
        top: 0; }
      .caseStudyBox .cs_wrap .csBox.first i {
        background-image: url(../img/case_study/cs_logo_white.png); }
      .caseStudyBox .cs_wrap .csBox.first .hoverBox {
        opacity: 1; }
      .caseStudyBox .cs_wrap .csBox:hover i {
        background-image: url(../img/case_study/cs_logo_white.png); }
      .caseStudyBox .cs_wrap .csBox:hover .hoverBox {
        opacity: 1; }
      @media (max-width: 1024px) {
        .caseStudyBox .cs_wrap .csBox {
          width: 47%; }
          .caseStudyBox .cs_wrap .csBox i {
            background-image: url(../img/case_study/cs_logo_white.png); }
          .caseStudyBox .cs_wrap .csBox .hoverBox {
            opacity: 1;
            background: rgba(1, 42, 94, 0.9); }
          .caseStudyBox .cs_wrap .csBox .hoverDir {
            display: none; } }
      @media (max-width: 600px) {
        .caseStudyBox .cs_wrap .csBox {
          width: 70%;
          margin: 0 auto 20px; } }
      @media (max-width: 480px) {
        .caseStudyBox .cs_wrap .csBox {
          width: 90%; } }
      @media (max-width: 360px) {
        .caseStudyBox .cs_wrap .csBox {
          width: 100%; } }
    .caseStudyBox .cs_wrap.full .csBox {
      display: block;
      width: auto; }

.mapBox {
  background: url(../img/map_bg.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0; }
  @media (max-width: 991px) {
    .mapBox {
      padding: 60px 0; }
      .mapBox .col-md-4 {
        padding: 30px 0;
        text-align: center; } }
  @media (max-width: 480px) {
    .mapBox {
      padding: 30px 0; }
      .mapBox .col-md-4 {
        padding: 20px 0; } }

.appLinks {
  margin: 0; }
  .appLinks a {
    display: inline-block; }
    @media (max-width: 991px) {
      .appLinks a {
        margin-bottom: 10px; } }

.qa_section2 {
  padding: 100px 0 0; }
  .qa_section2 .table {
    margin: 0; }
    .qa_section2 .table .table-cell {
      position: relative;
      padding: 80px 60px;
      background: #dbe6ea;
      width: 50%; }
      .qa_section2 .table .table-cell.noPadding {
        padding: 0; }
      .qa_section2 .table .table-cell.noPadding_TB {
        padding-top: 0;
        padding-bottom: 0; }
        @media (max-width: 991px) {
          .qa_section2 .table .table-cell.noPadding_TB {
            padding-top: 60px;
            padding-bottom: 60px; } }
        @media (max-width: 480px) {
          .qa_section2 .table .table-cell.noPadding_TB {
            padding-top: 40px;
            padding-bottom: 40px; } }
      .qa_section2 .table .table-cell.center {
        text-align: center; }
      .qa_section2 .table .table-cell.primary {
        background: #012a5e; }
      .qa_section2 .table .table-cell.blue {
        background: #0099da; }
      .qa_section2 .table .table-cell.grey {
        background: #e6f0f4; }
      .qa_section2 .table .table-cell.black {
        background: #414141; }
      .qa_section2 .table .table-cell.underLine:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 1;
        right: 15px;
        border: solid #c3d8df 1px; }
        @media (max-width: 991px) {
          .qa_section2 .table .table-cell.underLine:after {
            display: none; } }
      .qa_section2 .table .table-cell h4 {
        font-size: 27px;
        margin: 0;
        color: #444;
        line-height: 36px; }
        .qa_section2 .table .table-cell h4.white {
          color: #fff; }
        @media (max-width: 768px) {
          .qa_section2 .table .table-cell h4 {
            font-size: 24px;
            line-height: 30px; } }
        @media (max-width: 600px) {
          .qa_section2 .table .table-cell h4 {
            font-size: 21px; } }
        @media (max-width: 480px) {
          .qa_section2 .table .table-cell h4 {
            font-size: 18px; } }
      .qa_section2 .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
      @media (max-width: 991px) {
        .qa_section2 .table .table-cell {
          display: block;
          width: auto;
          padding: 60px 40px; } }
      @media (max-width: 600px) {
        .qa_section2 .table .table-cell {
          padding: 40px 30px; } }
  @media (max-width: 600px) {
    .qa_section2 {
      padding: 40px 0 0; } }

.whyClavaxQA {
  background: #ebeff2;
  margin: 60px 0 180px; }
  .whyClavaxQA .laptop {
    margin-top: -100px;
    text-align: center; }
  .whyClavaxQA .txtBox {
    padding: 120px 60px 120px 0; }
    @media (max-width: 991px) {
      .whyClavaxQA .txtBox {
        padding: 60px 0; } }
  .whyClavaxQA .qta {
    background: url(../img/quality_assurance/qta.jpg) no-repeat;
    background-size: cover;
    padding: 60px;
    margin: 0 100px;
    margin-bottom: -100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
    .whyClavaxQA .qta .table .table-cell {
      width: 75%; }
      .whyClavaxQA .qta .table .table-cell:last-child {
        width: 25%; }
      @media (max-width: 1199px) {
        .whyClavaxQA .qta .table .table-cell {
          display: block;
          width: auto;
          text-align: center; }
          .whyClavaxQA .qta .table .table-cell:last-child {
            width: auto;
            margin-top: 20px; } }
    .whyClavaxQA .qta p {
      color: #fff; }
      @media (max-width: 1199px) {
        .whyClavaxQA .qta p br {
          display: none; } }
    .whyClavaxQA .qta .btnSimple {
      padding: 0 50px; }
    @media (max-width: 991px) {
      .whyClavaxQA .qta {
        margin: 0;
        margin-bottom: -100px; } }
    @media (max-width: 768px) {
      .whyClavaxQA .qta {
        padding: 40px; } }
    @media (max-width: 600px) {
      .whyClavaxQA .qta {
        padding: 30px; } }

.latestTechnologiesQA {
  padding: 100px 0; }
  .latestTechnologiesQA .table {
    margin: 0; }
    .latestTechnologiesQA .table .table-cell {
      position: relative;
      padding: 100px 60px;
      background: #dbe6ea;
      width: 50%; }
      .latestTechnologiesQA .table .table-cell.noPadding {
        padding: 0; }
      .latestTechnologiesQA .table .table-cell.noPadding_TB {
        padding-top: 0;
        padding-bottom: 0; }
        @media (max-width: 991px) {
          .latestTechnologiesQA .table .table-cell.noPadding_TB {
            padding-top: 40px;
            padding-bottom: 40px; } }
      .latestTechnologiesQA .table .table-cell.center {
        text-align: center; }
      .latestTechnologiesQA .table .table-cell.primary {
        background: #012a5e; }
      .latestTechnologiesQA .table .table-cell.blue {
        background: #0099da; }
      .latestTechnologiesQA .table .table-cell.grey {
        background: #e6f0f4; }
      .latestTechnologiesQA .table .table-cell.black {
        background: #414141; }
      .latestTechnologiesQA .table .table-cell.underLine:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 1;
        right: 15px;
        border: solid #c3d8df 1px; }
      .latestTechnologiesQA .table .table-cell h4 {
        font-size: 45px;
        margin: 0;
        color: #fff; }
        .latestTechnologiesQA .table .table-cell h4.primary {
          color: #012a5e; }
        @media (max-width: 1199px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 40px; } }
        @media (max-width: 1024px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 38px; } }
        @media (max-width: 991px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 36px;
            line-height: 1.3; }
            .latestTechnologiesQA .table .table-cell h4 span {
              font-size: 100%; } }
        @media (max-width: 600px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 30px;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 24px; } }
        @media (max-width: 360px) {
          .latestTechnologiesQA .table .table-cell h4 {
            font-size: 21px; } }
      .latestTechnologiesQA .table .table-cell .full {
        width: 100%; }
      .latestTechnologiesQA .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
        @media (max-width: 991px) {
          .latestTechnologiesQA .table .table-cell .alignLeft {
            display: none; } }
      @media (max-width: 991px) {
        .latestTechnologiesQA .table .table-cell {
          display: block;
          width: auto;
          text-align: center;
          padding: 60px 40px; } }
      @media (max-width: 600px) {
        .latestTechnologiesQA .table .table-cell {
          padding: 40px 30px; } }
    .latestTechnologiesQA .table.firstTable .table-cell {
      width: 50%; }
      @media (max-width: 991px) {
        .latestTechnologiesQA .table.firstTable .table-cell {
          width: auto; } }
    .latestTechnologiesQA .table.secondTable .table-cell {
      padding: 70px 60px;
      width: 33.333%; }
      @media (max-width: 991px) {
        .latestTechnologiesQA .table.secondTable .table-cell {
          width: auto;
          padding: 60px 40px; } }
      @media (max-width: 600px) {
        .latestTechnologiesQA .table.secondTable .table-cell {
          padding: 40px 30px; } }
  @media (max-width: 600px) {
    .latestTechnologiesQA {
      padding: 80px 0 40px; } }

.glimpseProject {
  position: relative;
  z-index: 1;
  padding: 200px 0; }
  .glimpseProject:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: #e4edf0; }
    @media (max-width: 600px) {
      .glimpseProject:before {
        display: none; } }
  .glimpseProject .slide {
    outline: none; }
  .glimpseProject .table .table-cell {
    width: 50%; }
    .glimpseProject .table .table-cell figure {
      text-align: center; }
    .glimpseProject .table .table-cell .txtBox {
      padding: 60px; }
      @media (max-width: 768px) {
        .glimpseProject .table .table-cell .txtBox {
          padding: 60px 30px; } }
      @media (max-width: 600px) {
        .glimpseProject .table .table-cell .txtBox {
          padding: 30px; }
          .glimpseProject .table .table-cell .txtBox p {
            text-align: center; } }
    @media (max-width: 600px) {
      .glimpseProject .table .table-cell {
        display: block;
        width: auto; }
        .glimpseProject .table .table-cell figure {
          margin: 0 auto;
          width: 70%;
          padding: 40px 0 0 40px; } }
    @media (max-width: 480px) {
      .glimpseProject .table .table-cell figure {
        width: 90%; } }
  .glimpseProject .slick-dots {
    left: 50%;
    bottom: 80px;
    z-index: 100;
    text-align: left;
    padding-left: 60px; }
    .glimpseProject .slick-dots li {
      background: #cbcbcb;
      border-radius: 0;
      width: 26px;
      height: 5px;
      opacity: 1;
      margin: 0 4px; }
      .glimpseProject .slick-dots li.slick-active {
        background: #ef323a; }
    @media (max-width: 1199px) {
      .glimpseProject .slick-dots {
        bottom: 20px; } }
    @media (max-width: 600px) {
      .glimpseProject .slick-dots {
        padding: 0;
        bottom: 0;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media (max-width: 1366px) {
    .glimpseProject {
      padding: 120px 0; } }
  @media (max-width: 768px) {
    .glimpseProject {
      padding: 0; } }
  @media (max-width: 600px) {
    .glimpseProject {
      padding: 0 0 50px; } }

.performanceTest {
  background: #eff5f8;
  padding: 120px 0; }
  .performanceTest .txtBox {
    padding-right: 60px; }
    @media (max-width: 991px) {
      .performanceTest .txtBox {
        padding: 0 0 30px;
        text-align: center; } }
  .performanceTest .table {
    margin: 0;
    background: none; }
    .performanceTest .table .table-cell {
      position: relative;
      width: 50%;
      padding: 80px 60px;
      background: #dbe6ea; }
      .performanceTest .table .table-cell:last-child {
        width: 50%; }
      .performanceTest .table .table-cell.noPadding {
        padding: 0; }
      .performanceTest .table .table-cell.center {
        text-align: center; }
      .performanceTest .table .table-cell.primary {
        background: #012a5e; }
      .performanceTest .table .table-cell.blue {
        background: #0099da; }
      .performanceTest .table .table-cell.grey {
        background: #e6f0f4; }
      .performanceTest .table .table-cell.black {
        background: #414141; }
      .performanceTest .table .table-cell.underLine:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 1;
        right: 15px;
        border: solid #c3d8df 1px; }
      .performanceTest .table .table-cell h4 {
        font-size: 30px;
        margin: 0;
        color: #fff; }
        .performanceTest .table .table-cell h4.primary {
          color: #012a5e; }
        @media (max-width: 991px) {
          .performanceTest .table .table-cell h4 {
            font-size: 36px; } }
        @media (max-width: 768px) {
          .performanceTest .table .table-cell h4 {
            font-size: 32px; } }
        @media (max-width: 600px) {
          .performanceTest .table .table-cell h4 {
            font-size: 28px; } }
        @media (max-width: 480px) {
          .performanceTest .table .table-cell h4 {
            font-size: 24px; } }
      .performanceTest .table .table-cell .full {
        width: 100%; }
      .performanceTest .table .table-cell .alignLeft {
        float: left;
        margin-right: 20px; }
      @media (max-width: 600px) {
        .performanceTest .table .table-cell {
          display: block;
          width: auto;
          text-align: center;
          padding: 40px 30px; }
          .performanceTest .table .table-cell:last-child {
            width: auto; } }
    .performanceTest .table.second .table-cell {
      width: 50%; }
      .performanceTest .table.second .table-cell:last-child {
        width: 50%; }
      @media (max-width: 600px) {
        .performanceTest .table.second .table-cell {
          width: auto; }
          .performanceTest .table.second .table-cell:last-child {
            width: auto; } }
  @media (max-width: 991px) {
    .performanceTest {
      padding: 80px 0; } }
  @media (max-width: 600px) {
    .performanceTest {
      padding: 40px 0; } }

.automationTestTools {
  padding: 100px 0; }
  .automationTestTools ul {
    margn: 0;
    padding: 60px 0 0; }
    .automationTestTools ul li {
      display: inline-block;
      width: 19%;
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .automationTestTools ul li {
          width: 30%; } }
  @media (max-width: 991px) {
    .automationTestTools {
      padding: 80px 0;
      text-align: center; } }
  @media (max-width: 600px) {
    .automationTestTools {
      padding: 40px 0 0; } }

.automationMethodology {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  margin-bottom: 40px;
  background: #012a5e; }
  .automationMethodology:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 55%;
    width: 45%;
    height: 100%;
    z-index: -1;
    background: url(../img/quality_assurance/automation_methodology.jpg) left top no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .automationMethodology:before {
        display: none; } }
  .automationMethodology:after {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: calc(55% + 30px);
    right: 30px;
    bottom: 30px;
    width: 50%;
    z-index: -1;
    border: solid #fff 10px; }
    @media (max-width: 991px) {
      .automationMethodology:after {
        display: none; } }
  .automationMethodology.legacyPage:after {
    display: none; }
  .automationMethodology p {
    color: #fff; }
    @media (max-width: 768px) {
      .automationMethodology p {
        margin-bottom: 40px; } }
  .automationMethodology ul {
    margin: 0;
    padding: 40px 0 0 25px; }
    .automationMethodology ul li {
      display: list-item;
      list-style: outside;
      font-size: 16px;
      color: #fff;
      line-height: 22px;
      margin-bottom: 20px; }
      @media (max-width: 600px) {
        .automationMethodology ul li {
          font-size: 14px; } }
    @media (max-width: 768px) {
      .automationMethodology ul {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .automationMethodology {
      padding: 80px 0; } }
  @media (max-width: 600px) {
    .automationMethodology {
      padding: 40px 0; } }

.pt_WhyDigitalEnterprises {
  padding: 80px 0;
  background: #f5f9fb; }
  .pt_WhyDigitalEnterprises.white {
    background: #fff; }
  .pt_WhyDigitalEnterprises .table .table-cell {
    padding: 0; }
    .pt_WhyDigitalEnterprises .table .table-cell figure {
      text-align: center; }
      @media (max-width: 1024px) {
        .pt_WhyDigitalEnterprises .table .table-cell figure {
          padding: 0 20px; } }
    .pt_WhyDigitalEnterprises .table .table-cell .txtBox {
      padding: 40px 0 40px 60px;
      border-left: solid #ddd 1px; }
      @media (max-width: 768px) {
        .pt_WhyDigitalEnterprises .table .table-cell .txtBox {
          padding: 30px;
          border: none;
          text-align: center; } }
  .pt_WhyDigitalEnterprises .thumbBox {
    padding: 60px 50px 0; }
    .pt_WhyDigitalEnterprises .thumbBox figure {
      margin-bottom: 20px; }
    .pt_WhyDigitalEnterprises .thumbBox h3 {
      color: #012a5e; }
    .pt_WhyDigitalEnterprises .thumbBox p {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .pt_WhyDigitalEnterprises .thumbBox {
        margin: 0 auto;
        padding: 30px;
        max-width: 60%;
        text-align: center; } }
    @media (max-width: 480px) {
      .pt_WhyDigitalEnterprises .thumbBox {
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 40px; } }
  .pt_WhyDigitalEnterprises .listPoints {
    margin: 0;
    padding: 20px 0 0; }
    .pt_WhyDigitalEnterprises .listPoints li {
      display: inline-block;
      font-size: 17px;
      padding: 10px 15px;
      color: #012a5e; }
      .pt_WhyDigitalEnterprises .listPoints li:first-child, .pt_WhyDigitalEnterprises .listPoints li.npl {
        padding-left: 0; }
      @media (max-width: 600px) {
        .pt_WhyDigitalEnterprises .listPoints li {
          display: block; }
          .pt_WhyDigitalEnterprises .listPoints li:nth-child(even) {
            display: none; } }
  @media (max-width: 991px) {
    .pt_WhyDigitalEnterprises .bulletList {
      margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .pt_WhyDigitalEnterprises {
      padding: 40px 0; } }

.whyClavaxPT {
  padding: 80px 0; }
  .whyClavaxPT .bgBox {
    background: url(../img/quality_assurance/girl_pt.jpg) right center no-repeat #efefef;
    background-size: auto 100%;
    padding: 60px; }
    @media (max-width: 768px) {
      .whyClavaxPT .bgBox {
        padding: 30px;
        text-align: center;
        background: #efefef; } }
  @media (max-width: 600px) {
    .whyClavaxPT {
      padding: 40px 0; } }

.serviceOffering_pt {
  padding: 80px 0;
  background: #009ada; }
  .serviceOffering_pt figure {
    padding: 50px 20px 0; }
  .serviceOffering_pt h3, .serviceOffering_pt p {
    color: #fff; }
  .serviceOffering_pt p {
    margin-bottom: 30px; }
    .serviceOffering_pt p:last-child {
      margin-bottom: 0; }
  .serviceOffering_pt .testingPhases {
    margin: 0; }
    .serviceOffering_pt .testingPhases li {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      min-height: 140px;
      margin-bottom: 40px;
      border-bottom: solid #0680b3 1px; }
      .serviceOffering_pt .testingPhases li:first-child {
        margin-left: 0; }
      .serviceOffering_pt .testingPhases li:nth-of-type(odd) {
        margin-left: 0; }
      .serviceOffering_pt .testingPhases li.nominHeight {
        min-height: 0;
        margin-bottom: 0;
        border-bottom: none; }
      .serviceOffering_pt .testingPhases li h3 {
        margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .serviceOffering_pt .testingPhases li {
          min-height: 200px; } }
      @media (max-width: 991px) {
        .serviceOffering_pt .testingPhases li {
          display: inline-block;
          float: none;
          width: 40%;
          min-height: 140px;
          text-align: center; }
          .serviceOffering_pt .testingPhases li p br {
            display: block; } }
      @media (max-width: 600px) {
        .serviceOffering_pt .testingPhases li {
          display: block;
          width: 80%;
          min-height: 0;
          margin: 0 auto 20px;
          padding-bottom: 20px; }
          .serviceOffering_pt .testingPhases li:first-child, .serviceOffering_pt .testingPhases li:nth-of-type(odd) {
            margin-left: auto; }
          .serviceOffering_pt .testingPhases li:last-child {
            margin-top: 40px; } }
    @media (max-width: 991px) {
      .serviceOffering_pt .testingPhases {
        text-align: center; } }
  @media (max-width: 600px) {
    .serviceOffering_pt {
      padding: 40px 0; } }

.toolsTech_pt {
  padding: 80px 0; }
  .toolsTech_pt .borderBox {
    border: solid #ddd 1px; }
    .toolsTech_pt .borderBox .txtBox {
      padding: 0 40px; }
    .toolsTech_pt .borderBox .ttBox {
      padding: 60px 20px;
      text-align: center; }
      .toolsTech_pt .borderBox .ttBox ul {
        margin: 0; }
        .toolsTech_pt .borderBox .ttBox ul li {
          display: inline-block; }
          .toolsTech_pt .borderBox .ttBox ul li:first-child {
            display: block;
            font-family: "proxima_nova_rgbold";
            font-size: 18px;
            margin-bottom: 20px; }
      .toolsTech_pt .borderBox .ttBox.border {
        border-left: solid #ddd 1px; }
        @media (max-width: 480px) {
          .toolsTech_pt .borderBox .ttBox.border {
            border-left: none;
            border-top: solid #ddd 1px; } }
      @media (max-width: 991px) {
        .toolsTech_pt .borderBox .ttBox {
          padding: 30px; } }
  @media (max-width: 991px) {
    .toolsTech_pt .table .table-cell {
      width: 50%;
      vertical-align: top; } }
  @media (max-width: 600px) {
    .toolsTech_pt {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .toolsTech_pt .table .table-cell {
      display: block;
      width: 100%; } }

.pt_testingTabs {
  margin: 80px 0;
  background: url(../img/quality_assurance/testing_tabs_bg.jpg) no-repeat;
  background-size: cover; }
  .pt_testingTabs .tabNav {
    margin: -50px auto;
    padding: 15px 0;
    max-width: 300px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
    .pt_testingTabs .tabNav li {
      display: block;
      font-size: 21px;
      outline: none;
      line-height: 86px;
      border-bottom: solid #ddd 1px; }
      .pt_testingTabs .tabNav li a {
        display: block;
        color: #444444;
        outline: none;
        padding: 0 20px; }
        .pt_testingTabs .tabNav li a img {
          width: 50px;
          margin-top: 20px;
          margin-right: 10px;
          vertical-align: top; }
      .pt_testingTabs .tabNav li:last-child {
        border-bottom: none; }
      .pt_testingTabs .tabNav li.ui-tabs-active {
        background: #f4f4f4; }
      @media (max-width: 991px) {
        .pt_testingTabs .tabNav li {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .pt_testingTabs .tabNav {
        display: none; } }
  .pt_testingTabs .tabContent {
    min-height: 400px;
    padding: 80px 40px 40px; }
    .pt_testingTabs .tabContent h3, .pt_testingTabs .tabContent p {
      color: #fff; }
    @media (max-width: 991px) {
      .pt_testingTabs .tabContent {
        padding: 60px 20px 20px; } }
    @media (max-width: 768px) {
      .pt_testingTabs .tabContent {
        min-height: 0;
        padding: 30px;
        text-align: center; } }
  @media (max-width: 768px) {
    .pt_testingTabs {
      margin: 0;
      padding: 40px 0; } }

.highlightsSelenium {
  padding: 80px 0;
  background: #f5f9fb; }
  .highlightsSelenium figure {
    padding: 0 80px; }
    @media (max-width: 991px) {
      .highlightsSelenium figure {
        padding: 0 30px; } }
  .highlightsSelenium .table {
    margin-bottom: 40px; }
    .highlightsSelenium .table .table-cell {
      vertical-align: top; }
      .highlightsSelenium .table .table-cell p {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .highlightsSelenium .table .table-cell {
          display: block;
          width: auto;
          text-align: center;
          margin-bottom: 20px; }
          .highlightsSelenium .table .table-cell.right {
            text-align: center; } }
    @media (max-width: 768px) {
      .highlightsSelenium .table {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .highlightsSelenium {
      padding: 40px 0; } }

.abandoned {
  padding: 80px 0;
  background: #f5f9fb; }
  .abandoned figure {
    padding: 0 40px; }
  .abandoned h3 {
    color: #012a5e;
    padding-top: 60px; }
    .abandoned h3:first-child {
      padding-top: 0; }
  @media (max-width: 991px) {
    .abandoned {
      text-align: center; }
      .abandoned .right {
        text-align: center; }
      .abandoned h3 {
        padding-top: 0;
        margin-bottom: 10px; }
      .abandoned p {
        margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .abandoned {
      padding: 40px 0; } }

.highlyAdaptable {
  padding: 80px 0;
  background: #009ada; }
  .highlyAdaptable .ha_graphics {
    position: relative;
    min-height: 312px;
    margin-bottom: 100px;
    background: url(../img/quality_assurance/graphics.png) center center no-repeat; }
    .highlyAdaptable .ha_graphics .box {
      position: absolute;
      max-width: 340px;
      z-index: 1; }
      .highlyAdaptable .ha_graphics .box h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .highlyAdaptable .ha_graphics .box h3 {
            font-size: 18px; } }
      .highlyAdaptable .ha_graphics .box .bulletList li {
        margin-bottom: 0; }
      .highlyAdaptable .ha_graphics .box.position1 {
        top: 60px;
        left: 110px; }
      .highlyAdaptable .ha_graphics .box.position2 {
        top: 20px;
        left: 640px; }
      .highlyAdaptable .ha_graphics .box.position3 {
        top: 20px;
        right: 130px; }
      .highlyAdaptable .ha_graphics .box.position4 {
        top: 300px;
        left: 400px; }
      .highlyAdaptable .ha_graphics .box.position5 {
        top: 275px;
        right: 130px; }
      @media (max-width: 1500px) {
        .highlyAdaptable .ha_graphics .box.position1 {
          top: 40px;
          left: 60px; }
        .highlyAdaptable .ha_graphics .box.position2 {
          left: 580px; }
        .highlyAdaptable .ha_graphics .box.position3 {
          top: 0;
          right: 80px; }
        .highlyAdaptable .ha_graphics .box.position4 {
          top: 320px; } }
      @media (max-width: 1366px) {
        .highlyAdaptable .ha_graphics .box.position1 {
          left: 30px; }
        .highlyAdaptable .ha_graphics .box.position2 {
          left: 540px; }
        .highlyAdaptable .ha_graphics .box.position3 {
          right: 50px; } }
      @media (max-width: 1199px) {
        .highlyAdaptable .ha_graphics .box.position1 {
          left: 0; }
        .highlyAdaptable .ha_graphics .box.position2 {
          left: 480px; }
        .highlyAdaptable .ha_graphics .box.position3 {
          right: 0; } }
      @media (max-width: 1024px) {
        .highlyAdaptable .ha_graphics .box {
          position: static;
          max-width: inherit;
          text-align: center;
          margin-bottom: 40px;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .highlyAdaptable .ha_graphics .box ul li {
            display: block; }
          .highlyAdaptable .ha_graphics .box:last-child {
            margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .highlyAdaptable .ha_graphics {
        background: none;
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .highlyAdaptable {
      padding: 40px 0; } }

.ut_servicesOffering {
  padding: 80px 0; }
  .ut_servicesOffering h3 {
    padding-top: 60px; }
    @media (max-width: 991px) {
      .ut_servicesOffering h3 {
        padding-top: 0; } }
  .ut_servicesOffering ul {
    margin: 0;
    text-align: center; }
    .ut_servicesOffering ul li {
      display: block;
      float: left;
      padding: 20px;
      position: relative;
      width: 33.33333334%; }
      .ut_servicesOffering ul li:before {
        content: '';
        position: absolute;
        top: 10%;
        right: -1px;
        width: 1px;
        height: 80%;
        background: #e3e3e3; }
        @media (max-width: 480px) {
          .ut_servicesOffering ul li:before {
            display: none; } }
      .ut_servicesOffering ul li:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background: #e3e3e3; }
        @media (max-width: 480px) {
          .ut_servicesOffering ul li:after {
            display: none; } }
      .ut_servicesOffering ul li.noRight:before {
        display: none; }
      .ut_servicesOffering ul li.noBottom:after {
        display: none; }
      .ut_servicesOffering ul li h4 {
        font-family: "proxima_novaregular";
        color: #444444;
        padding-top: 10px; }
      @media (max-width: 600px) {
        .ut_servicesOffering ul li figure img {
          width: 60px; }
        .ut_servicesOffering ul li h4 {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .ut_servicesOffering ul li {
          width: 50%;
          border-bottom: solid #e3e3e3 1px; } }
      @media (max-width: 360px) {
        .ut_servicesOffering ul li {
          width: 100%; } }
  @media (max-width: 991px) {
    .ut_servicesOffering {
      text-align: center; } }
  @media (max-width: 600px) {
    .ut_servicesOffering {
      padding: 40px 0; } }

.ut_industries {
  padding: 80px 0;
  background: #f7f7f7; }
  .ut_industries .ut_toolWorkWith {
    padding: 100px 0 60px; }
    .ut_industries .ut_toolWorkWith ul {
      text-align: center; }
      .ut_industries .ut_toolWorkWith ul li {
        display: inline-block;
        background: #fff;
        padding: 20px;
        margin: 15px;
        min-width: 280px;
        text-align: left;
        vertical-align: top;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08); }
        .ut_industries .ut_toolWorkWith ul li img {
          float: left;
          margin-right: 14px; }
        .ut_industries .ut_toolWorkWith ul li h5 {
          font-size: 18px;
          color: #444444;
          margin: 0;
          padding-top: 18px; }
          .ut_industries .ut_toolWorkWith ul li h5.ptop {
            padding-top: 8px; }
          @media (max-width: 480px) {
            .ut_industries .ut_toolWorkWith ul li h5 {
              font-size: 16px; } }
    @media (max-width: 1199px) {
      .ut_industries .ut_toolWorkWith .table .table-cell {
        display: block;
        width: auto;
        text-align: center; } }
    @media (max-width: 991px) {
      .ut_industries .ut_toolWorkWith {
        padding-bottom: 0; }
        .ut_industries .ut_toolWorkWith ul {
          margin-top: 40px; } }
  @media (max-width: 1366px) {
    .ut_industries .boxedTable .table-cell h3 {
      font-size: 30px; } }
  @media (max-width: 1199px) {
    .ut_industries .boxedTable h3 {
      text-align: center; } }
  @media (max-width: 600px) {
    .ut_industries {
      padding: 40px 0; }
      .ut_industries .boxedTable .table-cell h3 {
        font-size: 21px; } }

.qaMobileTestingProcess {
  background: #012a5e; }
  .qaMobileTestingProcess figure {
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .qaMobileTestingProcess figure {
        padding: 0 40px; } }
  @media (max-width: 991px) {
    .qaMobileTestingProcess .col-md-3 {
      text-align: center; }
      .qaMobileTestingProcess .col-md-3 p {
        padding-bottom: 30px; }
      .qaMobileTestingProcess .col-md-3.right {
        text-align: center; } }
  @media (max-width: 768px) {
    .qaMobileTestingProcess .table .table-cell {
      display: block;
      margin: 0 auto;
      width: 60%;
      text-align: center; }
      .qaMobileTestingProcess .table .table-cell.right {
        text-align: center; }
      .qaMobileTestingProcess .table .table-cell p {
        margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .qaMobileTestingProcess .table .table-cell {
      width: 100%; } }

.endtoendMobileTesting {
  padding: 80px 0 40px; }
  .endtoendMobileTesting .thumBox {
    min-height: 260px;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 60px 0;
    border-left: solid #ddd 1px; }
    .endtoendMobileTesting .thumBox figure {
      margin-bottom: 20px; }
    .endtoendMobileTesting .thumBox h4 {
      margin: 0 0 10px; }
    .endtoendMobileTesting .thumBox p {
      margin: 0; }
    .endtoendMobileTesting .thumBox.noborder {
      border-left: none; }
    @media (max-width: 1199px) {
      .endtoendMobileTesting .thumBox.noBorder_2 {
        border-left: none; } }
    @media (max-width: 1199px) {
      .endtoendMobileTesting .thumBox.border_2 {
        border-left: solid #ddd 1px; } }
    @media (max-width: 991px) {
      .endtoendMobileTesting .thumBox.border_2 {
        border-left: none; } }
    @media (max-width: 991px) {
      .endtoendMobileTesting .thumBox {
        min-height: 0;
        border: none;
        margin-bottom: 10px;
        padding-bottom: 30px;
        border-bottom: solid #ddd 1px; } }
    @media (max-width: 480px) {
      .endtoendMobileTesting .thumBox {
        padding: 30px; } }
  @media (max-width: 600px) {
    .endtoendMobileTesting {
      padding: 40px 0; } }

.mt_toolTechWorkWith {
  background: #f7f7f7; }
  .mt_toolTechWorkWith ul {
    padding: 0;
    text-align: center; }
    .mt_toolTechWorkWith ul li {
      display: inline-block;
      width: 40%;
      margin: 15px;
      padding: 15px;
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
      box-shadow: 0 0 10px 2px rgba(0,0,0,0.05); }
      @media (max-width: 480px) {
        .mt_toolTechWorkWith ul li {
          width: 80%; } }
    .mt_toolTechWorkWith ul.full li {
      display: block;
      width: auto;
      padding: 10px;
      max-width: 280px;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .mt_toolTechWorkWith ul.full li {
          display: inline-block;
          margin: 20px;
          width: 35%; } }
      @media (max-width: 480px) {
        .mt_toolTechWorkWith ul.full li {
          margin: 15px;
          width: 40%; } }
      @media (max-width: 360px) {
        .mt_toolTechWorkWith ul.full li {
          width: 60%; } }
    @media (max-width: 768px) {
      .mt_toolTechWorkWith ul.full {
        margin-bottom: 40px; } }
    @media (max-width: 600px) {
      .mt_toolTechWorkWith ul.full {
        margin-bottom: 20px; } }
  .mt_toolTechWorkWith h4 {
    font-family: "proxima_novaregular";
    font-size: 21px;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .mt_toolTechWorkWith h4 {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .mt_toolTechWorkWith h4 {
        font-size: 17px; } }
  @media (max-width: 991px) {
    .mt_toolTechWorkWith .table .table-cell {
      display: block;
      width: auto;
      text-align: center; }
      .mt_toolTechWorkWith .table .table-cell:first-child {
        margin-bottom: 40px; } }

.pt_betterPerfom {
  padding: 80px 0;
  background: #009ada; }
  .pt_betterPerfom h3, .pt_betterPerfom p {
    color: #fff; }
  .pt_betterPerfom h3 {
    padding-top: 40px; }
    .pt_betterPerfom h3:first-child {
      padding-top: 0; }
  .pt_betterPerfom figure {
    padding: 0 30px; }
  @media (max-width: 768px) {
    .pt_betterPerfom .table .table-cell {
      display: block;
      width: auto;
      text-align: center;
      margin-bottom: 40px; }
      .pt_betterPerfom .table .table-cell.right {
        text-align: center; }
      .pt_betterPerfom .table .table-cell:last-child {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .pt_betterPerfom {
      padding: 40px 0; } }

.whyClavaxQA_new {
  position: relative;
  z-index: 1;
  padding: 80px 0; }
  .whyClavaxQA_new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
    background: #ebeff2; }
  .whyClavaxQA_new .thumbBox {
    position: relative;
    z-index: 1;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    padding: 60px 40px;
    border: solid #ddd 1px; }
    .whyClavaxQA_new .thumbBox:before {
      content: '';
      position: absolute;
      top: -30px;
      right: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_top.jpg) no-repeat; }
    .whyClavaxQA_new .thumbBox:after {
      content: '';
      position: absolute;
      bottom: -30px;
      left: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_bottom.jpg) no-repeat; }
    .whyClavaxQA_new .thumbBox a {
      display: inline-block;
      font-size: 16px;
      color: #333;
      margin-top: 20px;
      padding: 8px 20px;
      border: solid #999 1px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px; }
    .whyClavaxQA_new .thumbBox figure {
      margin-bottom: 10px; }
    .whyClavaxQA_new .thumbBox .common_h6 {
      color: #373737;
      margin-bottom: 30px; }
      .whyClavaxQA_new .thumbBox .common_h6 img {
        vertical-align: middle; }
      @media (max-width: 1199px) {
        .whyClavaxQA_new .thumbBox .common_h6 {
          font-size: 21px;
          margin-bottom: 20px; }
          .whyClavaxQA_new .thumbBox .common_h6 img {
            width: 40px; } }
    .whyClavaxQA_new .thumbBox p {
      margin-bottom: 0;
      min-height: 130px; }
      @media (max-width: 1366px) {
        .whyClavaxQA_new .thumbBox p {
          min-height: 150px; } }
      @media (max-width: 1199px) {
        .whyClavaxQA_new .thumbBox p {
          min-height: 180px; } }
      @media (max-width: 991px) {
        .whyClavaxQA_new .thumbBox p {
          min-height: 120px; } }
      @media (max-width: 768px) {
        .whyClavaxQA_new .thumbBox p {
          min-height: 0; } }
    .whyClavaxQA_new .thumbBox:hover {
      background: #edf8fa; }
      .whyClavaxQA_new .thumbBox:hover a {
        color: #fff;
        background: #ef323a;
        border-color: #ef323a; }
        .whyClavaxQA_new .thumbBox:hover a:hover {
          color: #fff;
          background: #012a5e;
          border-color: #012a5e; }
      .whyClavaxQA_new .thumbBox:hover:before, .whyClavaxQA_new .thumbBox:hover:after {
        opacity: 0; }
    @media (max-width: 1199px) {
      .whyClavaxQA_new .thumbBox {
        padding: 60px 25px; } }
    @media (max-width: 768px) {
      .whyClavaxQA_new .thumbBox {
        padding: 50px 30px; } }
    @media (max-width: 768px) {
      .whyClavaxQA_new .thumbBox .right {
        text-align: center; } }
    @media (max-width: 480px) {
      .whyClavaxQA_new .thumbBox {
        padding: 50px 20px; } }
  @media (max-width: 768px) {
    .whyClavaxQA_new {
      text-align: center; }
      .whyClavaxQA_new .table .table-cell {
        display: block;
        width: 100%;
        padding: 20px 0; }
        .whyClavaxQA_new .table .table-cell img {
          width: 240px; } }

.clavaxQA_howITworks {
  position: relative;
  z-index: 1;
  margin: 40px 0; }
  .clavaxQA_howITworks:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #f2f2f3; }
  .clavaxQA_howITworks ul {
    margin: 0;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05); }
    .clavaxQA_howITworks ul li {
      display: block;
      float: left;
      width: 50%;
      padding: 20px;
      min-height: 280px;
      border-left: solid #ddd 1px;
      border-bottom: solid #ddd 1px; }
      .clavaxQA_howITworks ul li:first-child {
        border-left: none; }
      .clavaxQA_howITworks ul li:nth-child(3n) {
        border-left: none;
        border-bottom: none; }
      .clavaxQA_howITworks ul li:last-child {
        border-bottom: none; }
      .clavaxQA_howITworks ul li figure {
        margin-bottom: 10px; }
      .clavaxQA_howITworks ul li p {
        margin-bottom: 0; }
      @media (max-width: 1366px) {
        .clavaxQA_howITworks ul li {
          min-height: 350px; } }
      @media (max-width: 1024px) {
        .clavaxQA_howITworks ul li {
          min-height: 280px; } }
      @media (max-width: 600px) {
        .clavaxQA_howITworks ul li {
          width: 100%;
          min-height: 0;
          border-left: none; }
          .clavaxQA_howITworks ul li:nth-child(3n) {
            border-bottom: solid #ddd 1px; } }
    @media (max-width: 600px) {
      .clavaxQA_howITworks ul {
        padding: 15px; } }
  @media (max-width: 1024px) {
    .clavaxQA_howITworks {
      background: #f2f2f3;
      padding: 60px 0;
      margin-bottom: 0;
      text-align: center; }
      .clavaxQA_howITworks .table .table-cell {
        display: block;
        width: 100%;
        padding: 20px 0; } }

.restaurantBanner {
  position: relative;
  z-index: 1;
  padding-top: 82px;
  background: #f0f2f5; }
  .restaurantBanner:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    left: 5%;
    top: -40%;
    z-index: -1;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .restaurantBanner .txtBox {
    padding: 180px 50px; }
    .restaurantBanner .txtBox .common_h2 span {
      display: block;
      font-size: 60%; }
    @media (max-width: 1024px) {
      .restaurantBanner .txtBox {
        padding: 100px 50px; } }
    @media (max-width: 768px) {
      .restaurantBanner .txtBox {
        padding: 60px 30px;
        text-align: center; } }
    @media (max-width: 600px) {
      .restaurantBanner .txtBox {
        padding: 30px; } }
  .restaurantBanner .hand {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 100; }
    .restaurantBanner .hand img {
      max-width: 600px; }
      @media (max-width: 1024px) {
        .restaurantBanner .hand img {
          max-width: 500px; } }
    @media (max-width: 991px) {
      .restaurantBanner .hand {
        display: none; } }
  .restaurantBanner .mobileImg {
    position: relative;
    top: 20px;
    right: -50px;
    text-align: center; }
  @media (max-width: 1199px) {
    .restaurantBanner {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .restaurantBanner {
      padding-top: 82px;
      overflow: hidden;
      text-align: center; } }

.rsPage {
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .rsPage br {
      display: none; } }

.ourRestaurantSolution {
  padding: 60px 0; }
  .ourRestaurantSolution .thumbBox {
    padding: 40px 40px 0;
    min-height: 340px;
    margin-bottom: 50px; }
    .ourRestaurantSolution .thumbBox figure {
      margin-bottom: 10px; }
    .ourRestaurantSolution .thumbBox h4 {
      font-family: "proxima_novaregular";
      font-size: 28px; }
      @media (max-width: 600px) {
        .ourRestaurantSolution .thumbBox h4 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .ourRestaurantSolution .thumbBox h4 {
          font-size: 21px; } }
    .ourRestaurantSolution .thumbBox h5 {
      font-family: "proxima_novaregular";
      font-size: 21px;
      line-height: 28px;
      color: #012a5e; }
      @media (max-width: 600px) {
        .ourRestaurantSolution .thumbBox h5 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .ourRestaurantSolution .thumbBox h5 {
          font-size: 16px; } }
    .ourRestaurantSolution .thumbBox p {
      margin-bottom: 0; }
    .ourRestaurantSolution .thumbBox.borderLeft_on3 {
      border-left: solid #ddd 1px; }
      @media (max-width: 991px) {
        .ourRestaurantSolution .thumbBox.borderLeft_on3 {
          border-left: none; } }
    @media (max-width: 991px) {
      .ourRestaurantSolution .thumbBox.borderLeft_on2 {
        border-left: solid #ddd 1px; } }
    @media (max-width: 768px) {
      .ourRestaurantSolution .thumbBox.borderLeft_on2 {
        border-left: none; } }
    .ourRestaurantSolution .thumbBox.nominHeight {
      min-height: 0; }
      .ourRestaurantSolution .thumbBox.nominHeight figure, .ourRestaurantSolution .thumbBox.nominHeight h4 {
        margin-bottom: 0; }
      @media (max-width: 1199px) {
        .ourRestaurantSolution .thumbBox.nominHeight {
          min-height: 220px; } }
      @media (max-width: 768px) {
        .ourRestaurantSolution .thumbBox.nominHeight {
          min-height: 0; } }
    @media (max-width: 768px) {
      .ourRestaurantSolution .thumbBox {
        min-height: auto;
        padding: 40px;
        margin-bottom: 20px;
        border-top: solid #ddd 1px; } }
    @media (max-width: 600px) {
      .ourRestaurantSolution .thumbBox {
        padding: 30px;
        text-align: center; } }
  @media (max-width: 600px) {
    .ourRestaurantSolution {
      padding: 30px 0; } }

.bg_lightBlue {
  background: #edf1f5; }

.restaurantFirstBox {
  padding: 160px 0 80px; }
  @media (max-width: 1024px) {
    .restaurantFirstBox {
      padding: 80px 0; } }
  @media (max-width: 600px) {
    .restaurantFirstBox {
      padding: 40px 0; } }
  .restaurantFirstBox .flex {
    display: flex;
    flex-wrap: wrap; }

.restaurantForm {
  position: absolute;
  top: -90px;
  left: 10%;
  width: 80%;
  z-index: 10;
  padding: 40px 50px;
  background: #f4f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .restaurantForm fieldset {
    position: relative;
    margin-bottom: 20px; }
    .restaurantForm fieldset .form-control {
      padding: 10px;
      border: solid #ccc 1px; }
      .restaurantForm fieldset .form-control:focus {
        border-color: #777; }
    .restaurantForm fieldset label.error {
      position: absolute;
      top: 100%;
      right: 0;
      color: red; }
  .restaurantForm .aprox-price {
    margin: 5px 0 10px; }
  @media (max-width: 1366px) {
    .restaurantForm {
      padding: 40px; } }
  @media (max-width: 991px) {
    .restaurantForm {
      display: none; } }

.projectShowcaseSlider {
  padding: 90px 0;
  background: #f5f6f6; }
  .projectShowcaseSlider .rp_slider {
    outline: none;
    outline: none;
    text-align: center; }
    .projectShowcaseSlider .rp_slider .slide {
      outline: none; }
    .projectShowcaseSlider .rp_slider .slick-dots {
      bottom: -40px; }
      .projectShowcaseSlider .rp_slider .slick-dots li {
        margin: 0 4px;
        background: #333; }
  .projectShowcaseSlider .txtBox {
    padding: 60px 0 0 40px; }
    .projectShowcaseSlider .txtBox p {
      font-family: "proxima_novaregular";
      color: #2c2c2c; }
      .projectShowcaseSlider .txtBox p.primary {
        color: #012a5e; }
    @media (max-width: 1024px) {
      .projectShowcaseSlider .txtBox {
        padding-top: 10px; } }
    @media (max-width: 991px) {
      .projectShowcaseSlider .txtBox {
        padding: 80px 0 0;
        text-align: center; } }
  @media (max-width: 600px) {
    .projectShowcaseSlider {
      padding: 40px 0; } }

.needCustomized {
  padding: 80px 0;
  background: #f0f0f0; }
  .needCustomized ul {
    padding: 0;
    text-align: center; }
    .needCustomized ul li {
      position: relative;
      display: inline-block;
      width: 20%;
      margin: 0 20px;
      padding: 40px 0;
      cursor: pointer;
      background: #f9f9f9;
      -webkit-box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: transform 400ms ease-out;
      -o-transition: transform 400ms ease-out;
      transition: transform 400ms ease-out; }
      .needCustomized ul li figure {
        margin-bottom: 20px; }
      .needCustomized ul li h4 {
        font-size: 18px;
        margin: 0;
        color: #202020; }
        @media (max-width: 480px) {
          .needCustomized ul li h4 {
            font-size: 22px; } }
      .needCustomized ul li.active {
        background: url(../img/check.png) right top no-repeat #f9f9f9; }
      .needCustomized ul li:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        background: url(../img/check.png) right top no-repeat #f9f9f9; }
      @media (max-width: 1024px) {
        .needCustomized ul li {
          width: 42%;
          margin: 20px; } }
      @media (max-width: 480px) {
        .needCustomized ul li {
          width: 100%;
          padding: 20px 0;
          margin: 0 0 30px; }
          .needCustomized ul li figure {
            display: none; } }
  @media (max-width: 600px) {
    .needCustomized {
      padding: 40px 0; } }

.blendedDigital {
  padding: 80px 0; }
  .blendedDigital ul {
    padding: 0;
    margin-top: 40px; }
    .blendedDigital ul li {
      display: inline-block;
      padding: 0 40px;
      text-align: center;
      border-left: solid #999 1px; }
      .blendedDigital ul li:first-child {
        padding-left: 0;
        border: none; }
      @media (max-width: 1199px) {
        .blendedDigital ul li {
          padding: 0 20px; } }
      @media (max-width: 1024px) {
        .blendedDigital ul li {
          border: none;
          margin-bottom: 30px; } }
    @media (max-width: 1024px) {
      .blendedDigital ul {
        text-align: center; } }
  @media (max-width: 991px) {
    .blendedDigital {
      text-align: center; } }
  @media (max-width: 600px) {
    .blendedDigital {
      padding: 40px 0; } }

.mobility_banner {
  position: relative;
  padding-top: 82px;
  min-height: 1000px;
  background: url(../img/mobility_solution/clavax-mobility.png) center no-repeat;
  background-size: 90%; }
  .mobility_banner ul {
    margin: 0;
    padding: 0; }
    .mobility_banner ul li {
      display: block;
      position: absolute;
      max-width: 500px; }
      .mobility_banner ul li img {
        display: block; }
      .mobility_banner ul li.one_slide {
        left: 0;
        bottom: 100px; }
        @media (max-width: 600px) {
          .mobility_banner ul li.one_slide {
            bottom: 0; } }
      .mobility_banner ul li.two_slide {
        left: 14%;
        top: 350px;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg); }
        @media (max-width: 600px) {
          .mobility_banner ul li.two_slide {
            display: none; } }
      .mobility_banner ul li.three_slide {
        left: 37%;
        top: 100px; }
        @media (max-width: 600px) {
          .mobility_banner ul li.three_slide {
            left: 25%; } }
        @media (max-width: 480px) {
          .mobility_banner ul li.three_slide {
            left: 15%; } }
        @media (max-width: 360px) {
          .mobility_banner ul li.three_slide {
            left: 5%; } }
      .mobility_banner ul li.four_slide {
        right: 0;
        top: 105px; }
      @media (max-width: 1366px) {
        .mobility_banner ul li {
          max-width: 400px; } }
      @media (max-width: 800px) {
        .mobility_banner ul li {
          max-width: 300px; }
          .mobility_banner ul li:first-child {
            max-width: 200px; } }
      @media (max-width: 600px) {
        .mobility_banner ul li {
          max-width: 200px; } }
  @media (max-width: 800px) {
    .mobility_banner {
      min-height: 800px; } }
  @media (max-width: 600px) {
    .mobility_banner {
      min-height: 500px; } }

.mobileapp_wrap {
  padding: 80px 0;
  background: #ebeff2; }
  .mobileapp_wrap .common_h3 {
    color: #012a5e;
    line-height: 46px;
    text-transform: uppercase; }
    .mobileapp_wrap .common_h3 span {
      display: block;
      font-size: 50%; }
      @media (max-width: 768px) {
        .mobileapp_wrap .common_h3 span {
          font-size: 100%; } }
    @media (max-width: 991px) {
      .mobileapp_wrap .common_h3 {
        line-height: 1.2; } }
  .mobileapp_wrap ul {
    text-align: center;
    margin-bottom: 60px; }
    .mobileapp_wrap ul li {
      display: inline-block; }
      .mobileapp_wrap ul li .icon {
        display: inline-block;
        width: 50px;
        height: 45px;
        vertical-align: top;
        background: url(../img/sprite.png) no-repeat; }
        .mobileapp_wrap ul li .icon.ios {
          background-position: -261px -376px; }
        .mobileapp_wrap ul li .icon.android {
          background-position: -324px -376px; }
  .mobileapp_wrap .table {
    margin: 0; }
    .mobileapp_wrap .table .table-cell {
      width: 20%;
      padding: 0 40px;
      vertical-align: middle;
      border-right: solid #d0d7dc 1px; }
      .mobileapp_wrap .table .table-cell:last-child {
        border-right: none; }
      .mobileapp_wrap .table .table-cell h1, .mobileapp_wrap .table .table-cell h3 {
        font-size: 24px;
        margin: 0;
        line-height: 30px;
        text-transform: uppercase; }
        .mobileapp_wrap .table .table-cell h1 span, .mobileapp_wrap .table .table-cell h3 span {
          display: block;
          text-transform: none; }
      .mobileapp_wrap .table .table-cell .icon {
        background: url(../img/sprite.png) no-repeat;
        display: inline-block;
        height: 75px;
        width: 70px;
        vertical-align: middle;
        margin-bottom: 20px; }
        .mobileapp_wrap .table .table-cell .icon.mobileapp_icon {
          background-position: -252px -445px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappdlop_icon {
          background-position: -312px -443px; }
        .mobileapp_wrap .table .table-cell .icon.appsupport_icon {
          background-position: -394px -442px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappdgn_icon {
          background-position: -486px -440px; }
        .mobileapp_wrap .table .table-cell .icon.mobileappUsr_icon {
          background-position: -568px -438px; }
      @media (max-width: 991px) {
        .mobileapp_wrap .table .table-cell {
          display: block;
          float: left;
          width: 33%;
          margin: 30px 0; } }
      @media (max-width: 991px) {
        .mobileapp_wrap .table .table-cell {
          width: 100%;
          float: none;
          border: none;
          text-align: center; } }
  @media (max-width: 991px) {
    .mobileapp_wrap {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .mobileapp_wrap {
      padding: 40px 0; } }

.marketsuccess_wrap {
  padding: 80px 0; }
  .marketsuccess_wrap .common_h3 span {
    font-size: 60%; }
    @media (max-width: 991px) {
      .marketsuccess_wrap .common_h3 span {
        font-size: 100%; } }
  .marketsuccess_wrap .common_h4 {
    font-family: "proxima_novaregular"; }
  .marketsuccess_wrap .table {
    margin: 0; }
    .marketsuccess_wrap .table .table-cell {
      position: relative; }
      .marketsuccess_wrap .table .table-cell figure {
        position: relative; }
        @media (max-width: 991px) {
          .marketsuccess_wrap .table .table-cell figure > img {
            height: 400px; } }
        .marketsuccess_wrap .table .table-cell figure .arrow1 {
          position: absolute;
          z-index: 1;
          right: -31%;
          bottom: -3%; }
        .marketsuccess_wrap .table .table-cell figure .arrow2 {
          position: absolute;
          z-index: -1;
          left: -20%;
          bottom: 3%; }
      @media (max-width: 768px) {
        .marketsuccess_wrap .table .table-cell {
          display: block;
          width: auto; }
          .marketsuccess_wrap .table .table-cell .txtBox {
            padding: 30px 60px; }
          .marketsuccess_wrap .table .table-cell h3 {
            margin-bottom: 10px; } }
      @media (max-width: 600px) {
        .marketsuccess_wrap .table .table-cell .txtBox {
          padding: 10px 0; } }
    .marketsuccess_wrap .table.adjustTop {
      margin-top: -220px; }
      @media (max-width: 991px) {
        .marketsuccess_wrap .table.adjustTop {
          margin-top: -120px; } }
      @media (max-width: 768px) {
        .marketsuccess_wrap .table.adjustTop {
          margin-top: 0; } }
  @media (max-width: 600px) {
    .marketsuccess_wrap {
      padding: 40px 0; } }

.weblisting {
  width: 100%;
  display: table;
  padding: 40px 0; }
  .weblisting li {
    position: relative;
    display: table-cell;
    vertical-align: top; }
    .weblisting li h4 {
      font-size: 24px;
      color: #012a5e; }
      @media (max-width: 600px) {
        .weblisting li h4 {
          font-size: 18px; } }
    .weblisting li p {
      padding: 0 40px; }
      @media (max-width: 1366px) {
        .weblisting li p {
          padding: 0 20px; } }
    .weblisting li:last-child {
      margin-bottom: 0; }
      .weblisting li:last-child:after {
        display: none; }
    .weblisting li:after {
      position: absolute;
      content: '';
      height: 1px;
      top: 40%;
      right: -20%;
      width: 40%;
      border-bottom: 2px dashed #9b9b9b; }
      @media (max-width: 991px) {
        .weblisting li:after {
          height: 45px;
          top: 105%;
          left: 50%;
          width: 1px;
          border-left: 2px dashed #9b9b9b; } }
    .weblisting li .icon {
      display: inline-block;
      width: 200px;
      height: 200px;
      border-radius: 100%;
      margin-bottom: 30px;
      border: 2px dashed #9b9b9b;
      background: url(../img/sprite.png) no-repeat; }
      .weblisting li .icon.idea_icon {
        background-position: -177px -522px; }
      .weblisting li .icon.experts_icon {
        background-position: -320px -517px; }
      .weblisting li .icon.deploy_icon {
        background-position: -484px -519px; }
      .weblisting li .icon.build_icon {
        background-position: -175px -687px; }
      .weblisting li .icon.test_icon {
        background-position: -321px -687px; }
      .weblisting li .icon.monitor_icon {
        background-position: -488px -689px; }
      @media (max-width: 600px) {
        .weblisting li .icon {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8); } }
    @media (max-width: 991px) {
      .weblisting li {
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 80px; } }
    @media (max-width: 600px) {
      .weblisting li {
        width: 96%; }
        .weblisting li p {
          padding: 0; } }
  .weblisting.partnerPage {
    padding: 0; }
    .weblisting.partnerPage li .icon {
      background: url(../img/partner_weblist.png) no-repeat; }
      .weblisting.partnerPage li .icon.ia {
        background-position: -200px 0; }
      .weblisting.partnerPage li .icon.ia1 {
        background-position: -400px 0; }
  .weblisting.restaurantPage {
    text-align: center; }
    .weblisting.restaurantPage li .icon {
      background: url(../img/restaurant/restaurant_icon.png) no-repeat; }
      .weblisting.restaurantPage li .icon.icon1 {
        background-position: 0 -200px; }
      .weblisting.restaurantPage li .icon.icon2 {
        background-position: 0 -400px; }
  @media (max-width: 991px) {
    .weblisting {
      padding-bottom: 0; } }
  @media (max-width: 600px) {
    .weblisting {
      padding: 0; } }

.tooltechnologies_wrap.mobilityPage {
  background: none;
  margin-top: 0;
  padding: 60px 0; }
  .tooltechnologies_wrap.mobilityPage .tools_img {
    margin-top: 0; }
  .tooltechnologies_wrap.mobilityPage .languagesList {
    padding: 0;
    margin-top: 50px;
    text-align: center; }
    .tooltechnologies_wrap.mobilityPage .languagesList li {
      display: inline-block;
      width: 19%;
      margin-bottom: 20px; }
  @media (max-width: 800px) {
    .tooltechnologies_wrap.mobilityPage {
      padding: 0 0 40px; } }

.haflBgBox {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #012a5e; }
  .haflBgBox:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: -1;
    background: url(../img/marketing_automation/ma-1.jpg) no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .haflBgBox:before {
        display: none; } }
  .haflBgBox .table {
    margin: 0; }
    .haflBgBox .table .table-cell {
      padding: 0 80px; }
      @media (max-width: 991px) {
        .haflBgBox .table .table-cell {
          display: block;
          width: auto;
          padding: 40px; } }
      @media (max-width: 768px) {
        .haflBgBox .table .table-cell {
          padding: 30px; } }
      @media (max-width: 480px) {
        .haflBgBox .table .table-cell {
          padding: 20px; } }
  .haflBgBox.imgRight {
    background: #e8f6f7; }
    .haflBgBox.imgRight:before {
      left: 45%;
      width: 55%;
      background: url(../img/marketing_automation/ma-2.jpg) no-repeat;
      background-size: cover; }
  .haflBgBox .blueBox {
    padding: 60px;
    background: #0594d1; }
    @media (max-width: 991px) {
      .haflBgBox .blueBox {
        padding: 40px; } }
    @media (max-width: 768px) {
      .haflBgBox .blueBox {
        padding: 30px; } }
    @media (max-width: 480px) {
      .haflBgBox .blueBox {
        padding: 20px; } }
  @media (max-width: 991px) {
    .haflBgBox {
      padding: 0;
      text-align: center; } }

.talk_our_expert {
  background: url(../img/marketing_automation/our_expert.jpg) no-repeat #ddded8;
  background-size: cover;
  padding: 220px 0; }
  @media (max-width: 991px) {
    .talk_our_expert {
      padding: 60px;
      text-align: center;
      background: #ddded8; } }
  @media (max-width: 600px) {
    .talk_our_expert {
      padding: 60px 0; } }

@media (max-width: 991px) {
  .chatbotDifference .row p {
    margin: 0 auto;
    width: 60%; } }

@media (max-width: 480px) {
  .chatbotDifference .row p {
    width: 100%; } }

.konnetBot {
  position: relative;
  z-index: 1;
  background: #2675df;
  padding: 80px 0 160px; }
  .konnetBot .headingBox {
    padding: 0 60px; }
  .konnetBot .tabContent {
    text-align: right; }
    .konnetBot .tabContent h4 {
      font-family: "proxima_novaregular";
      margin-bottom: 5px; }
    .konnetBot .tabContent p {
      font-size: 21px; }
    .konnetBot .tabContent ul {
      padding-top: 20px; }
    @media (max-width: 768px) {
      .konnetBot .tabContent {
        text-align: center; }
        .konnetBot .tabContent .bulletList.alignRight {
          text-align: center;
          direction: ltr; }
          .konnetBot .tabContent .bulletList.alignRight li {
            display: block; } }
  .konnetBot .tabNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #012a5e; }
    .konnetBot .tabNav li {
      display: block;
      float: left;
      width: 20%;
      outline: none;
      border-left: solid #ddd 1px; }
      .konnetBot .tabNav li a {
        display: block;
        font-size: 18px;
        color: #fff;
        outline: none;
        line-height: 66px;
        text-align: center; }
        @media (max-width: 768px) {
          .konnetBot .tabNav li a {
            font-size: 15px;
            line-height: 50px; } }
      .konnetBot .tabNav li:first-child {
        border-left: none; }
      .konnetBot .tabNav li:hover, .konnetBot .tabNav li.ui-tabs-active {
        background: #ef323a; }
      @media (max-width: 600px) {
        .konnetBot .tabNav li {
          display: inline-block;
          float: none;
          width: auto;
          border-left: none;
          border-bottom: solid #ddd 1px; }
          .konnetBot .tabNav li a {
            font-size: 12px;
            padding: 0 20px; } }
    @media (max-width: 600px) {
      .konnetBot .tabNav {
        text-align: center; } }
  @media (max-width: 768px) {
    .konnetBot {
      padding: 60px 0 110px; } }
  @media (max-width: 600px) {
    .konnetBot {
      padding: 60px 0 180px; } }

.chatBoxFeatures {
  background: url(../img/chatbot/feature_bg.jpg) center 350px no-repeat #e9edf2;
  background-size: cover;
  padding: 150px 0 0;
  margin-bottom: 120px; }
  .chatBoxFeatures .whiteBox {
    position: relative;
    z-index: 1;
    padding: 80px;
    background: #fff;
    margin-bottom: -60px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
    .chatBoxFeatures .whiteBox .thumbBox {
      padding: 40px 0 0; }
      .chatBoxFeatures .whiteBox .thumbBox figure {
        margin-bottom: 20px; }
      .chatBoxFeatures .whiteBox .thumbBox h4 {
        font-size: 21px;
        line-height: 30px;
        color: #012a5e; }
        @media (max-width: 480px) {
          .chatBoxFeatures .whiteBox .thumbBox h4 {
            font-size: 18px;
            line-height: 1.2; } }
      @media (max-width: 768px) {
        .chatBoxFeatures .whiteBox .thumbBox {
          padding-top: 20px; } }
    @media (max-width: 768px) {
      .chatBoxFeatures .whiteBox {
        padding: 40px 25px;
        text-align: center; } }
  @media (max-width: 768px) {
    .chatBoxFeatures {
      padding: 80px 0 0; } }

.integratedWithEase {
  padding: 80px 0; }
  .integratedWithEase ul {
    text-align: center;
    padding: 20px 0 100px; }
    .integratedWithEase ul li {
      display: inline-block;
      margin: 0 20px; }
  @media (max-width: 768px) {
    .integratedWithEase {
      text-align: center; }
      .integratedWithEase ul {
        padding-bottom: 40px; }
        .integratedWithEase ul li {
          margin: 10px; } }

.whyNeedIot {
  background: #ebeff2;
  padding: 80px 0;
  text-align: center; }
  .whyNeedIot figure {
    margin-bottom: 20px; }
  .whyNeedIot .common_h6 {
    color: #444; }

.registrationForm {
  padding: 100px 0;
  background: #012a5e;
  border-top: solid #fff 4px; }
  .registrationForm .regForm {
    margin: 0 auto;
    width: 80%; }
    .registrationForm .regForm fieldset {
      position: relative;
      margin-bottom: 30px; }
      .registrationForm .regForm fieldset .form-control {
        font-size: 16px;
        color: #999;
        padding: 12px; }
      .registrationForm .regForm fieldset select {
        cursor: pointer; }
      .registrationForm .regForm fieldset textarea {
        height: 100px; }
      .registrationForm .regForm fieldset label.error {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red; }
    .registrationForm .regForm .reCAPTCHA_custom {
      position: relative;
      min-height: 70px;
      margin-bottom: 40px; }
      .registrationForm .regForm .reCAPTCHA_custom label.error {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red;
        width: 100%; }
    .registrationForm .regForm .btnSimple {
      margin: 0; }
      .registrationForm .regForm .btnSimple:hover {
        background: #fff;
        color: #012a5e; }
    @media (max-width: 991px) {
      .registrationForm .regForm {
        width: auto; } }

.overviewBox {
  padding: 100px 0;
  background: url(../img/others/overview_bg.jpg) right bottom no-repeat; }
  @media (max-width: 991px) {
    .overviewBox {
      padding: 50px 0;
      background: none;
      text-align: center; }
      .overviewBox .bulletList {
        text-align: left; } }

.peLinkBoxes {
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  .peLinkBoxes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 70%;
    background: #eef1f4; }
  .peLinkBoxes .thumbBox {
    background: url(../img/others/web_app_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 580px;
    padding: 340px 50px 50px; }
    .peLinkBoxes .thumbBox.bg1 {
      background-image: url(../img/others/mobile_app_bg.jpg); }
    .peLinkBoxes .thumbBox h3 {
      margin-bottom: 0; }
    .peLinkBoxes .thumbBox p {
      margin-bottom: 20px; }
    @media (max-width: 991px) {
      .peLinkBoxes .thumbBox {
        min-height: 0;
        padding: 50px;
        text-align: center;
        margin-bottom: 40px;
        background-position: center bottom; } }
  @media (max-width: 991px) {
    .peLinkBoxes {
      padding: 40px 0; } }

@media (max-width: 991px) {
  .ccPageBox {
    text-align: center; } }

.techWebinar {
  padding: 80px 0; }
  .techWebinar .webinarList {
    margin: 30px 0;
    padding: 30px 0;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
    .techWebinar .webinarList .table .table-cell {
      padding: 10px; }
      .techWebinar .webinarList .table .table-cell.venueBox {
        text-align: center; }
        .techWebinar .webinarList .table .table-cell.venueBox i {
          font-size: 21px;
          margin-bottom: 20px;
          color: #012a5e; }
      .techWebinar .webinarList .table .table-cell.txtBox {
        padding-left: 40px;
        border-left: solid #ddd 1px; }
        .techWebinar .webinarList .table .table-cell.txtBox p {
          margin: 0; }
    .techWebinar .webinarList:hover {
      background: #f4f3f3; }

.newsRoom {
  padding: 80px 0; }
  .newsRoom .nrSlider {
    background: #012a5e; }
    .newsRoom .nrSlider .slide_nr {
      width: 100%; }
      .newsRoom .nrSlider .slide_nr .table {
        margin: 0; }
        .newsRoom .nrSlider .slide_nr .table .table-cell {
          padding: 0 60px; }
          .newsRoom .nrSlider .slide_nr .table .table-cell:last-child {
            padding: 0; }
        @media (max-width: 1024px) {
          .newsRoom .nrSlider .slide_nr .table {
            display: block;
            width: auto;
            padding: 80px 0; } }
    .newsRoom .nrSlider .slick-dots {
      bottom: 60px;
      z-index: 100;
      width: auto;
      text-align: left;
      padding-left: 60px; }
      .newsRoom .nrSlider .slick-dots li {
        width: 26px;
        height: 4px;
        opacity: 1;
        background: #fff;
        margin: 0 10px 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        .newsRoom .nrSlider .slick-dots li.slick-active {
          background: #ef323a; }
      @media (max-width: 1024px) {
        .newsRoom .nrSlider .slick-dots {
          bottom: 30px; } }
  @media (max-width: 768px) {
    .newsRoom {
      padding: 40px 0; } }

.pr_thumbBox {
  display: block;
  padding: 60px 40px;
  border: solid #fff 1px; }
  .pr_thumbBox h6 {
    font-size: 14px;
    color: #ef323a; }
  .pr_thumbBox:hover {
    background: #f4f6f7;
    border-color: #dedede; }
  @media (max-width: 768px) {
    .pr_thumbBox {
      padding: 30px; } }

.webinarSection {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #012a5e; }
  .webinarSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    z-index: -1;
    height: 100%;
    background: url(../img/others/webinar_bg.jpg) no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .webinarSection:before {
        width: 100%;
        height: 50%; } }
  .webinarSection .table .table-cell {
    padding: 0; }
    .webinarSection .table .table-cell.txtBox {
      padding: 0 80px; }
      .webinarSection .table .table-cell.txtBox .arrowBox {
        padding-top: 10px; }
        .webinarSection .table .table-cell.txtBox .arrowBox a {
          display: block;
          float: left;
          margin-left: -1px;
          border: solid #fff 1px; }
    @media (max-width: 768px) {
      .webinarSection .table .table-cell {
        display: block;
        width: 100%; }
        .webinarSection .table .table-cell.txtBox {
          padding: 0 0 40px;
          text-align: center; } }
  .webinarSection .webinarSlider {
    padding: 60px;
    margin: 0 auto;
    width: 80%;
    background: #fff; }
    .webinarSection .webinarSlider .slide {
      outline: none; }
      .webinarSection .webinarSlider .slide h6 {
        color: #ef323a; }
    @media (max-width: 768px) {
      .webinarSection .webinarSlider {
        width: auto;
        padding: 40px;
        text-align: center; }
        .webinarSection .webinarSlider .right {
          text-align: center; } }
  @media (max-width: 991px) {
    .webinarSection {
      padding: 60px 0; } }

.blogSection {
  padding: 100px 0;
  background: #ececf0; }
  .blogSection .whiteBox {
    padding: 20px;
    margin: 0 30px;
    background: #fff;
    min-height: 450px; }
    .blogSection .whiteBox figure {
      width: 100%;
      margin-bottom: 20px; }
    .blogSection .whiteBox p {
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .blogSection .whiteBox {
        margin: 0; } }
    @media (max-width: 768px) {
      .blogSection .whiteBox {
        margin-bottom: 40px;
        min-height: auto; }
        .blogSection .whiteBox.last {
          margin-bottom: 0; } }
  @media (max-width: 991px) {
    .blogSection {
      padding: 60px 0;
      text-align: center; } }

.pressReleases {
  background: url(../img/others/pr_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0; }
  .pressReleases .txtBox {
    padding-top: 140px; }
    .pressReleases .txtBox .arrowBox {
      padding-top: 10px; }
      .pressReleases .txtBox .arrowBox a {
        display: block;
        float: left;
        margin-left: -1px;
        border: solid #fff 1px; }
    @media (max-width: 991px) {
      .pressReleases .txtBox {
        padding: 0 20px 40px; } }
  .pressReleases .prSlider {
    outline: none;
    text-align: center; }
    .pressReleases .prSlider .slide {
      display: inline-block;
      width: 46%;
      outline: none;
      margin: 0 10px;
      text-align: left;
      background: #e6f0f4;
      vertical-align: top; }
      .pressReleases .prSlider .slide a {
        display: block;
        padding: 70px 30px; }
        .pressReleases .prSlider .slide a:focus {
          outline: none; }
        @media (max-width: 768px) {
          .pressReleases .prSlider .slide a {
            padding: 40px 30px; } }
      .pressReleases .prSlider .slide .date {
        font-family: "proxima_novalight";
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .pressReleases .prSlider .slide .date {
            margin-bottom: 15px; } }
      .pressReleases .prSlider .slide.blue {
        background: #0594d1; }
      @media (max-width: 768px) {
        .pressReleases .prSlider .slide {
          display: block;
          width: auto;
          margin: 0 0 20px;
          text-align: center; }
          .pressReleases .prSlider .slide.blue {
            margin-bottom: 0; } }
  .pressReleases .hiddenBtn {
    display: none;
    padding-top: 40px;
    text-align: center; }
    @media (max-width: 991px) {
      .pressReleases .hiddenBtn {
        display: block; } }
  @media (max-width: 991px) {
    .pressReleases {
      padding: 60px 0;
      text-align: center; } }

/*!
*	Blockchain Page
*/
.blockchainFirstSection {
  background: #f4f6f8;
  padding: 80px 0; }
  .blockchainFirstSection .common_h4 {
    line-height: 46px; }
    @media (max-width: 1024px) {
      .blockchainFirstSection .common_h4 br {
        display: none; } }
    @media (max-width: 991px) {
      .blockchainFirstSection .common_h4 {
        line-height: 1.3; } }
  @media (max-width: 600px) {
    .blockchainFirstSection {
      padding: 40px 0; } }

.blockchainServiceOffering {
  padding: 80px 0; }
  .blockchainServiceOffering ul {
    padding: 0;
    margin: 0; }
    .blockchainServiceOffering ul li {
      display: block;
      float: left;
      padding: 0 30px;
      width: 33.33334%;
      min-height: 240px;
      margin-bottom: 30px; }
      .blockchainServiceOffering ul li h4 {
        font-size: 24px;
        color: #012a5e;
        padding-top: 10px; }
        @media (max-width: 600px) {
          .blockchainServiceOffering ul li h4 {
            font-size: 18px; } }
      @media (max-width: 1366px) {
        .blockchainServiceOffering ul li {
          min-height: 260px; } }
      @media (max-width: 991px) {
        .blockchainServiceOffering ul li {
          width: 50%;
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .blockchainServiceOffering ul li {
          width: 100%;
          min-height: 0;
          text-align: center;
          margin-bottom: 30px; }
          .blockchainServiceOffering ul li:last-child {
            margin-bottom: 0; } }
  @media (max-width: 600px) {
    .blockchainServiceOffering {
      padding: 40px 0; } }

.gainValue {
  padding: 80px 0;
  background: url(../img/blockchain/gain_value.jpg) no-repeat;
  background-size: cover; }
  .gainValue ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .gainValue ul li {
      display: inline-block;
      position: relative;
      text-align: left;
      min-width: 500px;
      vertical-align: middle; }
      .gainValue ul li h2 span {
        font-size: 100%;
        color: #ef323a; }
      .gainValue ul li h4 {
        font-family: "proxima_novaregular";
        font-size: 21px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 30px; }
        .gainValue ul li h4:last-child {
          margin-bottom: 0; }
        .gainValue ul li h4 img {
          float: left;
          margin-top: 10px;
          margin-right: 20px;
          margin-bottom: 30px;
          vertical-align: top; }
        @media (max-width: 600px) {
          .gainValue ul li h4 {
            margin-bottom: 0;
            font-size: 16px; }
            .gainValue ul li h4 img {
              width: 36px; } }
      .gainValue ul li:last-child {
        min-width: 0;
        margin-left: 50px;
        padding-left: 50px;
        border-left: solid #1e4676 1px; }
        .gainValue ul li:last-child:before {
          position: absolute;
          top: 50%;
          right: 100%;
          width: 120px;
          height: 1px;
          background: #454545; }
      @media (max-width: 991px) {
        .gainValue ul li {
          display: block;
          min-width: auto; }
          .gainValue ul li:last-child {
            margin: 0;
            border: none;
            padding: 40px 0 0; }
          .gainValue ul li h4 {
            min-height: 50px; }
            .gainValue ul li h4 img {
              float: none;
              margin: 0 15px 0 0;
              vertical-align: middle; } }
  @media (max-width: 600px) {
    .gainValue {
      padding: 40px 0; } }

.blockchainToolsTech {
  padding: 80px 0; }
  .blockchainToolsTech ul {
    text-align: center; }
    .blockchainToolsTech ul li {
      display: inline-block;
      margin: 10px; }
      @media (max-width: 480px) {
        .blockchainToolsTech ul li img {
          width: 160px; } }
  .blockchainToolsTech .newNoiseBlockchain {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 100px 0 30px;
    background: url(../img/blockchain/new_noise.jpg) 30px bottom no-repeat #f0f1f3; }
    .blockchainToolsTech .newNoiseBlockchain h4 {
      margin-bottom: 40px; }
    .blockchainToolsTech .newNoiseBlockchain h5 {
      font-size: 21px;
      color: #464646; }
      @media (max-width: 600px) {
        .blockchainToolsTech .newNoiseBlockchain h5 {
          font-size: 17px; } }
    @media (max-width: 1500px) {
      .blockchainToolsTech .newNoiseBlockchain {
        background-size: 520px; } }
    @media (max-width: 1366px) {
      .blockchainToolsTech .newNoiseBlockchain {
        padding: 40px 0 20px;
        background-size: 480px; } }
    @media (max-width: 1199px) {
      .blockchainToolsTech .newNoiseBlockchain {
        background-size: 420px; } }
    @media (max-width: 1024px) {
      .blockchainToolsTech .newNoiseBlockchain {
        background-size: 360px; } }
    @media (max-width: 991px) {
      .blockchainToolsTech .newNoiseBlockchain {
        padding: 50px;
        text-align: center;
        background-image: none; }
        .blockchainToolsTech .newNoiseBlockchain h4 {
          margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .blockchainToolsTech .newNoiseBlockchain {
        padding: 30px 15px; } }
    @media (max-width: 600px) {
      .blockchainToolsTech .newNoiseBlockchain {
        margin-top: 10px;
        margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .blockchainToolsTech .table {
      text-align: center; }
      .blockchainToolsTech .table h4 {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .blockchainToolsTech {
      padding: 40px 0; } }

.clavaxConnect {
  padding: 80px 0; }
  .clavaxConnect .customHeading {
    margin-bottom: 20px; }
    .clavaxConnect .customHeading img {
      width: 150px; }
    .clavaxConnect .customHeading span {
      display: inline-block;
      font-size: 21px;
      padding-top: 10px;
      padding-left: 10px;
      vertical-align: top;
      color: #012a5e; }
  .clavaxConnect .thumbBox {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin: 15px 0;
    overflow: hidden;
    min-height: 320px;
    border: solid #ddd 1px; }
    .clavaxConnect .thumbBox:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_top.jpg) no-repeat; }
    .clavaxConnect .thumbBox:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 451px;
      height: 145px;
      background: url(../img/big_data/shadow_bottom.jpg) no-repeat; }
    .clavaxConnect .thumbBox figure {
      margin-bottom: 10px; }
    .clavaxConnect .thumbBox h4 {
      color: #373737;
      line-height: 50px;
      margin-bottom: 5px; }
    .clavaxConnect .thumbBox p {
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .clavaxConnect .thumbBox {
        padding: 30px; } }
    @media (max-width: 1024px) {
      .clavaxConnect .thumbBox {
        min-height: 380px; }
        .clavaxConnect .thumbBox figure {
          float: none;
          width: auto;
          margin-bottom: 10px; }
        .clavaxConnect .thumbBox h4 {
          float: none;
          width: auto;
          padding-left: 0;
          line-height: 26px; } }
    @media (max-width: 991px) {
      .clavaxConnect .thumbBox {
        padding: 40px;
        text-align: center; } }
    @media (max-width: 768px) {
      .clavaxConnect .thumbBox {
        min-height: 0; } }
    @media (max-width: 600px) {
      .clavaxConnect .thumbBox {
        text-align: center; } }

.flowBuilder {
  padding: 80px 0;
  background: #f2f2f3; }
  .flowBuilder .whiteBox {
    background: #fff;
    padding: 40px 60px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.05); }
    .flowBuilder .whiteBox .responsiveTabs {
      padding: 0; }
      .flowBuilder .whiteBox .responsiveTabs .tabNav {
        padding: 0; }
        .flowBuilder .whiteBox .responsiveTabs .tabNav li {
          position: relative;
          z-index: 1;
          display: block;
          float: left;
          font-size: 21px;
          width: 33.33333%;
          line-height: 90px;
          border-bottom: solid #cdcdcd 1px; }
          .flowBuilder .whiteBox .responsiveTabs .tabNav li a {
            display: block;
            color: #343434;
            outline: none;
            text-align: center; }
          .flowBuilder .whiteBox .responsiveTabs .tabNav li:before {
            opacity: 0;
            content: '';
            position: absolute;
            bottom: -2px;
            width: 100%;
            z-index: 11;
            height: 15px;
            background: url(../img/others/caret_blue_top.jpg) center bottom no-repeat; }
          .flowBuilder .whiteBox .responsiveTabs .tabNav li:after {
            opacity: 0;
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            z-index: 10;
            background: #09a3e3; }
          .flowBuilder .whiteBox .responsiveTabs .tabNav li.active:before, .flowBuilder .whiteBox .responsiveTabs .tabNav li.active:after, .flowBuilder .whiteBox .responsiveTabs .tabNav li.ui-tabs-active:before, .flowBuilder .whiteBox .responsiveTabs .tabNav li.ui-tabs-active:after {
            opacity: 1; }
      .flowBuilder .whiteBox .responsiveTabs .tabContent {
        padding: 40px; }

.readyToBuild {
  background: url(../img/others/cc_bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 40px; }
  .readyToBuild .blackTransparent {
    padding: 40px;
    background: rgba(33, 33, 33, 0.83); }
    @media (max-width: 768px) {
      .readyToBuild .blackTransparent {
        text-align: center; } }
    @media (max-width: 600px) {
      .readyToBuild .blackTransparent {
        padding: 25px; } }
  @media (max-width: 600px) {
    .readyToBuild {
      padding: 20px; } }

.buildClavaxConnect {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  margin-top: 100px; }
  .buildClavaxConnect:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 220%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.05); }
    @media (max-width: 480px) {
      .buildClavaxConnect:before {
        width: 100%; } }
  @media (max-width: 1024px) {
    .buildClavaxConnect .table .table-cell {
      display: block;
      width: auto;
      padding: 40px;
      text-align: center; }
      .buildClavaxConnect .table .table-cell.width40 {
        padding: 0 40px 40px; }
      .buildClavaxConnect .table .table-cell.width60 {
        padding: 0 40px; } }
  @media (max-width: 480px) {
    .buildClavaxConnect .table .table-cell {
      display: block;
      width: auto;
      padding: 20px;
      text-align: center; }
      .buildClavaxConnect .table .table-cell.width40 {
        padding: 0 20px 20px; }
      .buildClavaxConnect .table .table-cell.width60 {
        padding: 0 20px; } }
  @media (max-width: 480px) {
    .buildClavaxConnect {
      margin-top: 50px;
      padding: 40px 0; } }

.whyClavaxConnect {
  padding: 80px 0 0;
  background: #012a5e; }
  .whyClavaxConnect figure {
    padding-top: 50px; }
    @media (max-width: 1366px) {
      .whyClavaxConnect figure {
        padding-top: 80px; } }
  .whyClavaxConnect .txtBox {
    padding-left: 30px; }
  @media (max-width: 991px) {
    .whyClavaxConnect {
      padding: 80px 0;
      text-align: center; }
      .whyClavaxConnect figure {
        padding-top: 0;
        width: 280px;
        margin: 0 auto 20px; }
      .whyClavaxConnect .txtBox {
        padding: 0; } }
  @media (max-width: 480px) {
    .whyClavaxConnect {
      padding: 40px 0;
      text-align: center; }
      .whyClavaxConnect figure {
        width: auto; } }

@media (max-width: 768px) {
  .ioTWithClavaxConnect .table .table-cell {
    display: block;
    width: auto;
    text-align: center; }
    .ioTWithClavaxConnect .table .table-cell .right {
      text-align: center; }
    .ioTWithClavaxConnect .table .table-cell figure {
      width: 300px;
      margin: 0 auto; } }

@media (max-width: 480px) {
  .ioTWithClavaxConnect .table .table-cell figure {
    width: auto; } }

@media (max-width: 768px) {
  .ioTWithClavaxConnect .table {
    padding: 50px 0; } }

.banner_ccWebinar {
  position: relative;
  text-align: center;
  padding: 200px 0 160px;
  background: url(../img/cyber-security/banner.jpg) center no-repeat;
  background-size: cover; }
  .banner_ccWebinar .btnAttend {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    background: #de1f27;
    padding: 0 25px;
    line-height: 40px;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    .banner_ccWebinar .btnAttend:hover, .banner_ccWebinar .btnAttend:focus {
      color: #fff;
      border-color: #fff;
      background: transparent; }
  @media (max-width: 600px) {
    .banner_ccWebinar {
      padding: 100px 0; } }

/* security block css */
.inteligent-security {
  display: table;
  width: 100%;
  padding: 30px 0 80px; }

.section-headings {
  display: block;
  width: 100%;
  text-align: center;
  padding: 50px 0; }

.section-headings h3 {
  display: block;
  font-size: 35px;
  line-height: 60px;
  color: #3f3f3f;
  font-weight: 300;
  text-transform: uppercase; }

.section-headings h3 strong {
  display: inline-block;
  color: #de1f27; }

.section-headings p {
  display: block;
  color: #3d3c3c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300; }

.inteligent-security .section-headings p {
  font-size: 24px; }

.security-types {
  display: table;
  width: 100%;
  text-align: center;
  padding: 40px 0; }

.security-types figure {
  display: table;
  width: 100%; }

.security-types figure img {
  display: inline-block;
  max-width: 100%;
  padding-left: 28%;
  vertical-align: top; }

.security-types strong {
  font-size: 20px;
  line-height: 27px;
  color: #252525;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-top: -20px;
  position: relative;
  z-index: 1; }

.security-types strong span {
  display: block; }

/* gems block css */
.gems-of-our-block {
  display: table;
  width: 100%;
  background: url(../img/cyber-security/pattern-bg.jpg) repeat-x center center;
  position: relative; }

.gems-of-our-block .absolute-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.gems-content {
  display: table;
  width: 100%;
  position: relative;
  padding-left: 110px; }

.gems-content:before {
  display: inline-block;
  width: 83px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/cyber-security/lock-icon.png) no-repeat center top;
  content: '';
  background-size: contain; }

.gems-content h3 {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.gems-content h3 span {
  display: block;
  font-size: 47px;
  font-weight: 300;
  text-transform: capitalize; }

.gems-content ul {
  display: block;
  width: 100%;
  padding: 30px 0; }

.gems-content ul li {
  display: block;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  line-height: 33px;
  color: #fff; }

.gems-content ul li:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: '\f105';
  font-family: FontAwesome; }

.gems-content .attend-webinar-btn {
  background: #ffffff;
  color: #242424;
  font-size: 23px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2); }

.gems-content .attend-webinar-btn:hover, .gems-content .attend-webinar-btn:focus {
  background: transparent;
  color: #fff; }

/* how it works block */
.how-it-works-block {
  display: table;
  margin-top: 40px;
  width: 100%; }

.how-it-works-block .section-headings h3 {
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 10px; }

.how-it-works-block .section-headings p span {
  display: block; }

.get-benifites {
  display: table;
  width: 100%;
  background: #f6f6f6;
  margin-top: 150px;
  padding-bottom: 60px; }

.work-steps {
  display: table;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 100px; }

.step-details {
  display: block;
  width: 100%;
  background: #fff;
  border-top: 4px solid #32a5d9;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.step-details strong {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #252525;
  display: inline-block;
  padding-top: 20px; }

.step-details strong span {
  display: block; }

.get-benifites h4 {
  font-size: 34px;
  line-height: 35px;
  color: #333333;
  display: block;
  padding-bottom: 30px;
  font-weight: 300; }

.get-benifites ul {
  display: table;
  width: 100%; }

.get-benifites ul li {
  display: block;
  width: 100%;
  padding-left: 20px;
  font-size: 17px;
  line-height: 45px;
  color: #3c3c3c;
  font-weight: 300;
  position: relative; }

.get-benifites ul li:before {
  width: 6px;
  height: 6px;
  background: #bbbbbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
  content: ''; }

.get-benifites p {
  font-size: 28px;
  line-height: 45px;
  color: #4b4b4b;
  font-weight: 300;
  display: block;
  padding-bottom: 20px; }

.get-benifites p span {
  font-size: 29px;
  color: #de1f27; }

.get-benifites .left-content ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.get-benifites .left-content .btn-block {
  display: table;
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin-top: 40px; }

.get-benifites .left-content .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 98%;
  background: #2992cb;
  font-size: 27px;
  line-height: 35px;
  color: #fff;
  padding: 5px 0;
  border-bottom: 4px solid #1f719d;
  border-radius: 30px;
  font-weight: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.get-benifites .left-content .btn-block a:hover {
  opacity: 0.8; }

.get-benifites .left-content .btn-block span {
  font-size: 22px;
  line-height: 32px;
  color: #322a2a;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 20px; }

.get-benifites .left-content .btn-block span smal {
  display: block;
  font-size: inherit; }

/* subscribe-block css */
.subscribe-block {
  display: table;
  width: 100%;
  text-align: center;
  padding: 120px 0 0; }

.subscribe-block h3 {
  display: block;
  font-size: 45px;
  line-height: 60px;
  color: #32a5d9;
  font-weight: 700;
  text-transform: uppercase; }

.subscribe-block p {
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  font-weight: 300; }

.subscribe-block form {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 510px; }

.subscribe-form {
  display: none;
  width: 100%;
  background: #5cb3de;
  padding: 20px;
  border-radius: 4px; }

.subscribe-form input {
  width: 60%;
  height: 35px;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 17px;
  color: #3c3c3c;
  font-weight: 300;
  margin: 0; }

.subscribe-form input:placeholder {
  opacity: 1;
  color: #3c3c3c; }

.subscribe-form button {
  width: 39%;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
  background: #464646;
  margin-left: 1%;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.subscribe-form button:hover {
  opacity: 0.7; }

.subscribe-block figure {
  display: block;
  width: 100%; }

.subscribe-block figure img {
  display: block;
  width: 100%; }

/* testimonial block css */
.testimonials-block {
  display: table;
  width: 100%;
  background: #f6f6f6; }

.testimonials-block h2 {
  font-size: 141px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center; }

.testimonial-list .content-block {
  display: table;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 240px; }

.testimonial-list .content-block p {
  font-size: 15px;
  line-height: 27px;
  color: #464646;
  padding: 50px 30px 70px 70px;
  position: relative; }

.testimonial-list .content-block p:after {
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 30px;
  width: 45px;
  height: 41px;
  content: '';
  background: url(../img/cyber-security/double-quotes.png) no-repeat center center;
  background-size: contain; }

.testimonial-list .user-block {
  display: block;
  width: 100%;
  margin-top: -40px;
  text-align: center; }

.testimonial-list .user-block figure {
  display: inline-block;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: #fff;
  text-align: center;
  line-height: 84px; }

.testimonial-list .user-block figure img {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 0.2; }

.testimonial-list .user-block span {
  display: block;
  font-size: 19px;
  line-height: 23px;
  color: #271b1b;
  font-weight: 300;
  padding-top: 10px; }

.testimonial-list .user-block span small {
  font-size: 16px;
  color: #292929;
  display: block;
  padding-top: 5px; }

/* clients logo block */
.clients-block {
  display: table;
  width: 100%;
  background: #f6f6f6;
  padding: 30px 0 140px; }

.clients-block .section-headings h3 {
  font-size: 34px;
  line-height: 45px;
  text-transform: none; }

.clients-block .section-headings h3 span {
  display: inline-block;
  color: #de1f27; }

.clients-block .clients-logo {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 20px; }

.clients-block .clients-logo li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px; }

.getinTouch {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0;
  background: #ef2e35;
  margin-bottom: 50px; }
  .getinTouch:before {
    display: block;
    content: '';
    width: 200%;
    height: 146%;
    position: absolute;
    left: -50%;
    top: -85%;
    z-index: -1;
    background: #f6f6f6;
    -webkit-transform: skew(-82deg);
    -ms-transform: skew(-82deg);
    -o-transform: skew(-82deg);
    transform: skew(-82deg); }
  .getinTouch .form-wrapper {
    background: #fff;
    padding: 80px 0 60px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.10); }
    .getinTouch .form-wrapper .form_ccWebinar {
      margin: 0 auto;
      padding: 0 30px;
      max-width: 820px; }
      .getinTouch .form-wrapper .form_ccWebinar .form-group {
        margin: 20px 0; }
        .getinTouch .form-wrapper .form_ccWebinar .form-group .form-control {
          display: block;
          width: 100%;
          border: 0;
          border-radius: 0;
          box-shadow: none;
          margin: 0;
          height: 60px;
          font-size: 15px;
          color: #4e4e4e;
          font-weight: 300;
          border-bottom: 1px solid #d1d1d1; }
        .getinTouch .form-wrapper .form_ccWebinar .form-group label.error {
          position: absolute;
          top: 105%;
          right: 0;
          font-size: 13px;
          color: red;
          font-weight: normal; }
        .getinTouch .form-wrapper .form_ccWebinar .form-group.reCAPTCHA {
          position: relative;
          padding: 0 0 20px;
          min-height: 70px; }
          .getinTouch .form-wrapper .form_ccWebinar .form-group.reCAPTCHA label.error {
            width: 100%;
            top: 100px;
            text-align: center; }
          .getinTouch .form-wrapper .form_ccWebinar .form-group.reCAPTCHA h3 {
            font-size: 35px;
            color: #000;
            text-align: center;
            text-transform: uppercase; }
          .getinTouch .form-wrapper .form_ccWebinar .form-group.reCAPTCHA p {
            font-size: 20px;
            color: #4e4e4e;
            text-align: center; }

@media only screen and (max-width: 1199px) {
  .security-types strong {
    font-size: 17px; }
  .gems-content h3 {
    font-size: 30px;
    line-height: 40px; }
  .gems-content h3 span {
    font-size: 32px; }
  .get-benifites ul li {
    font-size: 16px;
    line-height: 35px;
    padding-left: 15px; }
  .get-benifites ul li:before {
    top: 14px; }
  .get-benifites p {
    font-size: 23px;
    line-height: 38px; }
  .get-benifites p span {
    font-size: 24px; }
  .step-details strong {
    font-size: 18px; }
  .testimonials-block h2 {
    font-size: 85px; }
  .testimonial-list .content-block p {
    padding: 30px 30px 70px 50px; }
  .testimonial-list .content-block p:after {
    left: 15px;
    top: 15px;
    width: 25px; }
  .clients-block .clients-logo li {
    padding: 0 10px; }
  .get-in-touch .skew-bg {
    top: -70%; } }

@media only screen and (max-width: 991px) {
  .section-headings {
    padding: 30px 0; }
  .section-headings h3 {
    font-size: 28px;
    line-height: 44px; }
  .security-types {
    padding: 20px 0; }
  .gems-content {
    padding-left: 60px; }
  .gems-content:before {
    width: 46px; }
  .gems-content h3 {
    font-size: 26px;
    line-height: 35px; }
  .gems-content h3 span {
    font-size: 28px; }
  .gems-content ul {
    padding: 20px 0; }
  .gems-content ul li {
    font-size: 16px;
    line-height: 30px; }
  .attend-webinar-btn {
    font-size: 18px;
    line-height: 36px; }
  .gems-content .attend-webinar-btn {
    font-size: 18px; }
  .how-it-works-block .section-headings h3 {
    font-size: 32px;
    line-height: 44px; }
  .step-details strong {
    font-size: 14px;
    line-height: 24px; }
  .get-benifites .left-content ul li {
    width: 100%; }
  .get-benifites .left-content .btn-block {
    max-width: 220px; }
  .get-benifites .left-content .btn-block a {
    font-size: 22px;
    line-height: 31px; }
  .get-benifites .left-content .btn-block span {
    font-size: 18px;
    line-height: 26px; }
  .get-benifites h4 {
    font-size: 28px;
    line-height: 32px; }
  .subscribe-block {
    padding-top: 75px; }
  .subscribe-block h3 {
    font-size: 32px;
    line-height: 40px; }
  .subscribe-block p {
    font-size: 18px;
    line-height: 30px; }
  .subscribe-form {
    padding: 10px; }
  .testimonials-block h2 {
    font-size: 60px;
    line-height: 35px; }
  .testimonial-list .content-block {
    min-height: 230px; }
  .testimonial-list .content-block p {
    padding: 30px 30px 60px 50px;
    font-size: 12px;
    line-height: 23px; }
  .testimonial-list .user-block span {
    font-size: 16px;
    line-height: 20px; }
  .testimonial-list .user-block span small {
    font-size: 14px; }
  .clients-block {
    padding-bottom: 85px; }
  .clients-block .section-headings h3 {
    font-size: 28px; }
  .section-headings p {
    font-size: 18px; }
  .clients-block .clients-logo li {
    width: 33%;
    margin: 10px 0; } }

@media only screen and (max-width: 767px) {
  .webinar-date-time {
    padding: 10px 0 15px; }
  .webinar-date-time span {
    font-size: 14px;
    line-height: 22px; }
  .attend-webinar-btn, .gems-content .attend-webinar-btn {
    font-size: 16px;
    line-height: 30px; }
  .section-headings {
    padding: 15px 0; }
  .section-headings h3 {
    font-size: 24px;
    line-height: 36px; }
  .section-headings p {
    font-size: 16px;
    line-height: 28px; }
  .inteligent-security .section-headings p {
    font-size: 18px; }
  .security-types figure {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 180px; }
  .gems-of-our-block {
    padding: 30px 0; }
  .gems-of-our-block .absolute-content {
    position: relative;
    top: 0;
    transform: translateY(0%);
    z-index: 1; }
  .how-it-works-block .section-headings h3 {
    font-size: 26px;
    line-height: 36px; }
  .how-it-works-block .section-headings p span {
    display: inline; }
  .get-benifites {
    margin-top: 125px; }
  .work-steps {
    margin-bottom: 50px; }
  .step-details {
    display: inline-block;
    margin: 10px 0; }
  .get-benifites .right-content {
    margin-top: 30px; }
  .get-benifites .left-content .btn-block {
    display: block;
    margin: 30px auto; }
  .get-benifites p {
    font-size: 20px;
    line-height: 30px; }
  .get-benifites p span {
    font-size: 21px; }
  .testimonials-block h2 {
    font-size: 36px;
    line-height: 26px; }
  .testimonials-block .testimonial-list {
    margin: 0 0 30px; }
  .testimonial-list .content-block {
    min-height: auto; }
  .clients-block {
    padding: 0 0 40px; }
  .clients-block .section-headings h3 {
    font-size: 24px; } }

@media only screen and (max-width: 479px) {
  .inteligent-security {
    padding: 30px 0; }
  .gems-content {
    padding-left: 36px; }
  .gems-content:before {
    width: 30px; }
  .get-benifites .left-content .btn-block {
    max-width: 170px; }
  .get-benifites .left-content .btn-block a {
    font-size: 16px;
    line-height: 26px; }
  .subscribe-block h3 {
    font-size: 24px;
    line-height: 32px; }
  .subscribe-form input {
    width: 100%; }
  .subscribe-form button {
    width: 100%;
    margin: 5px 0 0; }
  .how-it-works-block {
    margin-top: 25px; }
  .get-benifites {
    margin-top: 110px;
    padding-bottom: 30px; }
  .work-steps {
    margin-bottom: 30px; }
  .subscribe-block {
    padding-top: 40px; }
  .subscribe-block p {
    font-size: 16px;
    line-height: 26px; }
  .section-headings h3, .gems-content h3, .gems-content h3 span, .how-it-works-block .section-headings h3, .get-benifites h4, .clients-block .section-headings h3, .get-in-touch .form-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px; }
  .security-types strong {
    font-size: 14px;
    line-height: 22px; }
  .gems-content ul li, .get-benifites ul li {
    font-size: 14px;
    line-height: 26px; }
  .get-benifites ul li:before {
    top: 9px; }
  .get-benifites h4 {
    padding-bottom: 15px; }
  .get-benifites p span {
    font-size: 19px; }
  .get-benifites p {
    font-size: 18px;
    line-height: 28px; }
  .section-headings p {
    line-height: 22px; } }

.cmsWebinarBanner {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 320px 0 280px;
  background: url(../img/cms_webinar/banner.jpg) center center no-repeat;
  background-size: cover; }
  .cmsWebinarBanner:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 222px;
    height: 205px;
    background: url(../img/cms_webinar/particle-img1.png) center center no-repeat; }
  .cmsWebinarBanner:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 380px;
    height: 392px;
    background: url(../img/cms_webinar/particle-img2.png) center center no-repeat; }
  .cmsWebinarBanner .btnSimple {
    background: #fff;
    color: #012a5e; }

.estimate-btn {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #201f1f;
  background: #ffffff;
  display: block;
  max-width: 260px;
  border-radius: 20px;
  margin: 40px auto 30px;
  font-weight: 300;
  padding: 8px 20px; }

.estimate-btn:hover, .estimate-btn:focus {
  background: #2992cb;
  color: #fff; }

.discover-feature {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 1px solid #fff; }

.discover-feature:hover {
  color: #fff; }

/*cms block css start here */
.cms-block {
  float: left;
  width: 100%;
  position: relative;
  padding: 70px 0;
  background: #2992cb;
  margin-bottom: 120px; }

.cms-block h3 {
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 100;
  display: block;
  margin-bottom: 10px; }

.cms-block h3 strong {
  display: block;
  font-weight: 700;
  font-size: 36px; }

.cms-block p {
  font-size: 16px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin: 15px 0; }

.cms-block ul {
  float: left;
  width: 100%;
  margin: 10px 0 20px; }

.cms-block ul li {
  display: inline-block;
  min-width: 40%;
  max-width: 49%;
  font-size: 21px;
  line-height: 51px;
  color: #fff;
  font-weight: 300; }

.cms-block ul li i {
  display: inline-block;
  font-size: 24px;
  padding-right: 10px; }

.cms-block .right-img-block {
  float: right;
  width: 50%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -65px; }

/* cms type block */
.cms-type {
  float: left;
  width: 100%;
  position: relative; }

.cms-type .left-image-block {
  float: left;
  width: 50%; }

.cms-type .left-image-block img {
  float: left;
  width: 100%; }

.cms-type .right-block {
  position: absolute;
  right: 0;
  top: 5%;
  width: 54%;
  background: #fff;
  height: 90%;
  padding: 60px 10% 40px 60px;
  -webkit-box-shadow: 8px 0px 47px 1px #dedddd;
  -moz-box-shadow: 8px 0px 47px 1px #dedddd;
  box-shadow: 8px 0px 47px 1px #dedddd; }

.cms-type .right-block h2 {
  font-size: 63px;
  line-height: 60px;
  font-weight: 100;
  color: #3e3e3e;
  display: block; }

.cms-type .right-block h2 strong {
  display: inline-block; }

.cms-type .right-block p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #3e3e3e;
  margin: 30px 0 40px;
  display: block; }

.cms-type .right-block .csm-list {
  float: left;
  min-width: 41%;
  max-width: 50%;
  border-left: 1px solid #dedddd;
  padding: 0 0 40px 5%; }

.cms-type .right-block .csm-list.padding-none {
  padding-left: 0;
  border-left: 0; }

.cms-type .right-block .csm-list h4 {
  display: block;
  font-weight: 300;
  color: #575656;
  line-height: 60px;
  font-size: 25px;
  text-transform: uppercase; }

.cms-type .right-block .csm-list.enterprise-list h4 {
  font-size: 21px; }

.cms-type .right-block .csm-list ul {
  float: left;
  width: 100%; }

.cms-type .right-block .csm-list ul li {
  display: block;
  float: left;
  width: 100%;
  color: #3c3c3c;
  font-size: 19px;
  line-height: 45px;
  font-weight: 300; }

.cms-type .right-block .csm-list ul li i {
  display: inline-block;
  font-size: 18px;
  color: #3d9cdd;
  margin-right: 10px;
  font-weight: 100; }

/* csm platform block css */
.cms-platforms {
  float: left;
  width: 100%;
  margin: 110px 0 95px; }

.cms-platforms h3 {
  font-size: 34px;
  line-height: 50px;
  color: #3c3c3c;
  font-weight: 100;
  display: block; }

.cms-platforms h3 span {
  font-size: 45px;
  line-height: 50px;
  color: #e11d25;
  font-weight: 100;
  display: block; }

.cms-platforms .border-left {
  border-left: 1px solid #dddddd; }

.cms-platforms p {
  font-size: 16px;
  line-height: 30px;
  color: #3c3c3c;
  font-weight: 300;
  display: block; }

.cms-platforms .display-table {
  display: table; }

.cms-platforms .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  float: none; }

/*cms feature css */
.csm-feature {
  float: left;
  width: 100%;
  padding: 70px 0 50px;
  background: #f7f7f7; }

.csm-feature h3 {
  font-size: 34px;
  line-height: 45px;
  color: #333333;
  display: block;
  font-weight: 300; }

.csm-feature h3 span {
  display: inline;
  color: #e11d25; }

.csm-feature ul {
  margin: 20px 0; }

.csm-feature ul li {
  display: block;
  padding-left: 15px;
  font-size: 17px;
  color: #3c3c3c;
  line-height: 45px;
  font-weight: 300;
  position: relative; }

.csm-feature ul li:before {
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
  background: #bbbbbb;
  border-radius: 50%; }

.event-btn {
  display: inline-block;
  background: #2992cb;
  font-size: 21px;
  color: #fff;
  line-height: 42px;
  padding: 8px 40px;
  border-radius: 50px;
  text-transform: capitalize;
  vertical-align: middle;
  margin-top: 10px;
  border: 1px solid transparent; }

.event-btn:hover, .event-btn:focus {
  border: 1px solid #2992cb;
  background: #fff;
  color: #2992cb; }

/* .event-btn:focus, .event-btn:hover{
	color: #fff;
} */
/* client block css */
.our-clients {
  float: left;
  width: 100%;
  padding: 40px 0; }

.our-clients h3 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  line-height: 50px;
  margin-bottom: 35px; }

.our-clients h3 span {
  display: block;
  font-size: 34px; }

.our-clients h3 span small {
  color: #e11d25;
  display: inline-block;
  font-size: 34px; }

.our-clients p {
  font-size: 17px;
  color: #3c3c3c;
  font-weight: 300;
  line-height: 33px;
  display: block; }

.people-say {
  float: left;
  width: 100%;
  padding-right: 50px; }

.people-say p .left-quote {
  display: inline-block;
  width: 13px;
  height: 26px;
  background: url(../img/cms_webinar/left-quote.png) no-repeat center center;
  margin-right: 5px; }

.people-say p .right-quote {
  display: inline-block;
  width: 13px;
  height: 26px;
  background: url(../img/cms_webinar/right-quote.png) no-repeat center center;
  margin-left: 5px;
  position: relative;
  top: 15px; }

.people-say > span {
  float: right;
  width: 140px;
  color: #3c3c3c;
  font-style: italic;
  font-size: 15px;
  line-height: 27px; }

.people-say > span small {
  display: inline;
  font-size: 15px; }

.clients-logo {
  float: left;
  width: 100%;
  padding-left: 50px;
  border-left: 1px solid #ebebeb; }

.clients-logo ul {
  float: left;
  width: 100%; }

.clients-logo ul li {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  min-height: 70px;
  margin-bottom: 45px; }

.clients-logo ul li a {
  display: block; }

/* cms benifit block css */
.benifits-type {
  float: left;
  width: 100%;
  border-top: 1px solid #f3f2f2;
  padding: 60px 0 60px;
  text-align: center; }

.benifits-type h3 {
  font-size: 34px;
  color: #333333;
  line-height: 35px;
  font-weight: 300;
  display: block;
  margin-bottom: 50px; }

.benifits-type h3 span {
  display: inline;
  font-weight: 400; }

.benifits-type ul {
  float: left;
  width: 100%;
  font-size: 0;
  display: table; }

.benifits-type ul li {
  display: inline-block;
  width: 202px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 300;
  line-height: 22px;
  min-height: 150px;
  padding: 30px 15px;
  vertical-align: middle; }

.benifits-type ul li .vertical-middle {
  display: inline-block;
  vertical-align: middle; }

.benifits-type ul li .vertical-middle span {
  display: block;
  margin-top: 15px; }

/* registration-block css*/
.registration-block {
  margin: 100px 0 160px;
  padding: 60px 0;
  background: #31375e; }

.registration-block h3 {
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  display: block;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 20px; }

.registration-block .self-estimate-btn {
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 0; }

.registration-block .self-estimate-btn:hover {
  background: #fff;
  color: #31375e; }

.cunsolation-form {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09); }

.cunsolation-form h4 {
  background: #2992cb;
  display: block;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center; }

.cunsolation-form form {
  padding: 20px; }

.cunsolation-form form .form-group {
  position: relative;
  margin-bottom: 30px; }
  .cunsolation-form form .form-group label.error {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: red; }

.cunsolation-form form .form-control {
  height: 40px;
  font-size: 16px;
  color: #5a5a5a;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #c9c9c9; }

.cunsolation-form form .textarea-field {
  height: 60px;
  resize: none; }

@media only screen and (max-width: 1500px) {
  .banner .particle-img1 {
    width: 13%; }
  .banner .particle-img2 {
    width: 25%; }
  .cms-type .right-block {
    padding: 45px 6% 33px 45px; }
  .cms-type .right-block h2 {
    font-size: 55px;
    line-height: 50px; }
  .cms-type .right-block .csm-list {
    max-width: 45%; }
  .cms-type .right-block .csm-list.enterprise-list {
    max-width: 55%; } }

@media only screen and (max-width: 1299px) {
  .banner-content h1 {
    font-size: 45px;
    line-height: 55px; }
  .estimate-btn {
    margin: 30px auto; }
  .cms-block {
    margin-bottom: 90px; }
  .cms-block h3 strong {
    font-size: 28px; }
  .cms-block h3 {
    font-size: 26px;
    line-height: 35px; }
  .cms-block ul li {
    max-width: 56%;
    min-width: 42%;
    font-size: 17px; }
  .cms-block .right-img-block {
    bottom: -25px; }
  .cms-type .right-block h2 {
    font-size: 38px;
    line-height: 38px; }
  .cms-type .right-block p {
    line-height: 26px;
    margin: 20px 0; }
  .cms-type .right-block .csm-list h4 {
    font-size: 18px;
    line-height: 35px; }
  .cms-type .right-block .csm-list.enterprise-list h4 {
    font-size: 16px; }
  .cms-type .right-block .csm-list ul li {
    font-size: 16px;
    line-height: 28px; }
  .cms-platforms h3 {
    font-size: 28px;
    line-height: 40px; }
  .cms-platforms h3 span {
    font-size: 30px;
    line-height: 40px; }
  .csm-feature h3 {
    font-size: 26px;
    line-height: 35px; }
  .csm-feature ul li {
    font-size: 15px;
    line-height: 35px; }
  .event-btn {
    font-size: 20px;
    line-height: 27px;
    padding: 5px 25px; }
  .our-clients h3 {
    font-size: 26px;
    line-height: 35px; }
  .our-clients h3 span, .our-clients h3 span small {
    font-size: 24px; }
  .our-clients p {
    font-size: 15px;
    line-height: 28px; }
  .clients-logo ul li {
    margin-bottom: 28px;
    min-height: 50px;
    width: 50%; }
  .registration-block h3 {
    font-size: 28px; }
  .cms-platforms {
    margin: 70px 0 55px; }
  .csm-feature {
    padding: 40px 0 25px; }
  .benifits-type {
    padding: 40px 0; }
  .benifits-type ul li {
    padding: 20px 15px; } }

@media only screen and (max-width: 1023px) {
  .cms-type .right-block .csm-list {
    padding-bottom: 0; }
  .banner-content p {
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px; } }

@media only screen and (max-width: 991px) {
  .banner-content {
    top: 60%; }
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px; }
  .estimate-btn {
    font-size: 20px;
    line-height: 25px;
    max-width: 215px; }
  .cms-block {
    padding: 40px 0 0; }
  .cms-block .right-img-block {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    text-align: right; }
  .cms-block .right-img-block img {
    width: 50%; }
  .cms-type .left-image-block {
    width: 61%; }
  .cms-type .right-block {
    width: 76%; }
  .cms-platforms p {
    font-size: 14px;
    line-height: 24px; }
  .cms-platforms h3 {
    font-size: 25px; }
  .people-say {
    padding-right: 0; }
  .clients-logo {
    padding-left: 15px; }
  .clients-logo ul li a {
    width: 70%; }
  .our-clients p {
    font-size: 14px;
    line-height: 26px; }
  .cunsolation-form h4 {
    font-size: 20px; }
  .registration-block h3 {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .cms-type .left-image-block {
    /* width: 100%; */
    display: none; }
  .cms-type .right-block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    padding: 30px 15px 33px; }
  .cms-platforms {
    margin: 40px 0 35px; }
  .our-clients {
    padding: 40px 0 10px; }
  .cms-platforms .vertical-middle {
    float: left; }
  .cms-platforms h3 {
    margin-bottom: 20px; }
  .event-btn {
    margin-bottom: 20px; }
  .cunsolation-form {
    position: relative;
    float: left;
    width: 100%;
    top: 0px;
    margin-top: 30px; }
  .registration-block {
    margin: 0;
    padding: 30px 0; }
  .social-icons-list, .copy-right {
    text-align: center; }
  .clients-logo {
    padding-left: 0;
    border: 0;
    margin-top: 20px; }
  .banner {
    background: #1f2935; }
  .banner .banner-img {
    display: none; }
  .banner-content {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px 0 30px;
    transform: translate(0, 0); }
  .banner .particle-img1, .banner .particle-img2 {
    display: none; }
  .header .col-sm-4, .header .col-sm-8 {
    text-align: center; }
  .header-right {
    margin-top: 20px; }
  .benifits-type h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px; }
  .more-info, .social-icons-list {
    width: 100%;
    text-align: center;
    margin: 5px 0; } }

@media only screen and (max-width: 479px) {
  .mail-info {
    font-size: 14px; }
  .consultation-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 13px; }
  .banner-content h1 {
    font-size: 18px;
    line-height: 26px; }
  .estimate-btn {
    font-size: 15px;
    line-height: 20px;
    max-width: 168px;
    margin: 13px auto; }
  .cms-block {
    margin-bottom: 50px; }
  .cms-platforms {
    margin: 30px 0; }
  .cms-block h3 strong {
    font-size: 18px; }
  .cms-block h3 {
    font-size: 17px;
    line-height: 25px; }
  .cms-block p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0; }
  .cms-block ul li {
    max-width: 100%;
    min-width: 100%;
    line-height: 30px; }
  .cms-type .right-block h2 {
    font-size: 20px;
    line-height: 20px; }
  .cms-type .right-block p {
    line-height: 23px;
    margin: 15px 0;
    font-size: 14px; }
  .cms-type .right-block .csm-list {
    margin: 10px 0;
    max-width: 100%; }
  .cms-type .right-block .csm-list.enterprise-list {
    max-width: 100%;
    padding-left: 0;
    border: 0; }
  .cms-platforms h3, .csm-feature h3, .our-clients h3, .benifits-type h3 {
    font-size: 18px;
    line-height: 26px; }
  .cms-platforms h3 span, .our-clients h3 span, .our-clients h3 span small {
    font-size: 20px;
    line-height: 30px; }
  .event-btn {
    font-size: 15px;
    line-height: 21px;
    padding: 5px 20px; }
  .csm-feature ul li {
    font-size: 14px;
    line-height: 24px; }
  .csm-feature ul li::before {
    top: 9px; }
  .clients-logo ul li {
    margin-bottom: 10px; }
  .benifits-type ul li {
    width: 135px;
    font-size: 14px;
    line-height: 18px; }
  .benifits-type h3 {
    margin-bottom: 10px; }
  .csm-feature {
    padding: 25px 0 10px; }
  .our-clients {
    padding: 25px 0 5px; }
  .registration-block h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px; }
  .banner-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
    width: 230px; }
  .banner-content p span:first-child {
    margin-top: 7px; } }

.mainSection {
  position: relative;
  z-index: 1; }

.mwc_homeSection {
  position: relative;
  background: url(../img/mwc/banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  z-index: 1; }
  .mwc_homeSection:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57); }
    @media (max-width: 1024px) {
      .mwc_homeSection:before {
        display: block; } }
  .mwc_homeSection .bannerTxt {
    position: absolute;
    z-index: 1;
    right: 180px;
    bottom: 160px;
    text-align: right; }
    .mwc_homeSection .bannerTxt h2 {
      font-size: 55px;
      color: #fff; }
    .mwc_homeSection .bannerTxt h3 {
      font-size: 60px;
      color: #fff; }
    .mwc_homeSection .bannerTxt h4 {
      font-size: 50px;
      color: #fff; }
    .mwc_homeSection .bannerTxt p {
      font-size: 21px;
      color: #fff; }
    @media (max-width: 1024px) {
      .mwc_homeSection .bannerTxt {
        text-align: center;
        top: 50%;
        right: 0;
        width: 100%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        -o-transform: translateY(-45%);
        transform: translateY(-45%); } }
    @media (max-width: 768px) {
      .mwc_homeSection .bannerTxt h2 {
        font-size: 45px; }
      .mwc_homeSection .bannerTxt h3 {
        font-size: 50px; }
      .mwc_homeSection .bannerTxt h4 {
        font-size: 40px; } }
    @media (max-width: 600px) {
      .mwc_homeSection .bannerTxt {
        padding: 0 30px; }
        .mwc_homeSection .bannerTxt h2 {
          font-size: 36px; }
        .mwc_homeSection .bannerTxt h3 {
          font-size: 40px; }
        .mwc_homeSection .bannerTxt h4 {
          font-size: 30px; } }
    @media (max-width: 480px) {
      .mwc_homeSection .bannerTxt h2 {
        font-size: 30px; }
      .mwc_homeSection .bannerTxt h3 {
        font-size: 36px; }
      .mwc_homeSection .bannerTxt h4 {
        font-size: 24px; }
      .mwc_homeSection .bannerTxt p {
        font-size: 16px; } }
  .mwc_homeSection.formpage {
    background-image: url(../img/mwc/banner_bg.jpg);
    height: auto;
    min-height: 600px; }
    .mwc_homeSection.formpage .logo {
      padding-left: 0;
      float: none; }
    .mwc_homeSection.formpage .bannerTxt {
      position: static;
      margin-top: 100px;
      font-family: "proxima_novalight";
      font-size: 38px;
      color: #fff;
      text-align: center; }
      .mwc_homeSection.formpage .bannerTxt b {
        font-family: "proxima_nova_rgbold"; }
      @media (max-width: 991px) {
        .mwc_homeSection.formpage .bannerTxt {
          font-size: 24px;
          margin: 20px 0 30px;
          transform: none; } }
    @media (max-width: 1199px) {
      .mwc_homeSection.formpage {
        min-height: 500px; } }
    @media (max-width: 991px) {
      .mwc_homeSection.formpage {
        min-height: auto; } }

.letsMeet {
  background: #2c13a7;
  padding: 80px 0;
  text-align: center; }
  .letsMeet h2 {
    font-size: 35px;
    color: #fff; }
  .letsMeet h4 {
    font-size: 22px;
    color: #fff; }
  .letsMeet form {
    margin-top: 50px; }
    .letsMeet form fieldset {
      display: inline-block;
      position: relative;
      margin: 0;
      vertical-align: top; }
      .letsMeet form fieldset label.error {
        position: absolute;
        top: 100%;
        left: 0;
        font-family: "proxima_novalight";
        font-size: 12px;
        color: #fff; }
      @media (max-width: 768px) {
        .letsMeet form fieldset {
          display: block;
          margin: 10px 0; } }
    .letsMeet form .form-control {
      display: inline-block;
      height: 40px;
      width: 240px;
      font-family: "proxima_novaregular";
      font-size: 14px;
      color: #000;
      margin-left: 1px;
      border-radius: 0; }
      @media (max-width: 768px) {
        .letsMeet form .form-control {
          display: block;
          width: 100%;
          margin: 0 auto 10px; } }
    .letsMeet form .btn {
      display: inline-block;
      background: #00cccc;
      font-family: "proxima_nova_rgbold";
      font-size: 16px;
      color: #fff;
      padding: 0 30px;
      border-radius: 0;
      line-height: 40px;
      border: none;
      vertical-align: top;
      text-transform: uppercase;
      -webkit-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      @media (max-width: 768px) {
        .letsMeet form .btn {
          width: 100%; } }
      .letsMeet form .btn:hover, .letsMeet form .btn:focus {
        background: #00a7a7; }
  @media (max-width: 768px) {
    .letsMeet {
      padding: 60px; } }
  @media (max-width: 600px) {
    .letsMeet {
      padding: 60px 30px; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: pink; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: pink; }

:-moz-placeholder {
  /* Firefox 18- */
  color: pink; }

.thirdSection {
  background: #000; }
  .thirdSection .txtBox {
    padding: 100px 80px 0 50px; }
    .thirdSection .txtBox p {
      font-size: 28px;
      color: #fff;
      margin: 0;
      line-height: 45px; }
      .thirdSection .txtBox p span {
        font-family: "proxima_nova_rgbold";
        font-size: 45px; }
      .thirdSection .txtBox p:after {
        display: block;
        content: '';
        width: 100px;
        height: 2px;
        background: #fff;
        margin-top: 50px; }
    @media (max-width: 1500px) {
      .thirdSection .txtBox {
        padding: 60px 40px 0 40px; }
        .thirdSection .txtBox p {
          font-size: 24px; }
          .thirdSection .txtBox p span {
            font-size: 30px; }
          .thirdSection .txtBox p:after {
            margin-top: 20px; } }
    @media (max-width: 1199px) {
      .thirdSection .txtBox {
        padding: 50px 20px 0 0; }
        .thirdSection .txtBox p {
          font-size: 21px; }
          .thirdSection .txtBox p span {
            font-size: 25px; }
          .thirdSection .txtBox p:after {
            margin-top: 10px; } }
    @media (max-width: 1024px) {
      .thirdSection .txtBox {
        padding: 30px 20px 0 0; } }
    @media (max-width: 991px) {
      .thirdSection .txtBox {
        padding: 30px;
        text-align: center; }
        .thirdSection .txtBox p:after {
          margin: 15px auto 0; } }
  @media (max-width: 991px) {
    .thirdSection figure {
      height: 200px;
      overflow: hidden; }
      .thirdSection figure img {
        width: 100%; } }

.plainTxtBox {
  padding: 80px;
  text-align: center; }
  .plainTxtBox h3 {
    font-size: 25px;
    line-height: 42px; }
  @media (max-width: 600px) {
    .plainTxtBox {
      padding: 30px; } }

.whoShouldJoin {
  position: relative;
  background: url(../img/mwc/who_should.png) left bottom no-repeat #432e6c;
  background-size: 520px auto;
  padding: 140px 60px 80px;
  min-height: 740px; }
  .whoShouldJoin h2 {
    font-size: 63px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 50px 0 50px 50px; }
  .whoShouldJoin p {
    font-family: "proxima_novalight";
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 36px;
    border-left: solid #fff 1px;
    padding: 30px 0 30px 80px; }
  .whoShouldJoin .letsTalk {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 11; }
    .whoShouldJoin .letsTalk h3 {
      position: relative;
      font-size: 50px;
      color: #fff;
      padding: 0 30px;
      text-transform: uppercase; }
      .whoShouldJoin .letsTalk h3 span {
        display: block;
        font-size: 45px;
        text-transform: none; }
      .whoShouldJoin .letsTalk h3:before {
        font-family: 'FontAwesome';
        font-size: 21px;
        content: "\f10d";
        color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
      .whoShouldJoin .letsTalk h3:after {
        font-family: 'FontAwesome';
        font-size: 21px;
        content: "\f10e";
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 0; }
      @media (max-width: 1366px) {
        .whoShouldJoin .letsTalk h3 {
          font-size: 36px; }
          .whoShouldJoin .letsTalk h3 span {
            font-size: 30px; } }
    @media (max-width: 1366px) {
      .whoShouldJoin .letsTalk {
        bottom: 20px; } }
    @media (max-width: 991px) {
      .whoShouldJoin .letsTalk {
        position: static;
        float: right;
        text-align: left;
        margin-top: 50px; } }
  @media (max-width: 1199px) {
    .whoShouldJoin {
      padding: 80px 80px 140px;
      background-size: 450px auto; }
      .whoShouldJoin h2 {
        margin-top: 50px; }
      .whoShouldJoin p {
        margin-top: 25px;
        padding-left: 50px; } }
  @media (max-width: 991px) {
    .whoShouldJoin {
      padding: 70px 40px;
      min-height: 500px;
      text-align: center;
      background-size: 350px auto; }
      .whoShouldJoin h2 {
        margin: 0;
        padding: 0;
        font-size: 45px; }
      .whoShouldJoin p {
        border: none;
        margin: 20px 0 0;
        padding: 20px 50px 0;
        border-top: solid #fff 1px; } }
  @media (max-width: 600px) {
    .whoShouldJoin {
      padding: 70px 30px;
      background-size: 250px auto; }
      .whoShouldJoin h2 {
        margin: 0;
        padding: 0;
        font-size: 36px; }
      .whoShouldJoin p {
        padding: 20px 10px 0; } }
  @media (max-width: 480px) {
    .whoShouldJoin {
      padding: 70px 30px;
      background-image: none; } }

.atAGlance {
  padding: 0; }
  .atAGlance h2 {
    font-size: 60px;
    padding: 100px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    .atAGlance h2:after {
      display: block;
      content: '';
      width: 100px;
      height: 3px;
      background: #353535;
      margin: 50px auto 0; }
    @media (max-width: 1199px) {
      .atAGlance h2 {
        font-size: 45px;
        padding: 60px 0; }
        .atAGlance h2:after {
          margin-top: 30px; } }
    @media (max-width: 600px) {
      .atAGlance h2 {
        font-size: 36px;
        padding: 30px; } }
    @media (max-width: 480px) {
      .atAGlance h2 {
        font-size: 24px;
        padding: 30px; } }
  .atAGlance .table-cell {
    width: 50%; }
  .atAGlance h3 {
    font-size: 50px;
    color: #fff;
    margin: 0;
    line-height: 60px; }
    .atAGlance h3 span {
      display: block; }
      @media (max-width: 1024px) {
        .atAGlance h3 span {
          display: inline; } }
    @media (max-width: 1366px) {
      .atAGlance h3 {
        font-size: 40px; } }
    @media (max-width: 600px) {
      .atAGlance h3 {
        font-size: 24px;
        line-height: 32px; } }
  .atAGlance .keynote {
    padding: 120px 60px 120px 100px;
    background-color: #0bd4ba;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0bd4ba), to(#14b0d2));
    background-image: -webkit-linear-gradient(top, #0bd4ba, #14b0d2);
    background-image: -moz-linear-gradient(top, #0bd4ba, #14b0d2);
    background-image: -ms-linear-gradient(top, #0bd4ba, #14b0d2);
    background-image: -o-linear-gradient(top, #0bd4ba, #14b0d2);
    background-image: linear-gradient(top, #0bd4ba, #14b0d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0bd4ba', endColorStr='#14b0d2'); }
    @media (max-width: 1366px) {
      .atAGlance .keynote {
        padding: 60px; } }
    @media (max-width: 600px) {
      .atAGlance .keynote {
        padding: 30px; } }
  .atAGlance .summits {
    padding: 120px 60px 120px 100px;
    background-color: #c51a22;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c51a22), to(#ef323a));
    background-image: -webkit-linear-gradient(top, #c51a22, #ef323a);
    background-image: -moz-linear-gradient(top, #c51a22, #ef323a);
    background-image: -ms-linear-gradient(top, #c51a22, #ef323a);
    background-image: -o-linear-gradient(top, #c51a22, #ef323a);
    background-image: linear-gradient(top, #c51a22, #ef323a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c51a22', endColorStr='#ef323a'); }
    @media (max-width: 1366px) {
      .atAGlance .summits {
        padding: 60px; } }
    @media (max-width: 600px) {
      .atAGlance .summits {
        padding: 30px; } }
  .atAGlance .coreMobile {
    position: relative; }
    .atAGlance .coreMobile img {
      width: 100%; }
    .atAGlance .coreMobile h3 {
      position: absolute;
      top: 34%;
      left: 60px;
      right: 60px;
      text-transform: uppercase; }
      @media (max-width: 1366px) {
        .atAGlance .coreMobile h3 {
          top: 20%;
          left: 30px;
          right: 30px; } }
  .atAGlance .fullHeight {
    height: 100%;
    background: #111167;
    vertical-align: top; }
    .atAGlance .fullHeight .halfHeight {
      padding: 12.5% 60px; }
      @media (max-width: 1199px) {
        .atAGlance .fullHeight .halfHeight {
          padding: 40px; } }
      @media (max-width: 600px) {
        .atAGlance .fullHeight .halfHeight {
          padding: 30px; } }
    .atAGlance .fullHeight h3 {
      font-size: 40px;
      line-height: 50px; }
      .atAGlance .fullHeight h3 span {
        font-size: 36px; }
      @media (max-width: 1366px) {
        .atAGlance .fullHeight h3 {
          font-size: 36px;
          margin-top: 20px; } }
      @media (max-width: 600px) {
        .atAGlance .fullHeight h3 {
          font-size: 24px;
          margin-top: 0;
          line-height: 32px; }
          .atAGlance .fullHeight h3 span {
            font-size: 24px; } }
    .atAGlance .fullHeight .intersection {
      background: #3939ba; }
  @media (max-width: 991px) {
    .atAGlance .table-cell {
      display: block;
      width: 100%; }
    .atAGlance .coreMobile {
      height: 200px;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .atAGlance .coreMobile {
      height: 280px; } }
  @media (max-width: 600px) {
    .atAGlance .coreMobile {
      background: url(../img/mwc/graphics2.jpg) 0 0 no-repeat;
      background-size: cover;
      height: auto; }
      .atAGlance .coreMobile figure {
        display: none; }
      .atAGlance .coreMobile h3 {
        position: static;
        padding: 30px; } }

.ourPartner {
  padding: 140px 60px; }
  .ourPartner h2 {
    position: relative;
    font-size: 80px;
    margin: 40px 0 0;
    text-transform: uppercase; }
    .ourPartner h2 span {
      font-size: 60px; }
    .ourPartner h2:after {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      right: 0;
      width: 4px;
      height: 90%;
      background: #012a5e;
      -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
      -o-transform: rotate(18deg);
      transform: rotate(18deg); }
    @media (max-width: 1500px) {
      .ourPartner h2 {
        font-size: 70px;
        margin-top: 50px; } }
    @media (max-width: 1366px) {
      .ourPartner h2 {
        font-size: 55px;
        margin-top: 80px; }
        .ourPartner h2 span {
          font-size: 45px; } }
    @media (max-width: 1024px) {
      .ourPartner h2 {
        font-size: 45px;
        margin-top: 40px; }
        .ourPartner h2 span {
          font-size: 36px; } }
  .ourPartner ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .ourPartner ul li {
      display: inline-block;
      width: 32%; }
      @media (max-width: 600px) {
        .ourPartner ul li {
          width: 48%; } }
      @media (max-width: 360px) {
        .ourPartner ul li {
          width: 98%; } }
  @media (max-width: 991px) {
    .ourPartner {
      padding: 60px;
      text-align: center; }
      .ourPartner h2 {
        margin: 0 0 40px; }
        .ourPartner h2:after {
          display: none; } }
  @media (max-width: 600px) {
    .ourPartner {
      padding: 30px; } }

.weAreCapable {
  background: url(../img/mwc/parallax1.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 60px; }
  .weAreCapable .row {
    margin-left: -5px;
    margin-right: -5px; }
    .weAreCapable .row .col-md-4 {
      padding: 0 5px; }
  .weAreCapable h2 {
    font-size: 55px;
    color: #fff;
    margin: 0 0 80px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase; }
    .weAreCapable h2 span {
      display: block;
      font-size: 45px; }
    @media (max-width: 600px) {
      .weAreCapable h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px; }
        .weAreCapable h2 span {
          font-size: 90%; } }
    @media (max-width: 480px) {
      .weAreCapable h2 {
        font-size: 30px;
        margin-bottom: 20px; } }
    @media (max-width: 360px) {
      .weAreCapable h2 {
        font-size: 21px;
        margin-bottom: 20px; } }
  .weAreCapable .unlockBigData {
    font-family: "proxima_nova_rgbold";
    font-size: 45px;
    color: #fff;
    height: 700px;
    padding: 240px 40px 40px;
    line-height: 45px;
    text-transform: uppercase;
    background: #012a5e; }
    .weAreCapable .unlockBigData span {
      font-family: "proxima_novalight";
      font-size: 40px; }
    @media (max-width: 1199px) {
      .weAreCapable .unlockBigData {
        font-size: 30px;
        padding: 260px 20px 20px; }
        .weAreCapable .unlockBigData span {
          font-size: 26px; }
        .weAreCapable .unlockBigData br {
          display: none; } }
    @media (max-width: 991px) {
      .weAreCapable .unlockBigData {
        height: auto;
        padding: 40px;
        margin: 0 0 10px;
        text-align: center; } }
  .weAreCapable .capableBox {
    height: 345px;
    padding: 30px;
    margin-bottom: 10px;
    background: #012a5e; }
    .weAreCapable .capableBox figure {
      margin: 0 0 50px; }
      @media (max-width: 1199px) {
        .weAreCapable .capableBox figure {
          margin-bottom: 20px; } }
    .weAreCapable .capableBox h4 {
      font-size: 27px;
      color: #fff;
      margin: 0;
      line-height: 40px;
      text-transform: uppercase; }
      .weAreCapable .capableBox h4 span {
        display: block;
        text-transform: none; }
      @media (max-width: 1199px) {
        .weAreCapable .capableBox h4 {
          font-size: 21px; } }
    .weAreCapable .capableBox.blue {
      background: #2f2f8a; }
    .weAreCapable .capableBox.white {
      background: #fff; }
      .weAreCapable .capableBox.white h4 {
        color: #353535; }
    @media (max-width: 991px) {
      .weAreCapable .capableBox {
        height: auto;
        text-align: center; } }
  @media (max-width: 600px) {
    .weAreCapable {
      padding: 30px; } }

.caseStudies {
  margin: 60px 0 0;
  background: #2c14a8;
  padding: 60px 0 160px 60px; }
  .caseStudies .table-cell {
    width: 50%;
    vertical-align: top; }
    .caseStudies .table-cell.white {
      position: relative;
      background: #fff;
      padding: 80px; }
      .caseStudies .table-cell.white h2 {
        font-size: 65px;
        line-height: 65px;
        margin-top: 50px;
        text-transform: uppercase; }
        .caseStudies .table-cell.white h2 span {
          display: block;
          text-transform: none; }
        .caseStudies .table-cell.white h2:after {
          display: block;
          content: '';
          width: 100px;
          height: 3px;
          background: #353535;
          margin: 50px 0; }
      .caseStudies .table-cell.white:after {
        display: block;
        content: '';
        position: absolute;
        bottom: -150px;
        right: 50px;
        width: 397px;
        height: 324px;
        background: url(../img/mwc/logo-shadow.png) 0 0 no-repeat;
        background-size: 100%; }
      @media (max-width: 1500px) {
        .caseStudies .table-cell.white {
          padding: 45px; }
          .caseStudies .table-cell.white h2 {
            font-size: 50px; }
          .caseStudies .table-cell.white:after {
            right: 0;
            width: 300px; } }
      @media (max-width: 1366px) {
        .caseStudies .table-cell.white {
          padding: 40px 40px 0; }
          .caseStudies .table-cell.white h2 {
            font-size: 40px;
            line-height: 50px; }
            .caseStudies .table-cell.white h2:after {
              margin-top: 30px; }
          .caseStudies .table-cell.white:after {
            right: 0;
            width: 300px; } }
      @media (max-width: 1199px) {
        .caseStudies .table-cell.white {
          padding: 30px 30px 0; }
          .caseStudies .table-cell.white h2 {
            margin: 0; }
            .caseStudies .table-cell.white h2:after {
              margin-top: 10px; }
          .caseStudies .table-cell.white:after {
            display: none; } }
      @media (max-width: 991px) {
        .caseStudies .table-cell.white {
          padding: 40px;
          text-align: center; }
          .caseStudies .table-cell.white h2 {
            margin: 0 0 30px; }
            .caseStudies .table-cell.white h2 span {
              display: inline; }
            .caseStudies .table-cell.white h2:after {
              margin: 20px auto 0; } }
      @media (max-width: 768px) {
        .caseStudies .table-cell.white {
          padding: 30px; }
          .caseStudies .table-cell.white h2 {
            font-size: 30px; } }
    @media (max-width: 991px) {
      .caseStudies .table-cell {
        display: block;
        width: 100%; } }
  .caseStudies figure {
    position: relative; }
    .caseStudies figure img {
      width: 100%; }
    .caseStudies figure .captionBox {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      width: 100%;
      padding: 20px;
      background: #000; }
      .caseStudies figure .captionBox h4 {
        font-size: 30px;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        border-right: solid #fff 1px; }
        @media (max-width: 991px) {
          .caseStudies figure .captionBox h4 {
            font-size: 21px;
            margin: 0;
            padding: 5px 0; } }
        @media (max-width: 768px) {
          .caseStudies figure .captionBox h4 {
            font-size: 18px;
            border: none; } }
      .caseStudies figure .captionBox h5 {
        font-size: 26px;
        color: #fff;
        margin: 0;
        line-height: 36px; }
        .caseStudies figure .captionBox h5 span {
          font-size: 24px;
          display: block; }
        @media (max-width: 991px) {
          .caseStudies figure .captionBox h5 {
            font-size: 18px; }
            .caseStudies figure .captionBox h5 span {
              font-size: 16px;
              display: inline; } }
        @media (max-width: 768px) {
          .caseStudies figure .captionBox h5 {
            text-align: center; } }
    @media (max-width: 991px) {
      .caseStudies figure {
        height: 350px;
        overflow: hidden; } }
  @media (max-width: 1199px) {
    .caseStudies {
      padding: 60px 0 100px 60px; } }
  @media (max-width: 991px) {
    .caseStudies {
      padding: 60px; } }
  @media (max-width: 600px) {
    .caseStudies {
      padding: 30px; } }

.backtoTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 10;
  width: 46px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  background: #0cd1bc;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }
  .backtoTop.active {
    opacity: 1;
    visibility: visible; }
  .backtoTop:hover {
    background: #000; }

.mwcCoupon {
  background: url(../img/mwc/mwc_coupon_bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px;
  text-align: center; }
  .mwcCoupon h2 {
    font-size: 45px;
    color: #fff;
    margin: 0 0 20px; }
  .mwcCoupon h3 {
    font-family: "proxima_novaregular";
    font-size: 21px;
    color: #fff;
    margin: 0 0 20px; }
  .mwcCoupon ul {
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 0 0; }
    .mwcCoupon ul li {
      position: relative;
      display: inline-block;
      width: 320px;
      margin: 15px;
      background: #fff;
      text-align: left;
      padding: 20px 20px 10px;
      vertical-align: top; }
      .mwcCoupon ul li .tc {
        position: absolute;
        right: 11px;
        bottom: 5px;
        font-size: 8px;
        color: rgba(0, 0, 0, 0.9);
        text-align: right; }
      .mwcCoupon ul li h4 {
        font-size: 24px;
        color: #353535;
        margin: 0 0 20px;
        line-height: 32px; }
        .mwcCoupon ul li h4 span {
          display: block;
          font-size: 80%; }
      .mwcCoupon ul li .worth {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 15px;
        color: #60638b;
        text-align: right; }
      .mwcCoupon ul li .btnBox {
        position: relative;
        padding: 20px;
        text-align: center;
        margin: 10px -20px -10px -20px; }
        .mwcCoupon ul li .btnBox a {
          display: inline-block;
          background: #4b52cc;
          font-size: 15px;
          color: #fff;
          line-height: 35px;
          text-align: center;
          padding: 0 26px;
          margin-bottom: 0;
          border: solid #4b52cc 1px;
          text-transform: uppercase;
          letter-spacing: 2px; }
          .mwcCoupon ul li .btnBox a:hover {
            background: #fff;
            color: #343434; }
    @media (max-width: 1199px) {
      .mwcCoupon ul {
        width: auto; } }

.couponSection {
  position: relative;
  padding: 60px 0;
  z-index: 1; }
  .couponSection:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 20px;
    z-index: -1;
    width: 397px;
    height: 324px;
    background: url(../img/mwc/logo-shadow.png) 0 0 no-repeat; }
    @media (max-width: 1500px) {
      .couponSection:before {
        top: -100px;
        width: 300px;
        background-size: 100%; } }
    @media (max-width: 991px) {
      .couponSection:before {
        display: none; } }
  .couponSection .text {
    padding: 0; }
    .couponSection .text h2 {
      font-size: 45px;
      color: #353535;
      margin: 0 0 20px;
      text-transform: uppercase; }
      .couponSection .text h2 span {
        display: block; }
        @media (max-width: 991px) {
          .couponSection .text h2 span {
            display: inline; } }
    @media (max-width: 991px) {
      .couponSection .text {
        text-align: center; } }
  .couponSection .submitCoupon {
    position: relative;
    background: #f2f2f2;
    margin-top: -300px;
    padding: 60px 40px 40px;
    box-shadow: 1px 5px 3px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 1199px) {
      .couponSection .submitCoupon {
        margin-top: -200px; } }
    @media (max-width: 991px) {
      .couponSection .submitCoupon {
        margin: 50px auto;
        max-width: 500px; } }
    .couponSection .submitCoupon h2 {
      display: inline-block;
      position: absolute;
      top: -15px;
      left: 40px;
      font-size: 16px;
      color: #fff;
      padding: 10px 30px;
      background: #01b3b3; }
    .couponSection .submitCoupon fieldset {
      position: relative;
      margin: 0 0 40px; }
      .couponSection .submitCoupon fieldset input, .couponSection .submitCoupon fieldset select {
        width: 100%;
        float: none;
        height: 46px;
        font-family: "proxima_novaregular";
        font-size: 16px;
        color: #000;
        background: #fff;
        border-radius: 0;
        padding: 10px;
        margin: 0;
        border: solid #d6d6d6 1px; }
      .couponSection .submitCoupon fieldset label.error {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        font-size: 12px;
        color: red; }
    .couponSection .submitCoupon select {
      cursor: pointer; }
    .couponSection .submitCoupon select[disabled] {
      opacity: 0.5; }
    .couponSection .submitCoupon .btn {
      display: block;
      width: 100%;
      font-family: "proxima_nova_rgbold";
      font-size: 21px;
      padding: 15px 0;
      margin-top: 30px;
      border-radius: 5px;
      letter-spacing: 1px;
      background-color: #01c5c5;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#01c5c5), to(#01b1b1));
      background-image: -webkit-linear-gradient(top, #01c5c5, #01b1b1);
      background-image: -moz-linear-gradient(top, #01c5c5, #01b1b1);
      background-image: -ms-linear-gradient(top, #01c5c5, #01b1b1);
      background-image: -o-linear-gradient(top, #01c5c5, #01b1b1);
      background-image: linear-gradient(top, #01c5c5, #01b1b1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01c5c5', endColorStr='#01b1b1'); }
      .couponSection .submitCoupon .btn:hover {
        background-color: #01b1b1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#01b1b1), to(#01c5c5));
        background-image: -webkit-linear-gradient(top, #01b1b1, #01c5c5);
        background-image: -moz-linear-gradient(top, #01b1b1, #01c5c5);
        background-image: -ms-linear-gradient(top, #01b1b1, #01c5c5);
        background-image: -o-linear-gradient(top, #01b1b1, #01c5c5);
        background-image: linear-gradient(top, #01b1b1, #01c5c5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01b1b1', endColorStr='#01c5c5'); }
  .couponSection ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .couponSection ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .couponSection :-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  .couponSection :-moz-placeholder {
    /* Firefox 18- */
    color: #000; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.4); }
  .popup .whiteBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    background: #fff;
    z-index: 1;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .popup .whiteBox figure {
      margin: 0 0 40px; }
    .popup .whiteBox h3 {
      font-family: "proxima_novaregular";
      font-size: 36px;
      color: #343434;
      margin: 0 0 20px; }
    .popup .whiteBox p {
      font-size: 21px;
      padding: 0 30px;
      line-height: 36px; }
      .popup .whiteBox p span {
        display: block;
        font-family: "proxima_nova_rgbold"; }
    @media (max-width: 480px) {
      .popup .whiteBox {
        position: relative;
        margin-top: 100px;
        top: 0;
        left: 5%;
        padding: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .popup .whiteBox h3 {
          font-size: 24px; }
        .popup .whiteBox p {
          font-size: 16px;
          padding: 0;
          line-height: 28px; } }

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7); }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 1400ms infinite ease-in-out;
  animation: sk-bounce 1400ms  infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -700ms;
  animation-delay: -700ms; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none; }

.addtocalendar {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  background: transparent !important; }

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

/* Blue */
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  margin: 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #012a5e;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 0;
  zoom: 1; }

.atc-style-blue .atcb-list {
  width: 176px; }

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
  background: rgba(0, 0, 0, 0.4);
  color: #f5f5f5; }

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1; }

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 6px 12px; }

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff; }

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #012a5e; }

.mwcMaBanner {
  position: relative;
  z-index: 1;
  padding: 250px 0;
  background: url(../img/webinar/banner.jpg) center no-repeat;
  background-size: cover; }
  .mwcMaBanner .overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(23, 31, 82, 0.68); }
  .mwcMaBanner .bannerContent {
    padding: 0;
    text-align: center; }
    .mwcMaBanner .bannerContent h1 {
      font-size: 45px;
      color: #fff;
      line-height: 50px;
      margin: 40px 0 20px;
      text-transform: uppercase; }
    .mwcMaBanner .bannerContent p {
      font-size: 21px;
      color: #fff;
      font-weight: 300;
      line-height: 36px; }
    .mwcMaBanner .bannerContent ul {
      margin: 0;
      padding: 30px 0;
      text-align: center; }
      .mwcMaBanner .bannerContent ul li {
        display: inline-block;
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        line-height: 34px;
        padding: 60px 0 0;
        vertical-align: top; }
        .mwcMaBanner .bannerContent ul li:first-child {
          border-left: 0; }
        .mwcMaBanner .bannerContent ul li:after {
          display: block;
          content: '';
          width: 63px;
          height: 40px;
          background: url(../img/webinar/calender-icon.png) no-repeat center top;
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .mwcMaBanner .bannerContent ul li a span {
          display: block; }
    .mwcMaBanner .bannerContent a {
      display: inline-block;
      background: #fff;
      font-size: 18px;
      color: #393939;
      padding: 0 35px;
      line-height: 30px;
      font-weight: 400;
      line-height: 44px;
      border-radius: 20px;
      margin-top: 30px;
      transition: all 400ms ease-out;
      border: 1px solid transparent; }
      .mwcMaBanner .bannerContent a:hover {
        color: #fff;
        border-color: #fff;
        background: transparent; }

.automation-service {
  margin: 90px 0; }

.heading-section h3 {
  color: #282828;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  display: block;
  text-transform: capitalize; }

.heading-section h3 span {
  color: #282828;
  font-size: 33px;
  line-height: 50px;
  font-weight: 100;
  display: block; }

.automation-service-list {
  float: left;
  width: 100%; }

.automation-service-list li {
  display: block;
  margin: 20px 0 30px; }

.automation-service-list li h5 {
  color: #282828;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  display: block;
  text-transform: capitalize; }

.automation-service-list li p {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300; }

.how-we-help {
  float: left;
  width: 100%;
  text-align: center; }

.how-we-help a {
  font-size: 16px;
  line-height: 38px;
  color: #524911;
  background: #efd424;
  padding: 0 25px 0;
  display: inline-block;
  font-weight: 400;
  margin: 70px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #efd424; }

.how-we-help a:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 120%;
  position: absolute;
  top: 0;
  transform: skew(-20deg);
  transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 140%; }

.how-we-help a:after {
  color: #524911;
  content: attr(data-text);
  display: inline-block;
  height: 100%;
  left: 10%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 100%; }

.how-we-help a:hover {
  border-color: #524911; }

.how-we-help a:hover:before {
  left: -20%; }

.how-we-help a:hover:after {
  left: 0;
  opacity: 1; }

.marketing-webinar {
  float: left;
  width: 100%;
  padding: 90px 0;
  margin: 30px 0;
  position: relative; }

.marketing-webinar .container {
  position: relative;
  z-index: 3; }

.marketing-webinar .left-content {
  float: left;
  width: 100%;
  padding-right: 5%; }

.marketing-webinar .right-content {
  float: left;
  width: 100%;
  padding-left: 5%; }

.marketing-webinar .heading-section {
  margin-bottom: 40px; }

.marketing-webinar .right-content .youtube-video-block {
  float: left;
  width: 100%;
  position: relative; }

.marketing-webinar .right-content .youtube-video-block:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: 1; }

.marketing-webinar .right-content .youtube-video-block a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 95px;
  transition: all 0.4s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; }

.marketing-webinar .right-content .youtube-video-block a:hover {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  border-color: #ef323a;
  color: #ef323a; }

.marketing-webinar h3 span {
  font-size: 30px; }

.marketing-webinar p {
  font-size: 17px;
  color: #3c3c3c;
  line-height: 33px;
  font-weight: 300;
  display: block;
  margin: 10px 0 20px;
  display: inline-block; }

.marketing-webinar .shadow-block {
  position: absolute;
  left: 5%;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 0px 50px #eeeeee;
  z-index: 2; }

.marketing-webinar .shadow-block img {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-block; }

.key-drivers {
  float: left;
  width: 100%;
  margin: 80px 0;
  padding: 65px 0;
  background: url(../img/webinar/ker-drive.jpg) no-repeat center center; }

.key-drivers .outer-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1350px;
  display: block; }

.key-drivers .container {
  position: relative;
  z-index: 3; }

.blue-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #15bdfa;
  z-index: 2; }

.blue-bg:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 100%;
  top: 60px;
  width: 10px;
  border-top: 16px solid transparent;
  height: 10px;
  z-index: 99;
  border-left: 16px solid #15bdfa;
  border-bottom: 16px solid transparent; }

.white-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  z-index: 1; }

.successful-kd {
  float: left;
  width: 100%;
  padding-right: 5%;
  margin-top: 40px; }

.successful-kd h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 20px; }

.successful-kd h2 span {
  font-size: 40px;
  display: block;
  font-weight: 100; }

.successful-kd p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 50px; }

.key-drivers ul {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding-left: 8%; }

.key-drivers ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin: 35px 0; }

.how-marketing {
  float: left;
  width: 100%; }

.how-marketing h3 span {
  font-size: 30px; }

.how-marketing .heading-section {
  margin-bottom: 20px; }

.how-marketing p {
  font-size: 17px;
  color: #3c3c3c;
  margin: 10px 0;
  line-height: 33px; }

.how-marketing ul {
  margin: 10px 0; }

.how-marketing ul li {
  position: relative;
  display: block;
  font-size: 17px;
  color: #3c3c3c;
  line-height: 40px;
  padding-left: 25px; }

.how-marketing ul li:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 14px;
  background: url(../img/webinar/list-style-type.png) no-repeat center center;
  content: ''; }

.how-marketing .right-content ul li:after {
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 19px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-image: none;
  background-color: #b5b5b5;
  content: ''; }

.how-marketing .left-content {
  padding-right: 5%; }

.how-marketing .right-content {
  position: relative;
  padding-left: 5%; }

.how-marketing .right-content:before {
  background: #dbdbdb;
  width: 1px;
  height: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 0; }

.how-marketing .right-content a {
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  background: #007bb6;
  font-weight: 300;
  padding: 0px 20px;
  display: inline-block;
  margin: 50px 0;
  border: 1px solid #007bb6;
  position: relative;
  overflow: hidden; }

.how-marketing .right-content a:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 120%;
  position: absolute;
  top: 0;
  transform: skew(-20deg);
  transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 140%; }

.how-marketing .right-content a:after {
  color: #007bb6;
  content: attr(data-text);
  display: inline-block;
  height: 100%;
  left: 10%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 100%; }

.how-marketing .right-content a:hover:before {
  left: -20%; }

.how-marketing .right-content a:hover:after {
  left: 0;
  opacity: 1; }

.our-clients {
  float: left;
  width: 100%;
  margin: 70px 0;
  text-align: center; }

.our-clients h4 {
  font-size: 35px;
  line-height: 45px;
  color: #525252;
  font-weight: 300;
  display: block; }

.our-clients ul {
  float: left;
  width: 100%;
  font-size: 0;
  margin-top: 40px; }

.our-clients ul li {
  display: inline-block;
  width: 15.8%; }

.webinar-part {
  padding: 40px 0;
  margin-bottom: 40px;
  background: #ef323a; }

.webinar-part h4 {
  position: relative;
  font-size: 27px;
  margin: 0;
  color: #fff;
  line-height: 45px; }

.webinar-part h4:after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 20px;
  background: url(../img/webinar/arrow.png) no-repeat center center; }

.webinar-part a {
  font-size: 20px;
  color: #fff;
  padding: 0px 40px;
  border: 1px solid #fff;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  line-height: 40px; }

.webinar-part a:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 120%;
  position: absolute;
  top: 0;
  transform: skew(-20deg);
  transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 140%; }

.webinar-part a:after {
  color: #ef323a;
  content: attr(data-text);
  display: inline-block;
  height: 100%;
  left: 10%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  width: 100%; }

.webinar-part a:hover:before {
  left: -20%; }

.webinar-part a:hover:after {
  left: 0;
  opacity: 1; }

/* enquary form css */
/* .registration-form #footerWrapper footer.container { 
	padding: 0;
} */
.section-heading {
  float: left;
  width: 100%;
  margin-bottom: 60px; }

.section-heading h3 {
  font-size: 42px;
  color: #0b0b12;
  line-height: 40px;
  font-weight: 500;
  display: block; }

.section-heading h3 span {
  display: block;
  font-size: 22px;
  color: #424242;
  font-weight: 300;
  margin: 10px 0;
  line-height: 28px; }

.section-heading p {
  font-size: 17px;
  color: #4e4e4e;
  line-height: 27px;
  font-weight: 300;
  display: block;
  margin-top: 20px; }

.section-heading p span {
  display: block; }

.get-enquary-now {
  float: left;
  width: 100%;
  margin: 50px 0; }

.get-enquary-now form {
  float: left;
  width: 100%; }

.get-enquary-now form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }

.get-enquary-now form label {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 35px;
  color: #3c424f;
  font-weight: 300; }

.get-enquary-now form label.error {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 12px;
  color: #ef323a; }

.get-enquary-now form input {
  float: left;
  width: 100%;
  background: #f3f2f2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 36px;
  padding: 5px 15px !important;
  color: #3c424f; }

.get-enquary-now form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c424f; }

.get-enquary-now form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c424f; }

.get-enquary-now form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #3c424f; }

.get-enquary-now form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #3c424f; }

.get-enquary-now form select {
  float: left;
  width: 100%;
  background: #f3f2f2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  font-size: 17px;
  line-height: 19px;
  color: #3c424f;
  font-weight: 300; }

.get-enquary-now form select option {
  font-size: 17px;
  line-height: 19px;
  color: #3c424f;
  font-weight: 300;
  padding: 10px 5px;
  float: left;
  width: 100%; }

.get-enquary-now form textarea {
  float: left;
  width: 100%;
  background: #f3f2f2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 165px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
  padding: 10px;
  font-size: 16px;
  color: #3c424f; }

.get-enquary-now form .submit-btn {
  float: right;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  background: #ee1d25;
  font-weight: 300;
  padding: 14px 25px 12px;
  margin-top: 20px;
  width: 100%;
  max-width: 270px; }

.clavax-over-view {
  float: left;
  width: 100%;
  padding: 30px 0 10px;
  box-shadow: 0px 3px 4px #ededed; }

.clavax-over-view .section-heading p {
  margin: 10px 0 5px;
  text-align: left;
  float: left;
  width: 100%; }

.clavax-over-view .section-heading ul {
  float: left;
  width: 100%;
  margin: 10px 0; }

.clavax-over-view .section-heading ul li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  color: #4e4e4e;
  line-height: 27px;
  font-weight: 300; }

.clavax-over-view .section-heading ul li:after {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #acacac;
  content: "";
  position: absolute;
  left: 0;
  top: 9px; }

.clavax-over-view .section-heading h3 {
  margin-bottom: 30px; }

.got-an-idea {
  float: left;
  width: 100%;
  margin-top: 60px; }

.estimation-block {
  display: block;
  width: 100%;
  margin: 30px auto;
  float: left;
  position: relative; }

.vLine {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6; }

.estimation-page {
  float: left;
  width: 48.5%;
  margin-left: 3%;
  /* border: 1px solid #4e4e4e; */
  text-align: center;
  padding: 20px 20px 30px;
  min-height: 570px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; }

/* .estimation-page:hover {
	transform: scale(1.04, 1.04);
	-webkit-transform: scale(1.04, 1.04);
	-moz-transform: scale(1.04, 1.04);
	border-color: #1fb8a4;
} */
.estimation-page:first-child {
  margin-left: 0; }

.estimation-page figure {
  float: left;
  width: 100%;
  margin: 30px 0;
  min-height: 360px; }

.estimation-page h3 {
  font-size: 28px;
  line-height: 39px;
  color: #000;
  font-weight: 100;
  display: block;
  margin-bottom: 10px; }

.estimation-page h3 span {
  display: block; }

.estimation-page p {
  font-size: 18px;
  line-height: 27px;
  color: #4e4e4e;
  font-weight: 300;
  display: block; }

.estimation-page a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 2; }

.enquary-page-case-study {
  float: left;
  width: 100%;
  margin: 60px 0; }

.enquary-page-case-study .awsome-story {
  float: left;
  width: 100%;
  background: #f3f2f2;
  margin-bottom: 30px;
  position: relative; }

.enquary-page-case-study .awsome-story figure img {
  width: 100%; }

.awsome-story .cs-content {
  float: left;
  width: 100%;
  padding: 20px 15px; }

.awsome-story .cs-content h5 {
  font-size: 28px;
  line-height: 30px;
  color: #4e4e4e;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px; }

.awsome-story .cs-content p {
  font-size: 15px;
  line-height: 30px;
  color: #4e4e4e;
  font-weight: 300;
  min-height: 160px; }

.enquary-page-case-study .awsome-story a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0; }

.commandation-testmonial {
  float: left;
  width: 100%; }

.commandation-testmonial .hLine {
  float: left;
  width: 100%;
  height: 1px;
  background: #d4d6da;
  clear: both; }

.commandation-testmonial .testmonial-slider {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 120px;
  text-align: center; }

.commandation-testmonial .slide-content h4 {
  color: #273445;
  font-size: 25px;
  line-height: 50px;
  font-style: italic; }

.commandation-testmonial .slide-content p {
  color: #273445;
  font-size: 18px;
  line-height: 33px;
  display: block;
  margin-top: 30px; }

.commandation-testmonial .slick-dots li {
  width: 10px;
  height: 10px; }

.commandation-testmonial .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  padding: 0;
  border-radius: 10px; }

.commandation-testmonial .slick-dots li button:before {
  display: none; }

.commandation-testmonial li.slick-active button {
  background: #273445; }

/* popup css */
.video-popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0%;
  z-index: -9;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: visible;
  /* transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
	-webkit-transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
	-moz-transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;  */ }

/* .video-popup{
	z-index: 99999;
	
}  */
.popup-height {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 80%;
  transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; }

/* .open-popup .popup-height{	
	top: 50%
} */
.popup-height iframe {
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */ }

.close-video {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999999;
  font-size: 20px;
  color: #949599;
  opacity: .4; }

.close-video i {
  display: inline-block;
  vertical-align: top; }

.close-video:hover {
  opacity: 0.7; }

/*!
*	New Moblity Case studies
*/
.mcs_Challenges {
  padding: 80px 0;
  background: #f3f9fa; }
  .mcs_Challenges .table .table-cell .common_h3 img {
    vertical-align: top; }
    @media (max-width: 600px) {
      .mcs_Challenges .table .table-cell .common_h3 img {
        width: 26px; } }
  @media (max-width: 1366px) {
    .mcs_Challenges .width65 {
      padding-left: 40px; } }
  @media (max-width: 768px) {
    .mcs_Challenges .width65 {
      padding-left: 0; } }
  @media (max-width: 600px) {
    .mcs_Challenges {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .mcs_Challenges {
      padding: 30px 0; } }

.mcs_Solutions {
  background: url(../img/new_case_study/solution_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0; }
  .mcs_Solutions .whiteBox {
    padding: 50px;
    margin: 0 60px;
    background: #fff; }
    @media (max-width: 1024px) {
      .mcs_Solutions .whiteBox {
        margin: 0; } }
    @media (max-width: 768px) {
      .mcs_Solutions .whiteBox {
        padding: 30px; } }
  @media (max-width: 600px) {
    .mcs_Solutions {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .mcs_Solutions {
      padding: 30px 0; } }

.mcs_bulletList {
  padding: 0;
  margin: 0; }
  .mcs_bulletList li {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    background: url(../img/new_case_study/ncs_common_bullet.png) 0 5px no-repeat; }
    @media (max-width: 768px) {
      .mcs_bulletList li {
        font-size: 13px;
        line-height: 24px; } }

.mcs_TechnologyStack {
  padding: 120px 0 80px; }
  .mcs_TechnologyStack .mcs_TechLogo {
    text-align: center; }
    .mcs_TechnologyStack .mcs_TechLogo li {
      display: inline-block;
      margin: 0 15px;
      padding: 0 40px;
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.08); }
      @media (max-width: 1024px) {
        .mcs_TechnologyStack .mcs_TechLogo li {
          margin: 10px; } }
  @media (max-width: 991px) {
    .mcs_TechnologyStack {
      padding: 80px 0;
      text-align: center; }
      .mcs_TechnologyStack .right {
        padding-top: 20px;
        text-align: center; } }
  @media (max-width: 600px) {
    .mcs_TechnologyStack {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .mcs_TechnologyStack {
      padding: 30px 0; } }

.mcs_Results {
  background: #012a5e;
  padding: 80px 0; }
  .mcs_Results .thumbBox {
    text-align: center; }
    @media (max-width: 991px) {
      .mcs_Results .thumbBox {
        margin: 0 auto;
        width: 60%; } }
    @media (max-width: 480px) {
      .mcs_Results .thumbBox {
        width: 80%; } }
    @media (max-width: 360px) {
      .mcs_Results .thumbBox {
        width: auto; } }
  @media (max-width: 600px) {
    .mcs_Results {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .mcs_Results {
      padding: 30px 0; } }

.mcs_ViewMore {
  padding: 80px 0; }
  .mcs_ViewMore .initCS .slick-dots {
    position: static;
    margin-top: 50px; }
    .mcs_ViewMore .initCS .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background: #333; }
      .mcs_ViewMore .initCS .slick-dots li.slick-active {
        background: #012a5e; }
  @media (max-width: 600px) {
    .mcs_ViewMore {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .mcs_ViewMore {
      padding: 30px 0; } }

.analyticsToolWrap {
  min-height: 100vh;
  padding: 120px 0 0;
  background: #f5f6f7; }
  .analyticsToolWrap .innerBox .common_h4 {
    margin-bottom: 10px; }
    .analyticsToolWrap .innerBox .common_h4 span {
      font-size: 100%; }
  .analyticsToolWrap .innerBox .progressBarWrap {
    margin-bottom: 50px; }
    .analyticsToolWrap .innerBox .progressBarWrap .stepCount {
      font-size: 15px;
      color: #787979;
      text-align: right;
      margin-bottom: 5px;
      padding-right: 20px; }
    .analyticsToolWrap .innerBox .progressBarWrap .progressCount {
      font-size: 15px;
      color: #787979; }
    .analyticsToolWrap .innerBox .progressBarWrap .progressBar {
      height: 40px;
      padding: 12px 15px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
      background-color: #f5f7f7;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7f7), to(#dbdee0));
      background-image: -webkit-linear-gradient(top, #f5f7f7, #dbdee0);
      background-image: -moz-linear-gradient(top, #f5f7f7, #dbdee0);
      background-image: -ms-linear-gradient(top, #f5f7f7, #dbdee0);
      background-image: -o-linear-gradient(top, #f5f7f7, #dbdee0);
      background-image: linear-gradient(top, #f5f7f7, #dbdee0);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f7f7', endColorStr='#dbdee0'); }
      .analyticsToolWrap .innerBox .progressBarWrap .progressBar .progressBarInner {
        height: 16px;
        background: #e4e4e4;
        border: solid #f7f7f7 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .analyticsToolWrap .innerBox .progressBarWrap .progressBar .progressBarInner span {
          display: block;
          width: 0;
          height: 14px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
          background-color: #0096ff;
          background-image: -webkit-gradient(linear, left top, right top, from(#0096ff), to(#00c6ff));
          background-image: -webkit-linear-gradient(left, #0096ff, #00c6ff);
          background-image: -moz-linear-gradient(left, #0096ff, #00c6ff);
          background-image: -ms-linear-gradient(left, #0096ff, #00c6ff);
          background-image: -o-linear-gradient(left, #0096ff, #00c6ff);
          background-image: linear-gradient(left, #0096ff, #00c6ff);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0096ff', endColorStr='#00c6ff', gradientType='1'); }
    @media (max-width: 480px) {
      .analyticsToolWrap .innerBox .progressBarWrap {
        margin-bottom: 30px; } }
  .analyticsToolWrap .innerBox .questionnaire {
    padding: 0; }
    .analyticsToolWrap .innerBox .questionnaire .questionnaireBox {
      position: relative;
      display: none;
      min-height: 300px; }
      .analyticsToolWrap .innerBox .questionnaire .questionnaireBox.first {
        display: block; }
      .analyticsToolWrap .innerBox .questionnaire .questionnaireBox h3 {
        line-height: 34px; }
        @media (max-width: 480px) {
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox h3 {
            font-size: 17px;
            margin-bottom: 0;
            line-height: 22px; } }
      .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox {
        display: inline-block;
        margin: 0;
        padding: 20px 0 0; }
        .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li {
          position: relative;
          display: block;
          cursor: pointer;
          padding-left: 36px;
          margin-bottom: 20px; }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:last-child {
            margin-bottom: 0; }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li input {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            opacity: 0; }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio {
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            width: 16px;
            height: 16px;
            border: solid #b4b4b4 1px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
            background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
            background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
            background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
            background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
            background-image: linear-gradient(top, #ffffff, #e8e8e8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', endColorStr='#e8e8e8'); }
            .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio:before {
              display: block;
              content: '';
              position: absolute;
              top: 3px;
              left: 3px;
              opacity: 0;
              width: 8px;
              height: 8px;
              background: #019fef;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
            @media (max-width: 480px) {
              .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li .circleRadio {
                top: 3px; } }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li input:checked + .circleRadio:before {
            opacity: 1; }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li label {
            font-size: 18px;
            margin: 0;
            cursor: pointer; }
            @media (max-width: 480px) {
              .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li label {
                font-size: 15px; } }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:hover .circleRadio {
            border-color: #999; }
            .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li:hover .circleRadio:before {
              opacity: 1; }
          @media (max-width: 480px) {
            .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox li {
              padding-left: 30px; } }
        @media (max-width: 480px) {
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .answerBox {
            display: block; } }
      .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn {
        position: absolute;
        top: 0;
        right: 20px;
        display: inline-block;
        font-family: "proxima_nova_rgbold";
        font-size: 15px;
        color: #686868;
        padding: 0 25px;
        background: #fff;
        line-height: 32px;
        border: solid #eaebeb 1px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn:hover {
          color: #fff;
          background: #0096ff; }
        .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn.nextBtn {
          top: auto;
          bottom: 0;
          color: #fff;
          background: #ef323a;
          border-color: #ef323a; }
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn.nextBtn:hover {
            background: #0096ff;
            border-color: #0096ff; }
        @media (max-width: 480px) {
          .analyticsToolWrap .innerBox .questionnaire .questionnaireBox .btn {
            position: static;
            margin-top: 40px; } }
  .analyticsToolWrap .innerBox .getResultForm {
    display: none;
    position: relative;
    background: #fff;
    padding: 40px 50px;
    border: solid #dfe0e0 1px;
    -webkit-border-radius: 6px;;
    -moz-border-radius: 6px;;
    -ms-border-radius: 6px;;
    border-radius: 6px;; }
    .analyticsToolWrap .innerBox .getResultForm .btnBox {
      position: static; }
      .analyticsToolWrap .innerBox .getResultForm .btnBox .btnSimple {
        float: right; }
      .analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn {
        position: absolute;
        top: 40px;
        right: 50px;
        display: inline-block;
        font-family: "proxima_nova_rgbold";
        font-size: 15px;
        color: #686868;
        padding: 0 25px;
        background: #fff;
        line-height: 32px;
        border: solid #ccc 1px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        .analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn:hover {
          color: #fff;
          background: #0096ff;
          border-color: #0096ff; }
        @media (max-width: 991px) {
          .analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn {
            position: static;
            margin: 0; } }
      @media (max-width: 480px) {
        .analyticsToolWrap .innerBox .getResultForm .btnBox {
          text-align: center; }
          .analyticsToolWrap .innerBox .getResultForm .btnBox .btnSimple, .analyticsToolWrap .innerBox .getResultForm .btnBox .backBtn {
            display: block;
            float: none;
            width: 100%;
            margin-bottom: 15px; } }
    .analyticsToolWrap .innerBox .getResultForm .common_h5 {
      margin-bottom: 5px; }
    .analyticsToolWrap .innerBox .getResultForm .form-control {
      padding: 10px 15px;
      margin-bottom: 30px;
      border: solid #ccc 1px; }
      .analyticsToolWrap .innerBox .getResultForm .form-control:hover {
        border-color: #999; }
      .analyticsToolWrap .innerBox .getResultForm .form-control:focus {
        border-color: #777; }
    .analyticsToolWrap .innerBox .getResultForm select {
      cursor: pointer; }
    .analyticsToolWrap .innerBox .getResultForm label.error {
      position: absolute;
      top: 42px;
      font-size: 13px;
      color: red; }
    @media (max-width: 480px) {
      .analyticsToolWrap .innerBox .getResultForm {
        padding: 30px; } }
    @media (max-width: 360px) {
      .analyticsToolWrap .innerBox .getResultForm {
        padding: 20px; } }
  .analyticsToolWrap .chartContainerWrap {
    position: relative;
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07); }
    .analyticsToolWrap .chartContainerWrap .chartContainer {
      position: relative;
      height: 300px; }
      .analyticsToolWrap .chartContainerWrap .chartContainer:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 60px;
        height: 20px;
        background: #fff; }
      .analyticsToolWrap .chartContainerWrap .chartContainer:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 80px;
        height: 20px;
        background: #fff; }
      @media (max-width: 600px) {
        .analyticsToolWrap .chartContainerWrap .chartContainer {
          display: none; } }
    .analyticsToolWrap .chartContainerWrap .mobileGraphWrap {
      display: none;
      padding-top: 20px; }
      .analyticsToolWrap .chartContainerWrap .mobileGraphWrap h3 {
        font-size: 17px;
        color: #343434;
        line-height: 21px; }
      .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph {
        position: relative;
        z-index: 1;
        margin-bottom: 60px; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph:before {
          content: '';
          position: absolute;
          top: 0;
          width: 2px;
          z-index: -1;
          height: 100%;
          left: calc(20% - 1px);
          background: #ccc; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph:after {
          content: '';
          position: absolute;
          top: 0;
          width: 2px;
          z-index: -1;
          height: 100%;
          left: calc(40% - 1px);
          background: #ccc; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines {
          position: relative;
          z-index: 1;
          padding: 20px 0 10px;
          border: solid #ccc 2px;
          border-top: none; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines:before {
            content: '';
            position: absolute;
            top: 0;
            left: calc(60% - 1px);
            width: 2px;
            z-index: -1;
            height: 100%;
            background: #ccc; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .lines:after {
            content: '';
            position: absolute;
            top: 0;
            left: calc(80% - 1px);
            width: 2px;
            z-index: -1;
            height: 100%;
            background: #ccc; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .resultBar {
          width: 0;
          color: #fff;
          height: 30px;
          line-height: 30px;
          text-align: right;
          overflow: hidden;
          padding-right: 10px; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar {
          position: relative;
          z-index: 1;
          margin-top: 15px; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span {
            display: block;
            float: left;
            width: 20%;
            height: 30px; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.beginner {
              background: #ed7d31; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.aware {
              background: #ffc000; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.proficient {
              background: #5b9bd5; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.savvy {
              background: #4472c4; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar span.driven {
              background: #70ad47; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .stagesBar:after {
            display: block;
            content: '';
            clear: both; }
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          z-index: 1;
          margin-top: 15px; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts span {
            display: block;
            float: left;
            width: 20%;
            height: 15px; }
            .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts span:last-child {
              position: absolute;
              top: 0;
              right: 0;
              text-align: right; }
          .analyticsToolWrap .chartContainerWrap .mobileGraphWrap .analytics_graph .counts:after {
            display: block;
            content: '';
            clear: both; }
      @media (max-width: 600px) {
        .analyticsToolWrap .chartContainerWrap .mobileGraphWrap {
          display: block; } }
    @media (max-width: 600px) {
      .analyticsToolWrap .chartContainerWrap {
        padding: 20px; } }
  .analyticsToolWrap .resultDataBox {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07); }
    .analyticsToolWrap .resultDataBox p {
      margin-bottom: 0; }
    .analyticsToolWrap .resultDataBox .recommendationBox {
      padding: 20px;
      background: #f9e689;
      border: solid #d0bc59 2px; }
      .analyticsToolWrap .resultDataBox .recommendationBox p {
        font-size: 14px;
        line-height: 22px; }
      @media (max-width: 991px) {
        .analyticsToolWrap .resultDataBox .recommendationBox {
          margin-top: 20px; } }
      @media (max-width: 480px) {
        .analyticsToolWrap .resultDataBox .recommendationBox {
          font-size: 13px;
          line-height: 18px; } }
    @media (max-width: 600px) {
      .analyticsToolWrap .resultDataBox {
        padding: 20px; } }
  .analyticsToolWrap .runAgain {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 10; }
    .analyticsToolWrap .runAgain a {
      font-size: 18px;
      color: #012a5e; }
      .analyticsToolWrap .runAgain a:hover {
        color: #ef323a; }
    @media (max-width: 1024px) {
      .analyticsToolWrap .runAgain {
        position: static;
        padding-left: 80px;
        padding-bottom: 20px; } }
    @media (max-width: 600px) {
      .analyticsToolWrap .runAgain {
        padding: 0; } }
  .analyticsToolWrap .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: none; }
    .analyticsToolWrap .footer + .backToTop {
      display: none; }
    @media (max-width: 1199px) {
      .analyticsToolWrap .footer {
        position: static; } }
  .analyticsToolWrap .wrapper {
    padding-bottom: 80px; }
    @media (max-width: 1199px) {
      .analyticsToolWrap .wrapper {
        padding-bottom: 40px; } }
  @media (max-width: 480px) {
    .analyticsToolWrap {
      padding-top: 100px; } }

.testingEstimate {
  position: relative;
  z-index: 1;
  padding: 60px 0; }
  .testingEstimate .selectPlatform {
    padding: 0;
    text-align: left; }
    .testingEstimate .selectPlatform i {
      font-size: 30px;
      margin-bottom: 0;
      color: #012a5e; }
      .testingEstimate .selectPlatform i.white {
        color: #fff; }
    .testingEstimate .selectPlatform h3 {
      line-height: 46px; }
      .testingEstimate .selectPlatform h3 span {
        text-transform: uppercase; }
      .testingEstimate .selectPlatform h3.white {
        color: #fff; }
    .testingEstimate .selectPlatform p {
      font-size: 16px;
      color: #012a5e; }
      .testingEstimate .selectPlatform p.white {
        color: #fff; }
    .testingEstimate .selectPlatform .submitForm {
      display: block;
      min-height: 500px;
      padding: 30px 30px 0 30px;
      position: relative; }
      .testingEstimate .selectPlatform .submitForm.mobile {
        background: url(../img/testing/mobile.jpg) left bottom no-repeat #ced8e4;
        background-size: 70%; }
        @media (max-width: 1199px) {
          .testingEstimate .selectPlatform .submitForm.mobile {
            background-size: 60%; } }
        @media (max-width: 991px) {
          .testingEstimate .selectPlatform .submitForm.mobile {
            background: #ced8e4; } }
      .testingEstimate .selectPlatform .submitForm.web {
        background: url(../img/testing/web.jpg) left bottom no-repeat #012a5e;
        background-size: 90%; }
        @media (max-width: 1199px) {
          .testingEstimate .selectPlatform .submitForm.web {
            background-size: 80%; } }
        @media (max-width: 991px) {
          .testingEstimate .selectPlatform .submitForm.web {
            background: #012a5e; } }
      .testingEstimate .selectPlatform .submitForm.api {
        background: url(../img/testing/api.jpg) right bottom no-repeat #eeeeee;
        background-size: 95%; }
        @media (max-width: 1199px) {
          .testingEstimate .selectPlatform .submitForm.api {
            background-size: 80%; } }
        @media (max-width: 991px) {
          .testingEstimate .selectPlatform .submitForm.api {
            background: #eeeeee; } }
      .testingEstimate .selectPlatform .submitForm a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        cursor: pointer; }
        .testingEstimate .selectPlatform .submitForm a span {
          display: none; }
      @media (max-width: 1366px) {
        .testingEstimate .selectPlatform .submitForm {
          padding: 40px 30px 0 30px; } }
      @media (max-width: 991px) {
        .testingEstimate .selectPlatform .submitForm {
          padding: 25px;
          min-height: 0;
          margin-top: 20px;
          text-align: center; } }
  .testingEstimate .widgetAppCost {
    position: relative;
    padding: 0; }
    .testingEstimate .widgetAppCost ul {
      padding: 0;
      margin: 60px 0 0;
      text-align: center; }
      .testingEstimate .widgetAppCost ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin: 0 20px; }
        .testingEstimate .widgetAppCost ul li .borderBox {
          display: block;
          margin: 0 auto;
          width: 240px;
          height: 240px;
          margin-bottom: 0;
          overflow: hidden;
          border: solid #d9d9d9 1px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          -webkit-transition: 300ms ease-out;
          -o-transition: 300ms ease-out;
          transition: 300ms ease-out;
          position: relative; }
          .testingEstimate .widgetAppCost ul li .borderBox i {
            display: block;
            width: 100px;
            height: 100px;
            margin: 40px auto;
            background: url(../img/testing/testing_icons.png) 0 top no-repeat; }
            .testingEstimate .widgetAppCost ul li .borderBox i.at1 {
              background-position: 0 0; }
            .testingEstimate .widgetAppCost ul li .borderBox i.at2 {
              background-position: -100px 0; }
            .testingEstimate .widgetAppCost ul li .borderBox i.at3 {
              background-position: -200px 0; }
            .testingEstimate .widgetAppCost ul li .borderBox i.framwork1 {
              background-position: 0 -100px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.framwork2 {
              background-position: -100px -100px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.pc1 {
              background-position: 0 -200px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.pc2 {
              background-position: -100px -200px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.pc3 {
              background-position: -200px -200px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.np1 {
              background-position: 0 -300px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.np2 {
              background-position: -100px -300px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.np3 {
              background-position: -200px -300px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.np4 {
              background-position: -300px -300px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.st1 {
              background-position: 0 -400px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.st2 {
              background-position: -100px -400px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.st3 {
              background-position: -200px -400px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.st4 {
              background-position: -300px -400px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.st5 {
              background-position: -400px -400px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv1 {
              background-position: 0 -500px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv2 {
              background-position: -100px -500px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv3 {
              background-position: -200px -500px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv4 {
              background-position: -300px -500px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.atw1 {
              background-position: 0 -600px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.atw2 {
              background-position: -100px -600px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.nm1 {
              background-position: 0 -700px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.nm2 {
              background-position: -100px -700px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.nm3 {
              background-position: -200px -700px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.ns1 {
              background-position: 0 -800px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.ns2 {
              background-position: -100px -800px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.ns3 {
              background-position: -200px -800px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv1 {
              background-position: 0 -900px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv2 {
              background-position: -100px -900px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv3 {
              background-position: -200px -900px; }
            .testingEstimate .widgetAppCost ul li .borderBox i.cv4 {
              background-position: -300px -900px; }
            @media (max-width: 480px) {
              .testingEstimate .widgetAppCost ul li .borderBox i {
                margin: 20px auto; } }
          .testingEstimate .widgetAppCost ul li .borderBox h3 {
            font-size: 17px;
            text-align: center;
            color: #012a5e; }
          @media (max-width: 480px) {
            .testingEstimate .widgetAppCost ul li .borderBox {
              width: auto;
              height: auto; } }
          .testingEstimate .widgetAppCost ul li .borderBox a {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
            cursor: pointer; }
            .testingEstimate .widgetAppCost ul li .borderBox a span {
              display: none; }
        .testingEstimate .widgetAppCost ul li.disabled {
          opacity: 0.25; }
        .testingEstimate .widgetAppCost ul li:hover .borderBox {
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          -o-transform: translateY(-4px);
          transform: translateY(-4px);
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 1500px) {
          .testingEstimate .widgetAppCost ul li {
            margin: 15px 10px; } }
        @media (max-width: 1366px) {
          .testingEstimate .widgetAppCost ul li {
            margin: 15px 5px; } }
        @media (max-width: 1024px) {
          .testingEstimate .widgetAppCost ul li {
            width: 40%;
            margin: 0 0 40px; } }
        @media (max-width: 768px) {
          .testingEstimate .widgetAppCost ul li {
            width: auto;
            display: block;
            margin: 0 0 20px; } }
      @media (max-width: 480px) {
        .testingEstimate .widgetAppCost ul {
          margin-top: 20px; } }
  @media (max-width: 1199px) {
    .testingEstimate .headingBox h3 br, .testingEstimate .headingBox p br {
      display: block; } }
  @media (max-width: 991px) {
    .testingEstimate .headingBox {
      padding: 0 50px; } }
  @media (max-width: 768px) {
    .testingEstimate .headingBox {
      padding: 0; }
      .testingEstimate .headingBox h3 br, .testingEstimate .headingBox p br {
        display: none; } }
  @media (max-width: 480px) {
    .testingEstimate {
      padding: 40px 0; } }

.blockchainEstimate {
  position: relative;
  z-index: 1;
  padding: 60px 0; }
  .blockchainEstimate .widgetAppCost {
    position: relative;
    padding: 0; }
    .blockchainEstimate .widgetAppCost ul {
      padding: 0;
      margin: 60px 0 0;
      text-align: center; }
      .blockchainEstimate .widgetAppCost ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin: 0 20px; }
        .blockchainEstimate .widgetAppCost ul li a {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          cursor: pointer; }
          .blockchainEstimate .widgetAppCost ul li a span {
            display: none; }
        .blockchainEstimate .widgetAppCost ul li .borderBox {
          display: block;
          margin: 0 auto;
          width: 240px;
          height: 240px;
          margin-bottom: 0;
          overflow: hidden;
          border: solid #d9d9d9 1px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          -webkit-transition: 300ms ease-out;
          -o-transition: 300ms ease-out;
          transition: 300ms ease-out; }
          .blockchainEstimate .widgetAppCost ul li .borderBox i {
            display: block;
            width: 100px;
            height: 100px;
            margin: 40px auto;
            background: url(../img/blockchain/blockchain_icons.png) 0 top no-repeat; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step1-1 {
              background-position: 0 0; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step1-2 {
              background-position: -100px 0; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step1-3 {
              background-position: -200px 0; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step1-4 {
              background-position: -300px 0; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step2-1 {
              background-position: 0 -100px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step2-2 {
              background-position: -100px -100px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step2-3 {
              background-position: -200px -100px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step2-4 {
              background-position: -300px -100px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step3-1 {
              background-position: 0 -200px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step3-2 {
              background-position: -100px -200px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step3-3 {
              background-position: -200px -200px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step3-4 {
              background-position: -300px -200px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step4-1 {
              background-position: 0 -300px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step4-2 {
              background-position: -100px -300px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step4-3 {
              background-position: -200px -300px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step4-4 {
              background-position: -300px -300px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step5-1 {
              background-position: 0 -400px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step5-2 {
              background-position: -100px -400px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step5-3 {
              background-position: -200px -400px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step5-4 {
              background-position: -300px -400px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step6-1 {
              background-position: 0 -500px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step6-2 {
              background-position: -100px -500px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step6-3 {
              background-position: -200px -500px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step6-4 {
              background-position: -300px -500px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step7-1 {
              background-position: 0 -600px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step7-2 {
              background-position: -100px -600px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step7-3 {
              background-position: -200px -600px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step7-4 {
              background-position: -300px -600px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step8-1 {
              background-position: 0 -700px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step8-2 {
              background-position: -100px -700px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step8-3 {
              background-position: -200px -700px; }
            .blockchainEstimate .widgetAppCost ul li .borderBox i.step8-4 {
              background-position: -300px -700px; }
            @media (max-width: 480px) {
              .blockchainEstimate .widgetAppCost ul li .borderBox i {
                margin: 20px auto; } }
          .blockchainEstimate .widgetAppCost ul li .borderBox h3 {
            font-family: "proxima_nova_rgbold";
            font-size: 17px;
            text-align: center;
            color: #012a5e; }
          @media (max-width: 480px) {
            .blockchainEstimate .widgetAppCost ul li .borderBox {
              width: auto;
              height: auto; } }
        .blockchainEstimate .widgetAppCost ul li.disabled {
          opacity: 0.25; }
        .blockchainEstimate .widgetAppCost ul li:hover .borderBox {
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          -o-transform: translateY(-4px);
          transform: translateY(-4px);
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 1500px) {
          .blockchainEstimate .widgetAppCost ul li {
            margin: 15px 10px; } }
        @media (max-width: 1366px) {
          .blockchainEstimate .widgetAppCost ul li {
            margin: 15px 5px; } }
        @media (max-width: 1024px) {
          .blockchainEstimate .widgetAppCost ul li {
            width: 40%;
            margin: 0 0 40px; } }
        @media (max-width: 768px) {
          .blockchainEstimate .widgetAppCost ul li {
            width: auto;
            display: block;
            margin: 0 0 20px; } }
      @media (max-width: 480px) {
        .blockchainEstimate .widgetAppCost ul {
          margin-top: 20px; } }
  @media (max-width: 1199px) {
    .blockchainEstimate .headingBox h3 br, .blockchainEstimate .headingBox p br {
      display: block; } }
  @media (max-width: 991px) {
    .blockchainEstimate .headingBox {
      padding: 0 50px; } }
  @media (max-width: 768px) {
    .blockchainEstimate .headingBox {
      padding: 0; }
      .blockchainEstimate .headingBox h3 br, .blockchainEstimate .headingBox p br {
        display: none; } }
  @media (max-width: 480px) {
    .blockchainEstimate {
      padding: 40px 0; } }

.letsBuildBlockchain {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  margin-bottom: 350px;
  background: url(../img/get_estimate/cms_estimate_bg.jpg) center no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .letsBuildBlockchain {
      margin-bottom: 0; } }
  .letsBuildBlockchain h2 {
    margin: 50px 0 20px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .letsBuildBlockchain h2 {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .letsBuildBlockchain h2 {
        font-size: 36px; } }
  .letsBuildBlockchain p {
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: solid #fff 3px; }
  .letsBuildBlockchain .logoBox {
    text-align: right;
    margin-top: -50px;
    margin-right: -150px; }
    @media (max-width: 991px) {
      .letsBuildBlockchain .logoBox {
        display: none; } }
  .letsBuildBlockchain .formBox {
    padding: 30px;
    margin-left: 100px;
    background: #f0f1f3;
    margin-bottom: -350px;
    border: solid #efeeee 1px; }
    .letsBuildBlockchain .formBox .form {
      padding: 30px;
      background: #fff;
      border: solid #dfdfe0 1px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); }
      .letsBuildBlockchain .formBox .form fieldset {
        position: relative;
        margin: 0 0 30px; }
        .letsBuildBlockchain .formBox .form fieldset .form-control {
          width: 100%;
          outline: none;
          padding: 12px;
          font-size: 16px;
          color: #000;
          height: auto;
          background: #f5f4f4;
          border: solid #e4e4e4 1px; }
          .letsBuildBlockchain .formBox .form fieldset .form-control:focus {
            border-color: #999; }
        .letsBuildBlockchain .formBox .form fieldset textarea.form-control {
          resize: none;
          height: 90px; }
        .letsBuildBlockchain .formBox .form fieldset label.error {
          position: absolute;
          top: 100%;
          left: 0;
          font-size: 13px;
          color: red; }
        .letsBuildBlockchain .formBox .form fieldset .checkbox {
          cursor: pointer;
          padding-left: 20px; }
          .letsBuildBlockchain .formBox .form fieldset .checkbox input {
            margin-right: 15px; }
      @media (max-width: 480px) {
        .letsBuildBlockchain .formBox .form {
          padding: 30px; } }
    @media (max-width: 1366px) {
      .letsBuildBlockchain .formBox {
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .letsBuildBlockchain .formBox {
        margin: 50px 0 0; } }
    @media (max-width: 480px) {
      .letsBuildBlockchain .formBox {
        padding: 0; } }
  @media (max-width: 768px) {
    .letsBuildBlockchain {
      padding: 60px 0; } }

.chatBotEstimation {
  padding: 0; }
  .chatBotEstimation ul {
    margin: 40px -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .chatBotEstimation ul.threeCol {
      max-width: 950px;
      margin: 0 auto; }
    .chatBotEstimation ul.fourCol {
      max-width: 1250px;
      margin: 0 auto; }
    .chatBotEstimation ul li {
      display: block;
      width: 100%;
      max-width: 274px;
      margin: 0px 15px 20px;
      border: 1px solid #ddd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      .chatBotEstimation ul li a {
        display: block;
        padding: 50px 30px 30px;
        -webkit-transition: all 0ms ease;
        -o-transition: all 0ms ease;
        transition: all 0ms ease;
        cursor: pointer; }
        .chatBotEstimation ul li a:before {
          display: block;
          margin: 0 auto;
          content: '';
          width: 80px;
          height: 80px;
          background: url(../img/chatbot_sprite.png) no-repeat; }
        .chatBotEstimation ul li a span {
          display: block;
          font-size: 19px;
          padding-top: 40px;
          text-align: center;
          color: #012a5e; }
          @media (max-width: 480px) {
            .chatBotEstimation ul li a span {
              font-size: 16px; } }
        @media (max-width: 480px) {
          .chatBotEstimation ul li a {
            padding: 30px 15px; } }
      .chatBotEstimation ul li:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
      .chatBotEstimation ul li.active a {
        background: url(../img/check.png) 97% 10px no-repeat; }
      .chatBotEstimation ul li.ecommerce a:before {
        background-position: 0 0; }
      .chatBotEstimation ul li.retail a:before {
        background-position: -80px 0; }
      .chatBotEstimation ul li.manufacturing a:before {
        background-position: -160px 0; }
      .chatBotEstimation ul li.realEstate a:before {
        background-position: -240px 0; }
      .chatBotEstimation ul li.healthcare a:before {
        background-position: -320px 0; }
      .chatBotEstimation ul li.others a:before {
        background-position: -400px 0; }
      .chatBotEstimation ul li.mobileApp a:before {
        background-position: 0 -80px; }
      .chatBotEstimation ul li.web a:before {
        background-position: -80px -80px; }
      .chatBotEstimation ul li.facebook a:before {
        background-position: -160px -80px; }
      .chatBotEstimation ul li.skype a:before {
        background-position: -240px -80px; }
      .chatBotEstimation ul li.telegram a:before {
        background-position: -320px -80px; }
      .chatBotEstimation ul li.slack a:before {
        background-position: -400px -80px; }
      .chatBotEstimation ul li.amazonAlexa a:before {
        background-position: -480px -80px; }
      .chatBotEstimation ul li.line a:before {
        background-position: -560px -80px; }
      .chatBotEstimation ul li.conversational a:before {
        background-position: 0 -160px; }
      .chatBotEstimation ul li.faq a:before {
        background-position: -80px -160px; }
      .chatBotEstimation ul li.transactional a:before {
        background-position: -160px -160px; }
      .chatBotEstimation ul li.predictive a:before {
        background-position: -240px -160px; }
      .chatBotEstimation ul li.menu_button a:before {
        background-position: -320px -160px; }
      .chatBotEstimation ul li.naturalLan a:before {
        background-position: 0 -240px; }
      .chatBotEstimation ul li.conversationalInt a:before {
        background-position: -80px -240px; }
      .chatBotEstimation ul li.machineLearning a:before {
        background-position: -160px -240px; }
      .chatBotEstimation ul li.iDontKnow a:before {
        background-position: -240px -240px; }
      .chatBotEstimation ul li.crm a:before {
        background-position: 0 -320px; }
      .chatBotEstimation ul li.voiceEnabled a:before {
        background-position: -80px -320px; }
      .chatBotEstimation ul li.multilingual a:before {
        background-position: -160px -320px; }
      .chatBotEstimation ul li.paymentGateways a:before {
        background-position: -240px -320px; }
      .chatBotEstimation ul li.ticketingSystem a:before {
        background-position: -320px -320px; }
      .chatBotEstimation ul li.loginEnabled a:before {
        background-position: -400px -320px; }
      .chatBotEstimation ul li.conversationArchives a:before {
        background-position: -480px -320px; }
      .chatBotEstimation ul li.customAdmin a:before {
        background-position: -560px -320px; }
      .chatBotEstimation ul li.api_Integration a:before {
        background-position: 0 -400px; }
      .chatBotEstimation ul li.reviewsRatings a:before {
        background-position: -80px -400px; }
      .chatBotEstimation ul li.imageRecognition a:before {
        background-position: -160px -400px; }
      .chatBotEstimation ul li.analyticsEngine a:before {
        background-position: -240px -400px; }
      .chatBotEstimation ul li.workflow a:before {
        background-position: -320px -400px; }
      .chatBotEstimation ul li.pollsFeedback a:before {
        background-position: -400px -400px; }
      @media (max-width: 767px) {
        .chatBotEstimation ul li {
          margin: 0 0 30px; }
          .chatBotEstimation ul li:last-child {
            margin-bottom: 0; } }
    @media (max-width: 767px) {
      .chatBotEstimation ul {
        flex-direction: column;
        align-items: center; } }

.chatbotBuildApp {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: url(../img/get_estimate/chatbotBannerBg.jpg) center no-repeat;
  background-size: cover; }
  .chatbotBuildApp h2 {
    margin: 50px 0 20px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .chatbotBuildApp h2 {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .chatbotBuildApp h2 {
        font-size: 36px; } }
  .chatbotBuildApp p {
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: solid #fff 3px; }
  .chatbotBuildApp .logoBox {
    text-align: right;
    margin-top: -50px;
    margin-right: -150px; }
    @media (max-width: 991px) {
      .chatbotBuildApp .logoBox {
        display: none; } }
  @media (max-width: 768px) {
    .chatbotBuildApp {
      padding: 60px 0; } }

@media (max-width: 992px) {
  .hiring-list__col, .complimentary__list {
    margin-bottom: 30px; } }

.hire-developer-modal {
  max-width: 100%;
  top: 0px;
  margin: auto;
  display: block !important;
  visibility: hidden;
  overflow: visible; }
  .hire-developer-modal .modalBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .hire-developer-modal .modal-dialog {
    max-width: 1200px;
    left: 0px;
    margin: 20px auto 0;
    top: 0;
    right: 0;
    transform: none !important;
    z-index: 2; }
  .hire-developer-modal .modal-dialog {
    max-width: 1200px;
    width: 90%;
    left: 0px;
    margin: auto;
    top: 0;
    right: 0;
    transform: none !important; }
  @media (min: 991px) {
    .hire-developer-modal .modal-body {
      padding: 0; } }
  .hire-developer-modal .close {
    background: #ef323a;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px; }
  .hire-developer-modal__heading {
    font-size: 35px;
    color: #012a5e;
    line-height: 45px;
    text-align: center; }
    @media (max-width: 992px) {
      .hire-developer-modal__heading {
        font-size: 25px;
        line-height: 1.2; } }
  .hire-developer-modal .modal-content {
    padding: 30px;
    width: 100%;
    border: none;
    position: absolute;
    margin: 20px auto; }
    @media (min-width: 991px) {
      .hire-developer-modal .modal-content {
        width: calc(100% - 20px); } }
    @media (max-width: 992px) {
      .hire-developer-modal .modal-content {
        padding: 40px 0; } }
  .hire-developer-modal__row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }
    @media (max-width: 992px) {
      .hire-developer-modal__row {
        flex-direction: column; } }
  .hire-developer-modal__col-1 {
    position: relative;
    width: 70%;
    min-height: 650px;
    background: url(../img/hire-a-developer/pop-bg.png) no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      .hire-developer-modal__col-1 {
        width: 100%;
        min-height: auto; } }
  .hire-developer-modal__bg-img {
    width: 100%; }
  .hire-developer-modal__list {
    position: absolute;
    top: 30px;
    left: 30px;
    list-style: none;
    color: #fff; }
    @media (max-width: 992px) {
      .hire-developer-modal__list {
        position: static;
        padding: 15px 10px; } }
    .hire-developer-modal__list li {
      padding-left: 25px;
      padding-bottom: 20px;
      font-size: 18px;
      position: relative; }
      @media (max-width: 540px) {
        .hire-developer-modal__list li {
          margin-bottom: 10px;
          padding-bottom: 10px; } }
      .hire-developer-modal__list li::after {
        content: "";
        background: url(../img/hire-a-developer/modal-check-icon.png) no-repeat;
        position: absolute;
        left: 0;
        top: 4px;
        width: 15px;
        height: 25px; }
  .hire-developer-modal__form {
    position: relative;
    box-shadow: 0px 8px 20px 0px rgba(0, 1, 1, 0.26);
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    transform: translateX(-90px);
    margin-right: -90px; }
    @media (max-width: 992px) {
      .hire-developer-modal__form {
        transform: translateX(0);
        margin-right: 0;
        width: 100%;
        padding: 30px 20px; } }
    .hire-developer-modal__form .form-group {
      margin-bottom: 16px; }
      .hire-developer-modal__form .form-group .error {
        border-color: red; }
    .hire-developer-modal__form .fileValidation {
      max-width: 330px;
      font-size: 12px;
      color: #b4b4b4;
      margin-bottom: 15px; }
      .hire-developer-modal__form .fileValidation.errorFile {
        color: red; }
  .hire-developer-modal__form-heading {
    font-size: 26px;
    font-family: "proxima_nova_rgbold";
    color: #012a5e; }
  .hire-developer-modal__form-details {
    font-size: 16px;
    font-family: "proxima_novalight";
    color: #012a5e;
    margin-bottom: 15px; }
  .hire-developer-modal textarea {
    resize: none;
    border-bottom: 0;
    margin-bottom: 30px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    .hire-developer-modal textarea::-webkit-scrollbar {
      width: 0 !important; }
    .hire-developer-modal textarea::-moz-scrollbar {
      width: 0 !important; }
  .hire-developer-modal .upload-file {
    color: #717171;
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: right;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 10px 10px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .hire-developer-modal .upload-file input[type="file"] {
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 150px;
      opacity: 0;
      width: 200px; }
    .hire-developer-modal .upload-file .upload-file-name {
      max-width: 170px;
      overflow: hidden;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis; }

.hire-developer-clientSays .table .quotes {
  margin: 0 0px 0 80px; }
  @media (max-width: 1199px) {
    .hire-developer-clientSays .table .quotes {
      margin: 0 40px; } }
  @media (max-width: 991px) {
    .hire-developer-clientSays .table .quotes {
      margin: 0;
      padding: 50px 0px 0; } }
  .hire-developer-clientSays .table .quotes .rightAlign {
    display: flex;
    justify-content: flex-end; }
  .hire-developer-clientSays .table .quotes:before {
    font-size: 135px;
    left: -100px; }
    @media (max-width: 1199px) {
      .hire-developer-clientSays .table .quotes:before {
        top: -90px;
        left: 0; } }
    @media (max-width: 991px) {
      .hire-developer-clientSays .table .quotes:before {
        left: 50%;
        top: -40px;
        margin-left: -70px; } }

.hire-developer-clientSays .table .table-cell {
  padding: 100px 50px 70px; }
  @media (max-width: 991px) {
    .hire-developer-clientSays .table .table-cell {
      padding: 100px 10px 70px; } }
  .hire-developer-clientSays .table .table-cell.bg {
    background: #f3f4fa; }

.hiring-list {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/hire-a-developer/about-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .hiring-list {
      background: #f1f0f0; } }
  .hiring-list__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 991px) {
      .hiring-list__row {
        justify-content: start; } }
  .hiring-list__box {
    background: #fff;
    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 40px;
    height: 100%; }
    .hiring-list__box .hiring-sprite-icon {
      margin-bottom: 25px; }
  .hiring-list__lists {
    list-style: none; }
  .hiring-list__heading {
    color: #012a5e;
    font-size: 30px; }

.hiring-sprite-icon {
  width: 60px;
  height: 60px;
  background-image: url(../img/hire-a-developer/sprite-icon.png);
  background-repeat: no-repeat; }
  .hiring-sprite-icon.full-time {
    background-position: -91px 0px; }
  .hiring-sprite-icon.part-time {
    background-position: -158px 0px; }
  .hiring-sprite-icon.hourly-time {
    background-position: -226px 0px; }
  .hiring-sprite-icon.mobility {
    background-position: -157px -85px; }
  .hiring-sprite-icon.ecommerce {
    background-position: -228px -85px; }
  .hiring-sprite-icon.full-Stack {
    background-position: -299px -85px; }
  .hiring-sprite-icon.others {
    background-position: -369px -85px; }
  .hiring-sprite-icon.blockchain {
    background-position: -157px -155px; }
  .hiring-sprite-icon.machine-learning {
    background-position: -516px -85px; }
  .hiring-sprite-icon.ethereum-developer {
    background-position: -662px -85px; }
  .hiring-sprite-icon.hyperledger-developer {
    background-position: -589px -85px; }
  .hiring-sprite-icon.ERC-developer {
    background-position: -84px -155px; }
  .hiring-sprite-icon.contract-developer {
    background-position: -443px -85px; }
  .hiring-sprite-icon.android {
    background-position: -516px -228px; }
  .hiring-sprite-icon.ios {
    background-position: -302px -231px; }
  .hiring-sprite-icon.Augmented-Reality {
    background-position: -447px -232px; }
  .hiring-sprite-icon.react-native {
    background-position: -165px -230px; }
  .hiring-sprite-icon.xamarin {
    background-position: -591px -159px; }
  .hiring-sprite-icon.objective-c {
    background-position: -233px -233px; }
  .hiring-sprite-icon.ionic {
    background-position: -374px -233px; }
  .hiring-sprite-icon.swift {
    background-position: -661px -157px; }
  .hiring-sprite-icon.Wordpress {
    background-position: -517px -157px; }
  .hiring-sprite-icon.Joomla {
    background-position: -302px -157px; }
  .hiring-sprite-icon.Drupal {
    background-position: -445px -156px; }
  .hiring-sprite-icon.Magento {
    background-position: -83px -226px; }
  .hiring-sprite-icon.Kentico {
    background-position: -231px -157px; }
  .hiring-sprite-icon.Episerver {
    background-position: -376px -166px; }
  .hiring-sprite-icon.PHP {
    background-position: -371px -310px; }
  .hiring-sprite-icon.Python {
    background-position: -591px -303px; }
  .hiring-sprite-icon.Laravel {
    background-position: -155px -303px; }
  .hiring-sprite-icon.DotNet {
    background-position: -230px -303px; }
  .hiring-sprite-icon.AngularJS {
    background-position: -80px -300px; }
  .hiring-sprite-icon.NodeJS {
    background-position: -301px -300px; }
  .hiring-sprite-icon.ReactJS {
    background-position: -441px -300px; }
  .hiring-sprite-icon.VueJS {
    background-position: -519px -300px; }
  .hiring-sprite-icon.UI {
    background-position: -592px -230px; }
  .hiring-sprite-icon.UX {
    background-position: -660px -230px; }

.hire-experince {
  background: #082447;
  color: #fff; }
  .hire-experince__tabs {
    list-style: none;
    text-align: center; }
    .hire-experince__tabs li {
      display: inline-flex;
      flex-wrap: wrap;
      margin: 0 15px 15px;
      font-size: 18px;
      padding: 10px 25px;
      border: 1px solid rgba(0, 0, 0, 0); }
      .hire-experince__tabs li.active {
        border: 1px solid #fff; }
      .hire-experince__tabs li a {
        color: inherit;
        outline: none; }
  .hire-experince__content {
    padding-top: 60px;
    padding-bottom: 60px; }
  .hire-experince__row {
    display: flex;
    flex-wrap: wrap; }
  .hire-experince__box {
    background: #0a2d59;
    padding: 25px 25px 45px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.26); }
    .hire-experince__box .hiring-sprite-icon {
      margin-bottom: 25px;
      height: 50px; }
  .hire-experince__heading {
    color: #fff; }
  .hire-experince__list {
    list-style: none; }

.complimentary__sub-heading {
  font-family: "proxima_novalight";
  font-size: 26px;
  color: #012a5e; }

.complimentary__row {
  display: flex;
  align-items: start;
  flex-wrap: wrap; }

.complimentary__list-heading {
  color: #012a5e;
  font-size: 22px; }

.complimentary__list-description {
  font-family: "proxima_novalight";
  font-size: 16px; }

.complimentary__lists.list-1 {
  margin-top: 100px; }

@media (min-width: 991px) {
  .complimentary__lists {
    margin-top: 70px; } }

@media (min-width: 991px) {
  .complimentary__list {
    padding: 0 50px; }
    .complimentary__list:not(:last-child) {
      border-right: 1px solid #c7c8ca; } }

@media (max-width: 992px) {
  .complimentary__list:nth-child(odd) {
    border-right: 1px solid #c7c8ca; }
  .complimentary__list:nth-child(even) {
    border-right: none; } }

@media (max-width: 768px) {
  .complimentary__list {
    border: none !important; } }

.hire-us__row {
  display: flex;
  justify-content: center; }

.hire-us__col {
  margin: auto;
  background-image: url(../img/hire-a-developer/get-link-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 110px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.hire-us__col-1 {
  font-family: "proxima_nova_rgbold";
  font-size: 40px;
  line-height: 0.9;
  color: #fff; }

.hire-us__btn, .hire-us__btn:hover, .hire-us__btn:focus {
  background: #ef323a;
  white-space: nowrap; }

@media (max-width: 1100px) {
  .hire-us__col {
    flex-direction: column;
    padding: 30px; }
  .hire-us__col-1 {
    margin-bottom: 40px;
    text-align: center; } }

.pop-up-slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0px;
  background: rgba(1, 42, 94, 0.3); }
  @media (max-width: 992px) {
    .pop-up-slider {
      position: relative;
      margin-top: 40px; } }
  .pop-up-slider .slick-track {
    display: flex !important;
    align-items: flex-end; }
  .pop-up-slider__list {
    padding: 10px;
    text-align: center; }
  .pop-up-slider__img {
    width: auto; }

/* industry page css start here */
.innerbanner.industry-banner {
  background-image: url(../img/industry/industry-banner.jpg); }

.industryPage .industry-tab {
  background-image: url(../img/industry/industry-tab-banner.jpg); }
  .industryPage .industry-tab .industry-tab-label {
    width: 300px;
    background: #FFFFFF;
    padding: 20px;
    margin: 50px 0 100px; }
    .industryPage .industry-tab .industry-tab-label span {
      display: block; }
  .industryPage .industry-tab .industry-tab-block {
    max-height: 59px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5); }
    .industryPage .industry-tab .industry-tab-block .stickyTab {
      position: fixed;
      top: 82px;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 2; }
  .industryPage .industry-tab .industry-tab-slider {
    position: relative; }
    .industryPage .industry-tab .industry-tab-slider div.tab-slider a {
      padding: 20px 50px;
      color: #FFFFFF;
      display: block;
      text-align: center;
      white-space: nowrap;
      border-right: solid 1px #FFFFFF; }
      .industryPage .industry-tab .industry-tab-slider div.tab-slider a:hover, .industryPage .industry-tab .industry-tab-slider div.tab-slider a.active {
        background: #012a5e; }
    .industryPage .industry-tab .industry-tab-slider .slick-arrow {
      z-index: 10;
      width: 40px;
      height: 60px;
      background: #000;
      color: #FFFFFF; }
      .industryPage .industry-tab .industry-tab-slider .slick-arrow.slick-next {
        right: 0; }
      .industryPage .industry-tab .industry-tab-slider .slick-arrow.slick-prev {
        left: 0; }

.industryPage .industry-tab-detail {
  display: none; }
  .industryPage .industry-tab-detail.open {
    display: block; }
  .industryPage .industry-tab-detail .industry-card-block {
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px; }
    .industryPage .industry-tab-detail .industry-card-block .industry-card-lg {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      background: #FFFFFF;
      padding: 50px 50px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .industryPage .industry-tab-detail .industry-card-block .industry-card-lg span {
        display: block; }
    .industryPage .industry-tab-detail .industry-card-block .about-industry {
      display: flex;
      flex-wrap: wrap; }
      .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card {
        width: 30%;
        border: solid 1px #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        @media (max-width: 991px) {
          .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card {
            width: 50%; } }
        .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.lg {
          width: 40%; }
          @media (max-width: 991px) {
            .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.lg {
              width: 50%; } }
        .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.lightBlue {
          background: #e9eff5;
          padding: 10px 20px; }
        .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.gray {
          background: #f8f6f7;
          padding: 10px 20px; }
        .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.blue {
          background: #2675df;
          padding: 10px 20px; }
          .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.blue h6, .industryPage .industry-tab-detail .industry-card-block .about-industry .industry-card.blue p {
            color: #FFFFFF; }
  .industryPage .industry-tab-detail .opportunities {
    max-width: 1170px;
    margin-bottom: 80px; }
    .industryPage .industry-tab-detail .opportunities h5 {
      color: #000; }
    .industryPage .industry-tab-detail .opportunities .percent {
      color: #000;
      font-size: 30px;
      font-weight: bold; }
    .industryPage .industry-tab-detail .opportunities p {
      border-top: solid 2px #053e87;
      background: #f2f2f2;
      padding: 10px 20px; }
  .industryPage .industry-tab-detail .ind-tab-info {
    background-image: url(../img/industry/industry-info.jpg);
    padding: 50px 0;
    margin-bottom: 80px; }
    .industryPage .industry-tab-detail .ind-tab-info h5 {
      color: #fff;
      text-align: center; }
    .industryPage .industry-tab-detail .ind-tab-info .ind-info-block {
      display: flex;
      flex-wrap: wrap; }
      .industryPage .industry-tab-detail .ind-tab-info .ind-info-block .info-block {
        background: #FFFFFF;
        padding: 15px 25px;
        border: solid 5px transparent;
        width: 46%;
        margin: 2%; }
        @media (max-width: 600px) {
          .industryPage .industry-tab-detail .ind-tab-info .ind-info-block .info-block {
            width: 100%;
            margin: 2% 0; } }
        .industryPage .industry-tab-detail .ind-tab-info .ind-info-block .info-block .common_h6 {
          font-size: 18px;
          color: #393939; }

.industryPage .tool-technology {
  max-width: 1170px;
  margin-bottom: 80px; }
  .industryPage .tool-technology .titleBlock {
    margin-bottom: 30px; }
    .industryPage .tool-technology .titleBlock h3, .industryPage .tool-technology .titleBlock p {
      text-align: center; }
  .industryPage .tool-technology .tool-logo-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .industryPage .tool-technology .tool-logo-block .tool-logo {
      display: flex;
      align-items: center;
      padding: 20px 25px;
      background: #FFFFFF; }

.industryPage .project-info {
  background: #f6f8fa;
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .industryPage .project-info {
      display: block;
      padding: 100px 0; } }
  .industryPage .project-info .project-card {
    width: 35%;
    background: #fff;
    padding: 50px 50px 50px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (max-width: 991px) {
      .industryPage .project-info .project-card {
        width: 90%;
        padding: 50px 50px;
        margin: 0 auto 100px; }
        .industryPage .project-info .project-card br {
          display: block; } }
  .industryPage .project-info .project-slider-block {
    width: 65%;
    padding: 0 0 0 20px; }
    @media (max-width: 991px) {
      .industryPage .project-info .project-slider-block {
        width: auto; } }
    .industryPage .project-info .project-slider-block .project-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .industryPage .project-info .project-slider-block .project-slider .slide {
      height: inherit !important;
      border: solid 1px #e1e1e2;
      background: #FFFFFF;
      margin: 0 10px; }
      .industryPage .project-info .project-slider-block .project-slider .slide .project-img {
        max-height: 175px; }
        .industryPage .project-info .project-slider-block .project-slider .slide .project-img img {
          max-width: 100%;
          max-height: 100%; }
      .industryPage .project-info .project-slider-block .project-slider .slide .project-logo {
        padding: 10px 15px;
        height: 100px; }
        .industryPage .project-info .project-slider-block .project-slider .slide .project-logo img {
          max-width: 100%;
          max-height: 100%; }
      .industryPage .project-info .project-slider-block .project-slider .slide p {
        padding: 0px 15px 10px; }
    .industryPage .project-info .project-slider-block .project-slider .slick-prev, .industryPage .project-info .project-slider-block .project-slider .slick-next {
      border: solid 1px #d2d2d2;
      top: -40px;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .industryPage .project-info .project-slider-block .project-slider .slick-prev::before, .industryPage .project-info .project-slider-block .project-slider .slick-next::before {
        color: #9c9b9b; }
      .industryPage .project-info .project-slider-block .project-slider .slick-prev:hover, .industryPage .project-info .project-slider-block .project-slider .slick-next:hover {
        background: #e6e5e5; }
    .industryPage .project-info .project-slider-block .project-slider .slick-prev {
      right: 80px;
      left: auto;
      border-right: 0; }
    .industryPage .project-info .project-slider-block .project-slider .slick-next {
      right: 40px; }

.industryPage .talk-to-export {
  background: url(../img/industry/export-bg.jpg) center no-repeat; }
  .industryPage .talk-to-export .export-msg {
    padding: 80px 0; }

/* industry page css end here */
/* landing page css start here */
.landing-page .landing-banner {
  margin-top: 82px;
  background: #f0f2f5; }
  .landing-page .landing-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .landing-page .landing-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .landing-page .landing-banner .container .banner-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 991px) {
        .landing-page .landing-banner .container .banner-title {
          padding: 30px 0; } }

.landing-page .landing-tab-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .landing-page .landing-tab-block .landing-tab {
    border: solid 1px #cccccc;
    border-right: 0;
    position: relative;
    text-align: center;
    padding: 15px 20px;
    min-width: 150px;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase; }
    .landing-page .landing-tab-block .landing-tab::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #012a5e transparent transparent;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      display: none; }
    .landing-page .landing-tab-block .landing-tab:last-child {
      border-right: solid 1px #cccccc; }
    .landing-page .landing-tab-block .landing-tab:hover {
      background: #012a5e;
      color: #FFFFFF; }
    .landing-page .landing-tab-block .landing-tab.active {
      color: #FFFFFF;
      background: #012a5e; }
      .landing-page .landing-tab-block .landing-tab.active::after {
        display: block; }
    @media (max-width: 991px) {
      .landing-page .landing-tab-block .landing-tab {
        border-right: solid 1px #cccccc;
        margin: 10px; }
        .landing-page .landing-tab-block .landing-tab.active::after {
          display: none; } }

.landing-page .landing-tab-detail .landing-tab-info {
  display: none; }
  .landing-page .landing-tab-detail .landing-tab-info.open {
    display: block; }

.landing-page .landing-service {
  background: #f5f6fa;
  padding: 0 0 160px; }
  .landing-page .landing-service .landing-service__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .landing-page .landing-service .landing-service__slider .slick-dots li {
    width: 16px;
    height: 16px;
    background: #b1aeae; }
    .landing-page .landing-service .landing-service__slider .slick-dots li.slick-active {
      background: #012a5e; }
  .landing-page .landing-service .landing-service__slider .slide {
    background: #FFFFFF;
    height: inherit !important;
    padding: 30px;
    margin: 0 15px;
    border-radius: 15px; }

.landing-page .landing-offer-block {
  background: #012a5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .landing-page .landing-offer-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .landing-page .landing-offer-block .offer-banner {
    width: 50%; }
    @media (max-width: 991px) {
      .landing-page .landing-offer-block .offer-banner {
        width: 100%; } }
    .landing-page .landing-offer-block .offer-banner .imgBlock img {
      max-width: 100%; }
  .landing-page .landing-offer-block .offer-detail {
    width: 50%;
    padding: 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .landing-page .landing-offer-block .offer-detail {
        width: 100%; } }
    .landing-page .landing-offer-block .offer-detail h6, .landing-page .landing-offer-block .offer-detail h4, .landing-page .landing-offer-block .offer-detail p {
      color: #FFFFFF;
      font-family: "proxima_novaregular"; }
    .landing-page .landing-offer-block .offer-detail h6 {
      font-size: 18px;
      margin: 0; }
    .landing-page .landing-offer-block .offer-detail h4 {
      font-size: 50px; }
    .landing-page .landing-offer-block .offer-detail ul li {
      color: #FFFFFF;
      list-style: disc inside;
      padding: 10px 0; }

.landing-page .logoStrip {
  background: #FFFFFF; }
  .landing-page .logoStrip .img-block {
    text-align: center; }
    .landing-page .logoStrip .img-block img {
      display: inline-block;
      max-width: 100%; }

.landing-page .app-process {
  background: #f4f4fa;
  padding: 80px 0; }
  .landing-page .app-process .app-process-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .landing-page .app-process .app-process-detail .process-block {
      background: #FFFFFF;
      padding: 30px 50px;
      border-radius: 15px;
      margin: 20px 0;
      width: 30%; }
      @media (max-width: 991px) {
        .landing-page .app-process .app-process-detail .process-block {
          width: 100%; } }
      .landing-page .app-process .app-process-detail .process-block h6 {
        margin-bottom: 5px; }

.landing-page .hire-app-developer {
  background: #012a5e; }
  .landing-page .hire-app-developer h3, .landing-page .hire-app-developer p {
    color: #FFFFFF; }
  .landing-page .hire-app-developer .btnSimple {
    white-space: nowrap; }
    .landing-page .hire-app-developer .btnSimple:hover {
      background: #FFFFFF;
      color: #012a5e; }

.landing-page .create-app-detail {
  padding: 80px 0;
  background: #FFFFFF; }
  .landing-page .create-app-detail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .landing-page .create-app-detail .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .landing-page .create-app-detail .container .app-banner {
      width: 50%; }
      @media (max-width: 991px) {
        .landing-page .create-app-detail .container .app-banner {
          width: 100%; } }
      .landing-page .create-app-detail .container .app-banner .imgBlock {
        text-align: center; }
        .landing-page .create-app-detail .container .app-banner .imgBlock img {
          width: 100%;
          max-width: 500px; }
    .landing-page .create-app-detail .container .app-detail {
      width: 50%;
      padding: 20px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 991px) {
        .landing-page .create-app-detail .container .app-detail {
          width: 100%;
          padding: 20px; } }
      @media (max-width: 991px) {
        .landing-page .create-app-detail .container .app-detail .btnSimple {
          margin: 0px auto; } }

/* landing page css end here */
/* pwa page css start here */
.pwa-page .pwa-banner {
  margin-top: 82px;
  background: #f7f6f6; }
  .pwa-page .pwa-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .pwa-page .pwa-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .pwa-page .pwa-banner .container figure {
      position: relative;
      top: 50px; }
      @media (max-width: 991px) {
        .pwa-page .pwa-banner .container figure {
          top: 0px;
          padding-top: 30px; } }
    .pwa-page .pwa-banner .container .banner-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .pwa-page .pwa-banner .container .banner-title {
          padding: 30px 0; } }
      .pwa-page .pwa-banner .container .banner-title h5, .pwa-page .pwa-banner .container .banner-title h3 {
        margin-bottom: 0; }
      .pwa-page .pwa-banner .container .banner-title .btnSimple {
        max-width: 200px; }

.pwa-page .pwa-service-block {
  padding: 30px 80px; }
  @media (max-width: 991px) {
    .pwa-page .pwa-service-block {
      padding: 30px 10px; } }
  @media (max-width: 600px) {
    .pwa-page .pwa-service-block .pwa-services .progress-graph {
      display: none; } }
  .pwa-page .pwa-service-block .pwa-services .pwa-service-list {
    padding: 100px 0 100px 40px; }
    @media (max-width: 1199px) {
      .pwa-page .pwa-service-block .pwa-services .pwa-service-list {
        padding: 50px 0 50px 40px; } }
    @media (max-width: 991px) {
      .pwa-page .pwa-service-block .pwa-services .pwa-service-list {
        padding: 20px 0 20px 40px; } }
    .pwa-page .pwa-service-block .pwa-services .pwa-service-list li {
      padding: 11px 0;
      list-style: none;
      position: relative; }
      .pwa-page .pwa-service-block .pwa-services .pwa-service-list li::before {
        content: "";
        position: absolute;
        top: 15px;
        left: -40px;
        width: 20px;
        height: 20px;
        background: url(../img/pwa/check-icon.png) center no-repeat; }
      .pwa-page .pwa-service-block .pwa-services .pwa-service-list li::after {
        content: "";
        position: absolute;
        width: 150px;
        top: 25px;
        right: calc(100% + 40px);
        height: 2px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, #efefef 25%, #e0e0e0 50%, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, #efefef 25%, #e0e0e0 50%, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, #efefef 25%, #e0e0e0 50%, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */ }
        @media (max-width: 1400px) {
          .pwa-page .pwa-service-block .pwa-services .pwa-service-list li::after {
            display: none; } }
      .pwa-page .pwa-service-block .pwa-services .pwa-service-list li h6 {
        margin-bottom: 10px;
        font-family: "proxima_novaregular"; }

.pwa-page .pwa-development-block {
  background: #f5f9fc; }
  .pwa-page .pwa-development-block .pwa-development-detail {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 50px; }
    @media (max-width: 1199px) {
      .pwa-page .pwa-development-block .pwa-development-detail {
        max-width: 800px; } }
    @media (max-width: 991px) {
      .pwa-page .pwa-development-block .pwa-development-detail {
        max-width: 500px; } }
    @media (max-width: 600px) {
      .pwa-page .pwa-development-block .pwa-development-detail {
        position: static; } }
    .pwa-page .pwa-development-block .pwa-development-detail .development-list {
      position: absolute;
      z-index: 1; }
      @media (max-width: 600px) {
        .pwa-page .pwa-development-block .pwa-development-detail .development-list {
          position: static;
          padding: 30px 0; } }
      .pwa-page .pwa-development-block .pwa-development-detail .development-list.left-list {
        left: -40px;
        top: 150px; }
        @media (max-width: 1199px) {
          .pwa-page .pwa-development-block .pwa-development-detail .development-list.left-list {
            left: -70px; } }
        @media (max-width: 991px) {
          .pwa-page .pwa-development-block .pwa-development-detail .development-list.left-list {
            left: -110px;
            top: 50px; } }
      .pwa-page .pwa-development-block .pwa-development-detail .development-list.right-list {
        right: -40px;
        bottom: 100px; }
        @media (max-width: 1199px) {
          .pwa-page .pwa-development-block .pwa-development-detail .development-list.right-list {
            right: -70px; } }
        @media (max-width: 991px) {
          .pwa-page .pwa-development-block .pwa-development-detail .development-list.right-list {
            right: -110px;
            bottom: 50px; } }
      .pwa-page .pwa-development-block .pwa-development-detail .development-list li {
        text-align: center;
        padding: 10px;
        background: #FFFFFF;
        border-radius: 8px;
        color: #012a5e;
        width: 186px;
        overflow: hidden;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        @media (max-width: 600px) {
          .pwa-page .pwa-development-block .pwa-development-detail .development-list li {
            margin: 0 auto; } }
    .pwa-page .pwa-development-block .pwa-development-detail figure {
      position: relative;
      text-align: center;
      z-index: 2; }
      .pwa-page .pwa-development-block .pwa-development-detail figure img {
        width: 100%; }

.pwa-page .pwa-technology {
  padding: 100px  0; }
  @media (max-width: 991px) {
    .pwa-page .pwa-technology {
      padding-bottom: 0; } }
  .pwa-page .pwa-technology .pwa-technology-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; }
    @media (max-width: 600px) {
      .pwa-page .pwa-technology .pwa-technology-list {
        flex-direction: column; } }
    .pwa-page .pwa-technology .pwa-technology-list::after, .pwa-page .pwa-technology .pwa-technology-list::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: white;
      background: -moz-linear-gradient(90deg, white 0%, #e5ecf6 50%, white 100%);
      background: -webkit-linear-gradient(90deg, white 0%, #e5ecf6 50%, white 100%);
      background: linear-gradient(90deg, white 0%, #e5ecf6 50%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .pwa-page .pwa-technology .pwa-technology-list::before {
      top: 0; }
    .pwa-page .pwa-technology .pwa-technology-list::after {
      bottom: 0; }
    .pwa-page .pwa-technology .pwa-technology-list .imgBlock {
      padding: 50px 20px; }
      @media (max-width: 600px) {
        .pwa-page .pwa-technology .pwa-technology-list .imgBlock {
          text-align: center; } }

.pwa-page .characteristics-block {
  position: relative;
  padding: 100px 0;
  background: url(../img/pwa/characteristics-bg.jpg) left 80% no-repeat; }
  .pwa-page .characteristics-block .container {
    position: relative; }
  @media (max-width: 991px) {
    .pwa-page .characteristics-block figure {
      margin-bottom: 150px; } }
  @media (max-width: 600px) {
    .pwa-page .characteristics-block figure {
      padding: 30px 0;
      margin-bottom: 0px; } }
  .pwa-page .characteristics-block .char-feature {
    position: absolute; }
    @media (max-width: 600px) {
      .pwa-page .characteristics-block .char-feature {
        position: static;
        margin-bottom: 25px; } }
    .pwa-page .characteristics-block .char-feature p {
      color: #012a5e;
      text-align: center;
      font-size: 24px; }
    .pwa-page .characteristics-block .char-feature.fast {
      bottom: 0px;
      left: 205px; }
      @media (max-width: 1199px) {
        .pwa-page .characteristics-block .char-feature.fast {
          left: 105px; } }
      @media (max-width: 991px) {
        .pwa-page .characteristics-block .char-feature.fast {
          left: 10px; } }
    .pwa-page .characteristics-block .char-feature.reliable {
      bottom: -50px;
      left: 480px; }
      @media (max-width: 1400px) {
        .pwa-page .characteristics-block .char-feature.reliable {
          left: 380px; } }
      @media (max-width: 1199px) {
        .pwa-page .characteristics-block .char-feature.reliable {
          left: 280px; } }
      @media (max-width: 991px) {
        .pwa-page .characteristics-block .char-feature.reliable {
          left: 150px; } }
    .pwa-page .characteristics-block .char-feature.engaging {
      bottom: 50px;
      left: 760px; }
      @media (max-width: 1400px) {
        .pwa-page .characteristics-block .char-feature.engaging {
          left: 600px; } }
      @media (max-width: 1199px) {
        .pwa-page .characteristics-block .char-feature.engaging {
          left: 460px; } }
      @media (max-width: 991px) {
        .pwa-page .characteristics-block .char-feature.engaging {
          left: 300px;
          bottom: -50px; } }
    .pwa-page .characteristics-block .char-feature .char-cir {
      background: #FFFFFF;
      width: 100px;
      height: 100px;
      border-radius: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      margin-bottom: 15px;
      text-align: center;
      padding: 27px 0; }
      @media (max-width: 600px) {
        .pwa-page .characteristics-block .char-feature .char-cir {
          margin: 0 auto 15px; } }
      .pwa-page .characteristics-block .char-feature .char-cir img {
        max-width: 100%; }

.pwa-page .book-a-consultation {
  padding: 60px 0;
  background: #083e83;
  /* Old browsers */
  background: -moz-linear-gradient(top, #083e83 0%, #012a5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #083e83 0%, #012a5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #083e83 0%, #012a5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083e83', endColorstr='#012a5e',GradientType=0 );
  /* IE6-9 */ }
  .pwa-page .book-a-consultation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .pwa-page .book-a-consultation .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .pwa-page .book-a-consultation h6, .pwa-page .book-a-consultation h3, .pwa-page .book-a-consultation p {
    color: #FFFFFF; }
  .pwa-page .book-a-consultation h6 {
    font-family: "proxima_novaregular";
    margin-bottom: 10px; }
  .pwa-page .book-a-consultation .btnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pwa-page .book-a-consultation .btnBlock .btnSimple:hover {
      background: #FFFFFF;
      color: #012a5e; }

.pwa-page .pwa-development {
  padding: 80px 0 50px; }
  .pwa-page .pwa-development .title-block h1 {
    margin-bottom: 0; }
  .pwa-page .pwa-development .title-block h1, .pwa-page .pwa-development .title-block h2 {
    color: #012a5e; }
  .pwa-page .pwa-development ul {
    margin: 0 0 0 20px; }
    .pwa-page .pwa-development ul li strong {
      color: #012a5e;
      font-size: 18px; }

.pwa-page .pwa-dev-process {
  background: #eff2f5;
  padding: 100px 0 120px; }
  .pwa-page .pwa-dev-process .pwa-dev-slider {
    padding-top: 60px;
    margin-left: -20px; }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slick-list {
      width: 100vw; }
      @media (max-width: 991px) {
        .pwa-page .pwa-dev-process .pwa-dev-slider .slick-list {
          width: auto; } }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slick-next, .pwa-page .pwa-dev-process .pwa-dev-slider .slick-prev {
      width: 35px;
      height: 30px;
      background-image: url(../img/pwa/pwa-slider-arrow.png);
      background-repeat: no-repeat; }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slick-prev {
      display: none !important;
      top: 0;
      left: auto;
      right: 50px;
      background-position: 0 0; }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slick-next {
      top: 0;
      right: 0px;
      background-position: -63px 0; }
    .pwa-page .pwa-dev-process .pwa-dev-slider .slide {
      margin: 0 20px;
      background: #FFFFFF;
      height: inherit !important;
      padding: 20px 20px 40px;
      border-radius: 10px; }
      .pwa-page .pwa-dev-process .pwa-dev-slider .slide .count-slide {
        color: #939393; }
      .pwa-page .pwa-dev-process .pwa-dev-slider .slide figure {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 100%;
        background: #ebeef2;
        margin: 0 auto 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .pwa-page .pwa-dev-process .pwa-dev-slider .slide h6 {
        text-align: center;
        font-family: "proxima_novaregular";
        margin-bottom: 10px; }

.pwa-page .pwa-fast {
  padding: 80px; }
  @media (max-width: 991px) {
    .pwa-page .pwa-fast {
      padding: 80px 0; } }
  .pwa-page .pwa-fast p {
    margin-bottom: 30px;
    font-size: 18px; }
  .pwa-page .pwa-fast ul.fast-list {
    margin-bottom: 30px;
    padding: 0 0 0 16px; }
    .pwa-page .pwa-fast ul.fast-list li {
      font-size: 18px;
      padding: 10px; }

/* pwa page css end here */
/* new__get-an-estimate CSS start */
.new__get-an-estimate {
  margin-top: 82px; }
  @media (max-width: 1199px) {
    .new__get-an-estimate .innerbanner {
      display: none; } }
  .new__get-an-estimate .innerbanner.costBanner {
    padding: 53px 10px;
    background: url(../img/new_get-estimate/banner.jpg) no-repeat center top; }
    .new__get-an-estimate .innerbanner.costBanner .titleBlock {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .new__get-an-estimate .innerbanner.costBanner .titleBlock h2, .new__get-an-estimate .innerbanner.costBanner .titleBlock p {
        color: #FFFFFF; }
      .new__get-an-estimate .innerbanner.costBanner .titleBlock p {
        text-align: center; }
  .new__get-an-estimate .left-menu {
    position: absolute;
    left: 40px;
    top: 50vh;
    z-index: 10;
    display: none; }
    @media (min-width: 1024px) {
      .new__get-an-estimate .left-menu {
        transform: translateY(-2%); } }
    @media (min-width: 1199px) {
      .new__get-an-estimate .left-menu {
        display: block; } }
    @media (min-width: 1500px) {
      .new__get-an-estimate .left-menu {
        transform: translateY(-12%); } }
    .new__get-an-estimate .left-menu.fixed {
      position: fixed;
      transform: translateY(-50%); }
    .new__get-an-estimate .left-menu .estimate-link {
      color: #b9b6b6;
      padding: 5px 0;
      font-size: 14px;
      position: relative; }
      .new__get-an-estimate .left-menu .estimate-link::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 100%;
        width: 0px;
        height: 2px;
        margin-right: 5px;
        display: block;
        transition: all ease 0.5s; }
      .new__get-an-estimate .left-menu .estimate-link.active {
        cursor: pointer;
        color: #444; }
        .new__get-an-estimate .left-menu .estimate-link.active:hover {
          color: #012a5e; }
      .new__get-an-estimate .left-menu .estimate-link.current {
        cursor: pointer;
        font-size: 16px;
        color: #012a5e; }
        .new__get-an-estimate .left-menu .estimate-link.current::before {
          background: #ef323a;
          width: 30px; }
  .new__get-an-estimate .rough-estimate {
    text-align: right;
    color: #012a5e;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 10; }
    .new__get-an-estimate .rough-estimate.static {
      position: static;
      width: auto; }
      .new__get-an-estimate .rough-estimate.static .estimated-value {
        float: none;
        background: #FFFFFF;
        box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin-bottom: 60px;
        color: #012a5e;
        font-size: 24px;
        overflow: hidden; }
        .new__get-an-estimate .rough-estimate.static .estimated-value strong {
          font-size: 26px; }
    .new__get-an-estimate .rough-estimate .estimated-value {
      font-size: 15px;
      float: right;
      background: #ef323a;
      padding: 10px 10px;
      color: #fff; }
      .new__get-an-estimate .rough-estimate .estimated-value strong {
        font-size: 16px; }
    @media (max-width: 768px) {
      .new__get-an-estimate .rough-estimate {
        width: 400px;
        left: auto;
        text-align: center; }
        .new__get-an-estimate .rough-estimate .estimated-value {
          padding: 5px 10px;
          font-size: 14px; } }
    @media (max-width: 360px) {
      .new__get-an-estimate .rough-estimate {
        top: 62px; } }
  .new__get-an-estimate .container {
    max-width: 1000px; }
  .new__get-an-estimate .section-estimate {
    padding: 50px 60px;
    display: none;
    min-height: 80vh;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .new__get-an-estimate .section-estimate .our-clients-btn {
      position: absolute;
      left: 50%;
      bottom: 0;
      opacity: 0;
      transform: translate(-50%, -10%);
      transition: all 0.2s; }
      @media (min-width: 768px) {
        .new__get-an-estimate .section-estimate .our-clients-btn {
          position: fixed;
          right: -100px;
          left: auto;
          bottom: auto;
          top: 50%;
          transform: translate(-50%, -50%); } }
      .new__get-an-estimate .section-estimate .our-clients-btn .btn {
        background: transparent;
        border: 0;
        box-shadow: none;
        position: relative; }
        @media (min-width: 768px) {
          .new__get-an-estimate .section-estimate .our-clients-btn .btn {
            transform: rotate(90deg); } }
        .new__get-an-estimate .section-estimate .our-clients-btn .btn:focus {
          border: 0;
          box-shadow: 0;
          outline: none; }
        .new__get-an-estimate .section-estimate .our-clients-btn .btn::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 50%;
          width: 41px;
          height: 16px;
          transform: translate(-25px, -50%);
          background-image: url(../img/new_get-estimate/get-estimate-white.png);
          background-position: -235px -17px; }
    .new__get-an-estimate .section-estimate.show {
      display: flex !important; }
      .new__get-an-estimate .section-estimate.show .our-clients-btn {
        right: -50px;
        opacity: 1; }
    @media (max-width: 1024px) {
      .new__get-an-estimate .section-estimate {
        padding: 50px 0px; } }
    .new__get-an-estimate .section-estimate .submit-slide {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .new__get-an-estimate .section-estimate .submit-slide {
          flex-direction: row;
          justify-content: space-between;
          align-items: center; } }
      .new__get-an-estimate .section-estimate .submit-slide .customRadio {
        display: flex;
        margin: 20px 0; }
        @media (min-width: 768px) {
          .new__get-an-estimate .section-estimate .submit-slide .customRadio {
            max-width: 60%;
            margin: 0; } }
        .new__get-an-estimate .section-estimate .submit-slide .customRadio input[type=checkbox], .new__get-an-estimate .section-estimate .submit-slide .customRadio input[type=radio] {
          margin-right: 10px; }
      .new__get-an-estimate .section-estimate .submit-slide .btnSimple {
        margin: 0 !important; }
        @media (min-width: 768px) {
          .new__get-an-estimate .section-estimate .submit-slide .btnSimple {
            margin: 0 0 0 30px !important; } }
    .new__get-an-estimate .section-estimate .title-block {
      text-align: center; }
      .new__get-an-estimate .section-estimate .title-block h3, .new__get-an-estimate .section-estimate .title-block p {
        color: #012a5e; }
      .new__get-an-estimate .section-estimate .title-block p {
        font-size: 16px; }
        @media (min-width: 768px) {
          .new__get-an-estimate .section-estimate .title-block p {
            font-size: 20px; } }
    .new__get-an-estimate .section-estimate .disabledSection {
      position: relative; }
    .new__get-an-estimate .section-estimate .alertMsg {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: -18px;
      left: 50%;
      padding: 5px 10px;
      background: #ef323a;
      color: #FFFFFF;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .new__get-an-estimate .section-estimate .alertMsg::after {
        content: "";
        width: 12px;
        height: 10px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background: #ef323a;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .new__get-an-estimate .section-estimate .btnSimple:disabled {
      opacity: 0.5; }
      .new__get-an-estimate .section-estimate .btnSimple:disabled:hover {
        background: #ef323a; }
        .new__get-an-estimate .section-estimate .btnSimple:disabled:hover ~ .alertMsg {
          opacity: 1;
          visibility: visible; }
    .new__get-an-estimate .section-estimate .estimate-content {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .new__get-an-estimate .section-estimate .estimate-content .content-block {
        width: 20%;
        padding: 30px;
        min-width: 200px; }
        @media (max-width: 1024px) {
          .new__get-an-estimate .section-estimate .estimate-content .content-block {
            padding: 30px 10px; } }
        @media (max-width: 768px) {
          .new__get-an-estimate .section-estimate .estimate-content .content-block {
            padding: 30px 10px;
            width: 50%;
            min-width: auto; } }
        .new__get-an-estimate .section-estimate .estimate-content .content-block a {
          display: block;
          cursor: pointer;
          position: relative; }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a::after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.5);
            display: none; }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a figure {
            border: solid 1px #c7c7c7;
            border-radius: 10px;
            height: 160px;
            margin-bottom: 15px;
            transition: all ease 0.4s;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure::before {
              content: "";
              position: absolute;
              top: 10px;
              left: 10px;
              width: 21px;
              height: 21px;
              display: none;
              background-image: url(../img/new_get-estimate/get-estimate-blue.png);
              background-position: -9px -12px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon {
              background-image: url(../img/new_get-estimate/get-estimate-blue.png); }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a p {
            text-align: center;
            line-height: 18px;
            font-size: 16px; }
            @media (min-width: 768px) {
              .new__get-an-estimate .section-estimate .estimate-content .content-block a p {
                font-size: 20px;
                line-height: 24px; } }
          @media (min-width: 1024px) {
            .new__get-an-estimate .section-estimate .estimate-content .content-block a:hover figure {
              background: #012a5e;
              transform: translateY(-5px);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
              .new__get-an-estimate .section-estimate .estimate-content .content-block a:hover figure .content-icon {
                background-image: url(../img/new_get-estimate/get-estimate-white.png); } }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a.active figure {
            background: #012a5e; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a.active figure .content-icon {
              background-image: url(../img/new_get-estimate/get-estimate-white.png); }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a.active figure::before {
              display: block; }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a.disabled::after {
            display: block;
            cursor: not-allowed; }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a.disabled:hover figure {
            background: #FFFFFF;
            transform: translateY(0px);
            box-shadow: none; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a.disabled:hover figure .content-icon {
              background-image: url(../img/new_get-estimate/get-estimate-blue.png); }
          .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon {
            width: 100px;
            height: 100px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.ios {
              background-position: -0px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.android {
              background-position: -100px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.hybrid {
              background-position: -200px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.hybrid {
              background-position: -200px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.pwa {
              background-position: -300px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.web {
              background-position: -400px -70px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.template-ui {
              background-position: -0px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.custom-ui {
              background-position: -100px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.replicated-web-interface {
              background-position: -200px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.animation-gestures {
              background-position: -300px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.property-management {
              background-position: -400px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.auction-management {
              background-position: -500px -170px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.email-password {
              background-position: -0px -270px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.social-network {
              background-position: -100px -270px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.authorization {
              background-position: -200px -270px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.sign-required {
              background-position: -300px -270px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.user-management {
              background-position: -0px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.content-management {
              background-position: -100px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.report-analytics {
              background-position: -200px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.notification-control {
              background-position: -300px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.agent-broker {
              background-position: -400px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.moderation-approval {
              background-position: -500px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.report-analytics-tool {
              background-position: -600px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.view-reports {
              background-position: -700px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.check-earnings {
              background-position: -800px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.add-remove {
              background-position: -900px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.manage-property {
              background-position: -1000px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.bidding-managment {
              background-position: -1100px -370px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.social-network-2 {
              background-position: -0px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.location {
              background-position: -100px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.e-commerce {
              background-position: -200px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.dont-know {
              background-position: -300px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.property-search {
              background-position: -400px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.saving-favorites {
              background-position: -500px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.neighborhood-info {
              background-position: -600px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.listing-management {
              background-position: -700px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.mortgage-calculator {
              background-position: -800px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.interest-calculator {
              background-position: -900px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.clients-management {
              background-position: -1000px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.connect-realtor {
              background-position: -1100px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.three-model {
              background-position: -1200px -470px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.new-database {
              background-position: -0px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.cloud-database {
              background-position: -100px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.existing-database {
              background-position: -200px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.not-sure {
              background-position: -300px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.subscription-plans-tool {
              background-position: -400px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.payment-processing-tool {
              background-position: -500px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.user-marketplace-tool {
              background-position: -600px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.app-purchases {
              background-position: -700px -570px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.security-not-important {
              background-position: -0px -670px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.basic-security {
              background-position: -100px -670px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.encrypted-communication {
              background-position: -200px -670px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.complete-rotection {
              background-position: -300px -670px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.subscription-plans {
              background-position: -0px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.payment-processing {
              background-position: -100px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.shopping-cart {
              background-position: -200px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.user-marketplace {
              background-position: -300px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.email-marketing {
              background-position: -400px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.automation-tools {
              background-position: -500px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.forums-commenting {
              background-position: -600px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.ar-vr {
              background-position: -700px -770px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.search-filter {
              background-position: -0px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.crash-reporting {
              background-position: -100px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.offline-access {
              background-position: -200px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.miltilingual-support {
              background-position: -300px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.activity-feeds {
              background-position: -400px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.auction-dashboards {
              background-position: -500px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.heatmap-analysis {
              background-position: -600px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.sync-data {
              background-position: -700px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.alerts {
              background-position: -800px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.activity-feeds {
              background-position: -400px -870px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.rating-review {
              background-position: -0px -970px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.chatting {
              background-position: -100px -970px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.push-notification {
              background-position: -200px -970px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.qr-code {
              background-position: -300px -970px; }
            .new__get-an-estimate .section-estimate .estimate-content .content-block a figure .content-icon.usage-analytics {
              background-position: -400px -970px; }
    .new__get-an-estimate .section-estimate .estimate-form {
      padding: 50px 0 0; }
      .new__get-an-estimate .section-estimate .estimate-form fieldset {
        position: relative;
        margin-bottom: 30px;
        position: relative; }
        .new__get-an-estimate .section-estimate .estimate-form fieldset .form-control {
          padding: 12px;
          font-size: 16px;
          color: #000;
          height: auto;
          background: #f5f4f4;
          border: solid #e4e4e4 1px; }
        .new__get-an-estimate .section-estimate .estimate-form fieldset .error {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          display: none;
          font-size: 13px;
          color: red; }
        .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area {
          margin-bottom: 38px; }
          .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .form-control {
            resize: none; }
          .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .attachment {
            position: absolute;
            right: 10px;
            bottom: 5px; }
            .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .attachment span, .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .attachment i {
              display: inline-block;
              vertical-align: top; }
            .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .attachment i {
              width: 15px;
              height: 15px;
              margin: 2px 0 0 8px;
              background: url(../img/new_get-estimate/get-estimate-white.png);
              background-position: -49px -15px; }
          .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .fileValidation {
            position: absolute;
            top: 100%;
            left: 0; }
            .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .fileValidation.errorFile {
              color: #ef323a; }
          .new__get-an-estimate .section-estimate .estimate-form fieldset.text-area .browse-field {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            cursor: pointer; }

.client-logo {
  background: #f6f9fe;
  position: relative;
  margin-bottom: 50px; }
  .client-logo .title-tag {
    position: absolute;
    top: 50%;
    left: 0;
    background: #012a5e;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: right;
    width: 150px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2); }
  .client-logo .client-logo-slider {
    padding: 30px 0; }
    .client-logo .client-logo-slider .slide {
      padding: 0 30px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .client-logo .client-logo-slider .slick-arrow {
      background-color: #404040;
      background-image: url(../img/new_get-estimate/get-estimate-white.png);
      width: 80px;
      height: 26px;
      top: 100%;
      transform: translate(0, 0); }
      .client-logo .client-logo-slider .slick-arrow.slick-prev {
        left: auto;
        right: 81px;
        background-position: -72px -6px; }
      .client-logo .client-logo-slider .slick-arrow.slick-next {
        right: 0;
        background-position: -168px -6px; }

.realEstate-clients {
  position: relative;
  margin-bottom: 0;
  padding: 25px 0; }
  .realEstate-clients .title-tag {
    text-align: center;
    padding: 5px 10px; }
    .realEstate-clients .title-tag p {
      color: #012a5e;
      font-size: 20px; }
  .realEstate-clients .client-logo-slider {
    padding: 30px 0; }
    .realEstate-clients .client-logo-slider .slide {
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .realEstate-clients .client-logo-slider .slick-arrow {
      width: 32px;
      height: 32px;
      top: auto;
      bottom: 100%;
      transform: translate(0, 48px);
      border-radius: 100%;
      overflow: hidden;
      z-index: 100;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
      .realEstate-clients .client-logo-slider .slick-arrow.slick-prev {
        left: auto;
        right: 145px;
        background-position: -72px -6px;
        background-color: #012a5e; }
        .realEstate-clients .client-logo-slider .slick-arrow.slick-prev::before {
          color: #FFFFFF; }
      .realEstate-clients .client-logo-slider .slick-arrow.slick-next {
        right: 105px;
        background-position: -168px -6px;
        background-color: #FFFFFF; }
        .realEstate-clients .client-logo-slider .slick-arrow.slick-next::before {
          color: #012a5e; }

.black-friday {
  position: fixed;
  left: 15px;
  bottom: 0;
  max-width: 300px;
  z-index: 10; }
  .black-friday .close__black-friday {
    background: #edebeb;
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 1px 0 0 1px;
    color: #717070;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 11; }

/* new__get-an-estimate CSS end */
/* React App Developer Page CSS Start here */
.reactApp_banner {
  position: relative;
  z-index: 1;
  background: #f0f2f5; }
  .reactApp_banner .table-cell {
    vertical-align: middle; }
    .reactApp_banner .table-cell .txtBox {
      padding: 0; }
      @media (max-width: 1199px) {
        .reactApp_banner .table-cell .txtBox {
          padding: 100px 0 100px 100px; } }
      @media (max-width: 991px) {
        .reactApp_banner .table-cell .txtBox {
          padding: 100px 40px; } }
      @media (max-width: 800px) {
        .reactApp_banner .table-cell .txtBox {
          padding: 60px 30px; } }
      @media (max-width: 600px) {
        .reactApp_banner .table-cell .txtBox {
          text-align: center;
          padding: 30px 10px; } }
    .reactApp_banner .table-cell figure {
      position: relative;
      text-align: center;
      margin-top: 40px;
      margin-bottom: -100px; }
      .reactApp_banner .table-cell figure img {
        max-height: 600px; }
    @media (max-width: 991px) {
      .reactApp_banner .table-cell {
        display: block;
        width: auto; }
        .reactApp_banner .table-cell:first-child {
          display: none; } }

.reactAppSlider {
  position: relative;
  z-index: 2;
  padding: 100px 0 100px; }
  @media (min-width: 991px) {
    .reactAppSlider {
      padding: 160px 0 120px; } }
  .reactAppSlider__sliderBox .reactSlider .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 991px) {
      .reactAppSlider__sliderBox .reactSlider .slide {
        flex-direction: row; } }
    .reactAppSlider__sliderBox .reactSlider .slide:focus {
      outline: none; }
    .reactAppSlider__sliderBox .reactSlider .slide figure {
      flex-basis: 48%; }
      @media (max-width: 991px) {
        .reactAppSlider__sliderBox .reactSlider .slide figure {
          margin-bottom: 30px; } }
    .reactAppSlider__sliderBox .reactSlider .slide .reactSlider-content {
      flex-basis: 48%; }
  .reactAppSlider__sliderBox .reactSlider .slick-dots li {
    background: #e9e9e9;
    width: 16px;
    height: 16px; }
  .reactAppSlider__sliderBox .reactSlider .slick-dots .slick-active {
    background: #012a5e; }

.reactSkills {
  position: relative;
  z-index: 2;
  padding: 100px 0 100px;
  background: #f6fbfd; }
  .reactSkills__title {
    margin-bottom: 60px; }
    .reactSkills__title .common_h3 span {
      display: block; }
  .reactSkills__slider {
    position: relative; }
    .reactSkills__slider .slick-track {
      display: flex; }
    .reactSkills__slider .slide {
      padding: 0 20px; }
      .reactSkills__slider .slide:focus {
        outline: none; }
    .reactSkills__slider .slick-arrow {
      width: 32px;
      height: 27px;
      background-image: url(../img/services/slider-arrow.png);
      top: -35px; }
      .reactSkills__slider .slick-arrow.slick-prev {
        background-position: -4px -2px;
        right: 70px;
        left: auto; }
      .reactSkills__slider .slick-arrow.slick-next {
        background-position: -45px -2px;
        right: 20px; }
    .reactSkills__slider .skills-slide {
      background: #FFFFFF;
      border-radius: 10px;
      overflow: hidden;
      padding: 20px; }
      .reactSkills__slider .skills-slide .counter {
        color: #012a5e;
        font-size: 20px;
        margin-bottom: 10px; }
      .reactSkills__slider .skills-slide .skill-icon {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .reactSkills__slider .skills-slide .skill-icon figure {
          width: 120px;
          height: 120px;
          border-radius: 100%;
          background: #ebeef2;
          padding: 20px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .reactSkills__slider .skills-slide .skill-icon figure img {
            width: 100%; }
      .reactSkills__slider .skills-slide .skill-title h2, .reactSkills__slider .skills-slide .skill-title p {
        text-align: center; }

.feature {
  background: #012a5e;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    .feature {
      flex-direction: column; } }
  .feature__image, .feature__content {
    flex-basis: 50%; }
  .feature__content {
    padding: 20px 20px; }
    @media (min-width: 991px) {
      .feature__content {
        padding: 20px 50px; } }
    .feature__content--title h3, .feature__content--title h4 {
      color: #FFFFFF; }
    .feature__content--text {
      margin-bottom: 30px; }
      .feature__content--text p {
        color: #FFFFFF; }
    .feature__content--list {
      padding: 0 0 0 20px;
      margin-bottom: 30px; }
      .feature__content--list li {
        font-size: 18px;
        color: #FFFFFF;
        padding: 5px 0; }

.streamlined {
  padding: 100px 0; }
  .streamlined__title {
    margin-bottom: 50px; }
    .streamlined__title h3 {
      text-align: center; }
      .streamlined__title h3 span {
        display: block; }
  .streamlined__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .streamlined__list--item {
      width: 100%;
      margin-bottom: 20px;
      background-color: #FFFFFF;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
      transition: all 0.5s; }
      @media (min-width: 768px) {
        .streamlined__list--item {
          width: 50%; } }
      @media (min-width: 991px) {
        .streamlined__list--item {
          width: 32%; } }
      .streamlined__list--item:hover {
        box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.2);
        transform: scale(1.02); }
      .streamlined__list--item .streamlinedIcons {
        display: flex;
        justify-content: center;
        margin-bottom: 20px; }
        .streamlined__list--item .streamlinedIcons__icon {
          width: 100px;
          height: 100px;
          border-radius: 100%;
          overflow: hidden;
          background-color: #ebeef2;
          background-image: url(../img/services/streamlined_sprite.png);
          background-repeat: no-repeat; }
          .streamlined__list--item .streamlinedIcons__icon.ideaIcon {
            background-position: 0 0; }
          .streamlined__list--item .streamlinedIcons__icon.prototypeIcon {
            background-position: -100px 0; }
          .streamlined__list--item .streamlinedIcons__icon.uiIcon {
            background-position: -200px 0; }
          .streamlined__list--item .streamlinedIcons__icon.developmrntIcon {
            background-position: -300px 0; }
          .streamlined__list--item .streamlinedIcons__icon.assuranceIcon {
            background-position: -400px 0; }
          .streamlined__list--item .streamlinedIcons__icon.deploymentIcon {
            background-position: -500px 0; }
      .streamlined__list--item .streamlinedTitle h4, .streamlined__list--item .streamlinedTitle p {
        text-align: center; }

.appCost .container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    .appCost .container {
      flex-direction: column; } }

.appCost__image {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px; }

.appCost__content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px; }
  .appCost__content--title {
    margin-bottom: 20px; }

/* React App Developer Page CSS End here */
/* engagement Tool Css Start */
.engagement {
  margin: 82px 0 80px; }
  .engagement__bannerBlock {
    background: #012a5e;
    padding: 60px 0;
    margin-bottom: 60px; }
  .engagement__banner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .engagement__banner--content h1, .engagement__banner--content p {
      color: #FFFFFF; }
    .engagement__banner--content h1 {
      margin-bottom: 20px; }
    .engagement__banner--content p {
      margin-bottom: 50px; }
    .engagement__banner--content a {
      color: #ef323a;
      border-bottom: solid 1px #ef323a; }
    @media (max-width: 768px) {
      .engagement__banner--image {
        display: none; } }
  .engagement__content {
    background: #f5f9fd;
    padding: 20px 10px;
    border: solid 1px #eef5ff; }
    @media (min-width: 768px) {
      .engagement__content {
        padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .engagement__content {
        margin-left: 400px; } }
    .engagement__content--title {
      display: flex;
      align-items: center;
      margin-bottom: 50px; }
      .engagement__content--title figure {
        width: 87px;
        height: 87px;
        margin-right: 20px; }
      .engagement__content--title h2 {
        width: calc(100% - 107px);
        color: #252525;
        margin: 0; }
    .engagement__content .btnBlock {
      display: flex;
      align-items: center; }
      .engagement__content .btnBlock .btn {
        margin-right: 20px;
        outline: none; }
      .engagement__content .btnBlock p {
        color: #ababab;
        margin: 0; }
  .engagement__list {
    margin-bottom: 100px;
    position: relative; }
    .engagement__list .counter {
      position: absolute;
      top: 0;
      right: 100%;
      width: 300px;
      height: 100%;
      margin-right: 100px;
      display: none; }
      @media (min-width: 1024px) {
        .engagement__list .counter {
          display: flex; } }
      .engagement__list .counter::after, .engagement__list .counter::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% + 100px);
        left: 70px;
        background-color: #fde0e2;
        z-index: 0; }
      .engagement__list .counter::after {
        top: 10px; }
      .engagement__list .counter::before {
        bottom: 100%;
        margin-bottom: -10px;
        display: none; }
      .engagement__list .counter.first::before {
        display: none; }
      .engagement__list .counter.last::after {
        display: none; }
      .engagement__list .counter__number {
        font-size: 80px;
        font-weight: bold;
        line-height: 0.8;
        width: 45px;
        color: #ef323a;
        opacity: 0.2; }
      .engagement__list .counter .dot {
        width: 10px;
        height: 10px;
        background-color: #ef323a;
        border-radius: 100%;
        margin: 10px 20px 0;
        box-shadow: 0 0 0 4px rgba(239, 50, 58, 0.2);
        position: relative;
        z-index: 2; }
      .engagement__list .counter__content {
        width: calc(100% - 95px); }
    .engagement__list--form fieldset {
      margin-bottom: 30px; }
      .engagement__list--form fieldset .placeholder {
        font-size: 16px; }
        @media (max-width: 480px) {
          .engagement__list--form fieldset .placeholder .hideInMobile {
            display: none; } }
      .engagement__list--form fieldset .form-control {
        height: 44px;
        border-width: 1px;
        padding: 6px;
        border-color: #a0a0a0; }
    .engagement__list--form .dragUpload {
      padding: 40px 0 0;
      display: flex; }
      .engagement__list--form .dragUpload .dropHere {
        border: dashed 1px #012a5e;
        padding: 10px 20px 10px 30px;
        border-radius: 45px;
        display: flex;
        align-items: center;
        position: relative; }
        .engagement__list--form .dragUpload .dropHere .upload-file {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          width: 100%;
          z-index: 2; }
        .engagement__list--form .dragUpload .dropHere .uploadIcon {
          margin-right: 20px; }
        .engagement__list--form .dragUpload .dropHere .uploadText {
          margin-right: 40px;
          font-size: 18px;
          color: #012a5e;
          display: none; }
          @media (min-width: 1024px) {
            .engagement__list--form .dragUpload .dropHere .uploadText {
              display: block; } }
        .engagement__list--form .dragUpload .dropHere .btnBlock .btn {
          margin: 0; }
        .engagement__list--form .dragUpload .dropHere .error {
          position: absolute;
          top: 105%;
          right: 0;
          color: red;
          display: none; }
    .engagement__list .error {
      padding: 0 0 0 10px;
      color: red;
      display: none; }
    .engagement__list .services .error {
      padding: 0 0 0 10px;
      color: red;
      display: none; }
    .engagement__list .services__list {
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .engagement__list .services__list--item {
        width: 100%;
        padding: 10px;
        text-align: center; }
        @media (min-width: 480px) {
          .engagement__list .services__list--item {
            width: 50%; } }
        @media (min-width: 600px) {
          .engagement__list .services__list--item {
            width: 33%; } }
        @media (min-width: 991px) {
          .engagement__list .services__list--item {
            width: 25%; } }
        .engagement__list .services__list--item label {
          border-radius: 4px;
          overflow: hidden;
          position: relative;
          cursor: pointer; }
          .engagement__list .services__list--item label .checkedOverlay {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 100%;
            z-index: 1;
            transition: all 0.2s ease-in-out;
            background-color: rgba(1, 42, 94, 0.8); }
          .engagement__list .services__list--item label .checked {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 49px;
            height: 46px;
            z-index: 3;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s; }
          .engagement__list .services__list--item label .checkBtn {
            display: none; }
            .engagement__list .services__list--item label .checkBtn:checked ~ .checked {
              opacity: 1;
              visibility: visible; }
            .engagement__list .services__list--item label .checkBtn:checked ~ .checkedOverlay {
              top: 0; }
            .engagement__list .services__list--item label .checkBtn:checked ~ .servicesLabel {
              background: transparent; }
          .engagement__list .services__list--item label .servicesLabel {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 5px 10px;
            text-align: center;
            color: #FFFFFF;
            background: #012a5e;
            z-index: 2;
            transition: all 0.3s ease-in-out; }
          .engagement__list .services__list--item label:hover .servicesLabel {
            background: transparent; }
          .engagement__list .services__list--item label:hover .checkedOverlay {
            top: 0; }
    .engagement__list .schedule .error {
      padding: 0 0 0 10px;
      color: red;
      display: none; }
    .engagement__list .schedule .textBlock {
      margin-bottom: 30px; }
    .engagement__list .schedule .dateSlider {
      margin-bottom: 50px; }
      .engagement__list .schedule .dateSlider .slick-next, .engagement__list .schedule .dateSlider .slick-prev {
        width: 10px;
        background: url(../img/engagement/dateSliderArrow.png) no-repeat; }
      .engagement__list .schedule .dateSlider .slick-prev {
        left: -15px;
        background-position: 0 0; }
      .engagement__list .schedule .dateSlider .slick-next {
        right: -15px;
        background-position: -13px 0; }
      .engagement__list .schedule .dateSlider .slide {
        padding: 10px 10px; }
        .engagement__list .schedule .dateSlider .slide:focus {
          outline: none; }
      .engagement__list .schedule .dateSlider .scheduleDate {
        padding: 10px;
        border-radius: 4px;
        border: solid 1px #edf1f8;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .engagement__list .schedule .dateSlider .scheduleDate:hover {
          box-shadow: 0 0 10px 5px rgba(239, 50, 58, 0.1); }
        .engagement__list .schedule .dateSlider .scheduleDate:focus {
          outline: none; }
        .engagement__list .schedule .dateSlider .scheduleDate__day {
          font-size: 16px;
          color: #92a9c6;
          text-transform: uppercase; }
        .engagement__list .schedule .dateSlider .scheduleDate__month {
          font-size: 20px;
          color: #012a5e;
          font-family: proxima_nova_rgbold; }
        .engagement__list .schedule .dateSlider .scheduleDate.active {
          background: #ef323a; }
          .engagement__list .schedule .dateSlider .scheduleDate.active .scheduleDate__day, .engagement__list .schedule .dateSlider .scheduleDate.active .scheduleDate__month {
            color: #FFFFFF; }
    .engagement__list .schedule .scheduleMeeting {
      margin-bottom: 70px; }
      .engagement__list .schedule .scheduleMeeting .meetingField {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: solid 1px #a0a0a0; }
        @media (min-width: 600px) {
          .engagement__list .schedule .scheduleMeeting .meetingField {
            width: 80%;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start; } }
        .engagement__list .schedule .scheduleMeeting .meetingField span {
          white-space: nowrap;
          font-size: 16px;
          position: static; }
        .engagement__list .schedule .scheduleMeeting .meetingField .form-control {
          font-size: 16px;
          width: auto;
          border: none;
          background: transparent; }

.rangeSlider {
  background: #f2f5f9;
  padding: 20px 10px 40px; }
  @media (min-width: 768px) {
    .rangeSlider {
      padding: 30px 30px 60px; } }
  .rangeSlider .minValue, .rangeSlider .maxValue, .rangeSlider .minAmount, .rangeSlider .maxAmount {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    color: #012a5e; }
  .rangeSlider .minAmount, .rangeSlider .maxAmount {
    top: auto;
    margin-bottom: 20px;
    bottom: 100%;
    border: 0;
    background: #FFFFFF;
    border: solid 1px #dee7f4;
    border-radius: 4px;
    width: 100px;
    padding: 5px;
    text-align: center; }
  .rangeSlider .minValue, .rangeSlider .minAmount {
    left: 0; }
  .rangeSlider .maxValue, .rangeSlider .maxAmount {
    right: 0; }
  .rangeSlider__label {
    font-size: 16px;
    margin-bottom: 75px; }
  .rangeSlider__slider {
    position: relative; }
    .rangeSlider__slider .minValue, .rangeSlider__slider .maxValue, .rangeSlider__slider .minAmount, .rangeSlider__slider .maxAmount {
      position: absolute;
      top: 100%;
      margin-top: 20px;
      color: #012a5e; }
    .rangeSlider__slider .minAmount, .rangeSlider__slider .maxAmount {
      top: auto;
      margin-bottom: 20px;
      bottom: 100%; }
    .rangeSlider__slider .minValue, .rangeSlider__slider .minAmount {
      left: 0; }
    .rangeSlider__slider .maxValue, .rangeSlider__slider .maxAmount {
      right: 0; }
  .rangeSlider .range {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 6px;
    /* Specified height */
    background: #d9e6f6;
    /* Grey background */
    border-radius: 3px;
    outline: none;
    /* Remove outline */
    opacity: 1;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s; }
    .rangeSlider .range::-webkit-slider-thumb {
      -webkit-appearance: none;
      /* Override default look */
      appearance: none;
      width: 25px;
      /* Set a specific slider handle width */
      height: 25px;
      /* Slider handle height */
      background: #ffffff;
      /* Green background */
      border-radius: 100%;
      border: solid 4px #012a5e;
      cursor: pointer;
      /* Cursor on hover */ }
    .rangeSlider .range::-moz-range-thumb {
      width: 25px;
      /* Set a specific slider handle width */
      height: 25px;
      /* Slider handle height */
      background: #ffffff;
      /* Green background */
      border: solid 4px #012a5e;
      cursor: pointer;
      /* Cursor on hover */ }

/*! nouislider - 14.6.2 - 9/16/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  background: #e8eff9;
  background: -moz-linear-gradient(180deg, #e8eff9 0%, #cfe0f5 100%);
  background: -webkit-linear-gradient(180deg, #e8eff9 0%, #cfe0f5 100%);
  background: linear-gradient(180deg, #e8eff9 0%, #cfe0f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8eff9",endColorstr="#cfe0f5",GradientType=1); }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  right: -17px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: solid 5px #012a5e;
  top: -10px; }
  .noUi-horizontal .noUi-handle:focus {
    outline: none; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 0px solid #D3D3D3; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #012a5e; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
  margin-bottom: 15px; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/* engagement Tool Css end */
/* our clients CSS start */
.ourClients__banner {
  padding: 120px 0 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf0f4+0,ffffff+100 */
  background: #edf0f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #edf0f4 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #edf0f4 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #edf0f4 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0f4', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  .ourClients__banner--title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
    .ourClients__banner--title h1 {
      font-weight: bold;
      text-align: center;
      color: #012a5e;
      font-size: 25px; }
      @media (min-width: 600px) {
        .ourClients__banner--title h1 {
          font-size: 50px; } }
  .ourClients__banner--text p {
    text-align: center;
    font-size: 16px; }
    @media (min-width: 600px) {
      .ourClients__banner--text p {
        font-size: 20px; } }
  .ourClients__banner--image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }

.clientList__titleBlock {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px; }
  @media (min-width: 600px) {
    .clientList__titleBlock {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between; } }

@media (min-width: 600px) {
  .clientList__title {
    max-width: 70%; } }

.clientList .csSwitch:after {
  display: block;
  content: '';
  clear: both; }

.clientList .csSwitch ul {
  float: right;
  border: solid #ddd 1px; }
  .clientList .csSwitch ul li {
    display: block;
    float: left;
    font-size: 16px;
    color: #000;
    width: 100px;
    padding: 0 20px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    border-left: solid #ddd 1px; }
    .clientList .csSwitch ul li:first-child {
      border-left: none; }
    .clientList .csSwitch ul li:hover {
      background: #ddd; }
    .clientList .csSwitch ul li.active {
      color: #000;
      background: #ccc; }

.clientList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px; }
  .clientList__list--item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px; }
    @media (min-width: 600px) {
      .clientList__list--item {
        width: 33%; } }
    @media (min-width: 768px) {
      .clientList__list--item {
        width: 25%; } }
    .clientList__list--item a {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .clientList__list--item a::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.2s; }
      @media (max-width: 768px) {
        .clientList__list--item a {
          top: 0; } }
      .clientList__list--item a span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        z-index: 2;
        transition: all 0.2s; }
      .clientList__list--item a:hover::after {
        top: 0; }
      .clientList__list--item a:hover span {
        transform: translate(-50%, -50%) scale(1.1); }
  .clientList__list--button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px; }

.clientTestimonial {
  padding: 50px 0;
  background-color: #e8edf0; }
  .clientTestimonial__content--title {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px; }
    .clientTestimonial__content--title h3 {
      position: relative;
      z-index: 2; }
      .clientTestimonial__content--title h3:before {
        content: '\f10d';
        position: absolute;
        top: -35px;
        left: -35px;
        z-index: -1;
        opacity: 0.4;
        font-family: 'FontAwesome';
        font-size: 80px;
        color: #dee0e1;
        line-height: 1; }
        @media (max-width: 1199px) {
          .clientTestimonial__content--title h3:before {
            top: -90px;
            left: 0; } }
        @media (max-width: 991px) {
          .clientTestimonial__content--title h3:before {
            left: 50%;
            top: -40px;
            margin-left: -70px; } }
    .clientTestimonial__content--title h3, .clientTestimonial__content--title p {
      text-align: center; }

/* our clients CSS end */
/* security policy page css start */
.innerbanner.security-banner {
  background-image: url(../img/security_policy_banner.jpg); }

.securityPolicy {
  margin: 80px auto 40px;
  max-width: 1100px; }
  .securityPolicy h1 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #012a5e; }
    @media (min-width: 768px) {
      .securityPolicy h1 {
        font-size: 30px;
        line-height: 34px; } }
  .securityPolicy h2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #012a5e; }
    @media (min-width: 768px) {
      .securityPolicy h2 {
        font-size: 28px;
        line-height: 30px; } }
  .securityPolicy h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #012a5e; }
    @media (min-width: 768px) {
      .securityPolicy h3 {
        font-size: 26px;
        line-height: 28px; } }
  .securityPolicy h4 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #012a5e; }
    @media (min-width: 768px) {
      .securityPolicy h4 {
        font-size: 24px;
        line-height: 28px; } }
  .securityPolicy h5 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #012a5e; }
    @media (min-width: 768px) {
      .securityPolicy h5 {
        font-size: 20px;
        line-height: 24px; } }
  .securityPolicy h6 {
    font-size: 18px;
    line-height: 18px;
    font-family: "proxima_novaregular";
    color: #012a5e; }
  .securityPolicy ul {
    margin-left: 20px;
    list-style: square; }
    .securityPolicy ul li {
      font-size: 16px; }
    .securityPolicy ul ul {
      list-style: circle; }

/* security policy page css end */
/* solution loyalty pages */
.loyalty .common_h1 span, .loyalty .common_h2 span, .loyalty .common_h3 span, .loyalty .common_h4 span, .loyalty .common_h5 span, .loyalty .common_h6 span {
  font-family: "proxima_novaregular"; }

.loyalty__banner {
  overflow: hidden; }
  .loyalty__banner--slider .slide {
    position: relative;
    box-shadow: none;
    outline: 0; }
  .loyalty__banner .slick-dots {
    bottom: 32px;
    right: 32px;
    text-align: right; }
    .loyalty__banner .slick-dots li {
      background: #a9a6a6;
      margin: 0 5px; }
      .loyalty__banner .slick-dots li button {
        opacity: 0; }
  .loyalty__banner figure {
    overflow: hidden;
    display: flex;
    justify-content: flex-end; }
    .loyalty__banner figure img {
      height: 350px;
      max-width: none; }
      @media (min-width: 767px) {
        .loyalty__banner figure img {
          height: auto;
          max-width: 100%; } }
  .loyalty__banner--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    @media (min-width: 767px) {
      .loyalty__banner--content {
        width: 50%;
        padding: 0; } }
    .loyalty__banner--content h4 {
      color: #012a5e;
      margin-bottom: 0; }
    .loyalty__banner--content h2 {
      color: #012a5e;
      line-height: 1.2;
      margin-bottom: 15px; }
      .loyalty__banner--content h2 strong {
        text-transform: uppercase;
        display: block; }
      @media (min-width: 767px) {
        .loyalty__banner--content h2 {
          font-size: 30px; } }
      @media (min-width: 1199px) {
        .loyalty__banner--content h2 {
          font-size: 60px; } }
    .loyalty__banner--content p {
      font-size: 16px;
      color: #000;
      margin: 0; }
      @media (min-width: 767px) {
        .loyalty__banner--content p {
          font-size: 20px; } }
      @media (min-width: 1199px) {
        .loyalty__banner--content p {
          font-size: 30px; } }
  @media (min-width: 767px) {
    .loyalty__banner .whiteBanner h2 {
      font-size: 30px; } }
  @media (min-width: 1199px) {
    .loyalty__banner .whiteBanner h2 {
      font-size: 60px; } }
  .loyalty__banner .whiteBanner h2, .loyalty__banner .whiteBanner p {
    color: #FFFFFF; }
  .loyalty__banner .whiteBanner p.normal {
    margin-top: 15px;
    font-size: 14px; }
    @media (min-width: 767px) {
      .loyalty__banner .whiteBanner p.normal {
        font-size: 18px; } }

.loyalty .customerLife {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0; }
  .loyalty .customerLife .titleBlock {
    display: flex;
    justify-content: center; }
    .loyalty .customerLife .titleBlock h3 {
      text-align: center;
      line-height: 1.2; }
      .loyalty .customerLife .titleBlock h3 strong {
        font-family: "proxima_novablack"; }
  .loyalty .customerLife__content {
    position: relative; }
    .loyalty .customerLife__content--detail {
      width: 100%;
      max-width: 1000px; }
      @media (min-width: 767px) {
        .loyalty .customerLife__content--detail {
          position: absolute;
          top: 20px;
          left: 50%;
          transform: translate(-50%, 0); } }
      .loyalty .customerLife__content--detail p {
        margin-bottom: 60px;
        font-size: 24px;
        line-height: 1.4;
        text-align: center; }
        @media (max-width: 768px) {
          .loyalty .customerLife__content--detail p {
            position: static;
            font-size: 14px;
            transform: translate(0, 0); } }
      .loyalty .customerLife__content--detail .customerOption {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (min-width: 767px) {
          .loyalty .customerLife__content--detail .customerOption {
            flex-direction: row;
            justify-content: center; } }
        .loyalty .customerLife__content--detail .customerOption__list {
          border-radius: 15px;
          overflow: hidden;
          background: #f6f8fa;
          margin: 0 10px 20px;
          padding: 25px 20px;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          max-width: 240px;
          box-shadow: 0px 3px 27px 0px rgba(119, 119, 119, 0.4); }
          .loyalty .customerLife__content--detail .customerOption__list i {
            width: 86px;
            height: 82px;
            margin-bottom: 20px;
            display: block; }
            .loyalty .customerLife__content--detail .customerOption__list i.rewardsIcon {
              background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
              background-position: -180px -136px; }
            .loyalty .customerLife__content--detail .customerOption__list i.wallet {
              background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
              background-position: -288px -136px; }
            .loyalty .customerLife__content--detail .customerOption__list i.referral {
              background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
              background-position: -407px -136px; }
            .loyalty .customerLife__content--detail .customerOption__list i.getOne {
              background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
              background-position: -512px -136px; }
          .loyalty .customerLife__content--detail .customerOption__list p {
            font-size: 20px;
            color: #012a5e;
            margin-bottom: 0; }

.loyalty .successStory {
  background: #e3eafa;
  margin: 0 auto; }
  .loyalty .successStory__block {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      .loyalty .successStory__block {
        flex-direction: row;
        align-items: flex-start; } }
  .loyalty .successStory__title {
    background: #055cfd;
    padding: 20px 20px 20px;
    position: relative; }
    @media (min-width: 767px) {
      .loyalty .successStory__title {
        padding: 0 50px 50px; } }
    .loyalty .successStory__title::before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 130px;
      background: #055cfd;
      z-index: 10; }
      @media (max-width: 768px) {
        .loyalty .successStory__title::before {
          display: none; } }
    .loyalty .successStory__title h2 {
      text-transform: uppercase; }
      .loyalty .successStory__title h2 span {
        display: block; }
    .loyalty .successStory__title h2, .loyalty .successStory__title p, .loyalty .successStory__title a {
      color: #FFFFFF; }
    .loyalty .successStory__title p {
      font-size: 14px;
      margin-bottom: 30px; }
      @media (min-width: 767px) {
        .loyalty .successStory__title p {
          font-size: 20px; } }
    .loyalty .successStory__title a {
      font-size: 20px;
      position: relative; }
      .loyalty .successStory__title a::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 5px;
        margin-left: 10px;
        width: 16px;
        height: 13px;
        background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
        background-position: -60px -10px; }
  .loyalty .successStory__client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 0px; }
    @media (min-width: 767px) {
      .loyalty .successStory__client {
        padding: 0 50px;
        margin-top: 0px; } }
    @media (min-width: 1024px) {
      .loyalty .successStory__client {
        padding: 0 20px 0 100px; } }
    .loyalty .successStory__client--list {
      width: 45%;
      padding: 30px 20px;
      border-radius: 20px;
      background: #FFFFFF;
      margin-bottom: 30px;
      overflow: hidden;
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
      @media (min-width: 767px) {
        .loyalty .successStory__client--list {
          width: 30%; } }

.loyalty .ourSolution {
  background: #e3eafa;
  background: linear-gradient(180deg, #e3eafa 0%, white 51%); }
  .loyalty .ourSolution .titleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px; }
    .loyalty .ourSolution .titleBlock p {
      text-align: center;
      width: 100%;
      font-size: 14px;
      line-height: 1.4; }
      @media (min-width: 767px) {
        .loyalty .ourSolution .titleBlock p {
          font-size: 20px; } }
  .loyalty .ourSolution__slider .slick-arrow {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
    .loyalty .ourSolution__slider .slick-arrow.slick-prev {
      left: auto;
      right: 50px;
      background-position: -72px -6px;
      background-color: #012a5e; }
      @media (min-width: 767px) {
        .loyalty .ourSolution__slider .slick-arrow.slick-prev {
          right: 145px; } }
      .loyalty .ourSolution__slider .slick-arrow.slick-prev::before {
        color: #FFFFFF; }
    .loyalty .ourSolution__slider .slick-arrow.slick-next {
      right: 10px;
      background-position: -72px -6px;
      background-color: #012a5e; }
      @media (min-width: 767px) {
        .loyalty .ourSolution__slider .slick-arrow.slick-next {
          right: 105px; } }
      .loyalty .ourSolution__slider .slick-arrow.slick-next::before {
        color: #FFFFFF; }
    .loyalty .ourSolution__slider .slick-arrow.slick-disabled {
      cursor: default;
      background-position: -168px -6px;
      background-color: #FFFFFF; }
      .loyalty .ourSolution__slider .slick-arrow.slick-disabled::before {
        color: #012a5e; }
  .loyalty .ourSolution__slider .slide {
    padding: 0 25px; }
    .loyalty .ourSolution__slider .slide:focus {
      border: 0;
      outline: 0;
      box-shadow: none; }
  .loyalty .ourSolution__slider .slideDetail {
    background: #f5f3f2;
    position: relative;
    margin-bottom: 50px; }
    .loyalty .ourSolution__slider .slideDetail h4 {
      text-align: center;
      padding: 15px 10px;
      font-size: 18px;
      margin: 0; }
    .loyalty .ourSolution__slider .slideDetail__detail {
      background-color: #012a5e;
      padding: 10px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -50px; }
      @media (min-width: 767px) {
        .loyalty .ourSolution__slider .slideDetail__detail {
          bottom: -100%;
          opacity: 0;
          transition: all 0.4s; } }
      .loyalty .ourSolution__slider .slideDetail__detail h4, .loyalty .ourSolution__slider .slideDetail__detail p {
        color: #FFFFFF;
        text-align: center; }
      .loyalty .ourSolution__slider .slideDetail__detail h4 {
        margin: 0;
        padding: 10px; }
      .loyalty .ourSolution__slider .slideDetail__detail p {
        font-size: 14px;
        line-height: 20px; }
    @media (min-width: 767px) {
      .loyalty .ourSolution__slider .slideDetail:hover .slideDetail__detail {
        bottom: -50px;
        opacity: 1; } }
  .loyalty .ourSolution .btnBlock {
    display: flex;
    justify-content: center;
    margin-top: 30px; }

.loyalty .novas {
  position: relative; }
  .loyalty .novas__block {
    background: #012a5e;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .loyalty .novas__block {
        padding: 100px 200px 100px 100px;
        border-radius: 0 50px 50px 0;
        max-width: 70%;
        flex-direction: row; } }
    .loyalty .novas__block h6, .loyalty .novas__block h2, .loyalty .novas__block p {
      color: #FFFFFF;
      margin: 0 0 10px; }
    .loyalty .novas__block p {
      margin-bottom: 30px; }
  .loyalty .novas .circle {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-58%, -50%);
    width: 450px;
    height: 450px;
    background: #083771;
    z-index: 1;
    border-radius: 100%;
    display: none; }
    @media (min-width: 1024px) {
      .loyalty .novas .circle {
        display: block; } }
    .loyalty .novas .circle::after {
      content: "";
      position: absolute;
      width: 85%;
      height: 85%;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      transform: translate(-50%, -50%);
      background-color: #0c3e7d;
      z-index: 1; }
    .loyalty .novas .circle::before {
      content: "";
      position: absolute;
      width: 60%;
      height: 60%;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      transform: translate(-50%, -50%);
      background-color: #0e4283;
      z-index: 2; }
  .loyalty .novas__content {
    position: relative;
    padding: 20px; }
    @media (min-width: 1024px) {
      .loyalty .novas__content {
        padding: 0;
        width: 80%; } }
    @media (max-width: 480px) {
      .loyalty .novas__content .common_h2 {
        font-size: 36px; } }
  .loyalty .novas__image {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    padding: 30px;
    width: 500px;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .loyalty .novas__image {
        background: transparent;
        position: absolute;
        /* left: 50%; */
        right: 2%;
        padding: 0;
        z-index: 2;
        top: 50%;
        transform: translate(0, -50%); } }
    @media (min-width: 1199px) {
      .loyalty .novas__image {
        width: 650px; } }
    .loyalty .novas__image img {
      width: 500px; }
      @media (min-width: 1199px) {
        .loyalty .novas__image img {
          width: 650px; } }

.loyalty .achieve .titleBlock {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 10px; }
  .loyalty .achieve .titleBlock h3 {
    text-align: center; }

.loyalty .achieve__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .loyalty .achieve__list--item {
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #012a5e;
    max-width: 250px;
    width: 100%;
    height: 140px;
    padding: 10px 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 480px) {
      .loyalty .achieve__list--item {
        width: 50%; } }
    @media (min-width: 767px) {
      .loyalty .achieve__list--item {
        width: 30%;
        margin-bottom: 0; } }
    .loyalty .achieve__list--item.revenue {
      background: #1e86e3;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #1e86e3 0%, #601bc5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #1e86e3 0%, #601bc5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #1e86e3 0%, #601bc5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .loyalty .achieve__list--item.frequency {
      background: #df54e5;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #df54e5 0%, #cb0c68 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #df54e5 0%, #cb0c68 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #df54e5 0%, #cb0c68 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .loyalty .achieve__list--item.enrollments {
      background: #050453;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #050453 0%, #08085f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #050453 0%, #08085f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #050453 0%, #08085f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .loyalty .achieve__list--item .value, .loyalty .achieve__list--item p {
      color: #FFFFFF; }
    .loyalty .achieve__list--item p {
      text-transform: uppercase;
      margin: 0; }
    .loyalty .achieve__list--item .value {
      font-size: 24px;
      font-weight: bold; }

.loyalty .keyFeature {
  width: 100%;
  overflow: hidden;
  display: none;
  padding-top: 100px;
  position: relative; }
  @media (min-width: 1024px) {
    .loyalty .keyFeature {
      display: block; } }
  .loyalty .keyFeature .pannelWide {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 35vw;
    padding: 20px 50px 20px 100px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .loyalty .keyFeature .pannelWide .btnSimple {
      margin-top: 25px; }
    .loyalty .keyFeature .pannelWide .common_h2 {
      text-transform: uppercase;
      font-family: "proxima_novablack"; }
    .loyalty .keyFeature .pannelWide .common_h3 {
      margin-bottom: 0; }
  .loyalty .keyFeature__block:before, .loyalty .keyFeature__block:after {
    content: " ";
    display: table; }
  .loyalty .keyFeature__block:after {
    clear: both; }
  @media (min-width: 1024px) {
    .loyalty .keyFeature__block {
      width: 480vw;
      display: flex;
      align-items: center; } }
  .loyalty .keyFeature__pannel {
    width: 30vw;
    height: 100%;
    padding: 20px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; }
  .loyalty .keyFeature .pannelBlock {
    display: flex;
    justify-content: center;
    padding-left: 550px;
    position: relative; }
    .loyalty .keyFeature .pannelBlock .dot {
      position: absolute;
      top: 150px;
      left: 500px;
      width: 18px;
      height: 18px;
      background: #012a5e;
      border-radius: 100%;
      z-index: 0; }
    .loyalty .keyFeature .pannelBlock .line {
      position: absolute;
      left: 37vw;
      top: -80px;
      height: 100%;
      width: 40px;
      overflow: hidden;
      z-index: -1; }
      .loyalty .keyFeature .pannelBlock .line img {
        max-width: none; }
    .loyalty .keyFeature .pannelBlock__pannel {
      width: 30vw;
      height: 100%;
      padding: 20px;
      float: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative; }
      .loyalty .keyFeature .pannelBlock__pannel.flip {
        flex-direction: column-reverse; }
        .loyalty .keyFeature .pannelBlock__pannel.flip .pannelBlock__pannel--content {
          padding: 20px 0 100px; }
      .loyalty .keyFeature .pannelBlock__pannel--content {
        padding: 100px 0 20px; }
  .loyalty .keyFeature.forMobile {
    display: block;
    padding-top: 0; }
    @media (min-width: 1024px) {
      .loyalty .keyFeature.forMobile {
        display: none; } }
    .loyalty .keyFeature.forMobile .keyFeature__block {
      width: 100%;
      display: block; }
    .loyalty .keyFeature.forMobile .keyFeature__pannel {
      width: 100%;
      padding: 20px; }
      .loyalty .keyFeature.forMobile .keyFeature__pannel .dot, .loyalty .keyFeature.forMobile .keyFeature__pannel .line {
        display: none; }
    .loyalty .keyFeature.forMobile .pannelBlock {
      width: 100%;
      padding-left: 0; }
      .loyalty .keyFeature.forMobile .pannelBlock .slick-arrow {
        width: 32px;
        height: 32px;
        top: 100%;
        margin-top: 10px;
        bottom: auto;
        border-radius: 100%;
        overflow: hidden;
        z-index: 9;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
        .loyalty .keyFeature.forMobile .pannelBlock .slick-arrow.slick-prev {
          left: 20px;
          right: auto;
          background-position: -72px -6px;
          background-color: #012a5e; }
          .loyalty .keyFeature.forMobile .pannelBlock .slick-arrow.slick-prev::before {
            color: #FFFFFF; }
        .loyalty .keyFeature.forMobile .pannelBlock .slick-arrow.slick-next {
          right: auto;
          left: 60px;
          background-position: -168px -6px;
          background-color: #FFFFFF; }
          .loyalty .keyFeature.forMobile .pannelBlock .slick-arrow.slick-next::before {
            color: #012a5e; }
    .loyalty .keyFeature.forMobile .pannelBlock__pannel:focus {
      box-shadow: none;
      border: 0;
      outline: 0; }
    .loyalty .keyFeature.forMobile .pannelBlock__pannel--content {
      padding: 0 0 20px 0; }
    .loyalty .keyFeature.forMobile .pannelBlock__pannel--image {
      width: 100%;
      text-align: center; }
      .loyalty .keyFeature.forMobile .pannelBlock__pannel--image img {
        width: 100%; }

.loyalty .loyaltySoftware {
  position: relative;
  padding: 0; }
  .loyalty .loyaltySoftware__img img {
    max-width: none; }
  .loyalty .loyaltySoftware__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px; }
    .loyalty .loyaltySoftware__block h4, .loyalty .loyaltySoftware__block p {
      color: #FFFFFF;
      text-align: center; }
    .loyalty .loyaltySoftware__block h4 {
      line-height: 1.1; }
    .loyalty .loyaltySoftware__block p {
      font-size: 14px; }
      @media (min-width: 767px) {
        .loyalty .loyaltySoftware__block p {
          font-size: 20px; } }

.loyalty .engine {
  display: flex;
  justify-content: center; }
  .loyalty .engine__block {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px; }
  .loyalty .engine .engineBuilt {
    border-radius: 35px;
    background-color: #eaf2fb;
    overflow: hidden;
    padding: 20px; }
    @media (min-width: 767px) {
      .loyalty .engine .engineBuilt {
        padding: 80px 50px 150px; } }
    .loyalty .engine .engineBuilt .titleBlock {
      margin-bottom: 50px; }
      .loyalty .engine .engineBuilt .titleBlock h2 strong {
        font-family: "proxima_nova_rgbold"; }
      .loyalty .engine .engineBuilt .titleBlock p {
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyalty .engine .engineBuilt .titleBlock p {
            font-size: 20px; } }
    .loyalty .engine .engineBuilt__list {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 10px 50px; }
      @media (min-width: 767px) {
        .loyalty .engine .engineBuilt__list {
          flex-direction: row; } }
      .loyalty .engine .engineBuilt__list--item {
        width: 100%;
        max-width: 200px;
        padding: 10px 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: solid 1px #d5e0ed; }
        @media (min-width: 767px) {
          .loyalty .engine .engineBuilt__list--item {
            border-width: 0 1px 0 0;
            margin-bottom: 0;
            padding: 0 10px; } }
        .loyalty .engine .engineBuilt__list--item:last-child {
          border: 0; }
        .loyalty .engine .engineBuilt__list--item i {
          width: 90px;
          height: 90px;
          margin-bottom: 20px;
          background-color: #FFFFFF;
          border-radius: 100%;
          display: block;
          background-image: url(../img/loyalty_pages/loyalty-icons.png);
          background-repeat: no-repeat;
          box-shadow: 0px 10px 8.6px 1.4px rgba(0, 0, 0, 0.04); }
          .loyalty .engine .engineBuilt__list--item i.programIcon {
            background-position: -426px -27px; }
          .loyalty .engine .engineBuilt__list--item i.shoppingIcon {
            background-position: -499px -27px; }
          .loyalty .engine .engineBuilt__list--item i.loyaltyProgramIcon {
            background-position: -572px -24px; }
          .loyalty .engine .engineBuilt__list--item i.cashbackIcon {
            background-position: -650px -30px; }
        .loyalty .engine .engineBuilt__list--item p {
          color: #012a5e;
          font-size: 18px;
          text-align: center;
          margin: 0; }
  .loyalty .engine .engineList {
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 767px) {
      .loyalty .engine .engineList {
        margin-top: -150px;
        flex-direction: row;
        padding: 0 50px; } }
    .loyalty .engine .engineList__list {
      background: #FFFFFF;
      border-radius: 20px;
      width: 100%;
      margin-bottom: 100px;
      box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.1);
      position: relative; }
      @media (min-width: 767px) {
        .loyalty .engine .engineList__list {
          max-width: 30%;
          margin-bottom: 0; } }
      .loyalty .engine .engineList__list .api {
        position: absolute;
        left: 50%;
        top: 100%;
        margin: 20px 0 0;
        transform: translate(-50%, 0); }
        @media (min-width: 767px) {
          .loyalty .engine .engineList__list .api {
            left: 100%;
            top: 200px;
            margin: 0 0 0 10px;
            transform: translate(0, 0); } }
        .loyalty .engine .engineList__list .api i {
          width: 34px;
          height: 28px;
          display: block;
          background-image: url(../img/loyalty_pages/loyalty-icons.png);
          background-position: -137px -10px; }
        .loyalty .engine .engineList__list .api p {
          padding: 10px 0;
          text-align: center;
          font-size: 20px;
          font-family: "proxima_nova_rgbold";
          color: #e2e6ea; }
    .loyalty .engine .engineList__title {
      border-radius: 20px 20px 0 0;
      background: #012a5e;
      padding: 0 20px;
      text-align: center;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 22px;
      height: 70px;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1;
      justify-content: center; }
      .loyalty .engine .engineList__title span {
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        display: block;
        color: #59b5ef; }
    .loyalty .engine .engineList__item {
      padding: 20px 10px;
      text-align: center;
      color: #012a5e;
      font-size: 20px;
      border-bottom: solid 1px #dce2ea;
      font-family: "proxima_novalight";
      margin: 0 10px; }
      @media (min-width: 767px) {
        .loyalty .engine .engineList__item {
          margin: 0 20px; } }
      .loyalty .engine .engineList__item.active {
        background: #dfe5ee;
        text-transform: uppercase;
        font-family: "proxima_novaregular"; }
      .loyalty .engine .engineList__item:last-child {
        border: 0; }

.loyalty .price {
  background: #f0f4fd; }
  .loyalty .price .titleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
    .loyalty .price .titleBlock p {
      color: #012a5e;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 767px) {
        .loyalty .price .titleBlock p {
          font-size: 22px; } }
  .loyalty .price__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px; }
    @media (min-width: 480px) {
      .loyalty .price__list {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center; } }
    .loyalty .price__list--item {
      background: #FFFFFF;
      border-radius: 10px;
      overflow: hidden;
      padding: 15px 15px 30px;
      margin: 0 15px 15px;
      width: 100%;
      max-width: 280px; }
      .loyalty .price__list--item h6 {
        text-align: center;
        margin-bottom: 10px; }
      .loyalty .price__list--item .plan {
        text-align: center;
        color: #ef323a;
        font-size: 35px;
        font-weight: bold;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative; }
        .loyalty .price__list--item .plan::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 1px;
          background: linear-gradient(to right, #ffffff 0%, #b8c4d2 30%, #b8c4d2 50%, #b8c4d2 70%, #ffffff 100%); }
        .loyalty .price__list--item .plan span {
          color: #012a5e;
          font-weight: normal;
          font-size: 28px; }
      .loyalty .price__list--item .btnBlock {
        display: flex;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s; }
        .loyalty .price__list--item .btnBlock .btnSimple {
          border: solid 1px #012a5e;
          color: #012a5e;
          font-weight: normal; }
          .loyalty .price__list--item .btnBlock .btnSimple:hover {
            color: #FFFFFF; }
      .loyalty .price__list--item:hover .btnBlock {
        opacity: 1;
        visibility: visible; }
  .loyalty .price > .btnBlock {
    display: flex;
    justify-content: center; }

.loyalty .industry {
  background: #012a5e; }
  .loyalty .industry .titleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px; }
    .loyalty .industry .titleBlock h3, .loyalty .industry .titleBlock p {
      color: #FFFFFF; }
    .loyalty .industry .titleBlock p {
      width: 100%;
      max-width: 1000px;
      text-align: center;
      font-size: 14px; }
      @media (min-width: 767px) {
        .loyalty .industry .titleBlock p {
          font-size: 20px; } }
  .loyalty .industry__list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px; }
    @media (min-width: 767px) {
      .loyalty .industry__list {
        display: flex; } }
    .loyalty .industry__list figure {
      overflow: hidden;
      position: relative; }
      .loyalty .industry__list figure::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.4s;
        z-index: 1;
        background: #000000; }
      .loyalty .industry__list figure.retail:after {
        background: #0d0c3d;
        background: linear-gradient(to bottom, #0d0c3d 59%, #482f04 100%); }
    .loyalty .industry__list--left {
      margin-bottom: 15px; }
      @media (min-width: 767px) {
        .loyalty .industry__list--left {
          margin: 0 15px 0 0; } }
      .loyalty .industry__list--left figure {
        position: relative; }
    .loyalty .industry__list--rightTop {
      margin-bottom: 15px; }
      @media (min-width: 767px) {
        .loyalty .industry__list--rightTop {
          display: flex; } }
      .loyalty .industry__list--rightTop figure {
        position: relative; }
      .loyalty .industry__list--rightTop figure:first-child {
        margin-bottom: 15px; }
        @media (min-width: 767px) {
          .loyalty .industry__list--rightTop figure:first-child {
            margin: 0 15px 0 0; } }
    .loyalty .industry__list--content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      padding: 15px 10px;
      overflow: hidden;
      transition: all 0.4s;
      z-index: 2; }
      @media (min-width: 767px) {
        .loyalty .industry__list--content {
          padding: 35px 25px;
          top: 100px; } }
      .loyalty .industry__list--content h3 {
        color: #FFFFFF;
        margin-bottom: 0; }
        @media (min-width: 767px) {
          .loyalty .industry__list--content h3 {
            margin-bottom: 15px; } }
        .loyalty .industry__list--content h3 span {
          display: block; }
          @media (min-width: 767px) {
            .loyalty .industry__list--content h3 span {
              font-size: 30px; } }
      .loyalty .industry__list--content p {
        color: #FFFFFF;
        font-size: 14px;
        opacity: 1; }
        @media (min-width: 767px) {
          .loyalty .industry__list--content p {
            font-size: 18px;
            opacity: 0; } }
    @media (min-width: 767px) {
      .loyalty .industry__list figure:hover .industry__list--content {
        top: 0; }
        .loyalty .industry__list figure:hover .industry__list--content p {
          opacity: 1; }
      .loyalty .industry__list figure:hover:after {
        opacity: 0.4; } }
    @media (min-width: 767px) {
      .loyalty .industry__list .cpg .industry__list--content {
        top: 50px; } }
    .loyalty .industry__list .cpg .industry__list--content h3 span {
      display: inline-block; }
  .loyalty .industry .btnBlock {
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 50px auto 0; }

.loyalty .rewards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 767px) {
    .loyalty .rewards {
      flex-direction: row; } }
  .loyalty .rewards__content {
    padding: 0 0 0 20px;
    margin-right: 50px; }
    .loyalty .rewards__content h4, .loyalty .rewards__content h5, .loyalty .rewards__content h3 {
      margin-bottom: 10px; }
    .loyalty .rewards__content h3 {
      text-transform: uppercase; }
    .loyalty .rewards__content .btnSimple {
      margin-top: 30px; }

.loyaltyListing .common_h1 span, .loyaltyListing .common_h2 span, .loyaltyListing .common_h3 span, .loyaltyListing .common_h4 span, .loyaltyListing .common_h5 span, .loyaltyListing .common_h6 span {
  font-family: "proxima_novaregular"; }

.loyaltyListing__banner--slider .slide {
  position: relative; }

.loyaltyListing__banner figure {
  overflow: hidden;
  display: flex;
  justify-content: flex-end; }
  .loyaltyListing__banner figure img {
    height: 350px;
    max-width: none; }
    @media (min-width: 767px) {
      .loyaltyListing__banner figure img {
        height: 600px; } }
    @media (min-width: 1366px) {
      .loyaltyListing__banner figure img {
        height: auto;
        max-width: 100%; } }

.loyaltyListing__banner--content {
  padding: 20px 10px 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  padding: 0 10px; }
  @media (min-width: 767px) {
    .loyaltyListing__banner--content {
      padding: 0 0 0 50px; } }
  @media (min-width: 1366px) {
    .loyaltyListing__banner--content {
      padding: 0 0 0 100px; } }
  .loyaltyListing__banner--content h2 {
    display: none; }
  .loyaltyListing__banner--content h3 {
    color: #FFFFFF;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .loyaltyListing__banner--content .common_h3 {
    margin-bottom: 10px; }
  .loyaltyListing__banner--content p {
    font-size: 14px;
    color: #FFFFFF; }
    @media (min-width: 767px) {
      .loyaltyListing__banner--content p {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px; } }

.loyaltyListing .offering .titleBlock {
  padding: 0 20px; }
  .loyaltyListing .offering .titleBlock .subTitle {
    color: #012a5e;
    font-size: 12px;
    text-transform: uppercase; }
    @media (min-width: 767px) {
      .loyaltyListing .offering .titleBlock .subTitle {
        font-size: 24px; } }
    .loyaltyListing .offering .titleBlock .subTitle + p {
      font-size: 14px; }
      @media (min-width: 767px) {
        .loyaltyListing .offering .titleBlock .subTitle + p {
          font-size: 18px; } }

.loyaltyListing .loyalty__detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .loyaltyListing .loyalty__detail {
      flex-direction: row; }
      .loyaltyListing .loyalty__detail.reverse {
        flex-direction: row-reverse; } }
  .loyaltyListing .loyalty__detail--image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .loyaltyListing .loyalty__detail--image {
        width: 50%; }
        .loyaltyListing .loyalty__detail--image img {
          max-width: 100%; } }
    .loyaltyListing .loyalty__detail--image.fill.gift {
      background-color: #012a5e;
      padding: 100px 50px 0; }
      @media (min-width: 1024px) {
        .loyaltyListing .loyalty__detail--image.fill.gift img {
          margin-bottom: -30px; } }
    .loyaltyListing .loyalty__detail--image.fill.channel {
      background: #e9fafa; }
    .loyaltyListing .loyalty__detail--image.employee {
      padding: 20px 0; }
  .loyaltyListing .loyalty__detail--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    width: 100%; }
    @media (min-width: 1024px) {
      .loyaltyListing .loyalty__detail--content {
        width: 50%;
        padding: 20px 50px; } }
    .loyaltyListing .loyalty__detail--content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyListing .loyalty__detail--content .btnBlock a {
        font-family: "proxima_nova_rgbold";
        position: relative;
        font-size: 16px;
        margin-right: 30px;
        color: #012a5e; }
        .loyaltyListing .loyalty__detail--content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -91px -10px; }
    .loyaltyListing .loyalty__detail--content .titleBlock h2 {
      text-transform: uppercase;
      margin-bottom: 5px; }
      .loyaltyListing .loyalty__detail--content .titleBlock h2 span {
        display: block; }
    .loyaltyListing .loyalty__detail--content .titleBlock p {
      margin-bottom: 25px;
      font-size: 18px;
      color: #212121; }
      @media (min-width: 1024px) {
        .loyaltyListing .loyalty__detail--content .titleBlock p {
          font-size: 24px; } }
    .loyaltyListing .loyalty__detail--content.fill.referral {
      background-color: #012a5e; }
      .loyaltyListing .loyalty__detail--content.fill.referral .titleBlock h2 {
        color: #FFFFFF;
        text-transform: none; }
        .loyaltyListing .loyalty__detail--content.fill.referral .titleBlock h2 span {
          display: block;
          text-transform: uppercase; }
      .loyaltyListing .loyalty__detail--content.fill.referral .titleBlock p {
        color: #FFFFFF; }
      .loyaltyListing .loyalty__detail--content.fill.referral .textContent p {
        color: #FFFFFF; }
      .loyaltyListing .loyalty__detail--content.fill.referral .btnBlock a {
        color: #FFFFFF; }
        .loyaltyListing .loyalty__detail--content.fill.referral .btnBlock a::after {
          background-position: -60px -10px; }
    .loyaltyListing .loyalty__detail--content.fill.employee {
      background: #eaf2f9; }
      .loyaltyListing .loyalty__detail--content.fill.employee .titleBlock h2 span {
        display: block; }
    .loyaltyListing .loyalty__detail--content.fill.gift {
      background-color: #012a5e; }
      .loyaltyListing .loyalty__detail--content.fill.gift .titleBlock h2 {
        color: #FFFFFF; }
        .loyaltyListing .loyalty__detail--content.fill.gift .titleBlock h2 span {
          display: block; }
      .loyaltyListing .loyalty__detail--content.fill.gift .titleBlock p {
        color: #FFFFFF; }
      .loyaltyListing .loyalty__detail--content.fill.gift .textContent p {
        color: #FFFFFF; }
      .loyaltyListing .loyalty__detail--content.fill.gift .btnBlock a {
        color: #FFFFFF; }
        .loyaltyListing .loyalty__detail--content.fill.gift .btnBlock a::after {
          background-position: -60px -10px; }
    .loyaltyListing .loyalty__detail--content.fill.channel {
      background: #e9fafa;
      padding-top: 0; }
      .loyaltyListing .loyalty__detail--content.fill.channel .titleBlock h2 {
        text-transform: none; }
        .loyaltyListing .loyalty__detail--content.fill.channel .titleBlock h2 span {
          display: block;
          text-transform: uppercase; }
    .loyaltyListing .loyalty__detail--content.fill.coalition .titleBlock h2 {
      text-transform: none; }
      .loyaltyListing .loyalty__detail--content.fill.coalition .titleBlock h2 span {
        display: block;
        text-transform: uppercase; }
    .loyaltyListing .loyalty__detail--content.fill.coalition .titleBlock p {
      color: #012a5e; }

.loyaltyListing .loyaltylist {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  .loyaltyListing .loyaltylist .titleBlock {
    margin-bottom: 50px; }
    .loyaltyListing .loyaltylist .titleBlock .common_h5 {
      margin: 0;
      color: #212121; }
  .loyaltyListing .loyaltylist .listBlock {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 767px) {
      .loyaltyListing .loyaltylist .listBlock {
        flex-direction: row; } }
  .loyaltyListing .loyaltylist__item {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #e3e3e3; }
    @media (min-width: 767px) {
      .loyaltyListing .loyaltylist__item {
        padding: 0 20px 0 0;
        margin: 0 20px 0 0;
        border: 0;
        border-right: solid 1px #e3e3e3; } }
    .loyaltyListing .loyaltylist__item:last-child {
      border: 0; }

.loyaltyListing .diffrent .titleBlock {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  margin-bottom: 50px; }

.loyaltyListing .diffrent__slider {
  margin-top: 100px; }
  .loyaltyListing .diffrent__slider--block {
    background: url(../img/loyalty_pages/diff-slider-bg.jpg) no-repeat;
    background-size: cover; }
    .loyaltyListing .diffrent__slider--block .slide {
      border: 0;
      box-shadow: none;
      outline: 0; }
    .loyaltyListing .diffrent__slider--block .slick-arrow {
      width: 32px;
      height: 32px;
      top: auto;
      bottom: 100%;
      border-radius: 100%;
      overflow: hidden;
      z-index: 9;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
      .loyaltyListing .diffrent__slider--block .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
        background-position: -72px -6px;
        background-color: #012a5e; }
        @media (min-width: 767px) {
          .loyaltyListing .diffrent__slider--block .slick-arrow.slick-prev {
            right: 145px; } }
        .loyaltyListing .diffrent__slider--block .slick-arrow.slick-prev::before {
          color: #FFFFFF; }
      .loyaltyListing .diffrent__slider--block .slick-arrow.slick-next {
        right: 10px;
        background-position: -168px -6px;
        background-color: #012a5e; }
        @media (min-width: 767px) {
          .loyaltyListing .diffrent__slider--block .slick-arrow.slick-next {
            right: 105px; } }
        .loyaltyListing .diffrent__slider--block .slick-arrow.slick-next::before {
          color: #FFFFFF; }
      .loyaltyListing .diffrent__slider--block .slick-arrow.slick-disabled {
        cursor: default;
        background-color: #FFFFFF; }
        .loyaltyListing .diffrent__slider--block .slick-arrow.slick-disabled::before {
          color: #012a5e; }
    .loyaltyListing .diffrent__slider--block .slideContent {
      height: 470px;
      padding: 50px 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      border-right: solid 2px rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.2);
      transition: all 0.2s; }
      .loyaltyListing .diffrent__slider--block .slideContent h3 {
        color: #FFFFFF; }
        .loyaltyListing .diffrent__slider--block .slideContent h3 span {
          display: block; }
      .loyaltyListing .diffrent__slider--block .slideContent .arrow-right {
        width: 25px;
        height: 20px;
        background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
        background-position: -10px -10px; }
      .loyaltyListing .diffrent__slider--block .slideContent__detail {
        color: #FFFFFF;
        font-size: 20px;
        height: 0;
        overflow: hidden;
        transition: all 0.2s; }
      .loyaltyListing .diffrent__slider--block .slideContent:hover {
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center; }
        .loyaltyListing .diffrent__slider--block .slideContent:hover .arrow-right {
          display: none; }
        .loyaltyListing .diffrent__slider--block .slideContent:hover .slideContent__detail {
          padding: 30px 0;
          height: auto; }

.loyaltyListing .diffrent .keepCustomer {
  background-color: #012a5e;
  padding: 120px 0; }
  .loyaltyListing .diffrent .keepCustomer .titleBlock {
    max-width: 1000px; }
    .loyaltyListing .diffrent .keepCustomer .titleBlock h3 {
      color: #FFFFFF; }
    .loyaltyListing .diffrent .keepCustomer .titleBlock p {
      font-size: 12px;
      color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyListing .diffrent .keepCustomer .titleBlock p {
          font-size: 20px; } }

.loyaltyFeature .common_h1 span, .loyaltyFeature .common_h2 span, .loyaltyFeature .common_h3 span, .loyaltyFeature .common_h4 span, .loyaltyFeature .common_h5 span, .loyaltyFeature .common_h6 span {
  font-family: "proxima_novaregular"; }

.loyaltyFeature__banner {
  position: relative; }
  .loyaltyFeature__banner figure {
    overflow: hidden;
    width: 100%; }
    .loyaltyFeature__banner figure img {
      height: 350px;
      max-width: none; }
      @media (min-width: 767px) {
        .loyaltyFeature__banner figure img {
          height: auto;
          max-width: 100%; } }
  .loyaltyFeature__banner--content {
    padding: 20px 10px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 80px;
    left: 10px;
    bottom: 0; }
    @media (min-width: 767px) {
      .loyaltyFeature__banner--content {
        width: 50%;
        left: 100px; } }
    .loyaltyFeature__banner--content h3 {
      color: #FFFFFF;
      line-height: 1.2;
      margin-bottom: 10px;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        .loyaltyFeature__banner--content h3 {
          margin-bottom: 20px; } }
      .loyaltyFeature__banner--content h3 strong {
        font-family: "proxima_novablack"; }
    .loyaltyFeature__banner--content p {
      font-size: 14px;
      color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyFeature__banner--content p {
          font-size: 30px; } }

.loyaltyFeature .advocacy {
  background: linear-gradient(to top, #e7ebee 0%, #ffffff 40%, #ffffff 100%); }
  .loyaltyFeature .advocacy .titleBlock {
    max-width: 1100px;
    margin: 0 auto; }
    .loyaltyFeature .advocacy .titleBlock h3 {
      text-align: center; }
      .loyaltyFeature .advocacy .titleBlock h3 strong {
        font-family: "proxima_novablack"; }
    .loyaltyFeature .advocacy .titleBlock p {
      font-size: 14px;
      text-align: center; }
      @media (min-width: 767px) {
        .loyaltyFeature .advocacy .titleBlock p {
          font-size: 18px; } }

.loyaltyFeature .platform {
  background: url(../img/loyalty_pages/platform-bg.jpg) no-repeat;
  background-size: cover; }
  .loyaltyFeature .platform .titleBlock {
    margin-bottom: 50px; }
    .loyaltyFeature .platform .titleBlock h2 {
      text-align: center;
      color: #FFFFFF; }
  .loyaltyFeature .platform__list {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      .loyaltyFeature .platform__list {
        flex-direction: row; } }
    .loyaltyFeature .platform__list--item {
      padding: 0 0px 30px; }
      @media (min-width: 767px) {
        .loyaltyFeature .platform__list--item {
          padding: 0 30px; } }
      .loyaltyFeature .platform__list--item h4 {
        color: #FFFFFF; }
      .loyaltyFeature .platform__list--item p {
        color: #FFFFFF; }

.loyaltyFeature .trust {
  background-color: #e7ebee;
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .loyaltyFeature .trust {
      background-image: url(../img/loyalty_pages/trustBg.png);
      background-repeat: no-repeat;
      background-position: top left; } }
  .loyaltyFeature .trust__content {
    display: flex;
    justify-content: flex-end; }
    .loyaltyFeature .trust__content .titleBlock {
      width: 100%;
      padding: 0 0 80px 0; }
      @media (min-width: 1024px) {
        .loyaltyFeature .trust__content .titleBlock {
          max-width: 50%;
          width: 750px; } }
      @media (min-width: 1199px) {
        .loyaltyFeature .trust__content .titleBlock {
          max-width: 60%; } }
      .loyaltyFeature .trust__content .titleBlock h2 {
        text-transform: uppercase; }
        .loyaltyFeature .trust__content .titleBlock h2 span {
          display: block;
          text-transform: none; }
      .loyaltyFeature .trust__content .titleBlock .btnBlock {
        margin-top: 30px; }
  .loyaltyFeature .trust__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px; }
    @media (min-width: 767px) {
      .loyaltyFeature .trust__list {
        padding: 0 50px;
        grid-template-columns: repeat(3, 1fr); } }
    .loyaltyFeature .trust__list--item {
      padding: 20px;
      background: #FFFFFF;
      border-radius: 15px;
      overflow: hidden;
      transition: all 0.2s; }
      .loyaltyFeature .trust__list--item:hover {
        box-shadow: 0px 4px 59px 0px rgba(0, 0, 0, 0.22); }

.loyaltyFeature .program {
  padding-bottom: 0;
  background: #e7ebee;
  background: linear-gradient(to bottom, #e7ebee 0%, #ffffff 25%, #ffffff 100%); }
  .loyaltyFeature .program .titleBlock {
    max-width: 700px;
    margin: 0 auto 60px; }
    .loyaltyFeature .program .titleBlock h2 {
      text-align: center;
      text-transform: uppercase; }
      .loyaltyFeature .program .titleBlock h2 span {
        text-transform: none; }
  .loyaltyFeature .program__detail {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px; }
    @media (min-width: 767px) {
      .loyaltyFeature .program__detail {
        grid-template-columns: [first] 72% [line2] 28%; } }
  .loyaltyFeature .program__one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px; }
    .loyaltyFeature .program__one .two {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 5px; }
      @media (min-width: 767px) {
        .loyaltyFeature .program__one .two {
          grid-template-columns: repeat(2, 1fr); } }
    .loyaltyFeature .program__one .build-loyalty {
      background: #012a5e; }
    .loyaltyFeature .program__one .keep-tracking {
      background: #0951ad; }
    .loyaltyFeature .program__one .ruleBassed, .loyaltyFeature .program__one .follower {
      position: relative; }
      .loyaltyFeature .program__one .ruleBassed__content, .loyaltyFeature .program__one .follower__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 50px;
        width: 100%; }
    .loyaltyFeature .program__one .build-loyalty, .loyaltyFeature .program__one .keep-tracking {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 50px; }
    .loyaltyFeature .program__one h3 {
      color: #FFFFFF; }
    .loyaltyFeature .program__one p {
      color: #FFFFFF; }
  .loyaltyFeature .program .redemption {
    position: relative; }
    .loyaltyFeature .program .redemption__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 50px;
      width: 100%; }

.loyaltyFeature .omnichannel {
  background: linear-gradient(to bottom, #ffffff 0%, #f5f8fd 10%, #f5f8fd 100%); }
  .loyaltyFeature .omnichannel .titleBlock {
    margin-bottom: 50px; }
    .loyaltyFeature .omnichannel .titleBlock h2 span {
      display: block; }
  .loyaltyFeature .omnichannel__slider .slick-arrow {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
    .loyaltyFeature .omnichannel__slider .slick-arrow.slick-prev {
      left: auto;
      right: 45px;
      background-position: -72px -6px;
      background-color: #012a5e; }
      .loyaltyFeature .omnichannel__slider .slick-arrow.slick-prev::before {
        color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyFeature .omnichannel__slider .slick-arrow.slick-prev {
          right: 145px; } }
    .loyaltyFeature .omnichannel__slider .slick-arrow.slick-next {
      right: 0;
      background-position: -168px -6px;
      background-color: #FFFFFF;
      background-color: #012a5e; }
      .loyaltyFeature .omnichannel__slider .slick-arrow.slick-next::before {
        color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyFeature .omnichannel__slider .slick-arrow.slick-next {
          right: 105px; } }
    .loyaltyFeature .omnichannel__slider .slick-arrow.slick-disabled {
      cursor: default;
      background-color: #FFFFFF; }
      .loyaltyFeature .omnichannel__slider .slick-arrow.slick-disabled::before {
        color: #012a5e; }
  .loyaltyFeature .omnichannel__slider .slick-list {
    overflow: visible; }
  .loyaltyFeature .omnichannel__slider .slick-track {
    display: flex; }
  .loyaltyFeature .omnichannel__slider .slide {
    padding: 10px; }
    .loyaltyFeature .omnichannel__slider .slide:focus {
      box-shadow: none;
      outline: 0;
      border: 0; }
  .loyaltyFeature .omnichannel__slider .slick-slide {
    height: auto; }
  .loyaltyFeature .omnichannel__slider .slideBlock {
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 59px 0px rgba(0, 0, 0, 0.1); }
  .loyaltyFeature .omnichannel__slider--content {
    padding: 25px 20px; }

.loyaltyFeature .building {
  background: #f5f8fd;
  padding-top: 20px; }
  .loyaltyFeature .building .titleBlock h2 {
    text-align: center; }
    .loyaltyFeature .building .titleBlock h2 span {
      display: block; }
  .loyaltyFeature .building__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      .loyaltyFeature .building__content {
        flex-direction: row; } }
    .loyaltyFeature .building__content--detail {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 10px; }
      @media (min-width: 767px) {
        .loyaltyFeature .building__content--detail {
          width: 50%;
          padding: 0; } }
      .loyaltyFeature .building__content--detail ul {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
        counter-reset: my-badass-counter;
        list-style: none;
        padding-left: 50px; }
        @media (min-width: 767px) {
          .loyaltyFeature .building__content--detail ul {
            padding-left: 0; } }
        .loyaltyFeature .building__content--detail ul li {
          font-size: 14px;
          border-bottom: solid 1px #e4e4e4;
          padding: 0 0 20px;
          margin: 0 0 20px;
          position: relative; }
          @media (min-width: 767px) {
            .loyaltyFeature .building__content--detail ul li {
              font-size: 20px; } }
          .loyaltyFeature .building__content--detail ul li::before, .loyaltyFeature .building__content--detail ul li::after {
            content: "";
            position: absolute;
            right: 100%;
            top: 50%;
            background: #FFFFFF;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            border-radius: 100%;
            overflow: hidden; }
          .loyaltyFeature .building__content--detail ul li::before {
            width: 30px;
            height: 30px;
            margin-right: 20px;
            transform: translate(0, -50%); }
            @media (min-width: 767px) {
              .loyaltyFeature .building__content--detail ul li::before {
                width: 50px;
                height: 50px; } }
          .loyaltyFeature .building__content--detail ul li::after {
            width: 20px;
            height: 20px;
            color: #2671cf;
            font-size: 15px;
            font-weight: bold;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            transform: translate(-25px, -50%);
            text-align: center;
            content: counter(my-badass-counter);
            counter-increment: my-badass-counter; }
            @media (min-width: 767px) {
              .loyaltyFeature .building__content--detail ul li::after {
                width: 40px;
                height: 40px;
                font-size: 30px; } }
          .loyaltyFeature .building__content--detail ul li:last-child {
            margin: 0;
            border: 0;
            padding: 0; }
      .loyaltyFeature .building__content--detail .btnBlock {
        width: 100%;
        max-width: 400px; }
    .loyaltyFeature .building__content--image {
      width: 100%; }
      @media (min-width: 767px) {
        .loyaltyFeature .building__content--image {
          width: 50%; } }

.loyaltyFeature .reason {
  background-color: #e1e7ee;
  background-image: url(../img/loyalty_pages/reason-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .loyaltyFeature .reason {
      padding-left: 100px;
      padding-right: 100px;
      flex-direction: row; } }
  .loyaltyFeature .reason .titleBlock {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      .loyaltyFeature .reason .titleBlock {
        width: 50%;
        padding: 0 50px 0 0; } }
    .loyaltyFeature .reason .titleBlock h2 {
      margin: 0; }
  .loyaltyFeature .reason__content {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .loyaltyFeature .reason__content {
        width: 50%; } }
    .loyaltyFeature .reason__content--list {
      border-radius: 15px;
      margin: 0 10px 20px;
      overflow: hidden;
      background-color: #FFFFFF;
      padding: 15px; }
      @media (min-width: 767px) {
        .loyaltyFeature .reason__content--list {
          max-width: 45%; } }
      .loyaltyFeature .reason__content--list .reasontitle {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .loyaltyFeature .reason__content--list .reasontitle i {
          width: 64px;
          height: 54px;
          background-image: url(../img/loyalty_pages/loyalty-icons.png);
          background-repeat: no-repeat; }
          .loyaltyFeature .reason__content--list .reasontitle i.time {
            background-position: -10px -56px; }
          .loyaltyFeature .reason__content--list .reasontitle i.ease {
            background-position: -126px -56px; }
          .loyaltyFeature .reason__content--list .reasontitle i.boost {
            background-position: -250px -54px; }
          .loyaltyFeature .reason__content--list .reasontitle i.omnichanel {
            background-position: -357px -55px; }
        .loyaltyFeature .reason__content--list .reasontitle p {
          font-family: "proxima_nova_rgbold";
          color: #012a5e;
          margin: 0;
          padding: 0 0 0 10px; }

.loyaltyFeature .appreciation {
  padding-bottom: 0;
  background: #012a5e; }
  .loyaltyFeature .appreciation .titleBlock {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px; }
    .loyaltyFeature .appreciation .titleBlock h3 {
      text-align: center;
      color: #FFFFFF; }
  .loyaltyFeature .appreciation__slider {
    padding-bottom: 80px; }
    .loyaltyFeature .appreciation__slider .slick-track {
      padding: 20px 0 0; }
    .loyaltyFeature .appreciation__slider .slick-dots {
      bottom: 20px; }
      .loyaltyFeature .appreciation__slider .slick-dots li {
        margin: 0 5px; }
    .loyaltyFeature .appreciation__slider .slide:focus {
      box-shadow: none;
      outline: 0;
      border: 0; }
    .loyaltyFeature .appreciation__slider--block {
      padding: 0 40px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .loyaltyFeature .appreciation__slider--block .textBlock {
        width: 100%;
        max-width: 1000px; }
        .loyaltyFeature .appreciation__slider--block .textBlock p {
          text-align: justify;
          color: #FFFFFF;
          position: relative; }
          @media (min-width: 767px) {
            .loyaltyFeature .appreciation__slider--block .textBlock p {
              text-align: center; } }
          .loyaltyFeature .appreciation__slider--block .textBlock p::before, .loyaltyFeature .appreciation__slider--block .textBlock p::after {
            content: "";
            position: absolute;
            width: 34px;
            height: 32px;
            background-image: url(../img/loyalty_pages/loyalty-icons.png);
            background-repeat: no-repeat; }
          .loyaltyFeature .appreciation__slider--block .textBlock p::before {
            background-position: -189px -10px;
            top: -10px;
            right: 100%; }
          .loyaltyFeature .appreciation__slider--block .textBlock p::after {
            background-position: -244px -10px;
            bottom: -10px;
            right: 0; }
        .loyaltyFeature .appreciation__slider--block .textBlock .author {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .loyaltyFeature .appreciation__slider--block .textBlock .author strong, .loyaltyFeature .appreciation__slider--block .textBlock .author span {
            color: #FFFFFF; }

.loyaltyPricing {
  background: #fbfbfb; }
  .loyaltyPricing .common_h1 span, .loyaltyPricing .common_h2 span, .loyaltyPricing .common_h3 span, .loyaltyPricing .common_h4 span, .loyaltyPricing .common_h5 span, .loyaltyPricing .common_h6 span {
    font-family: "proxima_novaregular"; }
  .loyaltyPricing__banner {
    position: relative; }
    .loyaltyPricing__banner figure {
      overflow: hidden;
      width: 100%; }
      .loyaltyPricing__banner figure img {
        height: 350px;
        max-width: none; }
        @media (min-width: 767px) {
          .loyaltyPricing__banner figure img {
            height: auto;
            max-width: 100%; } }
    .loyaltyPricing__banner--content {
      padding: 20px 10px 0 10px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      top: 30px;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 0 20px; }
      .loyaltyPricing__banner--content h3 {
        color: #FFFFFF;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .loyaltyPricing__banner--content p {
        font-size: 14px;
        color: #FFFFFF;
        text-align: center; }
        @media (min-width: 767px) {
          .loyaltyPricing__banner--content p {
            font-size: 22px;
            line-height: 1.4; } }
  .loyaltyPricing .divTable {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 1024px) {
      .loyaltyPricing .divTable {
        grid-template-columns: repeat(4, 1fr); } }
    .loyaltyPricing .divTable .divRow {
      display: none; }
      .loyaltyPricing .divTable .divRow:first-child, .loyaltyPricing .divTable .divRow.active {
        display: block; }
      @media (min-width: 1024px) {
        .loyaltyPricing .divTable .divRow {
          display: block; } }
      .loyaltyPricing .divTable .divRow .divTd {
        height: 285px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent #dedede #dedede transparent;
        position: relative; }
        .loyaltyPricing .divTable .divRow .divTd:last-child {
          border-color: transparent #dedede transparent transparent; }
        .loyaltyPricing .divTable .divRow .divTd .platform {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 30px 30px; }
          .loyaltyPricing .divTable .divRow .divTd .platform i.platformIcon {
            width: 75px;
            height: 72px;
            display: block;
            margin-bottom: 15px;
            background-image: url(../img/loyalty_pages/loyalty-icons.png);
            background-repeat: no-repeat;
            background-position: -10px -130px; }
          .loyaltyPricing .divTable .divRow .divTd .platform h4 {
            text-align: center;
            text-transform: uppercase; }
            .loyaltyPricing .divTable .divRow .divTd .platform h4 span {
              display: block; }
        .loyaltyPricing .divTable .divRow .divTd .plan {
          border: solid 1px #FFFFFF;
          background: #ebeefb;
          padding: 20px 10px; }
          @media (min-width: 1024px) {
            .loyaltyPricing .divTable .divRow .divTd .plan {
              padding: 20px; } }
          .loyaltyPricing .divTable .divRow .divTd .plan p {
            text-align: center; }
          .loyaltyPricing .divTable .divRow .divTd .plan__title {
            font-family: "proxima_nova_rgbold";
            color: #012a5e;
            font-size: 18px;
            margin-bottom: 10px; }
            @media (min-width: 1024px) {
              .loyaltyPricing .divTable .divRow .divTd .plan__title {
                font-size: 26px; } }
          .loyaltyPricing .divTable .divRow .divTd .plan__startAt {
            color: #ef323a;
            font-size: 16px;
            text-transform: uppercase; }
          .loyaltyPricing .divTable .divRow .divTd .plan__amount {
            color: #012a5e;
            font-size: 30px;
            font-family: "proxima_nova_rgbold"; }
          .loyaltyPricing .divTable .divRow .divTd .plan__month {
            color: #012a5e;
            text-transform: uppercase;
            margin-bottom: 20px; }
          .loyaltyPricing .divTable .divRow .divTd .plan__time {
            color: #012a5e;
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 16px; }
          .loyaltyPricing .divTable .divRow .divTd .plan__select {
            border: solid 1px #c2d1e5;
            background: #FFFFFF;
            padding: 10px;
            color: #555555;
            font-size: 16px;
            width: 100%; }
            .loyaltyPricing .divTable .divRow .divTd .plan__select:focus {
              box-shadow: none;
              outline: 0;
              border: solid 1px #c2d1e5; }
        .loyaltyPricing .divTable .divRow .divTd.td {
          height: 60px;
          padding: 10px 5px;
          display: flex;
          align-items: center; }
          @media (min-width: 1024px) {
            .loyaltyPricing .divTable .divRow .divTd.td {
              padding: 25px 35px;
              height: 86px; } }
          .loyaltyPricing .divTable .divRow .divTd.td.toolTip p {
            display: flex;
            align-items: center; }
          .loyaltyPricing .divTable .divRow .divTd.td.toolTip span {
            width: 16px;
            height: 16px;
            background: #c4d6f4;
            border-radius: 100%;
            color: #333436;
            font-size: 14px;
            text-align: center;
            line-height: 1.3;
            margin-left: 10px;
            cursor: pointer; }
          .loyaltyPricing .divTable .divRow .divTd.td p {
            font-size: 14px;
            color: #012a5e;
            width: 100%;
            margin-bottom: 0; }
            .loyaltyPricing .divTable .divRow .divTd.td p:last-child {
              border-right: 0; }
            @media (min-width: 1024px) {
              .loyaltyPricing .divTable .divRow .divTd.td p {
                font-size: 18px;
                white-space: nowrap; } }
          .loyaltyPricing .divTable .divRow .divTd.td .checkRight, .loyaltyPricing .divTable .divRow .divTd.td .checkWrong {
            width: 21px;
            height: 21px;
            margin: 0 auto;
            background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat; }
          .loyaltyPricing .divTable .divRow .divTd.td .checkRight {
            background-position: -126px -133px; }
          .loyaltyPricing .divTable .divRow .divTd.td .checkWrong {
            background-position: -126px -163px; }
          .loyaltyPricing .divTable .divRow .divTd.td.btn-block {
            display: flex;
            justify-content: center; }
      .loyaltyPricing .divTable .divRow:last-child .divTd {
        border-color: transparent transparent #dedede transparent; }
        .loyaltyPricing .divTable .divRow:last-child .divTd:last-child {
          border-color: transparent; }
  .loyaltyPricing .priceTable {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 0px;
    z-index: 2;
    padding: 15px 0; }
    @media (min-width: 1024px) {
      .loyaltyPricing .priceTable {
        margin-top: -80px;
        padding: 50px 0; } }
    @media (min-width: 1199px) {
      .loyaltyPricing .priceTable {
        margin-top: -120px;
        padding: 50px 0; } }
    @media (min-width: 1366px) {
      .loyaltyPricing .priceTable {
        margin-top: -150px;
        padding: 50px 0; } }
    .loyaltyPricing .priceTable .terms {
      width: 100%;
      max-width: 1220px;
      padding: 10px 30px; }
    .loyaltyPricing .priceTable .priceTap {
      display: flex;
      justify-content: center;
      border-bottom: solid 1px #dedede;
      padding: 10px 0; }
      @media (min-width: 1024px) {
        .loyaltyPricing .priceTable .priceTap {
          display: none; } }
      .loyaltyPricing .priceTable .priceTap .tab {
        padding: 5px 4px;
        border: solid 1px #dedede;
        margin: 0 5px;
        color: #012a5e;
        font-weight: normal;
        width: 105px;
        text-align: center; }
        @media (min-width: 767px) {
          .loyaltyPricing .priceTable .priceTap .tab {
            font-weight: bold; } }
        .loyaltyPricing .priceTable .priceTap .tab.active {
          background-color: #012a5e;
          color: #FFFFFF; }
    .loyaltyPricing .priceTable__block {
      box-shadow: 0px 2px 16px 0px rgba(1, 42, 94, 0.09);
      width: 1220px;
      margin: 0 10px;
      max-width: 100%;
      overflow: hidden;
      background: #FFFFFF; }
      @media (min-width: 1024px) {
        .loyaltyPricing .priceTable__block {
          border-radius: 30px; } }
      .loyaltyPricing .priceTable__block .tableBlock {
        width: 100%;
        min-width: 1000px; }
        .loyaltyPricing .priceTable__block .tableBlock .platform {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 30px 30px; }
          .loyaltyPricing .priceTable__block .tableBlock .platform i.platformIcon {
            width: 75px;
            height: 72px;
            display: block;
            margin-bottom: 15px;
            background-image: url(../img/loyalty_pages/loyalty-icons.png);
            background-repeat: no-repeat;
            background-position: -10px -130px; }
          .loyaltyPricing .priceTable__block .tableBlock .platform h4 {
            text-align: center;
            text-transform: uppercase; }
            .loyaltyPricing .priceTable__block .tableBlock .platform h4 span {
              display: block; }
        .loyaltyPricing .priceTable__block .tableBlock .plan {
          border: solid 1px #FFFFFF;
          background: #ebeefb;
          padding: 20px; }
          .loyaltyPricing .priceTable__block .tableBlock .plan p {
            text-align: center; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__title {
            font-family: "proxima_nova_rgbold";
            color: #012a5e;
            font-size: 26px;
            margin-bottom: 10px; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__startAt {
            color: #ef323a;
            font-size: 16px;
            text-transform: uppercase; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__amount {
            color: #012a5e;
            font-size: 30px;
            font-family: "proxima_nova_rgbold"; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__month {
            color: #012a5e;
            text-transform: uppercase;
            margin-bottom: 20px; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__time {
            color: #012a5e;
            margin-bottom: 20px;
            font-weight: bold; }
          .loyaltyPricing .priceTable__block .tableBlock .plan__select {
            border: solid 1px #c2d1e5;
            background: #FFFFFF;
            padding: 10px;
            color: #555555;
            font-size: 16px;
            width: 100%; }
            .loyaltyPricing .priceTable__block .tableBlock .plan__select:focus {
              box-shadow: none;
              outline: 0;
              border: solid 1px #c2d1e5; }
        .loyaltyPricing .priceTable__block .tableBlock tr td {
          padding: 25px 35px;
          text-align: center;
          font-size: 18px;
          border: solid 1px #dadada;
          color: #012a5e; }
          .loyaltyPricing .priceTable__block .tableBlock tr td:first-child {
            border-left: 0;
            text-align: left; }
          .loyaltyPricing .priceTable__block .tableBlock tr td:last-child {
            border-right: 0; }
        .loyaltyPricing .priceTable__block .tableBlock tr th {
          border: solid 1px #dadada; }
          .loyaltyPricing .priceTable__block .tableBlock tr th:first-child {
            border-left: 0; }
          .loyaltyPricing .priceTable__block .tableBlock tr th:last-child {
            border-right: 0; }
        .loyaltyPricing .priceTable__block .tableBlock tr:last-child td {
          border-bottom: 0; }
        .loyaltyPricing .priceTable__block .tableBlock .checkRight {
          width: 21px;
          height: 21px;
          margin: 0 auto;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -126px -133px; }
  .loyaltyPricing .testimonial__slider {
    margin-bottom: 50px; }
  .loyaltyPricing .testimonial .slick-arrow {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -50px;
    width: 27px;
    height: 15px;
    background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat; }
    .loyaltyPricing .testimonial .slick-arrow.slick-prev {
      background-position: -298px -8px; }
    .loyaltyPricing .testimonial .slick-arrow.slick-next {
      left: 35px;
      background-position: -342px -9px; }
    .loyaltyPricing .testimonial .slick-arrow.slick-disabled.slick-prev {
      background-position: -298px -30px; }
    .loyaltyPricing .testimonial .slick-arrow.slick-disabled.slick-next {
      background-position: -342px -30px; }
  .loyaltyPricing .testimonial .slick-dots {
    width: 100%;
    left: 100%;
    top: 0;
    bottom: 0; }
  .loyaltyPricing .testimonial .slick-dots li {
    position: absolute;
    text-indent: 0;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    opacity: 1;
    transition: all 0.2s;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.16); }
    .loyaltyPricing .testimonial .slick-dots li.slick-active {
      width: 146px;
      height: 146px;
      box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.36); }
      .loyaltyPricing .testimonial .slick-dots li.slick-active::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation: 4s ease-out 0s infinite normal none running pulse;
        backface-visibility: hidden;
        pointer-events: none; }
      .loyaltyPricing .testimonial .slick-dots li.slick-active::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation: 4s ease-out 2s infinite normal none running pulse;
        backface-visibility: hidden;
        pointer-events: none; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide00 {
      left: 150px; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide01 {
      left: 280px;
      top: 130px; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide02 {
      left: 450px;
      top: 50px; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide03 {
      left: 150px;
      top: 300px; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide04 {
      left: 20px;
      top: 150px; }
    .loyaltyPricing .testimonial .slick-dots li#slick-slide05 {
      left: 400px;
      top: 250px; }
    .loyaltyPricing .testimonial .slick-dots li button {
      background: transparent;
      border: 0;
      box-shadow: none; }
      .loyaltyPricing .testimonial .slick-dots li button:focus {
        border: 0;
        box-shadow: none;
        outline: 0; }
  .loyaltyPricing .testimonial .slide:focus {
    outline: 0;
    box-shadow: 0;
    border: 0; }
  .loyaltyPricing .testimonial .thumb {
    display: none; }
  .loyaltyPricing .testimonial .titleBlock {
    margin-bottom: 20px; }
    .loyaltyPricing .testimonial .titleBlock h2 {
      margin: 0; }
    .loyaltyPricing .testimonial .titleBlock p {
      font-size: 22px;
      color: #012a5e; }
  .loyaltyPricing .testimonial .textBlock {
    margin-bottom: 30px; }
    .loyaltyPricing .testimonial .textBlock p {
      font-size: 14px;
      line-height: 1.8; }
      @media (min-width: 1024px) {
        .loyaltyPricing .testimonial .textBlock p {
          font-size: 16px; } }
  .loyaltyPricing .testimonial .subTitle p {
    font-size: 20px;
    color: #012a5e; }

.loyaltyLinks {
  background: url(../img/loyalty_pages/appreciation-bg.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 767px) {
    .loyaltyLinks {
      flex-direction: row; } }
  .loyaltyLinks--list {
    width: 100%;
    height: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.28); }
    @media (min-width: 767px) {
      .loyaltyLinks--list {
        width: 33%;
        height: 230px;
        border-right: solid 1px rgba(255, 255, 255, 0.28); } }
    .loyaltyLinks--list:last-child {
      border: 0; }
    .loyaltyLinks--list h4 {
      color: #FFFFFF;
      text-align: center;
      margin: 0;
      transition: all 0.2s; }
      @media (min-width: 767px) {
        .loyaltyLinks--list h4 {
          transform: translate(0, 20px); } }
    .loyaltyLinks--list a {
      color: #FFFFFF;
      border-bottom: solid 1px #FFFFFF;
      font-size: 12px;
      line-height: 25px;
      margin: 0; }
      @media (min-width: 767px) {
        .loyaltyLinks--list a {
          font-size: 16px;
          transform: translate(0, 20px);
          opacity: 0; } }
    @media (min-width: 767px) {
      .loyaltyLinks--list:hover h4 {
        transform: translate(0, 0px); }
      .loyaltyLinks--list:hover a {
        transform: translate(0, 0);
        opacity: 1; } }

.loyaltyIndustries .common_h1 span, .loyaltyIndustries .common_h2 span, .loyaltyIndustries .common_h3 span, .loyaltyIndustries .common_h4 span, .loyaltyIndustries .common_h5 span, .loyaltyIndustries .common_h6 span {
  font-family: "proxima_novaregular"; }

.loyaltyIndustries__banner {
  position: relative; }
  .loyaltyIndustries__banner figure {
    overflow: hidden;
    display: flex;
    justify-content: flex-end; }
    .loyaltyIndustries__banner figure img {
      height: 350px;
      max-width: none; }
      @media (min-width: 767px) {
        .loyaltyIndustries__banner figure img {
          height: 600px; } }
      @media (min-width: 1366px) {
        .loyaltyIndustries__banner figure img {
          height: auto;
          max-width: 100%; } }
  .loyaltyIndustries__banner--content {
    padding: 20px 10px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    padding: 0 10px; }
    @media (min-width: 767px) {
      .loyaltyIndustries__banner--content {
        padding: 0 0 0 50px; } }
    @media (min-width: 1366px) {
      .loyaltyIndustries__banner--content {
        width: 50%;
        padding: 0 0 0 100px; } }
    .loyaltyIndustries__banner--content h3 {
      color: #FFFFFF;
      line-height: 1.2;
      margin-bottom: 0;
      text-transform: uppercase; }
      .loyaltyIndustries__banner--content h3 strong {
        font-family: "proxima_novablack"; }
    @media (min-width: 1199px) {
      .loyaltyIndustries__banner--content .common_h2 {
        font-size: 50px; } }
    .loyaltyIndustries__banner--content p {
      font-size: 14px;
      color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyIndustries__banner--content p {
          font-size: 30px;
          line-height: 1.4; } }

.loyaltyIndustries .offering .titleBlock {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px; }

.loyaltyIndustries .financial {
  margin: 50px 0 0;
  background: url(../img/loyalty_pages/financial-bg.jpg) no-repeat;
  background-size: cover;
  padding: 0; }
  .loyaltyIndustries .financial__content {
    background-color: #012a5e;
    padding: 20px 10px; }
    @media (min-width: 767px) {
      .loyaltyIndustries .financial__content {
        padding: 80px 50px; } }
    .loyaltyIndustries .financial__content .titleBlock h2 {
      color: #FFFFFF; }
      .loyaltyIndustries .financial__content .titleBlock h2 span {
        display: block;
        text-transform: uppercase; }
    .loyaltyIndustries .financial__content .textBlock {
      margin-bottom: 30px; }
      .loyaltyIndustries .financial__content .textBlock p {
        color: #FFFFFF;
        margin: 0;
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyaltyIndustries .financial__content .textBlock p {
            font-size: 18px; } }
    .loyaltyIndustries .financial__content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyIndustries .financial__content .btnBlock a {
        color: #FFFFFF;
        font-size: 16px;
        font-family: "proxima_nova_rgbold";
        position: relative;
        margin-right: 30px; }
        .loyaltyIndustries .financial__content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -60px -10px; }

.loyaltyIndustries .retail {
  background: #dfeefd; }
  @media (min-width: 767px) {
    .loyaltyIndustries .retail {
      padding: 0; } }
  .loyaltyIndustries .retail__block {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 767px) {
      .loyaltyIndustries .retail__block {
        flex-direction: row; } }
  .loyaltyIndustries .retail__image {
    width: 100%;
    padding: 50px;
    background: #ffffff;
    background: radial-gradient(ellipse at center, #ffffff 50%, #dfeefd 75%); }
    @media (min-width: 767px) {
      .loyaltyIndustries .retail__image {
        width: 50%;
        padding: 100px; } }
  .loyaltyIndustries .retail__content {
    width: 100%; }
    @media (min-width: 767px) {
      .loyaltyIndustries .retail__content {
        width: 50%; } }
    .loyaltyIndustries .retail__content .titleBlock h2 {
      text-transform: uppercase; }
    .loyaltyIndustries .retail__content .textBlock {
      margin-bottom: 30px; }
      .loyaltyIndustries .retail__content .textBlock p {
        margin: 0;
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyaltyIndustries .retail__content .textBlock p {
            font-size: 18px; } }
    .loyaltyIndustries .retail__content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyIndustries .retail__content .btnBlock a {
        color: #012a5e;
        font-size: 16px;
        font-family: "proxima_nova_rgbold";
        position: relative;
        margin-right: 30px; }
        .loyaltyIndustries .retail__content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -90px -10px; }

.loyaltyIndustries .foodBeverages {
  padding-bottom: 0;
  margin-bottom: 100px;
  background: url(../img/loyalty_pages/food-bg.jpg) no-repeat;
  background-size: 100%; }
  @media (min-width: 767px) {
    .loyaltyIndustries .foodBeverages {
      margin-bottom: 200px; } }
  .loyaltyIndustries .foodBeverages__content {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: -50px;
    box-shadow: 0 4px 35px 0px rgba(0, 0, 0, 0.08); }
    @media (min-width: 767px) {
      .loyaltyIndustries .foodBeverages__content {
        padding: 50px; } }
    .loyaltyIndustries .foodBeverages__content .titleBlock h2 {
      text-transform: uppercase; }
      .loyaltyIndustries .foodBeverages__content .titleBlock h2 span {
        display: block;
        text-transform: none; }
    .loyaltyIndustries .foodBeverages__content .textBlock {
      margin-bottom: 30px; }
      .loyaltyIndustries .foodBeverages__content .textBlock p {
        margin: 0;
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyaltyIndustries .foodBeverages__content .textBlock p {
            font-size: 18px; } }
    .loyaltyIndustries .foodBeverages__content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyIndustries .foodBeverages__content .btnBlock a {
        color: #012a5e;
        font-size: 16px;
        font-family: "proxima_nova_rgbold";
        position: relative;
        margin-right: 30px; }
        .loyaltyIndustries .foodBeverages__content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -90px -10px; }

.loyaltyIndustries .eCommerce {
  padding: 0 0 20px;
  background: #012a5e; }
  @media (min-width: 767px) {
    .loyaltyIndustries .eCommerce {
      padding: 0; } }
  .loyaltyIndustries .eCommerce__block {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 767px) {
      .loyaltyIndustries .eCommerce__block {
        flex-direction: row; } }
  .loyaltyIndustries .eCommerce__image {
    width: 100%;
    margin: -30px 0 30px; }
    @media (min-width: 767px) {
      .loyaltyIndustries .eCommerce__image {
        width: 50%;
        margin: -30px 0 0; } }
  .loyaltyIndustries .eCommerce__content {
    width: 100%; }
    @media (min-width: 767px) {
      .loyaltyIndustries .eCommerce__content {
        width: 50%; } }
    .loyaltyIndustries .eCommerce__content .titleBlock h2 {
      color: #FFFFFF; }
    .loyaltyIndustries .eCommerce__content .textBlock {
      margin-bottom: 30px; }
      .loyaltyIndustries .eCommerce__content .textBlock p {
        color: #FFFFFF;
        margin: 0;
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyaltyIndustries .eCommerce__content .textBlock p {
            font-size: 18px; } }
    .loyaltyIndustries .eCommerce__content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyIndustries .eCommerce__content .btnBlock a {
        color: #FFFFFF;
        font-size: 16px;
        font-family: "proxima_nova_rgbold";
        position: relative;
        margin-right: 30px; }
        .loyaltyIndustries .eCommerce__content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -60px -10px; }

@media (min-width: 767px) {
  .loyaltyIndustries .fmcg {
    background: url(../img/loyalty_pages/fmcg-bg.png) no-repeat;
    background-position: left bottom; } }

.loyaltyIndustries .fmcg__content .titleBlock h2 {
  text-transform: uppercase; }
  .loyaltyIndustries .fmcg__content .titleBlock h2 span {
    text-transform: none; }

.loyaltyIndustries .fmcg__content .textBlock {
  margin-bottom: 30px; }
  .loyaltyIndustries .fmcg__content .textBlock p {
    margin: 0;
    font-size: 14px; }
    @media (min-width: 767px) {
      .loyaltyIndustries .fmcg__content .textBlock p {
        font-size: 18px; } }

.loyaltyIndustries .fmcg__content .btnBlock {
  display: flex;
  justify-content: flex-end; }
  .loyaltyIndustries .fmcg__content .btnBlock a {
    color: #012a5e;
    font-size: 16px;
    font-family: "proxima_nova_rgbold";
    position: relative;
    margin-right: 30px; }
    .loyaltyIndustries .fmcg__content .btnBlock a::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 5px;
      margin-left: 10px;
      width: 16px;
      height: 13px;
      background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
      background-position: -90px -10px; }

.loyaltyIndustries .travel {
  background: #012a5e;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0; }
  @media (min-width: 767px) {
    .loyaltyIndustries .travel {
      flex-direction: row; } }
  .loyaltyIndustries .travel__content {
    width: 100%;
    padding: 20px 10px; }
    @media (min-width: 767px) {
      .loyaltyIndustries .travel__content {
        width: 50%;
        padding: 80px 50px 80px 100px; } }
    .loyaltyIndustries .travel__content .titleBlock h2 {
      color: #FFFFFF; }
    .loyaltyIndustries .travel__content .textBlock {
      margin-bottom: 30px; }
      .loyaltyIndustries .travel__content .textBlock p {
        color: #FFFFFF;
        margin: 0;
        font-size: 14px; }
        @media (min-width: 767px) {
          .loyaltyIndustries .travel__content .textBlock p {
            font-size: 18px; } }
    .loyaltyIndustries .travel__content .btnBlock {
      display: flex;
      justify-content: flex-end; }
      .loyaltyIndustries .travel__content .btnBlock a {
        color: #FFFFFF;
        font-size: 16px;
        font-family: "proxima_nova_rgbold";
        position: relative;
        margin-right: 30px; }
        .loyaltyIndustries .travel__content .btnBlock a::after {
          content: "";
          position: absolute;
          left: 100%;
          top: 5px;
          margin-left: 10px;
          width: 16px;
          height: 13px;
          background: url(../img/loyalty_pages/loyalty-icons.png) no-repeat;
          background-position: -60px -10px; }
  .loyaltyIndustries .travel__image {
    width: 100%; }
    @media (min-width: 767px) {
      .loyaltyIndustries .travel__image {
        width: 50%; } }

.loyaltyIndustries .acquire .titleBlock {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 50px; }
  .loyaltyIndustries .acquire .titleBlock p {
    font-size: 14px; }
    @media (min-width: 767px) {
      .loyaltyIndustries .acquire .titleBlock p {
        font-size: 18px; } }

.loyaltyIndustries .acquire__slider {
  margin-top: 100px; }
  .loyaltyIndustries .acquire__slider--block {
    background: url(../img/loyalty_pages/acquire-bg.jpg) no-repeat;
    background-size: cover; }
    .loyaltyIndustries .acquire__slider--block .slide {
      border: 0;
      box-shadow: none;
      outline: 0; }
    .loyaltyIndustries .acquire__slider--block .slick-arrow {
      width: 32px;
      height: 32px;
      top: auto;
      bottom: 100%;
      border-radius: 100%;
      overflow: hidden;
      z-index: 9;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
      .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
        background-position: -72px -6px;
        background-color: #012a5e; }
        @media (min-width: 767px) {
          .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-prev {
            right: 145px; } }
        .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-prev::before {
          color: #FFFFFF; }
      .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-next {
        right: 10px;
        background-position: -168px -6px;
        background-color: #012a5e; }
        @media (min-width: 767px) {
          .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-next {
            right: 105px; } }
        .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-next::before {
          color: #FFFFFF; }
      .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-disabled {
        cursor: default;
        background-color: #FFFFFF; }
        .loyaltyIndustries .acquire__slider--block .slick-arrow.slick-disabled::before {
          color: #012a5e; }
    .loyaltyIndustries .acquire__slider--block .slideContent {
      height: 470px;
      padding: 50px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-right: solid 2px rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.2);
      transition: all 0.2s; }
      .loyaltyIndustries .acquire__slider--block .slideContent h3 {
        color: #FFFFFF; }
        .loyaltyIndustries .acquire__slider--block .slideContent h3 span {
          display: block; }
      .loyaltyIndustries .acquire__slider--block .slideContent__detail {
        color: #FFFFFF;
        font-size: 20px;
        height: 0;
        overflow: hidden;
        transition: all 0.2s; }
  .loyaltyIndustries .acquire__slider--icon {
    margin-bottom: 20px; }

.loyaltyIndustries .acquire .keepCustomer {
  background-color: #012a5e;
  padding: 120px 0; }
  .loyaltyIndustries .acquire .keepCustomer .titleBlock {
    max-width: 1000px; }
    .loyaltyIndustries .acquire .keepCustomer .titleBlock h3 {
      color: #FFFFFF; }
    .loyaltyIndustries .acquire .keepCustomer .titleBlock p {
      font-size: 12px;
      color: #FFFFFF; }
      @media (min-width: 767px) {
        .loyaltyIndustries .acquire .keepCustomer .titleBlock p {
          font-size: 20px; } }

.quickLinks {
  padding: 30px 0 0;
  display: none; }
  @media (min-width: 1199px) {
    .quickLinks {
      display: block; } }
  .quickLinks.sticky {
    position: fixed;
    top: 62px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 10;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
  .quickLinks__block {
    margin: 0 20px 0;
    text-align: center;
    justify-content: center;
    overflow: auto;
    white-space: nowrap; }
    .quickLinks__block a {
      padding: 0 10px 5px;
      color: #676363;
      display: inline-block;
      font-size: 18px;
      position: relative; }
      .quickLinks__block a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        background: #012a5e;
        transition: all 0.2s; }
      .quickLinks__block a.active {
        color: #012a5e; }
        .quickLinks__block a.active::after {
          width: 100%; }
      .quickLinks__block a:hover {
        color: #012a5e; }
      @media (min-width: 767px) {
        .quickLinks__block a {
          padding: 0 30px 5px; } }

@keyframes pulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0; } }

.enquireNow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background-color: rgba(2, 7, 28, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s; }
  .enquireNow .innerContainer {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    position: relative;
    padding: 20px 10px;
    margin-top: 100px;
    transition: all 0.4s; }
    @media (min-width: 800px) {
      .enquireNow .innerContainer {
        padding: 20px 50px; } }
    @media (min-width: 1500px) {
      .enquireNow .innerContainer {
        padding: 50px 100px;
        max-width: 1000px; } }
    .enquireNow .innerContainer h3 {
      color: #ef323a;
      margin-bottom: 5px; }
    .enquireNow .innerContainer h4 {
      margin-bottom: 10px; }
    .enquireNow .innerContainer p {
      color: #012a5e;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 1500px) {
        .enquireNow .innerContainer p {
          margin-bottom: 50px; } }
    .enquireNow .innerContainer .close_sa_popup {
      background-color: #ef323a;
      width: 31px;
      height: 31px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      position: absolute;
      right: -7px;
      top: -10px;
      padding: 8px; }
      @media (min-width: 800px) {
        .enquireNow .innerContainer .close_sa_popup {
          right: -15px;
          top: -15px; } }
    @media (max-width: 767px) {
      .enquireNow .innerContainer .formBox {
        max-height: 350px;
        overflow: auto; } }
    .enquireNow .innerContainer fieldset {
      margin-bottom: 20px; }
    .enquireNow .innerContainer .form-control {
      border-bottom: solid 1px #a7a7a7;
      padding: 6px 0; }
    .enquireNow .innerContainer textarea.form-control {
      height: 40px; }
  .enquireNow.is-open {
    opacity: 1;
    visibility: visible; }
    .enquireNow.is-open .innerContainer {
      margin: 0;
      opacity: 1; }

/* solution loyalty pages */
/* cookiesPolicy CSS start */
.cookiesPolicy__banner {
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 600px) {
    .cookiesPolicy__banner figure {
      height: 200px; }
      .cookiesPolicy__banner figure img {
        max-width: none;
        height: 100%; } }
  .cookiesPolicy__banner--content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    align-items: center; }
    .cookiesPolicy__banner--content h5, .cookiesPolicy__banner--content p {
      color: #FFFFFF; }
    .cookiesPolicy__banner--content p {
      font-size: 18px; }

.cookiesPolicy__list {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.cookiesPolicy .policyList {
  margin-bottom: 40px; }
  .cookiesPolicy .policyList h5 {
    margin-bottom: 10px; }
  .cookiesPolicy .policyList h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px; }
  .cookiesPolicy .policyList ul {
    padding: 0 0 0 20px; }

/* cookiesPolicy CSS end */
/* React native start here */
.react-native-banner {
  background-image: url(../img/react-native/react-native-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px; }
  @media (min-width: 768px) {
    .react-native-banner {
      padding: 180px 0 120px; } }
  .react-native-banner h3 {
    color: #FFFFFF; }
    .react-native-banner h3 span {
      display: block; }
  .react-native-banner p {
    color: #FFFFFF;
    font-size: 14px; }
    @media (min-width: 768px) {
      .react-native-banner p {
        font-size: 26px; } }

.react-native-page .paraBox {
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #f6f6f6 49%, #f6f6f6 49%, #f6f6f6 100%); }

.expedite {
  background-color: #fefefe;
  background-image: url(../img/react-native/react-logo-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 15px; }
  @media (min-width: 768px) {
    .expedite {
      padding: 80px 15px; } }
  .expedite__list--item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .expedite__list--item:not(:last-child) {
      margin: 0 0 50px; }
    .expedite__list--item .icon {
      width: 60px;
      height: 60px;
      background: #93bef5;
      display: block;
      border-radius: 100%;
      background-color: linear-gradient(135deg, #93bef5 0%, #e1ebf9 100%);
      background-image: url(../img/react-native/react-logo-icon.png);
      background-repeat: no-repeat;
      position: relative; }
      .expedite__list--item .icon.crossIcon {
        background-position: -20px -33px; }
      .expedite__list--item .icon.nativeIcon {
        background-position: -127px -34px; }
      .expedite__list--item .icon.reusableIcon {
        background-position: -219px -33px; }
      .expedite__list--item .icon.liveIcon {
        background-position: -386px -29px; }
      .expedite__list--item .icon.hotReloadIcon {
        background-position: -314px -29px; }
      .expedite__list--item .icon.appLayoutIcon {
        background-position: -471px -28px; }
      .expedite__list--item .icon::after, .expedite__list--item .icon::before {
        content: "";
        position: absolute;
        border-radius: 100%; }
      .expedite__list--item .icon::after {
        top: -5px;
        left: -5px;
        width: 70px;
        height: 70px;
        border: solid 1px #dee5f2; }
      .expedite__list--item .icon::before {
        top: -10px;
        left: -10px;
        width: 80px;
        height: 80px;
        border: solid 1px #f4f6f8; }
  .expedite__list--content {
    width: calc(100% - 90px); }

.nativeMobile {
  background: #f6f6f6;
  background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 49%, #ffffff 51%, #ffffff 100%); }
  @media (min-width: 768px) {
    .nativeMobile {
      padding: 80px 0 80px 80px; } }
  .nativeMobile__content {
    position: relative; }
    .nativeMobile__content figure {
      border-radius: 100px 0 0;
      overflow: hidden;
      display: none; }
      @media (min-width: 768px) {
        .nativeMobile__content figure {
          display: block; } }
    .nativeMobile__content--detail {
      background: #2826c7;
      background: -moz-linear-gradient(top, #2826c7 0%, #2072dd 100%);
      background: -webkit-linear-gradient(top, #2826c7 0%, #2072dd 100%);
      background: linear-gradient(to bottom, #2826c7 0%, #2072dd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2826c7', endColorstr='#2072dd',GradientType=0 );
      padding: 20px;
      width: 100%; }
      @media (min-width: 1024px) {
        .nativeMobile__content--detail {
          position: absolute;
          max-width: 620px;
          left: 50%;
          top: -50px;
          transform: translate(-30%, 0);
          padding: 40px; } }
      .nativeMobile__content--detail h2 {
        color: #FFFFFF;
        text-transform: uppercase; }
      .nativeMobile__content--detail p {
        color: #FFFFFF;
        font-size: 14px; }
        @media (min-width: 768px) {
          .nativeMobile__content--detail p {
            font-size: 20px; } }
      .nativeMobile__content--detail .btnSimple {
        margin: 20px 0 0; }

.reactNative {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eaf2fb 22%, #eaf2fb 100%);
  padding: 80px 15px; }
  .reactNative__content {
    max-width: 1200px;
    margin: 0 auto; }
    .reactNative__content p {
      font-size: 13px; }
      @media (min-width: 768px) {
        .reactNative__content p {
          font-size: 20px; } }
  .reactNative .reactAccor {
    margin: 30px 0 0; }
    .reactNative .reactAccor__list--bar {
      padding: 10px 15px;
      border-bottom: solid 1px #6384ae;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer; }
      .reactNative .reactAccor__list--bar .icon {
        width: 55px;
        height: 55px;
        margin: 0 10px 0 0;
        background-image: url(../img/react-native/react-logo-icon.png);
        background-repeat: no-repeat; }
        .reactNative .reactAccor__list--bar .icon.frontend {
          background-position: -132px -32px; }
        .reactNative .reactAccor__list--bar .icon.backend {
          background-position: -123px -124px; }
      .reactNative .reactAccor__list--bar h4 {
        margin: 0; }
      .reactNative .reactAccor__list--bar .arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden;
        background-color: #FFFFFF;
        border: solid 1px #e4edf8;
        background-image: url(../img/react-native/react-logo-icon.png);
        background-repeat: no-repeat;
        background-position: -197px -127px;
        transition: all 0.2s; }
      .reactNative .reactAccor__list--bar.active .arrow {
        transform: translate(0, -50%) rotate(90deg); }
    .reactNative .reactAccor .accorDetail {
      border: solid 1px #d0e1f4;
      background: #FFFFFF;
      padding: 30px;
      display: flex;
      flex-direction: column;
      overflow: auto; }
      .reactNative .reactAccor .accorDetail__list {
        min-width: 700px;
        display: flex;
        padding: 15px 0;
        align-items: center; }
        .reactNative .reactAccor .accorDetail__list:not(:last-child) {
          border-bottom: solid 1px #d0d9e4; }
        .reactNative .reactAccor .accorDetail__list--item:first-child {
          width: 28%; }
        .reactNative .reactAccor .accorDetail__list--item:not(:first-child) {
          width: 18%; }

.reactCost {
  padding: 60px 15px;
  max-width: 1100px;
  margin: 0 auto; }
  .reactCost__text {
    margin-bottom: 25px; }
    .reactCost__text p {
      font-size: 14px;
      line-height: 1.8;
      text-align: center; }
      @media (min-width: 768px) {
        .reactCost__text p {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .reactCost__text p {
          font-size: 20px; } }
  .reactCost__link {
    text-align: center; }
    .reactCost__link a, .reactCost__link span {
      color: #012a5e;
      font-size: 14px;
      cursor: default;
      font-family: "proxima_nova_rgbold"; }
      @media (min-width: 768px) {
        .reactCost__link a, .reactCost__link span {
          font-size: 18px; } }
    .reactCost__link span {
      margin: 0 8px; }

.ourExpertise {
  background-color: #012a5e;
  background-image: url(../img/react-native/react-logo-bg-white.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 40px 10px 100px; }
  @media (min-width: 768px) {
    .ourExpertise {
      padding: 120px 10px 180px; } }
  .ourExpertise__content {
    margin: 0 auto; }
    .ourExpertise__content .titleBlock {
      margin-bottom: 20px;
      text-align: center; }
      .ourExpertise__content .titleBlock h2 {
        color: #FFFFFF; }
    .ourExpertise__content .textBlock {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .ourExpertise__content .textBlock {
          margin-bottom: 80px; } }
      .ourExpertise__content .textBlock p {
        font-size: 14px; }
        @media (min-width: 768px) {
          .ourExpertise__content .textBlock p {
            font-size: 18px; } }
  .ourExpertise .expertInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto; }
    .ourExpertise .expertInfo__list {
      margin: 0 10px 20px;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .ourExpertise .expertInfo__list h6 {
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 10px;
        text-align: center;
        transform: translate(-50%, -50%);
        transition: all 0.2s; }

.bigbrand {
  padding: 0 15px 140px; }
  @media (min-width: 768px) {
    .bigbrand {
      padding: 0 15px 200px; } }
  .bigbrand__box {
    background-color: #eaf2fb;
    background-image: url(../img/react-native/react-logo-bg-white-2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-width: 1200px;
    border-radius: 30px;
    padding: 40px 20px;
    margin: -80px auto 50px; }
    @media (min-width: 768px) {
      .bigbrand__box {
        padding: 50px;
        margin: -120px auto 50px; } }
    .bigbrand__box .titleBlock {
      margin-bottom: 50px; }
    .bigbrand__box h2 {
      color: #012a5e; }
      .bigbrand__box h2 strong {
        font-family: "proxima_novablack"; }
  .bigbrand__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .bigbrand__list--item {
      margin: 0 40px 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      width: 180px;
      height: 180px;
      background-color: #FFFFFF;
      border-radius: 10px;
      box-shadow: -0.696px 4.951px 35px 0px rgba(14, 21, 114, 0.09); }
  .bigbrand .textBlock {
    max-width: 1200px;
    margin: 0 auto; }
    .bigbrand .textBlock p {
      text-align: center;
      font-size: 14px;
      line-height: 1.5;
      font-family: "proxima_novalight";
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .bigbrand .textBlock p {
          font-size: 20px; } }
    .bigbrand .textBlock strong {
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      font-family: "proxima_nova_rgbold";
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .bigbrand .textBlock strong {
          font-size: 20px; } }

.succeed {
  background-color: #012a5e;
  padding: 50px 0 20px;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .succeed {
      flex-direction: row;
      padding: 150px 0 50px; } }
  .succeed__content {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .succeed__content {
        width: 50%;
        padding: 0 50px; } }
    .succeed__content h2, .succeed__content h3, .succeed__content p {
      color: #FFFFFF; }
    .succeed__content h3 {
      font-family: "proxima_novalight"; }
    .succeed__content .textBlock {
      margin-bottom: 30px; }
    .succeed__content .btnSimple:hover {
      background-color: #FFFFFF;
      color: #012a5e; }
  .succeed__image {
    width: 100%;
    background-image: url(../img/react-native/succeed-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left; }
    @media (min-width: 768px) {
      .succeed__image {
        width: 46%; } }
    .succeed__image figure {
      margin: -150px 0 50px;
      padding: 0 50px; }
      @media (min-width: 768px) {
        .succeed__image figure {
          margin: -170px 0 -50px; } }
      @media (min-width: 1024px) {
        .succeed__image figure {
          margin: -250px 0 -100px; } }

/* Flutter app development start here */
.flutter-banner {
  background-image: url(../img/flutter-app/flutter-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px; }
  @media (min-width: 991px) {
    .flutter-banner {
      padding: 180px 0 120px; } }
  .flutter-banner h3 {
    color: #FFFFFF;
    font-family: "proxima_nova_rgbold"; }
    .flutter-banner h3 span {
      font-family: "proxima_novaregular"; }
  .flutter-banner p {
    color: #FFFFFF;
    font-size: 14px; }
    @media (min-width: 991px) {
      .flutter-banner p {
        font-size: 22px; } }

.flutter-page .flutter-para {
  background: white;
  background: linear-gradient(180deg, white 0%, white 60%, #e2e1e6 100%); }
  .flutter-page .flutter-para .headingBox h3 span {
    font-family: "proxima_novaregular";
    font-size: 16px; }
    @media (min-width: 991px) {
      .flutter-page .flutter-para .headingBox h3 span {
        font-size: 21px; } }
  .flutter-page .flutter-para .parabold {
    font-family: "proxima_nova_rgbold";
    color: #012a5e;
    font-size: 16px; }
    @media (min-width: 991px) {
      .flutter-page .flutter-para .parabold {
        font-size: 26px; } }

.flutter-page .streamline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 991px) {
    .flutter-page .streamline {
      flex-direction: row; } }
  .flutter-page .streamline__content {
    width: 100%; }
    @media (min-width: 991px) {
      .flutter-page .streamline__content {
        width: 300px; } }
    .flutter-page .streamline__content--item {
      margin: 0 0 30px 20px;
      position: relative; }
      @media (min-width: 991px) {
        .flutter-page .streamline__content--item {
          margin: 0 0 30px; } }
      .flutter-page .streamline__content--item::after, .flutter-page .streamline__content--item::before {
        content: "";
        position: absolute;
        right: 100%;
        border-radius: 100%; }
      .flutter-page .streamline__content--item::after {
        width: 16px;
        height: 16px;
        overflow: hidden;
        border: solid 1px #2e94d6;
        background: #FFFFFF;
        top: 8px;
        margin-right: 12px;
        z-index: 1; }
      .flutter-page .streamline__content--item::before {
        width: 8px;
        height: 8px;
        background: #2e94d6;
        top: 12px;
        margin-right: 16px;
        z-index: 2; }
      .flutter-page .streamline__content--item h6 {
        margin-bottom: 10px; }
      .flutter-page .streamline__content--item.reverse {
        text-align: left; }
        @media (min-width: 991px) {
          .flutter-page .streamline__content--item.reverse {
            text-align: right; }
            .flutter-page .streamline__content--item.reverse::after, .flutter-page .streamline__content--item.reverse::before {
              right: auto;
              left: 100%; }
            .flutter-page .streamline__content--item.reverse::after {
              margin: 0 0 0 12px; }
            .flutter-page .streamline__content--item.reverse::before {
              margin: 0 0 0 16px; } }

.flutter-page .deploy {
  background-image: url(../img/flutter-app/deploy-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  .flutter-page .deploy::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    width: 260px;
    height: 320px;
    background-image: url(../img/flutter-app/arrow.png);
    background-repeat: no-repeat;
    z-index: 0; }
  .flutter-page .deploy__title {
    padding: 60px 0 120px;
    position: relative;
    z-index: 2; }
    @media (min-width: 991px) {
      .flutter-page .deploy__title {
        padding: 100px 0 200px; } }
    .flutter-page .deploy__title h2 {
      text-align: center;
      color: #FFFFFF; }

.flutter-page .deployContent {
  max-width: 1000px;
  margin: -100px 10px 100px;
  position: relative;
  z-index: 2; }
  @media (min-width: 991px) {
    .flutter-page .deployContent {
      margin: -100px auto 100px; } }
  .flutter-page .deployContent__list {
    background: #eaeff7;
    background: linear-gradient(180deg, #eaeff7 0%, white 100%);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    box-shadow: 0px 5px 70px 5px rgba(0, 0, 0, 0.07); }
    @media (min-width: 991px) {
      .flutter-page .deployContent__list {
        padding: 30px 40px;
        flex-direction: row; } }
    .flutter-page .deployContent__list--item {
      width: 100%;
      padding: 20px 0;
      border-bottom: solid 1px #bdd4ea;
      border-top: solid 1px #FFFFFF;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      @media (min-width: 991px) {
        .flutter-page .deployContent__list--item {
          width: 50%;
          padding: 20px;
          border-right: solid 1px #bdd4ea;
          border-left: solid 1px #FFFFFF; } }
      .flutter-page .deployContent__list--item.border-top-0 {
        border-top: 0; }
      .flutter-page .deployContent__list--item.border-bottom-0 {
        border-bottom: 0; }
      .flutter-page .deployContent__list--item.border-left-0 {
        border-left: 0; }
      .flutter-page .deployContent__list--item.border-right-0 {
        border-right: 0; }
      .flutter-page .deployContent__list--item i {
        width: 60px;
        height: 65px;
        background-image: url(../img/flutter-app/icons.png);
        background-repeat: no-repeat; }
        .flutter-page .deployContent__list--item i.widgetIcon {
          background-position: -19px -17px; }
        .flutter-page .deployContent__list--item i.fastCodingIcon {
          background-position: -107px -16px; }
        .flutter-page .deployContent__list--item i.reloadIcon {
          background-position: -186px -12px; }
        .flutter-page .deployContent__list--item i.speedyIcon {
          background-position: -247px -10px; }
        .flutter-page .deployContent__list--item i.documentationIcon {
          background-position: -315px -10px; }
        .flutter-page .deployContent__list--item i.supportIcon {
          background-position: -383px -10px; }
    .flutter-page .deployContent__list--detail {
      width: calc(100% - 80px); }
  .flutter-page .deployContent .btnBlock {
    display: flex;
    justify-content: center; }

.flutter-page .partner .titleBlock {
  margin-bottom: 40px; }

.flutter-page .partner__content {
  background: url(../img/flutter-app/partner-bg.jpg) no-repeat center;
  display: flex;
  justify-content: center;
  padding: 60px 0 150px; }

.flutter-page .partner__slider {
  width: 100%;
  max-width: 1200px; }
  .flutter-page .partner__slider div > h2 {
    display: none; }
  .flutter-page .partner__slider--detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    @media (min-width: 991px) {
      .flutter-page .partner__slider--detail {
        flex-direction: row;
        padding: 50px 0; } }
    .flutter-page .partner__slider--detail::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      display: none;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 25%, rgba(255, 255, 255, 0.26) 75%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 25%, rgba(255, 255, 255, 0.26) 75%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 25%, rgba(255, 255, 255, 0.26) 75%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); }
      @media (min-width: 991px) {
        .flutter-page .partner__slider--detail::after {
          display: block; } }
    .flutter-page .partner__slider--detail .partnerTitle {
      width: 100%;
      display: flex;
      justify-content: center; }
      @media (min-width: 991px) {
        .flutter-page .partner__slider--detail .partnerTitle {
          width: 50%; } }
      .flutter-page .partner__slider--detail .partnerTitle h3 {
        color: #FFFFFF;
        font-size: 22px;
        text-align: left;
        text-transform: uppercase; }
        @media (min-width: 991px) {
          .flutter-page .partner__slider--detail .partnerTitle h3 {
            font-size: 60px; } }
    .flutter-page .partner__slider--detail .partnerList {
      width: 100%;
      padding: 0 10px; }
      @media (min-width: 991px) {
        .flutter-page .partner__slider--detail .partnerList {
          width: 50%;
          padding: 0 50px; } }
      .flutter-page .partner__slider--detail .partnerList .textBlock {
        color: #FFFFFF;
        margin-bottom: 40px;
        font-size: 16px; }
        @media (min-width: 991px) {
          .flutter-page .partner__slider--detail .partnerList .textBlock {
            font-size: 18px; } }
      .flutter-page .partner__slider--detail .partnerList__item li {
        color: #FFFFFF;
        position: relative;
        list-style: none;
        padding: 0 0 20px 35px; }
        @media (min-width: 991px) {
          .flutter-page .partner__slider--detail .partnerList__item li {
            font-size: 18px; } }
        .flutter-page .partner__slider--detail .partnerList__item li::before {
          content: "";
          position: absolute;
          top: 4px;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(../img/flutter-app/icons.png);
          background-repeat: no-repeat;
          background-position: -19px -90px; }
  .flutter-page .partner__slider .slick-slide {
    outline: none; }
  .flutter-page .partner__slider .slick-dots {
    bottom: -50px;
    position: relative;
    display: flex !important;
    justify-content: space-around; }
    .flutter-page .partner__slider .slick-dots::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2c5fc6 20%, #2c5fc6 80%, rgba(255, 255, 255, 0) 100%);
      z-index: -1; }
    .flutter-page .partner__slider .slick-dots li {
      width: 40px;
      height: 40px;
      background: #101012;
      border: solid 1px #2c5ec5;
      border-radius: 100%;
      overflow: visible;
      position: relative;
      opacity: 1; }
      .flutter-page .partner__slider .slick-dots li::after {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #1a2843;
        border-radius: 100%; }
      .flutter-page .partner__slider .slick-dots li button {
        position: absolute;
        top: 100%;
        width: 200px;
        left: 50%;
        font-size: 12px;
        padding: 10px 0;
        background: transparent;
        border: 0;
        color: #ffffff;
        transform: translate(-50%, 0); }
        @media (min-width: 991px) {
          .flutter-page .partner__slider .slick-dots li button {
            font-size: 20px; } }
        .flutter-page .partner__slider .slick-dots li button:focus {
          border: 0;
          box-shadow: none;
          background: transparent;
          outline: none; }
      .flutter-page .partner__slider .slick-dots li.slick-active {
        box-shadow: 0 0 8px 5px #1a2843; }
        .flutter-page .partner__slider .slick-dots li.slick-active::after {
          background-image: url(../img/flutter-app/icons.png);
          background-repeat: no-repeat;
          background-position: -51px -86px; }

.flutter-page .industries {
  padding: 50px 0;
  position: relative; }
  @media (min-width: 991px) {
    .flutter-page .industries {
      padding: 150px 0 100px; } }
  .flutter-page .industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 30%;
    background: #012a5e;
    z-index: -2; }
    @media (min-width: 991px) {
      .flutter-page .industries::before {
        height: 60%; } }
  .flutter-page .industries::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 10px;
    width: 180px;
    height: 223px;
    background-image: url(../img/flutter-app/flutter-arrow.png);
    background-repeat: no-repeat;
    z-index: -1; }
  .flutter-page .industries__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 991px) {
      .flutter-page .industries__content {
        flex-direction: row; } }
    .flutter-page .industries__content--image {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 991px) {
        .flutter-page .industries__content--image {
          width: 40%; } }
    .flutter-page .industries__content--detail {
      width: 100%;
      padding: 50px 10px; }
      @media (min-width: 991px) {
        .flutter-page .industries__content--detail {
          width: 60%; } }
      .flutter-page .industries__content--detail .titleBlock {
        margin-bottom: 20px; }
        @media (min-width: 991px) {
          .flutter-page .industries__content--detail .titleBlock {
            margin-bottom: 80px; } }
        .flutter-page .industries__content--detail .titleBlock h2 {
          text-align: center;
          margin: 0; }
          .flutter-page .industries__content--detail .titleBlock h2 span {
            font-family: "proxima_novaregular"; }
      .flutter-page .industries__content--detail .industriesList {
        display: grid;
        grid-template-columns: 45% 45%;
        grid-gap: 20px;
        margin-bottom: 50px; }
        @media (min-width: 991px) {
          .flutter-page .industries__content--detail .industriesList {
            grid-template-columns: 22% 22% 22% 22%; } }
        .flutter-page .industries__content--detail .industriesList__item {
          border: solid 1px #dfeef3;
          border-radius: 14px;
          box-shadow: 0px 3px 38px 0px rgba(119, 119, 119, 0.11);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 180px;
          cursor: pointer;
          transition: all 0.2s; }
          .flutter-page .industries__content--detail .industriesList__item img {
            margin-bottom: 20px; }
          .flutter-page .industries__content--detail .industriesList__item p {
            color: #012a5e;
            text-align: center; }
          .flutter-page .industries__content--detail .industriesList__item:hover {
            border-color: #25538b; }
      .flutter-page .industries__content--detail .btnBlock {
        display: flex;
        justify-content: center; }

.flutter-page .approach {
  padding: 0 10px 80px; }
  @media (min-width: 991px) {
    .flutter-page .approach {
      padding: 0 60px 100px; } }
  .flutter-page .approach .titleBlock {
    margin-bottom: 40px; }
    .flutter-page .approach .titleBlock h3 {
      text-align: center; }
  .flutter-page .approach__content {
    max-width: 1200px;
    margin: 0 auto; }
    .flutter-page .approach__content .approachTabs {
      display: flex;
      overflow: auto; }
      @media (min-width: 991px) {
        .flutter-page .approach__content .approachTabs {
          justify-content: center; } }
      .flutter-page .approach__content .approachTabs__list {
        font-size: 16px;
        color: #012a5e;
        border-radius: 10px 10px 0 0;
        padding: 10px 12px;
        cursor: pointer;
        white-space: nowrap; }
        @media (min-width: 991px) {
          .flutter-page .approach__content .approachTabs__list {
            font-size: 20px;
            padding: 10px 30px; } }
        .flutter-page .approach__content .approachTabs__list:hover, .flutter-page .approach__content .approachTabs__list.active {
          background: #256af3;
          color: #FFFFFF; }
    .flutter-page .approach__content .approachTabDetail {
      border: solid 1px #dfeef3;
      border-radius: 0 0 15px 15px;
      box-shadow: 0px 3px 38px 0px rgba(119, 119, 119, 0.11);
      background: #FFFFFF; }
      @media (min-width: 991px) {
        .flutter-page .approach__content .approachTabDetail {
          border-radius: 15px;
          margin-top: 100px; } }
      .flutter-page .approach__content .approachTabDetail__detail {
        padding: 20px; }
        @media (min-width: 991px) {
          .flutter-page .approach__content .approachTabDetail__detail {
            padding: 50px; } }
      .flutter-page .approach__content .approachTabDetail .approach__slider .slick-arrow {
        width: 40px;
        height: 40px;
        background: #f6f5f5;
        border-radius: 100%;
        border: solid 1px #d8d8d8;
        background-image: url(../img/flutter-app/icons.png);
        background-repeat: no-repeat;
        top: auto;
        bottom: 0;
        z-index: 10; }
        .flutter-page .approach__content .approachTabDetail .approach__slider .slick-arrow.slick-prev {
          background-position: -77px -75px;
          left: 0; }
        .flutter-page .approach__content .approachTabDetail .approach__slider .slick-arrow.slick-next {
          background-position: -129px -75px;
          left: 60px; }
        .flutter-page .approach__content .approachTabDetail .approach__slider .slick-arrow.slick-disabled {
          opacity: 0.5;
          cursor: default; }
      .flutter-page .approach__content .approachTabDetail .approach__slider .slide-item:focus {
        outline: none; }
      .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots {
        bottom: auto;
        top: -92px;
        position: absolute;
        justify-content: space-around;
        display: none !important; }
        @media (min-width: 991px) {
          .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots {
            display: flex !important; } }
        .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li {
          width: auto;
          height: auto;
          overflow: visible;
          position: relative;
          opacity: 1;
          border-radius: 0;
          background: transparent;
          text-indent: inherit; }
          .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li::after {
            content: "";
            display: none;
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #1a2843;
            border-radius: 100%; }
          .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li button {
            position: static;
            width: auto;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 8px 8px 0 0;
            overflow: hidden;
            background: transparent;
            border: 0;
            color: #012a5e;
            white-space: nowrap; }
            @media (min-width: 991px) {
              .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li button {
                font-size: 18px;
                padding: 8px 20px; } }
            .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li button:focus {
              border: 0;
              box-shadow: none;
              background: transparent;
              outline: none; }
          .flutter-page .approach__content .approachTabDetail .approach__slider .slick-dots li.slick-active button {
            background: #256af4;
            color: #ffffff; }
      .flutter-page .approach__content .approachTabDetail .approach__slider h4 {
        display: none; }
      .flutter-page .approach__content .approachTabDetail .approach__slider--content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        @media (min-width: 991px) {
          .flutter-page .approach__content .approachTabDetail .approach__slider--content {
            flex-direction: row; } }
        .flutter-page .approach__content .approachTabDetail .approach__slider--content .titleBlock {
          width: 100%; }
          @media (min-width: 991px) {
            .flutter-page .approach__content .approachTabDetail .approach__slider--content .titleBlock {
              width: 45%; } }
        .flutter-page .approach__content .approachTabDetail .approach__slider--content .image {
          width: 100%; }
          @media (min-width: 991px) {
            .flutter-page .approach__content .approachTabDetail .approach__slider--content .image {
              width: 45%; } }

.flutter-page .presencte {
  background-image: url(../img/flutter-app/present-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  @media (min-width: 991px) {
    .flutter-page .presencte {
      flex-direction: row; } }
  .flutter-page .presencte::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
    display: none; }
    @media (min-width: 991px) {
      .flutter-page .presencte::after {
        display: block; } }
  .flutter-page .presencte .titleBlock {
    margin-bottom: 20px; }
    @media (min-width: 991px) {
      .flutter-page .presencte .titleBlock {
        margin-right: 50px;
        margin-bottom: 0;
        width: 40%; } }
    .flutter-page .presencte .titleBlock h3 {
      color: #FFFFFF;
      margin: 0;
      text-align: center; }
      @media (min-width: 991px) {
        .flutter-page .presencte .titleBlock h3 {
          text-align: right; } }
  .flutter-page .presencte .textBlock {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 991px) {
      .flutter-page .presencte .textBlock {
        margin-left: 50px;
        align-items: flex-start;
        width: 40%; } }
    .flutter-page .presencte .textBlock p {
      font-size: 16px;
      color: #FFFFFF;
      margin: 0 0 20px;
      line-height: 1.2;
      text-align: center; }
      @media (min-width: 991px) {
        .flutter-page .presencte .textBlock p {
          text-align: left;
          font-size: 24px; } }

.flutter-page .faqBlock {
  padding: 80px 0; }
  .flutter-page .faqBlock__content {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media (min-width: 991px) {
      .flutter-page .faqBlock__content {
        flex-direction: row; } }
    .flutter-page .faqBlock__content .faq {
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 991px) {
        .flutter-page .faqBlock__content .faq {
          width: 45%;
          margin: 0; } }
      .flutter-page .faqBlock__content .faq__list {
        border-bottom: solid 1px #c2ccd8;
        padding: 15px 0; }
        .flutter-page .faqBlock__content .faq__list--question {
          font-size: 20px;
          padding: 0 30px 0 0;
          position: relative;
          color: #012a5e;
          cursor: pointer; }
          .flutter-page .faqBlock__content .faq__list--question::after {
            content: "+";
            position: absolute;
            right: 0;
            top: 0;
            font-size: 22px;
            font-family: "proxima_nova_rgbold"; }
        .flutter-page .faqBlock__content .faq__list--ans {
          overflow: hidden;
          height: 0;
          transition: all 0.2s; }
        .flutter-page .faqBlock__content .faq__list.open .faq__list--question::after {
          content: "-"; }
        .flutter-page .faqBlock__content .faq__list.open .faq__list--ans {
          padding-top: 10px;
          height: auto;
          font-size: 16px; }
    .flutter-page .faqBlock__content .faqImage {
      width: 100%; }
      @media (min-width: 991px) {
        .flutter-page .faqBlock__content .faqImage {
          width: 45%; } }

/* Flutter app development end here */
/* Loyalty banks start here */
.bank-banner {
  background-image: url(../img/loyalty_bank/banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px; }
  @media (min-width: 991px) {
    .bank-banner {
      padding: 120px 0 100px; } }
  .bank-banner h1 {
    color: #FFFFFF;
    font-family: "proxima_nova_rgbold";
    font-size: 24px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .bank-banner h1 {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .bank-banner h1 {
        font-size: 60px; } }
    .bank-banner h1 span {
      font-family: "proxima_novaregular"; }
  .bank-banner p {
    color: #FFFFFF;
    font-size: 14px; }
    @media (min-width: 991px) {
      .bank-banner p {
        font-size: 22px; } }

.loyalty-bank .services {
  background: white;
  background: linear-gradient(180deg, white 0%, #e3eafa 40%, #e3eafa 61%, white 100%);
  position: relative; }
  .loyalty-bank .services::after {
    content: "";
    width: 600px;
    height: 183px;
    position: absolute;
    bottom: -50px;
    right: 0;
    background-image: url(../img/loyalty_bank/services-bg.png);
    background-repeat: no-repeat;
    z-index: 10;
    display: none; }
    @media (min-width: 1024px) {
      .loyalty-bank .services::after {
        display: block; } }
  .loyalty-bank .services .services-para {
    padding: 80px 0 100px; }
    @media (min-width: 1024px) {
      .loyalty-bank .services .services-para .headingBox {
        margin-bottom: 100px; } }
  .loyalty-bank .services__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .loyalty-bank .services__content {
        flex-direction: row; } }
    .loyalty-bank .services__content .titleBlock {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .loyalty-bank .services__content .titleBlock {
          margin-bottom: 50px; } }
      .loyalty-bank .services__content .titleBlock h3 {
        font-family: "proxima_novaregular"; }
      .loyalty-bank .services__content .titleBlock h1 {
        font-size: 24px;
        color: #012a5e;
        text-transform: uppercase;
        margin: 0; }
        @media (min-width: 768px) {
          .loyalty-bank .services__content .titleBlock h1 {
            font-size: 30px; } }
        @media (min-width: 1024px) {
          .loyalty-bank .services__content .titleBlock h1 {
            font-size: 90px; } }
    @media (min-width: 1024px) {
      .loyalty-bank .services__content--img {
        margin-left: 80px; } }
  .loyalty-bank .services__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px; }
    .loyalty-bank .services__list--item {
      background: #FFFFFF;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      padding: 20px 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .loyalty-bank .services__list--item {
          width: 50%; } }
      @media (min-width: 1024px) {
        .loyalty-bank .services__list--item {
          width: 25%; } }
      .loyalty-bank .services__list--item:not(:last-child) {
        border: solid 1px #e3eafa; }
      @media (min-width: 1024px) {
        .loyalty-bank .services__list--item:first-child {
          border-radius: 15px 0 0 15px; } }
      @media (min-width: 1024px) {
        .loyalty-bank .services__list--item:last-child {
          border-radius: 0 15px 15px 0; } }
      .loyalty-bank .services__list--item h3 {
        text-align: center; }
      .loyalty-bank .services__list--item figure {
        min-height: 224px; }
  .loyalty-bank .services .cardholder {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1199px) {
      .loyalty-bank .services .cardholder {
        flex-direction: row;
        margin-top: 150px; } }
    .loyalty-bank .services .cardholder .titleBlock {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .loyalty-bank .services .cardholder .titleBlock {
          margin-right: 50px; } }
      .loyalty-bank .services .cardholder .titleBlock h1 {
        font-size: 24px;
        color: #012a5e;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .loyalty-bank .services .cardholder .titleBlock h1 {
            font-size: 70px; } }
      .loyalty-bank .services .cardholder .titleBlock h2 {
        font-family: "proxima_novaregular"; }
    @media (min-width: 768px) {
      .loyalty-bank .services .cardholder__block {
        display: flex; } }
    .loyalty-bank .services .cardholder__list {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .loyalty-bank .services .cardholder__list:not(:last-child) {
          margin-right: 35px; } }
      .loyalty-bank .services .cardholder__list--item {
        background: #106fe8;
        border-radius: 10px;
        padding: 40px 20px;
        margin-bottom: 50px;
        position: relative; }
        @media (min-width: 768px) {
          .loyalty-bank .services .cardholder__list--item {
            width: 260px; } }
        .loyalty-bank .services .cardholder__list--item i {
          display: block;
          position: absolute;
          top: 15px;
          right: 15px;
          width: 54px;
          height: 54px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 100%;
          background-image: url(../img/loyalty_bank/icons.png);
          background-repeat: no-repeat; }
        .loyalty-bank .services .cardholder__list--item.bank {
          background: #106fe8; }
          .loyalty-bank .services .cardholder__list--item.bank i {
            background-position: -1px -3px; }
        .loyalty-bank .services .cardholder__list--item.customer {
          background: #3882df; }
          .loyalty-bank .services .cardholder__list--item.customer i {
            background-position: -48px -1px; }
        .loyalty-bank .services .cardholder__list--item.digital {
          background: #4e6cec;
          background: linear-gradient(180deg, #4e6cec 0%, #3d5ce0 100%); }
          .loyalty-bank .services .cardholder__list--item.digital i {
            background-position: -100px 0px; }
        .loyalty-bank .services .cardholder__list--item.botal_banking {
          background: #3d9de0; }
          .loyalty-bank .services .cardholder__list--item.botal_banking i {
            background-position: 0px -61px; }
        .loyalty-bank .services .cardholder__list--item::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 20px;
          right: 20px;
          height: 10px;
          background-color: #adcaef;
          border-radius: 0 0 12px 12px; }
        .loyalty-bank .services .cardholder__list--item h3, .loyalty-bank .services .cardholder__list--item p {
          color: #FFFFFF; }
        .loyalty-bank .services .cardholder__list--item h3 {
          font-family: "proxima_novablack"; }
        .loyalty-bank .services .cardholder__list--item p {
          font-size: 24px;
          line-height: 1.2;
          margin: 0; }

.loyalty-bank .banking {
  overflow: hidden;
  background-color: #012a5e;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .loyalty-bank .banking {
      margin: 0 0 0 80px;
      border-radius: 100px 0 0;
      flex-direction: row; } }
  .loyalty-bank .banking__content {
    background-image: url(../img/loyalty_bank/banking-bg.png);
    width: 100%;
    padding: 30px 10px 30px 10px; }
    @media (min-width: 1024px) {
      .loyalty-bank .banking__content {
        width: 45%;
        padding: 80px 50px 20px 50px; } }
    .loyalty-bank .banking__content h4 {
      font-family: "proxima_novaregular";
      margin-bottom: 10px; }
    .loyalty-bank .banking__content h2 {
      margin-bottom: 10px; }
  .loyalty-bank .banking__slider {
    padding: 30px 20px 50px;
    position: relative; }
    @media (min-width: 1024px) {
      .loyalty-bank .banking__slider {
        width: 55%;
        padding: 150px 70px; } }
    .loyalty-bank .banking__slider .bankSlider {
      position: static; }
      .loyalty-bank .banking__slider .bankSlider__list {
        display: flex; }
        .loyalty-bank .banking__slider .bankSlider__list:not(:last-child) {
          margin-bottom: 30px; }
          @media (min-width: 1024px) {
            .loyalty-bank .banking__slider .bankSlider__list:not(:last-child) {
              margin-bottom: 90px; } }
        .loyalty-bank .banking__slider .bankSlider__list--icon {
          width: 84px;
          height: 84px;
          border-radius: 100%;
          margin-right: 16px; }
        .loyalty-bank .banking__slider .bankSlider__list--detail {
          width: calc(100% - 100px); }
          .loyalty-bank .banking__slider .bankSlider__list--detail h4, .loyalty-bank .banking__slider .bankSlider__list--detail p {
            color: #FFFFFF; }
      .loyalty-bank .banking__slider .bankSlider .slick-arrow {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        transform: translate(0, 0);
        width: 75px;
        height: 50px;
        background-color: #043169;
        background-image: url(../img/loyalty_bank/icons.png);
        background-repeat: no-repeat;
        cursor: pointer; }
        @media (min-width: 1024px) {
          .loyalty-bank .banking__slider .bankSlider .slick-arrow {
            width: 100px;
            height: 84px; } }
        .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-prev {
          right: 75px;
          background-position: -335px -2px; }
          @media (min-width: 1024px) {
            .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-prev {
              right: 100px;
              background-position: -322px 12px; } }
        .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-next {
          right: 0;
          background-position: -433px -2px; }
          @media (min-width: 1024px) {
            .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-next {
              background-position: -423px 12px; } }
        .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled {
          cursor: default; }
          .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-prev, .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-next {
            background-color: #02224a; }
          .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-prev {
            background-position: -334px -75px; }
            @media (min-width: 1024px) {
              .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-prev {
                background-position: -322px -58px; } }
          .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-next {
            background-position: -433px -74px; }
            @media (min-width: 1024px) {
              .loyalty-bank .banking__slider .bankSlider .slick-arrow.slick-disabled.slick-next {
                background-position: -423px -59px; } }

.loyalty-bank .bankFeature {
  padding: 20px 0 50px; }
  @media (min-width: 768px) {
    .loyalty-bank .bankFeature {
      padding: 100px 0 150px; } }
  .loyalty-bank .bankFeature__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .loyalty-bank .bankFeature__banner {
        flex-direction: row; } }
    .loyalty-bank .bankFeature__banner--image {
      margin: 0 20px 20px 0;
      position: relative;
      z-index: 10; }
      @media (min-width: 1024px) {
        .loyalty-bank .bankFeature__banner--image {
          margin: 0 50px -100px 0; } }
    .loyalty-bank .bankFeature__banner--detail {
      margin: 0 0 30px; }
      @media (min-width: 1024px) {
        .loyalty-bank .bankFeature__banner--detail {
          margin: 0; } }
      .loyalty-bank .bankFeature__banner--detail h2 span {
        font-family: "proxima_novaregular"; }
      .loyalty-bank .bankFeature__banner--detail p {
        max-width: 550px; }
  .loyalty-bank .bankFeature__content {
    background: #c7d7e8;
    background: linear-gradient(180deg, #c7d7e8 0%, #e4edf7 100%);
    max-width: 1366px;
    padding: 20px 20px 10px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 768px) {
      .loyalty-bank .bankFeature__content {
        padding: 50px 20px 20px;
        border-radius: 20px; } }
    @media (min-width: 1024px) {
      .loyalty-bank .bankFeature__content {
        padding: 100px 100px 50px;
        border-radius: 20px; } }
    .loyalty-bank .bankFeature__content::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 20px;
      right: 20px;
      height: 16px;
      background-color: #f4f8fd;
      border-radius: 0 0 15px 15px; }
      @media (min-width: 768px) {
        .loyalty-bank .bankFeature__content::after {
          left: 100px;
          right: 100px;
          height: 32px;
          border-radius: 0 0 24px 24px; } }
    .loyalty-bank .bankFeature__content--list {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
      width: 100%;
      position: relative; }
      @media (min-width: 768px) {
        .loyalty-bank .bankFeature__content--list {
          width: 30%;
          margin-bottom: 50px; } }
      .loyalty-bank .bankFeature__content--list::after, .loyalty-bank .bankFeature__content--list::before {
        content: "";
        position: absolute;
        background-color: #b6cbe2; }
      .loyalty-bank .bankFeature__content--list::after {
        right: -20px;
        top: 10%;
        bottom: 10%;
        width: 1px;
        background-color: #b6cbe2;
        display: none; }
        @media (min-width: 768px) {
          .loyalty-bank .bankFeature__content--list::after {
            display: block; } }
      .loyalty-bank .bankFeature__content--list::before {
        bottom: -15px;
        left: 10%;
        right: 10%;
        height: 1px;
        background-color: #b6cbe2; }
        @media (min-width: 768px) {
          .loyalty-bank .bankFeature__content--list::before {
            display: none; } }
      .loyalty-bank .bankFeature__content--list:nth-child(3n + 0)::after {
        display: none; }
      .loyalty-bank .bankFeature__content--list:last-child::before {
        display: none; }
      .loyalty-bank .bankFeature__content--list i {
        width: 96px;
        height: 96px;
        border-radius: 100%;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        box-shadow: 0px 10px 8.6px 1.4px rgba(0, 0, 0, 0.04);
        background-image: url(../img/loyalty_bank/icons.png);
        background-repeat: no-repeat; }
        .loyalty-bank .bankFeature__content--list i.campaign {
          background-position: 0px -120px; }
        .loyalty-bank .bankFeature__content--list i.merchant {
          background-position: -100px -120px; }
        .loyalty-bank .bankFeature__content--list i.multi-tier {
          background-position: -200px -120px; }
        .loyalty-bank .bankFeature__content--list i.self-service {
          background-position: 0px -216px; }
        .loyalty-bank .bankFeature__content--list i.partner-portal {
          background-position: -100px -216px; }
        .loyalty-bank .bankFeature__content--list i.real-time {
          background-position: -200px -216px; }
        .loyalty-bank .bankFeature__content--list i.rt-pts {
          background-position: 0px -312px; }
        .loyalty-bank .bankFeature__content--list i.event {
          background-position: -100px -312px; }
        .loyalty-bank .bankFeature__content--list i.loyalty-schema {
          background-position: -200px -312px; }
      .loyalty-bank .bankFeature__content--list h6 {
        font-family: "proxima_novaregular";
        font-size: 20px;
        text-align: center; }
      .loyalty-bank .bankFeature__content--list p {
        text-align: center; }

.loyalty-bank .demoContainer {
  padding: 0 0 80px;
  background: white;
  background: linear-gradient(180deg, white 0%, white 50%, #dbeaf6 100%); }
  @media (min-width: 1024px) {
    .loyalty-bank .demoContainer {
      padding: 80px 0 80px; } }
  .loyalty-bank .demoContainer .liveDemoBlock {
    background: #1476f3;
    position: relative; }
    .loyalty-bank .demoContainer .liveDemoBlock::after {
      content: "";
      position: absolute;
      top: -110px;
      right: 0;
      width: 530px;
      height: 212px;
      background-image: url(../img/loyalty_bank/novus-logo.png);
      background-repeat: no-repeat;
      display: none; }
      @media (min-width: 1024px) {
        .loyalty-bank .demoContainer .liveDemoBlock::after {
          display: block; } }
    .loyalty-bank .demoContainer .liveDemoBlock .liveDemo {
      max-width: 1366px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .loyalty-bank .demoContainer .liveDemoBlock .liveDemo {
          flex-direction: row; } }
      .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__image {
        margin: -20px 0 20px 0; }
        @media (min-width: 768px) {
          .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__image {
            margin: -20px 50px -20px 0;
            width: 50%; } }
      .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__content {
        padding: 0 20px 20px; }
        @media (min-width: 768px) {
          .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__content {
            padding: 20px 0;
            width: 50%; } }
        .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__content h2, .loyalty-bank .demoContainer .liveDemoBlock .liveDemo__content p {
          color: #FFFFFF; }

.loyalty-bank .brands {
  background-image: url(../img/loyalty_bank/brands-bg.jpg);
  background-repeat: no-repeat;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .loyalty-bank .brands {
      padding: 100px 0 140px; } }
  .loyalty-bank .brands .titleBlock {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .loyalty-bank .brands .titleBlock {
        margin-bottom: 80px; } }
    .loyalty-bank .brands .titleBlock h2 {
      color: #FFFFFF;
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
      margin: 0; }
      @media (min-width: 768px) {
        .loyalty-bank .brands .titleBlock h2 {
          font-size: 72px; } }
      .loyalty-bank .brands .titleBlock h2 span {
        font-size: 24px;
        font-family: "proxima_novaregular";
        display: block; }
        @media (min-width: 768px) {
          .loyalty-bank .brands .titleBlock h2 span {
            font-size: 62px; } }
  .loyalty-bank .brands__list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .loyalty-bank .brands__list--item {
      background: #FFFFFF;
      border-radius: 0.5rem;
      overflow: hidden;
      margin: 0 1rem 3rem;
      display: flex;
      width: 43%;
      height: 65px;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .loyalty-bank .brands__list--item {
          width: auto; } }

.loyalty-bank .lifeTime {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .loyalty-bank .lifeTime {
      padding: 80px 20px;
      flex-direction: row; } }
  .loyalty-bank .lifeTime__content h3 span {
    display: block;
    font-family: "proxima_novaregular"; }
  .loyalty-bank .lifeTime__content p {
    max-width: 550px; }
  @media (min-width: 768px) {
    .loyalty-bank .lifeTime__image {
      margin-left: 50px; } }

/* Loyalty banks end here */

/*# sourceMappingURL=style.min.css.map */
