@charset "UTF-8";
/*
*
* Font import file
*
*/
@font-face {
  font-family: 'BilgetechCustomAvantGarde';
  src: url("/Assets/dist/font/bilgetech/BilgetechCustomAvantGarde.eot?#iefix") format("embedded-opentype"), url("/Assets/dist/font/bilgetech/BilgetechCustomAvantGarde.woff") format("woff"), url("/Assets/dist/font/bilgetech/BilgetechCustomAvantGarde.ttf") format("truetype"), url("/Assets/dist/font/bilgetech/BilgetechCustomAvantGarde.svg#BilgetechCustomAvantGarde") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Copernicus-Book';
  src: url("/Assets/dist/font/copernicus-book/Copernicus-Book.eot?#iefix") format("embedded-opentype"), url("/Assets/dist/font/copernicus-book/Copernicus-Book.woff") format("woff"), url("/Assets/dist/font/copernicus-book/Copernicus-Book.ttf") format("truetype"), url("/Assets/dist/font/copernicus-book/Copernicus-Book.svg#Copernicus-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: 0.2em 0.25em 0.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; }

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/*HTML5 display definitions*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

/*.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video { display: inline; zoom: 1; }*/
canvas {
  -ms-touch-action: double-tap-zoom; }

* {
  -webkit-touch-callout: none;
  box-sizing: border-box;
  font-weight: normal !important; }

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

[hidden] {
  display: none; }

/*Base*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
  width: 100%;
  height: 100%; }

html, button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #333; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.28;
  letter-spacing: 0.0006em;
  width: 100%;
  height: 100%; }

/*Selection*/
::-moz-selection {
  background: #fc255c;
  color: #fff;
  text-shadow: none;
  border: none !important;
  outline: none !important; }

::selection {
  background: #fc255c;
  color: #fff;
  text-shadow: none;
  border: none !important;
  outline: none !important; }

/*Links*/
a {
  color: #00e;
  cursor: pointer;
  text-decoration: none; }

a:focus {
  outline: none !important; }

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

/*Typography*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*Lists*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

dd {
  margin: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/*Embedded content*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

/*Figures*/
figure {
  margin: 0; }

/*Forms*/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

.lt-ie8 legend {
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border: 1px solid #cdcdcd; }

.lt-ie8 button, .lt-ie8 input, .lt-ie8 select, .lt-ie8 textarea {
  vertical-align: middle; }

button:hover, input:hover, select:hover, textarea:hover {
  border: none; }

button:focus, input:focus, select:focus, textarea:focus {
  border: none;
  outline: none !important; }

input, textarea {
  padding: 3px; }

select {
  padding-left: 5px; }

button, input {
  line-height: normal; }

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

.lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="reset"], .lt-ie8 input[type="submit"] {
  overflow: visible; }

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

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

.lt-ie8 input[type="checkbox"], .lt-ie8 input[type="radio"] {
  width: 13px;
  height: 13px; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/*input:valid, textarea:valid { background-color: #79ff82; }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/
input::-webkit-input-placeholder {
  color: #777 !important; }

input:-moz-placeholder {
  color: #777 !important; }

input::-moz-placeholder {
  color: #777 !important; }

input:-ms-input-placeholder {
  color: #777 !important; }

textarea::-webkit-input-placeholder {
  color: #777 !important; }

textarea:-moz-placeholder {
  color: #777 !important; }

textarea::-moz-placeholder {
  color: #777 !important; }

textarea:-ms-input-placeholder {
  color: #777 !important; }

.placeholder {
  color: #777 !important; }

/*Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/*
* Font global variable
*/
/*
* Color global variable
*/
/*
* 	Font size global variable
*/
/*
* 	Width height global variable
*/
/*
* Media query size variable
*/
/*
* Animate delay
*/
/*Menü*/
/*
* Form element
*/
/*
* Scroll parallax animate element
*/
/* ==|== Primary Styles begins here =============================================
	@author Emrah Balcı <http://emrahbalci.com>
	========================================================================== */
/*.Sass functions starts here*/
@-webkit-keyframes slideDown {
  0% {
    border-width: 0;
    height: 10px; }
  100% {
    border-width: 3px;
    height: 28px; } }
@keyframes slideDown {
  0% {
    border-width: 0;
    height: 10px; }
  100% {
    border-width: 3px;
    height: 28px; } }

/*.Sass functions ends here*/
body {
  direction: ltr;
  z-index: 1; }
  body.hidden {
    overflow: hidden;
    height: 100vh; }
  body.no-scroll {
    overflow: hidden;
    position: fixed; }

#main {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease-out; }
  #main.down {
    transition: all 0.4s ease-in;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  #main.up {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }

.disable-hover {
  pointer-events: none; }

.centerfix, .content-wrapper, .content-wrapper__text-block, .slider-container .slides, .slider-container .slides li, .slider-container .market-list, .random-list-wrapper--desktop .home__career__placeholder-image, .random-list-wrapper__details, .random-list-wrapper__details .home__career__content__list, .random-list-wrapper__details .home__career__content__list__item, .home-page-clients, .home-page-clients__content, .project__image, .mobile-projects-tab-slider__scroll-hidden, .maps, .maps #map, .career-accordion, .career-accordion h3, .career-accordion__accordion-content, .career-accordion__accordion-content .job-detail, .career-accordion__accordion-content .job-apply-now__form, .project-detail-container .project-detail-market-list, .about-people-list, .about-people-list__item__career-list, .about-people-list__item__career-list__item {
  font-size: 1em;
  position: relative;
  float: left;
  width: 100%; }

.centercontent {
  width: 100%;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative; }

.clear100 {
  width: 100%;
  clear: both; }
  .clear100--text-center {
    text-align: center; }

/*
* Logo css start here
*/
.logo {
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .logo__icon {
    float: left;
    width: 62px;
    margin-left: -65px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 990px) {
      .logo__icon {
        margin-left: 0; } }
  .logo__text {
    float: left;
    width: 110px;
    height: 30px;
    margin-left: 5px;
    background: url("../img/header/bilgetech-logo-text.png") center center no-repeat;
    background-size: contain;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 990px) {
      .logo__text {
        width: 0;
        margin-left: 0; } }
  .logo--text-hide {
    left: 0; }
    .logo--text-hide .logo__icon {
      margin-left: 0; }
    .logo--text-hide .logo__text {
      width: 0px; }

/*
* Logo css end here
*/
/*
* Button submit event animations css start here
*/
/*
* Button submit event animations css start here
*/
/*
* Button css start here
*/
.btn {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #000;
  text-align: center;
  transition: all 0.5s ease;
  border: 2px solid #000; }
  .btn:hover {
    color: #fff; }
  .btn--primary {
    background-color: #fff;
    font-family: "BilgetechCustomAvantGarde";
    font-size: 13px; }
    .btn--primary:hover {
      background-color: #000; }
  .btn--transparent {
    background-color: transparent;
    font-family: "BilgetechCustomAvantGarde";
    font-size: 13px; }
    .btn--transparent:hover {
      background-color: #000; }
  .btn--brand {
    background-color: #fc255c;
    font-family: "Copernicus-Book";
    font-size: 13px; }
    .btn--brand:hover {
      background-color: #000; }
  .btn--default {
    background-color: #000;
    font-family: "Copernicus-Book";
    font-size: 13px; }
    .btn--default:hover {
      background-color: #fc255c; }
  .btn--small-size {
    min-width: 250px; }
  .btn--big-size {
    font-size: 14px;
    color: #fff;
    width: 100%;
    border: 1px solid #000 !important;
    letter-spacing: 1px; }
    .btn--big-size:hover {
      background-color: #fff;
      color: #000; }

/*
* Button css end here
*/
/*
* Title css start here
*/
.title {
  display: inline-block;
  width: 100%;
  font-family: "BilgetechCustomAvantGarde";
  font-size: 13px;
  color: #000;
  letter-spacing: -3px; }
  .title--page {
    font-size: 70px;
    line-height: 0.8em;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .title--page {
        font-size: 36px; } }
  .title--big {
    font-size: 48px;
    line-height: 0.9em; }
    @media screen and (max-width: 767px) {
      .title--big {
        font-size: 30px;
        letter-spacing: -1px; } }
  .title--normal {
    font-size: 36px;
    line-height: 0.9em; }
    @media screen and (max-width: 767px) {
      .title--normal {
        font-size: 24px;
        letter-spacing: -1px; } }
  .title--light {
    color: #fff; }

/*
* Title css end here
*/
/*
* Header css start here
*/
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.25s ease; }
  @media screen and (max-width: 767px) {
    .header {
      height: 40px; } }
  .header:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all 0.25s ease;
    background-color: #fff;
    z-index: -1; }
  .header.hidden {
    top: -80px; }
  .header--hidden {
    display: none; }
  .header__logo {
    position: absolute;
    left: 80px;
    top: 50px;
    z-index: 8;
    transition: all 0.375s cubic-bezier(1, 0, 0, 1); }
    @media screen and (max-width: 767px) {
      .header__logo {
        left: 0px;
        top: 30px;
        width: 100%;
        text-align: center; }
        .header__logo.menu-open .logo__icon {
          -webkit-filter: brightness(0) invert(1);
          -moz-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); } }
    .header__logo--text-hide {
      left: 0; }
  .header__menu-icon {
    position: relative;
    float: right;
    width: 35px;
    height: 40px;
    margin-top: 30px;
    display: none;
    z-index: 9;
    transition: all 0.375s cubic-bezier(1, 0, 0, 1);
    outline: none;
    cursor: pointer; }
    .header__menu-icon--light .header__menu-icon__bar {
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      .header__menu-icon {
        display: block;
        margin-right: 10px; } }
    .header__menu-icon__bar {
      float: left;
      width: 25px;
      height: 3px;
      background-color: #000;
      transition: all 0.25s ease;
      -webkit-transform-origin: 1px 2px;
          -ms-transform-origin: 1px 2px;
              transform-origin: 1px 2px;
      margin-bottom: 4px; }
      .header__menu-icon__bar:last-child {
        margin-bottom: 0px; }
    .header__menu-icon.menu-open .header__menu-icon__bar {
      background-color: #fff !important; }
      .header__menu-icon.menu-open .header__menu-icon__bar:nth-child(1) {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header__menu-icon.menu-open .header__menu-icon__bar:nth-child(2) {
        opacity: 0; }
      .header__menu-icon.menu-open .header__menu-icon__bar:nth-child(3) {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 2px; }
  .header__menu {
    position: absolute;
    right: 15px;
    top: 55px;
    transition: all 0.375s cubic-bezier(1, 0, 0, 1); }
    .header__menu--light .header__menu__nav__link {
      color: #fff; }
      .header__menu--light .header__menu__nav__link--active {
        color: #fc255c; }
        @media screen and (max-width: 767px) {
          .header__menu--light .header__menu__nav__link--active {
            color: #fff; } }
      .header__menu--light .header__menu__nav__link:hover {
        color: #fc255c; }
    @media screen and (max-width: 767px) {
      .header__menu {
        position: fixed;
        width: 100vw;
        height: 100%;
        top: 0;
        right: 0;
        -ms-transform: translateY(-100%) !important;
        -webkit-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        background-color: #fc255c;
        z-index: 1;
        display: table; }
        .header__menu.menu-open {
          -ms-transform: translateY(0) !important;
          -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important; } }
    .header__menu__nav {
      display: block;
      width: 100%; }
      .header__menu__nav__list {
        display: block;
        width: 100%; }
      .header__menu__nav__item {
        float: left;
        margin-left: 20px; }
      .header__menu__nav__link {
        display: inline-block;
        color: #000;
        transition: all 0.25s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "BilgetechCustomAvantGarde"; }
        .header__menu__nav__link:hover {
          color: #fc255c; }
        .header__menu__nav__link--active {
          color: #fc255c !important; }
          @media screen and (max-width: 767px) {
            .header__menu__nav__link--active {
              color: #000 !important; } }
      @media screen and (max-width: 767px) {
        .header__menu__nav {
          display: table-cell;
          vertical-align: middle; }
          .header__menu__nav__list {
            display: block;
            width: 100%; }
          .header__menu__nav__item {
            width: 100%;
            text-align: center;
            margin: 0px 0px 0px; }
          .header__menu__nav__link {
            font-size: 36px;
            color: #fff;
            text-transform: lowercase; }
            .header__menu__nav__link:hover {
              color: #000 !important; } }
    .header__menu__social-list {
      position: absolute;
      left: 0px;
      bottom: 75px;
      width: 100%;
      text-align: center;
      display: none; }
      .header__menu__social-list__item {
        display: inline-block;
        margin-right: 10px; }
        .header__menu__social-list__item:last-child {
          margin-right: 0px; }
      .header__menu__social-list__link {
        display: block;
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        color: #fc255c;
        line-height: 35px; }
        .header__menu__social-list__link i {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px; }
        .header__menu__social-list__link:hover {
          color: #fff;
          background-color: #fc255c; }
      @media screen and (max-width: 767px) {
        .header__menu__social-list {
          display: block; } }
  .header--fixed:before {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .header--fixed .header__menu-icon__bar {
    background-color: #000 !important; }
  .header--fixed .header__menu__nav__link {
    color: #000; }
    @media screen and (max-width: 767px) {
      .header--fixed .header__menu__nav__link {
        color: #fff; } }
    .header--fixed .header__menu__nav__link:hover {
      color: #fc255c !important; }
  .header--fixed .header__menu {
    -ms-transform: translateY(-42px);
    -webkit-transform: translateY(-42px);
    transform: translateY(-42px); }
  .header--fixed .header__logo {
    -ms-transform: translateY(-40px) scale(0.6);
    -webkit-transform: translateY(-40px) scale(0.6);
    transform: translateY(-40px) scale(0.6); }
    @media screen and (max-width: 767px) {
      .header--fixed .header__logo {
        -ms-transform: translateY(-20px) scale(0.8);
        -webkit-transform: translateY(-20px) scale(0.8);
        transform: translateY(-20px) scale(0.8); } }
  .header--fixed .header__menu-icon {
    -ms-transform: translateY(-19px);
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px); }
  .header--fixed .header__menu-icon__bar {
    background-color: #000; }

/*
* Header css end here
*/
/*
* Footer css start here
*/
.footer {
  z-index: 2;
  padding: 0 40px;
  /*Footer social css extend*/ }
  @media screen and (max-width: 990px) {
    .footer {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 0 10px; } }
  @media screen and (max-width: 990px) {
    .footer__social-list, .footer__social-list--top, .footer__social-list--bottom {
      width: 100%;
      text-align: center; } }
  .footer__social-list--top {
    margin: 30px 0px;
    display: none; }
    @media screen and (max-width: 990px) {
      .footer__social-list--top {
        display: block; } }
  .footer__social-list--bottom {
    float: right; }
    @media screen and (max-width: 990px) {
      .footer__social-list--bottom {
        display: none; } }
  .footer__social-list__item {
    display: inline-block;
    margin-left: 10px; }
    .footer__social-list__item:first-child {
      margin-left: 0px; }
  .footer__social-list__link {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #cacaca;
    line-height: 44px;
    color: #fff;
    text-align: center;
    transition: all 0.25s ease;
    border-radius: 50%; }
    .footer__social-list__link i {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px; }
    .footer__social-list__link:hover {
      background-color: #fc255c; }
  @media screen and (max-width: 767px) {
    .footer .centercontent {
      padding: 0px; } }
  .footer__detail {
    min-height: 205px;
    border-bottom: 1px solid #cacaca; }
  .footer__menu {
    position: relative;
    float: left;
    width: 33.33333%;
    height: 205px;
    display: table; }
    @media screen and (max-width: 990px) {
      .footer__menu {
        width: 100%;
        height: auto; } }
    .footer__menu__list {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .footer__menu__list__item {
        float: left;
        width: 33.33333%;
        margin-bottom: 20px; }
        @media screen and (max-width: 990px) {
          .footer__menu__list__item {
            width: 50%;
            margin-bottom: 0px;
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #cacaca;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #cacaca; }
            .footer__menu__list__item:nth-child(2n) {
              border-right: none; }
            .footer__menu__list__item:nth-last-child(1), .footer__menu__list__item:nth-last-child(2) {
              border-bottom: 1px solid #cacaca; } }
        .footer__menu__list__item:nth-child(4) {
          margin-bottom: 0px; }
        .footer__menu__list__item:nth-child(5) {
          margin-bottom: 0px; }
        .footer__menu__list__item:nth-child(6) {
          margin-bottom: 0px; }
      .footer__menu__list__link {
        display: block;
        font-family: "BilgetechCustomAvantGarde";
        font-size: 13px;
        color: #000;
        transition: all 0.25s ease; }
        .footer__menu__list__link:hover {
          color: #fc255c; }
        @media screen and (max-width: 990px) {
          .footer__menu__list__link {
            padding: 20px 15% 20px; } }
  .footer__logo {
    position: relative;
    float: left;
    width: 33.33333%;
    height: 205px;
    display: table;
    text-align: center; }
    @media screen and (max-width: 990px) {
      .footer__logo {
        width: 100%;
        height: auto; } }
    .footer__logo__middle {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 990px) {
      .footer__logo {
        padding: 40px 0px 15px; } }
  .footer__contact-detail {
    position: relative;
    float: left;
    width: 33.33333%;
    height: 205px;
    display: table;
    text-align: right; }
    @media screen and (max-width: 990px) {
      .footer__contact-detail {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 990px) {
      .footer__contact-detail {
        text-align: center;
        padding-bottom: 40px; } }
    .footer__contact-detail__middle {
      display: table-cell;
      vertical-align: middle; }
    .footer__contact-detail__phone-number {
      display: inline-block;
      width: 100%;
      font-size: 32px;
      font-family: "BilgetechCustomAvantGarde";
      color: #000;
      letter-spacing: -2px;
      line-height: 1em; }
      .footer__contact-detail__phone-number:hover {
        color: #fc255c; }
      @media screen and (max-width: 990px) {
        .footer__contact-detail__phone-number {
          font-size: 24px; } }
    .footer__contact-detail__text {
      display: inline-block;
      width: 100%;
      font-size: 18px;
      font-family: "BilgetechCustomAvantGarde";
      color: #000; }
      @media screen and (max-width: 990px) {
        .footer__contact-detail__text {
          font-size: 20px; } }
      @media screen and (max-width: 990px) {
        .footer__contact-detail__text {
          margin-bottom: 10px; } }
  .footer__copyright {
    padding: 25px 0px; }
    .footer__copyright__copyright {
      float: left;
      font-family: "Copernicus-Book";
      font-size: 13px;
      color: #000;
      line-height: 44px; }
      @media screen and (max-width: 990px) {
        .footer__copyright__copyright {
          width: 100%;
          text-align: center; } }

/*
* Footer css end here
*/
.main {
  z-index: 3;
  min-height: 100vh; }

/*
* Global blocks css start here
*/
.content-wrapper {
  padding: 0 40px; }
  @media screen and (max-width: 990px) {
    .content-wrapper {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .content-wrapper {
      padding: 0 10px; } }
  .content-wrapper--not-slide {
    margin-top: 170px; }
    @media screen and (max-width: 767px) {
      .content-wrapper--not-slide {
        margin-top: 100px; } }

.content-wrapper__text-block {
  padding: 80px 0px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .content-wrapper__text-block {
      padding: 40px 0px; } }
  .content-wrapper__text-block.less-whitespace {
    padding: 30px 0px; }
  .content-wrapper__text-block.whitespace {
    padding: 120px 0px 200px; }
    @media screen and (max-width: 767px) {
      .content-wrapper__text-block.whitespace {
        padding: 80px 0px 60px; } }
  .content-wrapper__text-block--fix-height {
    min-height: 100vh;
    display: table; }
    .content-wrapper__text-block--fix-height .vertical-middle {
      position: relative;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
  .content-wrapper__text-block .title-sub-description {
    display: block;
    width: 100%;
    clear: both;
    font-family: "Copernicus-Book";
    font-size: 20px;
    color: #646464;
    margin: 10px 0px 30px; }
    @media screen and (max-width: 767px) {
      .content-wrapper__text-block .title-sub-description {
        font-size: 18px;
        margin: 10px 0px 10px; } }
  .content-wrapper__text-block .content-sub-description {
    display: block;
    width: 100%;
    clear: both;
    font-family: "Copernicus-Book";
    font-size: 24px;
    color: #000;
    margin-bottom: 20px; }
    .content-wrapper__text-block .content-sub-description.two-col {
      width: 50%;
      line-height: 40px;
      text-align: left;
      float: left;
      display: inline-block;
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .content-wrapper__text-block .content-sub-description.two-col {
          font-size: 22px;
          padding-right: 0;
          width: 100%;
          line-height: 28px; } }
      .content-wrapper__text-block .content-sub-description.two-col img {
        height: 52px;
        margin-bottom: 110px;
        margin-top: 79px; }
        @media screen and (max-width: 767px) {
          .content-wrapper__text-block .content-sub-description.two-col img {
            margin-bottom: 80px;
            margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .content-wrapper__text-block .content-sub-description {
        font-size: 18px; } }
  .content-wrapper__text-block p {
    width: 100%;
    clear: both;
    font-family: "Copernicus-Book";
    font-size: 18px;
    color: #000;
    padding-top: 10px; }
    .content-wrapper__text-block p.two-col {
      line-height: 30px;
      text-align: left;
      width: 50%;
      display: inline-block;
      padding-top: 0; }
      @media screen and (max-width: 767px) {
        .content-wrapper__text-block p.two-col {
          width: 100%;
          line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .content-wrapper__text-block p {
        font-size: 16px; } }
  .content-wrapper__text-block .heart-title-icon {
    color: #fc255c;
    font-size: 36px;
    vertical-align: bottom; }

/*
* Global blocks css end here
*/
/*
* Slider css start here
*/
.slider-container {
  overflow: hidden;
  /*Slider market list*/ }
  .slider-container.light p, .slider-container.light .slider-container__title {
    color: #fff; }
  .slider-container.light .btn {
    border: 2px solid #fff;
    color: #fff; }
    .slider-container.light .btn:hover {
      color: #000;
      background-color: #fff; }
  .slider-container.light .market-list__link:hover, .slider-container.light .market-list__link--coming-soon:hover {
    border-color: #fff; }
  .slider-container .slides {
    height: 100%;
    z-index: 1; }
    .slider-container .slides li {
      height: 100%;
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      display: none; }
      .slider-container .slides li .centercontent {
        height: 100%;
        display: table;
        text-align: center;
        padding: 0px;
        z-index: 2; }
        .slider-container .slides li .centercontent.hidden {
          display: none; }
    .slider-container .slides .video-icon {
      background: url("/Assets/dist/img/content/home/play.png") no-repeat;
      background-size: contain;
      color: #fc255c;
      display: inline-block;
      width: 74px;
      height: 74px;
      margin-bottom: 10px; }
      @media screen and (max-width: 990px) {
        .slider-container .slides .video-icon {
          display: none; } }
    .slider-container .slides__video, .slider-container .slides__video--manual, .slider-container .slides__video__placeholder {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      width: 100vw;
      transition: all 0.75s ease; }
      .slider-container .slides__video.show, .slider-container .show.slides__video--manual, .slider-container .show.slides__video__placeholder {
        z-index: 2;
        opacity: 1; }
      .slider-container .slides__video:hover .slides__video__pause, .slider-container .slides__video--manual:hover .slides__video__pause, .slider-container .slides__video__placeholder:hover .slides__video__pause {
        opacity: 1; }
      .slider-container .slides__video--autoplay {
        display: block;
        opacity: 1;
        position: absolute;
        bottom: 50%;
        right: 50%;
        -webkit-transform: translateX(50%) translateY(50%);
            -ms-transform: translateX(50%) translateY(50%);
                transform: translateX(50%) translateY(50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden; }
        @media screen and (max-width: 990px) {
          .slider-container .slides__video--autoplay {
            display: none; } }
      .slider-container .slides__video--manual {
        opacity: 1;
        width: 100vw;
        height: calc(100vh - 50px);
        background-color: #fff; }
        @media screen and (max-width: 990px) {
          .slider-container .slides__video--manual {
            height: 100vh; } }
      .slider-container .slides__video__placeholder {
        background: no-repeat 50% 50%;
        background-size: cover !important;
        display: none;
        height: 100%;
        width: 100%;
        opacity: 1; }
        @media screen and (max-width: 990px) {
          .slider-container .slides__video__placeholder {
            display: block; } }
      .slider-container .slides__video__close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        width: 25px;
        transition: all 0.25s ease; }
        .slider-container .slides__video__close:before, .slider-container .slides__video__close:after {
          content: "";
          display: inline-block;
          width: 100%;
          height: 4px;
          border-radius: 3px;
          background-color: #000;
          -webkit-transform-origin: 1px 2px;
              -ms-transform-origin: 1px 2px;
                  transform-origin: 1px 2px; }
        .slider-container .slides__video__close:before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-bottom: 4px; }
        .slider-container .slides__video__close:after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .slider-container .slides__video__mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.46); }
  .slider-container .flex-control-nav {
    position: absolute;
    left: 0px;
    bottom: 15%;
    width: 100%;
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .slider-container .flex-control-nav {
        bottom: 5%; } }
    .slider-container .flex-control-nav li {
      display: inline-block;
      margin-right: 10px; }
      .slider-container .flex-control-nav li:last-child {
        margin-right: 0px; }
      .slider-container .flex-control-nav li a {
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid #fff;
        background-color: #cacaca;
        border-radius: 50%;
        text-indent: -9999px;
        transition: all 0.25s ease; }
        .slider-container .flex-control-nav li a:hover, .slider-container .flex-control-nav li a.flex-active {
          background-color: #fff;
          border-color: #cacaca; }
  .slider-container__middle-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12.5vw;
    padding-right: 12.5vw; }
    @media screen and (max-width: 767px) {
      .slider-container__middle-content {
        padding: 0px 5%; } }
    .slider-container__middle-content__subtitle {
      font-size: 24px !important; }
  .slider-container__title {
    float: left;
    display: block;
    width: 100%;
    font-family: "BilgetechCustomAvantGarde";
    font-size: 70px;
    color: #000;
    line-height: 0.9em;
    letter-spacing: -4px;
    padding-bottom: 50px; }
    @media screen and (max-width: 990px) {
      .slider-container__title {
        letter-spacing: -1px; } }
    @media screen and (max-width: 767px) {
      .slider-container__title {
        padding-bottom: 30px;
        padding-top: 30px;
        font-size: 43px;
        line-height: 0.9em; } }
  .slider-container p {
    width: 100%;
    clear: both;
    font-family: "Copernicus-Book";
    font-size: 18px;
    color: #000;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .slider-container p {
        padding-bottom: 30px;
        font-size: 16px; } }
  .slider-container .slider-bottom-text {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 100%; }
    .slider-container .slider-bottom-text__divider {
      margin: 110px 0 50px;
      border-top: 1px solid #454545; }
      @media screen and (max-width: 767px) {
        .slider-container .slider-bottom-text__divider {
          margin: 110px 0 10px; } }
    .slider-container .slider-bottom-text p {
      padding-top: 20px;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .slider-container .slider-bottom-text p {
          display: none; } }
    .slider-container .slider-bottom-text__subtext {
      font-size: 20px !important; }
  .slider-container .bottom-mask {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 41px;
    background: url("../img/content/career/bottom-mask.png") top center no-repeat;
    z-index: 4; }
  .slider-container .market-list {
    text-align: center;
    margin: 40px 0px; }
    @media screen and (max-width: 767px) {
      .slider-container .market-list {
        margin: 50px 0px 20px; } }
    .slider-container .market-list__link, .slider-container .market-list__link--coming-soon {
      display: inline-block;
      font-family: "Copernicus-Book";
      font-size: 14px;
      color: #fff;
      margin-right: 25px;
      padding: 20px 10px;
      border-bottom: 1px solid transparent;
      transition: all 0.5s ease; }
      .slider-container .market-list__link:last-child, .slider-container .market-list__link--coming-soon:last-child {
        margin-right: 0; }
      .slider-container .market-list__link:hover, .slider-container .market-list__link--coming-soon:hover {
        border-color: #fff; }
      @media screen and (max-width: 767px) {
        .slider-container .market-list__link, .slider-container .market-list__link--coming-soon {
          font-size: 11px;
          margin-right: 0; } }
      .slider-container .market-list__link__icon {
        display: inline-block;
        margin-right: 10px;
        font-size: 24px;
        vertical-align: text-bottom; }
        @media screen and (max-width: 767px) {
          .slider-container .market-list__link__icon {
            font-size: 18px; } }
    .slider-container .market-list__link--coming-soon:hover {
      border-color: transparent !important;
      cursor: default; }

/*
* Slider css end here
*/
/*
* Homepage css start here
*/
@media screen and (max-width: 767px) {
  .random-list-wrapper--desktop {
    padding: 0px; } }

.random-list-wrapper--desktop .random-list-wrapper__details__text {
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease; }
  .random-list-wrapper--desktop .random-list-wrapper__details__text.inview {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
    .random-list-wrapper--desktop .random-list-wrapper__details__text.inview .random-list-wrapper__details__text .middle-content__middle {
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
      .random-list-wrapper--desktop .random-list-wrapper__details__text.inview .random-list-wrapper__details__text .middle-content__middle.middle-content .middle-content__middle {
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px); }

.random-list-wrapper--desktop .home__career {
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease; }
  .random-list-wrapper--desktop .home__career.inview {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
    .random-list-wrapper--desktop .home__career.inview .home__career__content {
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .random-list-wrapper--desktop .home__career__content {
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease; }
    .random-list-wrapper--desktop .home__career__content .title--normal {
      font-size: 32px; }
  .random-list-wrapper--desktop .home__career__placeholder-image {
    opacity: 0; }
    .random-list-wrapper--desktop .home__career__placeholder-image img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .random-list-wrapper--desktop .home__career, .random-list-wrapper--desktop .random-list-wrapper__details__text {
    display: none !important; } }

.random-list-wrapper--mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .random-list-wrapper--mobile {
      display: block; } }
  @media screen and (max-width: 767px) {
    .random-list-wrapper--mobile .home__career, .random-list-wrapper--mobile .random-list-wrapper__details__text {
      display: block; } }

.random-list-wrapper__details .project {
  width: 25%; }
  @media screen and (max-width: 1170px) {
    .random-list-wrapper__details .project {
      width: 33.33333%; } }
  @media screen and (max-width: 990px) {
    .random-list-wrapper__details .project {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .random-list-wrapper__details .project {
      width: 100%;
      margin-bottom: 4px; } }

.random-list-wrapper__details .home__career {
  position: relative;
  float: left;
  width: 25%; }
  @media screen and (max-width: 1170px) {
    .random-list-wrapper__details .home__career {
      width: 33.33333%; } }
  @media screen and (max-width: 990px) {
    .random-list-wrapper__details .home__career {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .random-list-wrapper__details .home__career {
      width: 100%;
      height: auto !important;
      padding: 50px 0px; } }
  .random-list-wrapper__details .home__career__content {
    position: absolute;
    left: 10%;
    bottom: 20%; }
    @media screen and (max-width: 767px) {
      .random-list-wrapper__details .home__career__content {
        position: relative;
        float: left;
        left: 0px;
        bottom: auto;
        padding: 0px 15px; }
        .random-list-wrapper__details .home__career__content .title {
          text-align: center; } }
    .random-list-wrapper__details .home__career__content__list {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .random-list-wrapper__details .home__career__content__list {
          margin-top: 50px; } }
      .random-list-wrapper__details .home__career__content__list__item {
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .random-list-wrapper__details .home__career__content__list__item {
            margin-top: 0px;
            border-bottom: 1px solid #cacaca; }
            .random-list-wrapper__details .home__career__content__list__item:last-child {
              border: none; } }
      .random-list-wrapper__details .home__career__content__list__link {
        display: block;
        font-family: "Copernicus-Book";
        font-size: 16px;
        color: #000;
        transition: all 0.5s ease; }
        .random-list-wrapper__details .home__career__content__list__link i {
          float: right;
          font-size: 18px; }
        .random-list-wrapper__details .home__career__content__list__link:hover {
          color: #fc255c; }
        @media screen and (max-width: 767px) {
          .random-list-wrapper__details .home__career__content__list__link {
            padding: 15px;
            font-size: 13px; } }

/*
* Homepage clients css start here
*/
.home-page-clients {
  min-height: 100vh;
  background: url("../img/content/home/client-bg.jpg") top center no-repeat;
  background-size: cover;
  background-origin: content-box; }
  .home-page-clients.inview .home-page-clients__content__list__item {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  .home-page-clients p {
    color: #fff; }
  .home-page-clients__content {
    text-align: center; }
    .home-page-clients__content__list {
      display: inline-block; }
      .home-page-clients__content__list__item {
        position: relative;
        float: left;
        max-width: 25%;
        width: 28.57143%;
        overflow: hidden;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0; }
        @media screen and (max-width: 990px) {
          .home-page-clients__content__list__item {
            width: 47.61905%;
            max-width: inherit;
            margin: 0px 4% 4% 0px; }
            .home-page-clients__content__list__item:nth-child(2n) {
              margin-right: 0px; } }
        .home-page-clients__content__list__item:nth-child(1) {
          background-color: black;
          transition: all 0.5s 0.1s ease; }
        .home-page-clients__content__list__item:nth-child(2) {
          background-color: rgba(0, 0, 0, 0.9);
          transition: all 0.5s 0.2s ease; }
        .home-page-clients__content__list__item:nth-child(3) {
          background-color: rgba(0, 0, 0, 0.8);
          transition: all 0.5s 0.3s ease; }
        .home-page-clients__content__list__item:nth-child(4) {
          background-color: rgba(0, 0, 0, 0.7);
          transition: all 0.5s 0.4s ease; }
        .home-page-clients__content__list__item:nth-child(5) {
          background-color: rgba(0, 0, 0, 0.6);
          transition: all 0.5s 0.5s ease;
          clear: both; }
        .home-page-clients__content__list__item:nth-child(6) {
          background-color: rgba(0, 0, 0, 0.5);
          transition: all 0.5s 0.6s ease; }
        .home-page-clients__content__list__item:nth-child(7) {
          background-color: rgba(0, 0, 0, 0.4);
          transition: all 0.5s 0.7s ease; }
        .home-page-clients__content__list__item:nth-child(8) {
          background-color: rgba(0, 0, 0, 0.3);
          transition: all 0.5s 0.8s ease; }
        .home-page-clients__content__list__item:hover .home-page-clients__content__list__item__hover {
          opacity: 1; }
          .home-page-clients__content__list__item:hover .home-page-clients__content__list__item__hover__image {
            -ms-transform: scale(1.4, 1.4);
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4); }
        .home-page-clients__content__list__item__default-logo {
          width: 100%; }
        .home-page-clients__content__list__item__hover {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          opacity: 0;
          background-color: #fff;
          transition: all 0.375s ease; }
          .home-page-clients__content__list__item__hover__image {
            width: 100%;
            transition: all 2.475s ease; }
          .home-page-clients__content__list__item__hover__logo {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%; }

/*
* Homepage clients css end here
*/
/*
* Homepage css end here
*/
/*
* Projects css start here
*/
#projects-list {
  text-align: left; }
  #projects-list .project {
    display: none; }

.project {
  position: relative;
  float: left;
  width: 25%;
  background-color: #fc255c; }
  .project--animated {
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease; }
    .project--animated.inview {
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
      .project--animated.inview .project__detail {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
  @media screen and (max-width: 1170px) {
    .project {
      width: 33.33333%; } }
  @media screen and (max-width: 990px) {
    .project {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .project {
      margin-bottom: 4px;
      width: 100%; } }
  .project--no-image .project__image {
    opacity: 0 !important; }
  .project--no-image:hover {
    background-color: #D2022F; }
  .project:hover .project__image img {
    opacity: 0.6;
    transition-duration: 2s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .project__image {
    overflow: hidden;
    background-color: #000; }
    .project__image img {
      width: 100%;
      opacity: 0;
      transition-duration: 1s;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
      .project__image img.b-loaded {
        transition: all 1s ease;
        opacity: 0.3; }
        @media screen and (max-width: 767px) {
          .project__image img.b-loaded {
            opacity: 0.6; } }
  .project__detail {
    position: absolute;
    bottom: 20%;
    padding: 0 7%;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease; }
    .project__detail .video-icon {
      background: url("/Assets/dist/img/content/home/play.png") no-repeat;
      background-size: contain;
      color: #fc255c;
      display: inline-block;
      width: 74px;
      height: 74px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1170px) {
        .project__detail .video-icon {
          font-size: 6.66667vw; } }
      @media screen and (max-width: 990px) {
        .project__detail .video-icon {
          font-size: 10vw;
          width: 60px;
          height: 60px; } }
      @media screen and (max-width: 767px) {
        .project__detail .video-icon {
          font-size: 48px;
          width: 60px;
          height: 60px; } }
    .project__detail__name {
      display: block;
      width: 100%;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 36px;
      color: #fff;
      letter-spacing: -2px;
      line-height: 1em;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .project__detail__name {
          font-size: 36px; } }
    .project__detail p {
      display: block;
      width: 100%;
      font-family: "Copernicus-Book";
      font-size: 16px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .project__detail p {
          font-size: 13px; } }
  .project__new-badge {
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: 9; }

.mobile-projects-tab-slider__scroll-hidden {
  height: 135px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.mobile-projects-tab-slider {
  float: left;
  width: 100%;
  margin: 50px 0px;
  overflow: auto;
  white-space: nowrap; }
  @media screen and (max-width: 990px) {
    .mobile-projects-tab-slider {
      padding: 25px 50%; } }
  .mobile-projects-tab-slider .item {
    display: inline-block; }
    @media screen and (max-width: 990px) {
      .mobile-projects-tab-slider .item:first-child {
        margin-left: -37px; } }
    .mobile-projects-tab-slider .item a {
      position: relative;
      float: left;
      display: block;
      padding: 0px 25px 25px;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 14px;
      color: #cacaca;
      white-space: nowrap; }
      .mobile-projects-tab-slider .item a:before {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 0px;
        height: 0px;
        border-bottom: 3px solid #000;
        transition: all 0.25s ease; }
      .mobile-projects-tab-slider .item a.active {
        color: #000; }
        .mobile-projects-tab-slider .item a.active:before {
          width: 100%; }

/*
* Projects css end here
*/
/*
* Get in touch css start here
*/
.get-in-touch {
  transition: all 0.25s ease; }
  .get-in-touch .centercontent {
    z-index: 2; }
  .get-in-touch--link {
    display: block;
    padding: 40px 0;
    background-color: #fc255c;
    transition: all 0.25s ease; }
    .get-in-touch--link__angle-right {
      position: absolute;
      right: 15px;
      top: 50%;
      font-size: 48px;
      color: #fff;
      line-height: 48px;
      margin-top: -24px; }
      @media screen and (max-width: 767px) {
        .get-in-touch--link__angle-right {
          font-size: 10vw; } }
    .get-in-touch--link p {
      color: #fff; }
    .get-in-touch--link:hover {
      background-color: #D2022F; }
    @media screen and (max-width: 767px) {
      .get-in-touch--link {
        text-align: left;
        padding: 50px 15px; } }
  .get-in-touch--form {
    background: url("../img/content/get-in-touch/bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px 0 !important; }
    .get-in-touch--form p {
      color: #000; }
  .get-in-touch__container {
    position: relative;
    max-width: 875px;
    max-height: 700px;
    width: 100%;
    margin: 80px auto;
    overflow: hidden;
    transition: all 0.375s 0.75s ease; }
    .get-in-touch__container--minify-container {
      max-height: 60px; }
      .get-in-touch__container--minify-container .get-in-touch__container__form {
        max-height: 60px; }
    .get-in-touch__container__form {
      display: inline-block;
      width: 100%;
      background-color: #fff;
      position: relative;
      overflow: hidden;
      max-height: 700px;
      transition: all 0.375s 0.75s ease; }
      .get-in-touch__container__form__message {
        display: block;
        padding-top: 20px;
        color: red;
        font-family: "Copernicus-Book";
        font-size: 13px; }
        .get-in-touch__container__form__message.hidden {
          display: none; }
    .get-in-touch__container__form-list {
      display: inline-block;
      max-width: 725px;
      width: 100%;
      margin: 50px 0px 65px; }
      @media screen and (max-width: 990px) {
        .get-in-touch__container__form-list {
          padding: 0px 10%; } }
      .get-in-touch__container__form-list__item {
        position: relative;
        float: left;
        width: 48.78049%;
        margin-right: 2%;
        border-bottom: 1px solid #cacaca;
        margin-bottom: 30px;
        padding-top: 2px; }
        .get-in-touch__container__form-list__item__left-line, .get-in-touch__container__form-list__item__right-line {
          content: "";
          position: absolute;
          bottom: -11px;
          border-top: 1px solid #000;
          width: 0px;
          height: 0px;
          transition: all 0.25s ease; }
        .get-in-touch__container__form-list__item__left-line {
          left: 50%; }
        .get-in-touch__container__form-list__item__right-line {
          right: 50%; }
        .get-in-touch__container__form-list__item:nth-child(2n) {
          margin-right: 0px; }
        .get-in-touch__container__form-list__item--full-width-element {
          width: 100%;
          border-bottom: none; }
        @media screen and (max-width: 767px) {
          .get-in-touch__container__form-list__item {
            width: 100%;
            margin-right: 0px; } }
        .get-in-touch__container__form-list__item__input-name {
          position: absolute;
          left: 0px;
          top: 0px;
          font-family: "Copernicus-Book";
          font-size: 13px;
          font-style: italic;
          color: #555555;
          z-index: 1;
          -webkit-transform-origin: 0px;
              -ms-transform-origin: 0px;
                  transform-origin: 0px;
          transition: all 0.25s ease; }
        .get-in-touch__container__form-list__item label.error-message {
          position: absolute;
          top: 32px;
          left: 0;
          color: #fff;
          padding: 2px;
          background-color: #fc255c; }
          .get-in-touch__container__form-list__item label.error-message#message-error {
            top: 82px; }
  .get-in-touch__form-element, .career-accordion__accordion-content .job-apply-now__send-button {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    outline: none;
    z-index: 2;
    font-family: "Copernicus-Book";
    font-size: 13px;
    color: #555555; }
    .get-in-touch__form-element:focus ~ .get-in-touch__container__form-list__item__input-name, .career-accordion__accordion-content .job-apply-now__send-button:focus ~ .get-in-touch__container__form-list__item__input-name, .get-in-touch__form-element.success ~ .get-in-touch__container__form-list__item__input-name, .career-accordion__accordion-content .success.job-apply-now__send-button ~ .get-in-touch__container__form-list__item__input-name {
      -ms-transform: translateY(-15px) scale(0.7);
      -webkit-transform: translateY(-15px) scale(0.7);
      transform: translateY(-15px) scale(0.7);
      color: #fc255c; }
    .get-in-touch__form-element:focus ~ .get-in-touch__container__form-list__item__left-line, .career-accordion__accordion-content .job-apply-now__send-button:focus ~ .get-in-touch__container__form-list__item__left-line, .get-in-touch__form-element:focus ~ .get-in-touch__container__form-list__item__right-line, .career-accordion__accordion-content .job-apply-now__send-button:focus ~ .get-in-touch__container__form-list__item__right-line, .get-in-touch__form-element.success ~ .get-in-touch__container__form-list__item__left-line, .career-accordion__accordion-content .success.job-apply-now__send-button ~ .get-in-touch__container__form-list__item__left-line, .get-in-touch__form-element.success ~ .get-in-touch__container__form-list__item__right-line, .career-accordion__accordion-content .success.job-apply-now__send-button ~ .get-in-touch__container__form-list__item__right-line {
      width: 50%; }
    .get-in-touch__form-element.error-message ~ .get-in-touch__container__form-list__item__left-line, .career-accordion__accordion-content .error-message.job-apply-now__send-button ~ .get-in-touch__container__form-list__item__left-line, .get-in-touch__form-element.error-message ~ .get-in-touch__container__form-list__item__right-line, .career-accordion__accordion-content .error-message.job-apply-now__send-button ~ .get-in-touch__container__form-list__item__right-line {
      border-color: #fc255c;
      width: 50%; }
    .get-in-touch__form-element--input {
      height: 30px;
      background-color: transparent; }
      .get-in-touch__form-element--input[type='email'] {
        text-transform: lowercase; }
    .get-in-touch__form-element--textarea {
      height: 80px;
      line-height: 40px;
      resize: none;
      background: url("../img/content/get-in-touch/textarea-lines.png") repeat; }
    .get-in-touch__form-element--button, .career-accordion__accordion-content .job-apply-now__send-button {
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 60px;
      background-color: #fc255c;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 13px;
      color: #fff;
      overflow: hidden;
      transition: all 0.25s ease; }
      .get-in-touch__form-element--button:hover, .career-accordion__accordion-content .job-apply-now__send-button:hover {
        background-color: #D2022F; }
      .get-in-touch__form-element--button > *, .career-accordion__accordion-content .job-apply-now__send-button > * {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 60px;
        line-height: 60px;
        opacity: 0; }
      .get-in-touch__form-element--button .fa-spinner, .career-accordion__accordion-content .job-apply-now__send-button .fa-spinner {
        font-size: 24px;
        -webkit-transform: scale(0.1);
            -ms-transform: scale(0.1);
                transform: scale(0.1);
        transition: all 0.5s ease; }
      .get-in-touch__form-element--button .fa-check, .career-accordion__accordion-content .job-apply-now__send-button .fa-check {
        font-size: 24px;
        -webkit-transform: scale(0.1);
            -ms-transform: scale(0.1);
                transform: scale(0.1);
        transition: all 0.25s 0.5s ease; }
      .get-in-touch__form-element--button .text, .career-accordion__accordion-content .job-apply-now__send-button .text {
        opacity: 1;
        transition: all 0.25s ease; }
      .get-in-touch__form-element--button .message, .career-accordion__accordion-content .job-apply-now__send-button .message {
        opacity: 0;
        transition: all 0.25s 0.5s ease; }
      .get-in-touch__form-element--button.sending .text, .career-accordion__accordion-content .sending.job-apply-now__send-button .text {
        opacity: 0; }
      .get-in-touch__form-element--button.sending .fa-spinner, .career-accordion__accordion-content .sending.job-apply-now__send-button .fa-spinner {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .get-in-touch__form-element--button.success, .career-accordion__accordion-content .success.job-apply-now__send-button {
        background-color: #22c064; }
        .get-in-touch__form-element--button.success .text, .career-accordion__accordion-content .success.job-apply-now__send-button .text {
          opacity: 0; }
        .get-in-touch__form-element--button.success .fa-check, .career-accordion__accordion-content .success.job-apply-now__send-button .fa-check {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .get-in-touch__form-element--button.message, .career-accordion__accordion-content .message.job-apply-now__send-button {
        background-color: #22c064; }
        .get-in-touch__form-element--button.message .text, .career-accordion__accordion-content .message.job-apply-now__send-button .text {
          opacity: 0; }
        .get-in-touch__form-element--button.message .message, .career-accordion__accordion-content .message.job-apply-now__send-button .message {
          opacity: 1; }
      .get-in-touch__form-element--button.warning, .career-accordion__accordion-content .warning.job-apply-now__send-button {
        background-color: #F9A01E; }

/*
* Get in touch css start here
*/
/*
* Client css start here
*/
.clients-list {
  float: left;
  width: 100%;
  margin: 50px 0px 40px; }
  @media screen and (max-width: 767px) {
    .clients-list {
      width: 100%;
      margin: 50px 0 40px; } }
  .clients-list__item {
    float: left;
    width: 25%;
    border-right: 1px solid #d9d9d9;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease; }
    .clients-list__item.inview {
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
    .clients-list__item:nth-child(4n) {
      border-right: 1px solid transparent; }
    @media screen and (max-width: 767px) {
      .clients-list__item {
        width: 50%;
        border-top: 1px solid #d9d9d9; }
        .clients-list__item:nth-child(2n) {
          border-right: 1px solid transparent; }
        .clients-list__item:nth-child(1) {
          border-top: none; }
        .clients-list__item:nth-child(2) {
          border-top: none; }
        .clients-list__item:nth-child(2n):nth-last-child(2) {
          border-bottom: 1px solid #d9d9d9; } }
    .clients-list__item__link {
      display: block;
      cursor: default; }
    .clients-list__item__image {
      max-width: 100%; }

/*
* Client css end here
*/
/*
* Contact css start here
*/
.contact-detail {
  float: left;
  display: block;
  width: 100%;
  margin: 80px 0; }
  @media screen and (max-width: 767px) {
    .contact-detail {
      margin: 40px 0; } }
  .contact-detail__address {
    display: inline-block;
    max-width: 615px;
    font-family: "Copernicus-Book";
    font-size: 24px !important;
    letter-spacing: -2px; }
    @media screen and (max-width: 767px) {
      .contact-detail__address {
        font-size: 20px !important; } }
  .contact-detail__item {
    float: left;
    display: block;
    width: 33.33333%;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 40px;
    border-left: 1px solid #cacaca; }
    .contact-detail__item:first-child {
      border: none; }
    @media screen and (max-width: 767px) {
      .contact-detail__item {
        width: 100%;
        text-align: center;
        border: none;
        padding-left: 0; } }
    .contact-detail__item__field {
      display: block;
      width: 100%;
      font-family: "Copernicus-Book";
      font-size: 24px;
      color: #000;
      letter-spacing: -3px; }
    .contact-detail__item__link {
      display: block;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 30px;
      color: #000;
      letter-spacing: -3px;
      transition: all 0.25s ease; }
      .contact-detail__item__link:hover {
        color: #fc255c; }
      @media screen and (max-width: 990px) {
        .contact-detail__item__link {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .contact-detail__item__link {
          letter-spacing: -2px; } }

.maps {
  /* white background and box outline */
  /* arrow colour */
  /* close button */
  /* image icon inside close button */
  /* positioning of infowindow */ }
  .maps .maps__disabled {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; }
  .maps #map {
    height: 530px; }
    @media screen and (max-width: 767px) {
      .maps #map {
        height: 70vh; } }
  .maps .google-maps-direction {
    float: left;
    margin-top: 70px;
    margin-left: 40px; }
  .maps
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    /* we have to use !important because we are overwritng inline styles */
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    display: none !important; }
  .maps
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none !important; }
  .maps
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    margin-right: 5px;
    margin-top: 5px; }
  .maps
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none; }
  .maps
.gm-style-iw {
    top: 130px !important;
    left: 60px !important; }

/*
* Contact css end here
*/
/*
* Career css start here
*/
.badge {
  display: inline-block;
  vertical-align: super;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Copernicus-Book";
  font-size: 16px;
  color: #fff;
  background-color: #fc255c;
  border-radius: 50%;
  letter-spacing: 0px; }

.career-accordion {
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .career-accordion {
      margin: 20px 0 80px; } }
  .career-accordion h3 {
    height: 240px;
    line-height: 120px;
    font-family: "BilgetechCustomAvantGarde";
    font-size: 36px;
    color: #000;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid #cacaca;
    letter-spacing: -2px;
    padding: 40px; }
    .career-accordion h3:last-of-type {
      border-bottom: none; }
    .career-accordion h3 span {
      display: block;
      line-height: 20px;
      color: #000;
      font-size: 18px;
      font-family: "Copernicus-Book";
      letter-spacing: 0px;
      margin-top: -20px; }
    .career-accordion h3.ui-state-active {
      color: #fc255c;
      border: none; }
      .career-accordion h3.ui-state-active .ui-accordion-header-icon:before {
        background-color: #fc255c; }
      .career-accordion h3.ui-state-active .ui-accordion-header-icon:after {
        opacity: 0; }
    .career-accordion h3:hover {
      color: #fc255c; }
    @media screen and (max-width: 767px) {
      .career-accordion h3 {
        text-align: left;
        font-size: 28px;
        height: 160px;
        line-height: 26px;
        padding: 40px 40px 0 0; }
        .career-accordion h3 span {
          font-size: 14px;
          margin-top: 10px; } }
    .career-accordion h3 .ui-accordion-header-icon {
      position: absolute;
      right: 30px;
      top: 50%; }
      .career-accordion h3 .ui-accordion-header-icon:before, .career-accordion h3 .ui-accordion-header-icon:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #000;
        top: 0px;
        left: 0px;
        transition: all 0.25s ease; }
      .career-accordion h3 .ui-accordion-header-icon:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .career-accordion__accordion-content {
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .career-accordion__accordion-content {
        padding: 0; } }
    .career-accordion__accordion-content.apply-now .job-detail {
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .career-accordion__accordion-content.apply-now .job-apply-now {
      left: 0; }
    .career-accordion__accordion-content .job-detail {
      transition: all 0.75s ease; }
      .career-accordion__accordion-content .job-detail ul {
        list-style-type: disc;
        list-style-position: inside;
        text-align: left;
        line-height: 26px;
        padding: 0 20px;
        font-family: "Copernicus-Book";
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .career-accordion__accordion-content .job-detail ul {
            padding: 0; } }
    .career-accordion__accordion-content .job-detail-description {
      float: left;
      width: 100%;
      clear: both;
      padding: 25px 6.25vw;
      font-family: "Copernicus-Book";
      font-size: 21px; }
      @media screen and (max-width: 767px) {
        .career-accordion__accordion-content .job-detail-description {
          font-size: 18px;
          padding: 25px 1vw 0;
          text-align: left; } }
    .career-accordion__accordion-content p {
      padding: 25px 6.25vw;
      text-align: left;
      line-height: 36px; }
      @media screen and (max-width: 767px) {
        .career-accordion__accordion-content p {
          line-height: 24px;
          padding: 25px 1vw; } }
    .career-accordion__accordion-content .job-sub-detail {
      float: left;
      width: 100%;
      border-top: 1px solid #cacaca;
      height: 70px;
      display: table; }
      .career-accordion__accordion-content .job-sub-detail__text-block {
        width: 50%;
        text-align: center;
        border-right: 1px solid #cacaca;
        font-family: "Copernicus-Book";
        font-size: 14px;
        font-style: italic;
        display: table-cell;
        vertical-align: middle;
        letter-spacing: 1px; }
        .career-accordion__accordion-content .job-sub-detail__text-block:last-child {
          border-right: none; }
    .career-accordion__accordion-content .job-apply-now {
      position: absolute;
      left: 100%;
      top: 0;
      padding-top: 30px;
      height: 100%;
      width: 100%;
      transition: all 0.75s ease; }
      .career-accordion__accordion-content .job-apply-now__message {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
        color: red;
        font-family: "Copernicus-Book";
        font-size: 13px; }
        .career-accordion__accordion-content .job-apply-now__message.hidden {
          display: none; }
      .career-accordion__accordion-content .job-apply-now__form__item {
        position: relative;
        float: left;
        width: 30.30303%;
        margin-right: 4.5%;
        border-bottom: 1px solid #cacaca;
        margin-bottom: 25px; }
        .career-accordion__accordion-content .job-apply-now__form__item label.error-message {
          position: absolute;
          top: 30px;
          left: 0;
          color: #fff;
          padding: 2px;
          background-color: #fc255c; }
          .career-accordion__accordion-content .job-apply-now__form__item label.error-message#file-error {
            top: 60px;
            line-height: initial; }
        @media screen and (max-width: 767px) {
          .career-accordion__accordion-content .job-apply-now__form__item {
            width: 100%;
            margin-right: 0px; } }
        .career-accordion__accordion-content .job-apply-now__form__item__input-name {
          position: absolute;
          left: 0px;
          top: 0px;
          font-family: "Copernicus-Book";
          font-size: 13px;
          color: #555555;
          z-index: 1;
          -webkit-transform-origin: 0px;
              -ms-transform-origin: 0px;
                  transform-origin: 0px;
          transition: all 0.25s ease; }
          .career-accordion__accordion-content .job-apply-now__form__item__input-name--gray {
            color: #b1b1b1; }
        .career-accordion__accordion-content .job-apply-now__form__item__left-line, .career-accordion__accordion-content .job-apply-now__form__item__right-line {
          content: "";
          position: absolute;
          bottom: -11px;
          border-top: 1px solid #000;
          width: 0px;
          height: 0px;
          transition: all 0.25s ease; }
        .career-accordion__accordion-content .job-apply-now__form__item__left-line {
          left: 50%; }
        .career-accordion__accordion-content .job-apply-now__form__item__right-line {
          right: 50%; }
        .career-accordion__accordion-content .job-apply-now__form__item:nth-child(3n) {
          margin-right: 0px; }
        .career-accordion__accordion-content .job-apply-now__form__item--file-input {
          width: 100%;
          height: 60px;
          line-height: 60px;
          padding-left: 60px;
          border: 1px dashed #cacaca;
          text-align: left; }
          .career-accordion__accordion-content .job-apply-now__form__item--file-input:hover {
            border: 1px solid #cacaca; }
          @media screen and (max-width: 767px) {
            .career-accordion__accordion-content .job-apply-now__form__item--file-input {
              padding-left: 20px; } }
          .career-accordion__accordion-content .job-apply-now__form__item--file-input .job-apply-now__form__item__input-file {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            border: none;
            outline: none;
            z-index: 2;
            cursor: pointer; }
          .career-accordion__accordion-content .job-apply-now__form__item--file-input .file-plus-icon {
            display: inline-block;
            color: #fc255c;
            font-size: 36px;
            line-height: 0.9em;
            vertical-align: middle;
            padding-bottom: 5px;
            margin-right: 10px; }
          .career-accordion__accordion-content .job-apply-now__form__item--file-input .job-apply-now__form__item__input-name {
            position: relative;
            display: inline-block; }
        .career-accordion__accordion-content .job-apply-now__form__item__input {
          position: relative;
          float: left;
          width: 100%;
          border: none;
          outline: none;
          z-index: 2;
          font-family: "Copernicus-Book";
          font-size: 13px;
          color: #555555;
          height: 30px;
          background-color: transparent; }
          .career-accordion__accordion-content .job-apply-now__form__item__input[type='email'] {
            text-transform: lowercase; }
          .career-accordion__accordion-content .job-apply-now__form__item__input:focus ~ .job-apply-now__form__item__input-name, .career-accordion__accordion-content .job-apply-now__form__item__input.success ~ .job-apply-now__form__item__input-name {
            -ms-transform: translateY(-15px) scale(0.7);
            -webkit-transform: translateY(-15px) scale(0.7);
            transform: translateY(-15px) scale(0.7);
            color: #fc255c; }
          .career-accordion__accordion-content .job-apply-now__form__item__input:focus ~ .job-apply-now__form__item__left-line, .career-accordion__accordion-content .job-apply-now__form__item__input:focus ~ .job-apply-now__form__item__right-line, .career-accordion__accordion-content .job-apply-now__form__item__input.success ~ .job-apply-now__form__item__left-line, .career-accordion__accordion-content .job-apply-now__form__item__input.success ~ .job-apply-now__form__item__right-line {
            width: 50%; }
      .career-accordion__accordion-content .job-apply-now__back-button {
        float: left;
        width: 100%;
        text-align: center;
        font-family: "Copernicus-Book";
        font-size: 14px;
        color: #000;
        margin: 20px 0px; }
        .career-accordion__accordion-content .job-apply-now__back-button__icon {
          width: 32px;
          height: 20px;
          background: url("/assets/dist/img/content/career/back.png") no-repeat;
          background-size: cover;
          display: inline-block;
          margin-right: 7px;
          vertical-align: bottom; }
      .career-accordion__accordion-content .job-apply-now__send-button {
        position: absolute;
        bottom: 0;
        left: 0; }
        .career-accordion__accordion-content .job-apply-now__send-button.apply-now {
          -webkit-transform: translateY(-400px);
              -ms-transform: translateY(-400px);
                  transform: translateY(-400px);
          transition: all 0.4s ease; }

/*
* Career css end here
*/
/*
* Project detail css start here
*/
/*	Sticky start*/
.sticky {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 8; }
  @media screen and (max-width: 767px) {
    .sticky {
      height: 40px;
      margin-top: -40px; } }
  .sticky.hidden {
    margin-top: 0; }
  .sticky.fixed {
    position: fixed;
    top: 0px !important;
    margin-top: 40px; }
    .sticky.fixed .sticky__list__item__link {
      height: 40px;
      line-height: 40px; }
  .sticky--project-detail .sticky__list__item {
    width: 33.33333%; }
  .sticky--about .sticky__list__item {
    width: 25%; }
  .sticky__list {
    float: left;
    width: 100%; }
    .sticky__list__item {
      float: left;
      width: 33.33333%; }
      .sticky__list__item__link {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-family: "BilgetechCustomAvantGarde";
        font-size: 13px;
        color: #fff;
        background-color: #000;
        transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0.5s ease; }
        .sticky__list__item__link:hover, .sticky__list__item__link.active {
          background-color: #fc255c !important;
          color: #fff; }
        @media screen and (max-width: 767px) {
          .sticky__list__item__link {
            height: 40px;
            line-height: 40px;
            font-size: 11px; } }

/*Sticky end*/
.project-name {
  padding-bottom: 15px; }

.project-detail-container {
  /*Project detail market list*/ }
  .project-detail-container .title.animation-block, .project-detail-container .title-sub-description.animation-block {
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s ease; }
    .project-detail-container .title.animation-block.inview, .project-detail-container .title-sub-description.animation-block.inview {
      opacity: 1;
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    @media screen and (max-width: 767px) {
      .project-detail-container .title.animation-block, .project-detail-container .title-sub-description.animation-block {
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px); } }
  .project-detail-container__center-content {
    position: relative;
    max-width: 745px;
    width: 100%;
    margin: 0 auto; }
  .project-detail-container__center-content--large {
    position: relative;
    max-width: 945px;
    width: 100%;
    margin: 0 auto; }
  .project-detail-container__section {
    width: 50%;
    float: left;
    text-align: right; }
    @media screen and (max-width: 990px) {
      .project-detail-container__section {
        width: 100%;
        text-align: center; } }
    .project-detail-container__section.left {
      padding-right: 35px; }
      @media screen and (max-width: 990px) {
        .project-detail-container__section.left {
          padding-right: 0; } }
    .project-detail-container__section.right {
      padding-left: 30px; }
      @media screen and (max-width: 990px) {
        .project-detail-container__section.right {
          padding-top: 40px;
          padding-left: 0; } }
    .project-detail-container__section__block {
      height: 140px;
      margin-bottom: 40px;
      float: left;
      -ms-transform: translateY(100px);
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
      transition: all 0.5s ease; }
      .project-detail-container__section__block.inview {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
      @media screen and (max-width: 990px) {
        .project-detail-container__section__block {
          -ms-transform: translateY(20px);
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
          width: 100%;
          height: auto;
          margin-bottom: 40px; } }
    .project-detail-container__section__image {
      float: left;
      width: 23%; }
      @media screen and (max-width: 990px) {
        .project-detail-container__section__image {
          float: none;
          width: 14%; } }
      @media screen and (max-width: 990px) {
        .project-detail-container__section__image {
          width: 30%; } }
    .project-detail-container__section__text {
      display: block;
      float: right;
      width: 77%;
      vertical-align: top;
      letter-spacing: -1px;
      line-height: 36px;
      padding-left: 20px;
      font-family: "Copernicus-Book";
      font-size: 24px;
      text-align: left; }
      @media screen and (max-width: 990px) {
        .project-detail-container__section__text {
          width: 100%;
          padding-left: 0;
          text-align: center; } }
    .project-detail-container__section__text--color {
      display: block;
      float: left;
      vertical-align: top;
      letter-spacing: -1px;
      width: 200px;
      text-align: left;
      line-height: 36px;
      padding-left: 20px;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 36px;
      color: #fc255c; }
      @media screen and (max-width: 990px) {
        .project-detail-container__section__text--color {
          width: 100%;
          padding-left: 0;
          text-align: center; } }
  .project-detail-container .project-detail-sub-image {
    display: inline-block;
    max-width: 100%;
    margin: 25px 0px 120px;
    opacity: 0;
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: all 0.5s ease; }
    .project-detail-container .project-detail-sub-image.inview {
      opacity: 1;
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    @media screen and (max-width: 990px) {
      .project-detail-container .project-detail-sub-image {
        margin: 25px 0px 60px; } }
  .project-detail-container .project-sub-image-container {
    background-repeat: no-repeat;
    padding: 140px 0;
    background-size: initial;
    background-position: top center; }
    .project-detail-container .project-sub-image-container.light .title, .project-detail-container .project-sub-image-container.light .title-sub-description {
      color: #fff; }
    @media screen and (max-width: 600px) {
      .project-detail-container .project-sub-image-container {
        padding: 140px 0 20px;
        background-position-y: -100px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .project-detail-container .project-sub-image-container {
        background-position-y: 0; } }
    @media screen and (min-width: 1400px) and (max-width: 1499px) {
      .project-detail-container .project-sub-image-container {
        background-size: contain; } }
    @media screen and (min-width: 1600px) and (max-width: 1699px) {
      .project-detail-container .project-sub-image-container {
        background-size: contain;
        background-position-y: -5%; } }
    @media screen and (min-width: 1700px) {
      .project-detail-container .project-sub-image-container {
        background-size: contain;
        background-position-y: -10%; } }
  .project-detail-container .project-detail-market-list {
    text-align: center;
    margin: 40px 0px;
    display: table; }
    @media screen and (max-width: 767px) {
      .project-detail-container .project-detail-market-list {
        margin: 50px 0px 20px; } }
    .project-detail-container .project-detail-market-list__link, .project-detail-container .project-detail-market-list__link--coming-soon {
      display: table-cell;
      vertical-align: middle;
      height: 105px;
      font-family: "Copernicus-Book";
      font-size: 14px;
      color: #000;
      margin-right: 25px;
      border-top: 1px solid #cacaca;
      border-bottom: 1px solid #cacaca;
      border-left: 1px solid #cacaca;
      /* two items */
      /* three items */ }
      .project-detail-container .project-detail-market-list__link:hover, .project-detail-container .project-detail-market-list__link--coming-soon:hover {
        color: #fc255c; }
      .project-detail-container .project-detail-market-list__link:first-child, .project-detail-container .project-detail-market-list__link--coming-soon:first-child {
        border-left: none; }
      .project-detail-container .project-detail-market-list__link:nth-child(1):nth-last-child(1), .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(1):nth-last-child(1) {
        width: 100%; }
      .project-detail-container .project-detail-market-list__link:nth-child(1):nth-last-child(2),
      .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(1):nth-last-child(2), .project-detail-container .project-detail-market-list__link:nth-child(2):nth-last-child(1), .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(2):nth-last-child(1) {
        width: 50%; }
      .project-detail-container .project-detail-market-list__link:nth-child(1):nth-last-child(3),
      .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(1):nth-last-child(3), .project-detail-container .project-detail-market-list__link:nth-child(2):nth-last-child(2),
      .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(2):nth-last-child(2), .project-detail-container .project-detail-market-list__link:nth-child(3):nth-last-child(1), .project-detail-container .project-detail-market-list__link--coming-soon:nth-child(3):nth-last-child(1) {
        width: 33.3333%; }
      @media screen and (max-width: 767px) {
        .project-detail-container .project-detail-market-list__link, .project-detail-container .project-detail-market-list__link--coming-soon {
          height: 70px;
          display: block;
          width: 100% !important;
          padding: 25px 0;
          border-left: none;
          border-top: none; }
          .project-detail-container .project-detail-market-list__link:first-child, .project-detail-container .project-detail-market-list__link--coming-soon:first-child {
            border-top: 1px solid #cacaca; } }
      .project-detail-container .project-detail-market-list__link__icon {
        display: inline-block;
        margin-right: 10px;
        font-size: 24px;
        vertical-align: text-bottom; }
        @media screen and (max-width: 767px) {
          .project-detail-container .project-detail-market-list__link__icon {
            font-size: 18px; } }
    .project-detail-container .project-detail-market-list__link--coming-soon:hover {
      color: #000 !important;
      cursor: default; }

/*
* Project detail css start here
*/
/*
* Who we are css start here
*/
.about-container__center-content {
  position: relative;
  max-width: 585px;
  width: 100%;
  margin: 0 auto; }

.about-container__wrapper {
  margin-top: 100px; }

.who-we-are-container {
  border-top: 1px solid rgba(193, 193, 193, 0.2); }

.about-solutions-list {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(193, 193, 193, 0.2);
  margin: 50px 0px; }
  .about-solutions-list__item {
    float: left;
    width: 33.33333%;
    padding: 40px 20px;
    text-align: center;
    min-height: 450px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.2);
    border-right: 1px solid rgba(193, 193, 193, 0.2);
    transition: all 0.25s ease; }
    .about-solutions-list__item:nth-child(3n) {
      border-right: none; }
    .about-solutions-list__item:hover .about-solutions-list__item__name {
      color: #fc255c; }
    @media screen and (max-width: 990px) {
      .about-solutions-list__item {
        width: 50%;
        padding: 30px 20px; }
        .about-solutions-list__item:nth-child(3n) {
          border-right: 1px solid rgba(193, 193, 193, 0.2); }
        .about-solutions-list__item:nth-child(2n) {
          border-right: none; } }
    @media screen and (max-width: 767px) {
      .about-solutions-list__item {
        width: 100%;
        border-right: none;
        padding: 30px 10px; }
        .about-solutions-list__item:nth-child(2n), .about-solutions-list__item:nth-child(3n) {
          border-right: none; } }
    .about-solutions-list__item__icon {
      display: inline-block;
      width: 150px;
      height: 150px;
      margin-bottom: 30px;
      transition: all 0.25s ease; }
      .about-solutions-list__item__icon--strategy {
        background: url("../img/content/who-we-are/icon-strategy.png") no-repeat;
        background-size: contain; }
      .about-solutions-list__item__icon--ui-ux {
        background: url("../img/content/who-we-are/icon-ui-ux.png") no-repeat;
        background-size: contain; }
      .about-solutions-list__item__icon--consultancy {
        background: url("../img/content/who-we-are/icon-consultancy.png") no-repeat;
        background-size: contain; }
      .about-solutions-list__item__icon--frontend {
        background: url("../img/content/who-we-are/icon-qa.png") no-repeat;
        background-size: contain; }
      .about-solutions-list__item__icon--backend {
        background: url("../img/content/who-we-are/icon-backend.png") no-repeat;
        background-size: contain; }
      .about-solutions-list__item__icon--mobile {
        background: url("../img/content/who-we-are/icon-mobile.png") no-repeat;
        background-size: contain; }
    .about-solutions-list__item__name {
      display: inline-block;
      width: 100%;
      font-family: "BilgetechCustomAvantGarde";
      font-size: 30px;
      letter-spacing: -1px;
      transition: all 0.25s ease; }
    .about-solutions-list__item p {
      transition: all 0.25s ease;
      font-size: 16px; }

.about-people-list {
  margin: 50px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .about-people-list {
      display: block;
      margin-bottom: 0; } }
  .about-people-list__item {
    position: relative;
    float: left;
    width: 33.33333%;
    z-index: 1;
    /* Before width height  */ }
    @media screen and (max-width: 990px) {
      .about-people-list__item {
        width: 50%;
        -webkit-flex: 1 50%;
            -ms-flex: 1 50%;
                flex: 1 50%; }
        .about-people-list__item:last-child {
          display: none; } }
    @media screen and (max-width: 767px) {
      .about-people-list__item {
        width: 100%; }
        .about-people-list__item:last-child {
          display: block; } }
    .about-people-list__item:hover, .about-people-list__item.active {
      z-index: 2; }
      .about-people-list__item:hover .about-people-list__item__image, .about-people-list__item.active .about-people-list__item__image {
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .about-people-list__item:hover .about-people-list__item__detail, .about-people-list__item.active .about-people-list__item__detail {
        display: block;
        opacity: 1; }
    .about-people-list__item:nth-child(3n+1) .about-people-list__item__detail, .about-people-list__item:nth-child(3n+2) .about-people-list__item__detail {
      left: 100%;
      top: 0px; }
      .about-people-list__item:nth-child(3n+1) .about-people-list__item__detail:before, .about-people-list__item:nth-child(3n+2) .about-people-list__item__detail:before {
        top: 50%;
        left: -25px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .about-people-list__item:nth-child(3n+3) .about-people-list__item__detail {
      left: -100%;
      top: 0px; }
      .about-people-list__item:nth-child(3n+3) .about-people-list__item__detail:before {
        top: 50%;
        right: -25px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    @media screen and (max-width: 990px) {
      .about-people-list__item:nth-child(2n+1) .about-people-list__item__detail {
        left: 100%;
        top: 0px; }
        .about-people-list__item:nth-child(2n+1) .about-people-list__item__detail:before {
          top: 50%;
          left: -25px;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .about-people-list__item:nth-child(2n+2) .about-people-list__item__detail {
        left: -100%;
        top: 0px; }
        .about-people-list__item:nth-child(2n+2) .about-people-list__item__detail:before {
          top: 50%;
          left: auto;
          right: -25px;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
    @media screen and (max-width: 767px) {
      .about-people-list__item .about-people-list__item__detail {
        left: 0px !important;
        right: 0px !important;
        top: 100%; }
        .about-people-list__item .about-people-list__item__detail:before {
          display: none !important; } }
    .about-people-list__item__image {
      display: block;
      width: 100%;
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.25s ease; }
    .about-people-list__item__detail {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fc255c;
      opacity: 0;
      display: none;
      transition: all 0.25s 0.25s ease; }
      .about-people-list__item__detail__middle-content {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        display: table; }
        .about-people-list__item__detail__middle-content__middle {
          display: table-cell;
          vertical-align: middle; }
      .about-people-list__item__detail:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 25px solid #fc255c;
        border-right: 25px solid transparent;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; }
      .about-people-list__item__detail__name {
        display: inline-block;
        width: 100%;
        font-family: "BilgetechCustomAvantGarde";
        font-size: 36px;
        color: #fff;
        letter-spacing: -1px;
        line-height: 0.9em; }
        @media screen and (max-width: 767px) {
          .about-people-list__item__detail__name {
            font-size: 24px; } }
      .about-people-list__item__detail__title {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        font-family: "Copernicus-Book";
        font-size: 16px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .about-people-list__item__detail__title {
            font-size: 13px; } }
      .about-people-list__item__detail__social-list {
        position: absolute;
        left: 0px;
        bottom: 15px;
        width: 100%;
        text-align: center; }
        .about-people-list__item__detail__social-list__item {
          display: inline-block;
          margin-right: 10px; }
          .about-people-list__item__detail__social-list__item:last-child {
            margin-right: 0px; }
        .about-people-list__item__detail__social-list__link {
          display: block;
          width: 35px;
          height: 35px;
          background-color: #fff;
          border-radius: 50%;
          color: #fc255c;
          line-height: 35px; }
          .about-people-list__item__detail__social-list__link i {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px; }
          .about-people-list__item__detail__social-list__link:hover {
            color: #fc255c; }
    .about-people-list__item__career-content {
      position: absolute;
      left: 12.5%;
      bottom: 20%;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .about-people-list__item__career-content {
          position: relative;
          float: left;
          left: 0px;
          bottom: auto;
          padding: 30px 15px; }
          .about-people-list__item__career-content .title {
            text-align: center; } }
    .about-people-list__item__career-list {
      margin-top: 10px;
      text-align: left; }
      .about-people-list__item__career-list__item {
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .about-people-list__item__career-list__item {
            margin-top: 0px;
            border-bottom: 1px solid #cacaca; }
            .about-people-list__item__career-list__item:last-child {
              border: none; } }
      .about-people-list__item__career-list__link {
        display: block;
        font-family: "Copernicus-Book";
        font-size: 16px;
        color: #000;
        transition: all 0.25s ease; }
        .about-people-list__item__career-list__link i {
          float: right;
          font-size: 18px;
          display: none; }
          @media screen and (max-width: 767px) {
            .about-people-list__item__career-list__link i {
              display: block; } }
        .about-people-list__item__career-list__link:hover {
          color: #fc255c; }
        @media screen and (max-width: 767px) {
          .about-people-list__item__career-list__link {
            padding: 15px;
            font-size: 16px; } }

.about-partners-list {
  float: left;
  width: 100%;
  margin: 50px 0px;
  border-top: 1px solid rgba(193, 193, 193, 0.2);
  border-left: 1px solid rgba(193, 193, 193, 0.2); }
  .about-partners-list__item {
    float: left;
    width: 25%;
    border-bottom: 1px solid rgba(193, 193, 193, 0.2);
    border-right: 1px solid rgba(193, 193, 193, 0.2); }
    @media screen and (max-width: 990px) {
      .about-partners-list__item {
        width: 50%; } }
    .about-partners-list__item__image {
      width: 100%; }

/*
* Who we are css end here
*/
/* ==|== Primary Styles ends here
	========================================================================== */
@media only screen and (max-width: 1170px) {
  /*Small Desktop*/
  .centercontent {
    max-width: 990px; } }

@media only screen and (max-width: 990px) {
  /*Tablet*/
  .centercontent {
    max-width: 768px; } }

@media only screen and (max-width: 767px) {
  /*Mobile*/
  .centercontent {
    max-width: 100%;
    padding: 0px 15px; } }

#scroll-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

#scroller {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }
