
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/*!
 *  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *    */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:.2em .25em .15em;border:solid .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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\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-pp: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-resistance: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: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 
 /*! Flickity v2.0.9
 * http://flickity.metafizzy.co
 * ---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*!
 *  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *    */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:.2em .25em .15em;border:solid .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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\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-pp: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-resistance: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: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
    font-family: 'Optima';
    src: url("../fonts/LTe50019.ttf");
}



body {
    font-family:  'Open Sans', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Optima;
    font-weight: 700;
}


/* ******************* */

.item-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.stream li.dcsns-instagram{
    padding-bottom: 0;
}
.section-intro{
    background-color: transparent !important;
}



.index-sectors-card-img-pos img {
    max-height: 150px;
}


/* ******************* */

.index-banner-slider .gallery-cell {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../banner-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.index-banner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.index-slider-video-modal .modal-dialog{
    max-width: 60%;
}
.index-slider-video-modal .modal-header{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 0;
}
.index-slider-video-modal .modal-content{
    background-color: transparent;
    border: 0;
}
.index-slider-video-modal .modal-body{
    padding: 0;
}
video{
    outline: none !important;
}
.index-slider-video-modal .close{
    color: #fff;
    opacity: 1;
    margin-right: 0;
}
.index-slider-video-modal .close span{
    color: #fff;
    opacity: 1;
}
.index-banner-play-icon i{
    z-index: 99999;
    position: absolute;
    right: 40px;
    color: #f3c112;
    font-size: 3em;
    bottom: 23px;
    cursor: pointer;
    z-index: 999999;
    cursor: pointer;
}
.index-video-modal-timer{
    background-color: #f3c112;
    z-index: 99;
    padding: 10px 40px;
    display: block;
    position: absolute;
    top: -20px;
    right: 15px;
}
.banner-social-media ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
}

.banner-social-media ul li:not(:last-child) {
    margin-bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
    background-color: #f3c112;
}

.flickity-page-dots .dot {
    background-color: #fff;
    width: 7px;
    height: 7px;
    opacity: 1;
}

.index-banner-cell-title h2 {
    color: #f3c112;
    font-size: 30px;
}

.banner-social-media {
    height: 750px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index-banner-slider .carousel {
    margin: 0 0 !important;
}

.index-banner-slider .flickity-page-dots {
    bottom: 100px;
}

.index-banner-slider .flickity-prev-next-button {
    bottom: 24px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 1000;
}

.index-banner-cell-text p {
    color: #fff;
    font-size: 15px;
}

.index-banner-slider .flickity-prev-next-button.previous {
    left: auto;
    right: 150px;
}

.index-banner-slider .flickity-prev-next-button.next {
    right: 100px;
}

.index-banner-nav {
    margin-top: -80px;
}

.index-banner-nav-mob {
    text-align: center;
}

.index-banner-nav-mob .dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.index-banner-nav-mob .btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.index-banner-nav-mob .dropdown-item {
    text-align: center;
}

.index-banner-nav nav {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-align: center;
}

.index-banner-nav .nav-link {
    font-size: 16px;
    padding: 19px 0 18px;
    color: #fff;
    width: 20%;
    border-radius: 10px;
}

.index-banner-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


/* ******************* */

.section-title .section-title-border {
    height: 11px;
    width: 144px;
    border-radius: 3px;
    background-color: #f3c112;
    margin: auto;
    margin-bottom: 35px;
}

.section-title h2 {
    text-align: center;
    color: #005341;
    font-family: 'Optima';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3px;
}


/* ***************** */


/* about */

.index-about {
    padding-top: 62px;
    position: relative;
}

.about-top-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-bot-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-us-top-img {
    background-image: url(../about-top-bg.jpg);
    background-size: contain;
}

.about-us-top-img img {
    width: 100%;
}

.about-us-top-info {
    min-height: 539px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-top-title h4 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #000;
}

.about-us-top-text p {
    font-size: 14px;
    color: #707070;
}

.index-about-bottom-img {
    background-image: url("../about-bg.jpg");
    border-radius: 10px;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 24px 0;
    min-height: 401px;
    background-position-x: -24px;
}

.index-about-bottom-img-text {
    min-height: 354px;
    background-color: rgba(255, 255, 255, 0.62);
    margin-left: -30px;
    margin-right: 20px;
    padding: 28px 20px 28px 30px;
    border-radius: 10px;
}

.index-about-bottom-img-text p:last-child {
    margin-bottom: 0;
}

.index-about-bottom-img-text p {
    line-height: 1.2;
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.index-about-bottom-text {
    display: flex;
    justify-content: center;
    min-height: 401px;
    flex-direction: column;
}

.index-about-bottom-text h4 {
    font-size: 22px;
    color: #000;
}


/* *************** */


/* sectors */

.index-sectors {
    padding: 63px 0 61px;
}

.index-sectors-card-img {
    height: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.index-sectors-card-img {
    max-height: 170px;
}

.index-sectors-slider {
    margin-top: 55px;
}

.index-sectors-slider .carousel-cell {
    margin-bottom: 30px;
}

.index-sectors-card-title h4 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Optima';
    font-weight: 700;
    margin: 22px 0 8px;
}

.index-sectors-card-text {
    padding: 0 5px;
    text-align: center;
    color: #707070;
    font-size: 14px;
}

.index-sectors-card-btn {
    text-align: center;
}

.index-sectors-card-btn .yellow-btn {
    padding: 2px 23px 0px;
    font-size: 15px;
}


/* ******************* */

.index-news {
    background-color: #f4f4f4;
    padding: 62px 0 70px;
}

.index-news .gal-grid {
    margin: 50px -15px 0;
}

.index-news-card {
    position: relative;
    overflow: hidden;
}

.index-news .gal-grid-item {
    display: flex;
    justify-content: center;
    width: 25%;
    padding: 0 15px;
    height: auto;
    margin-bottom: 30px;
}

.index-news .gal-grid-item img {
    border-radius: 10px;
}

.gal-grid-item:hover .img-hover-overlay {
    opacity: 1;
}

.img-hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s ease;
    top: 100%;
    left: 0;
    text-align: center;
}

.img-hover-overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.img-hover-overlay-bg {
    border-radius: 10px;
    padding: 30px 25px;
}

.img-hover-overlay-bg p {
    color: #fff;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
}

.img-hover-overlay-bg p:not(:last-child) {
    margin-bottom: 20px;
}

.img-hover-overlay-header span {
    margin-right: 10px;
}


/* ******************* */


/* careers */

.index-careers {
    padding: 85px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../careers-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index-careers .section-title h2 {
    color: #f3c112;
    margin-bottom: 7px;
}

.index-careers-text {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin: 0 17%;
}

.index-careers-btn {
    text-align: center;
}

.apply-btn {
    background-color: transparent;
    color: #f3c112;
    border-radius: 10px;
    border: 1px solid #f3c112;
    padding: 4px 30px 2px;
}

.apply-btn:focus,
.apply-btn:hover {
    background-color: #f3c112;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid #f3c112;
    padding: 4px 30px 2px;
    box-shadow: none;
}


/* ******************* */

.interesting-facts {
    padding: 45px 0 70px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../interesting-facts.jpg");
}

.interesting-facts-title h4 {
    font-size: 22px;
    color: #f3c112;
}

.interesting-facts-text p {
    color: #fff;
    font-size: 14px;
}

.interesting-facts-cards {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-align: center;
    padding: 19px 0 15px;
}

.interesting-facts-card-number h5 {
    font-size: 25px;
    color: #f3c112;
    margin-bottom: 0px;
}

.interesting-facts-card-title h6 {
    font-size: 16px;
    font-family: 'optima';
    color: #fff;
}


/* ******************* */


/* testimonials */

.flickity-prev-next-button .arrow {
    fill: transparent;
}

.flickity-prev-next-button.previous {
    background: url('../prev-arrow.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.flickity-prev-next-button.next {
    background: url('../next-arrow.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.flickity-prev-next-button.previous {
    left: -80px;
}

.flickity-prev-next-button.next {
    right: -80px;
}
.footer-social-media-links a{
    margin-right: 10px;
}
.carousel {
    margin: 0 -15px;
}
.index-blog-text {
    background-color: #f6f6f6;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}
.index-blog{
    margin: 60px 0;
}
.index-blog .col-md-4{
    margin-bottom: 40px;
}
.index-blog-more{
    background-color: #f3c112;
    color: #fff;
    padding: 5px 60px;
    border-radius: 0;
}
.index-blog-text h2{
    font-size: 20px;
}
.index-blog-text h2 a{
    color: #111111;
}
.index-blog-text h2 a:hover{
    color: #f3c112;
}
.blog-all-boxes{
    margin-top: 62px;
}
.index-blog-title a{
    color: #111;
    font-size: 20px;
}
.blog-details-data .index-blog-img{
    margin-bottom: 30px;  
}
.index-blog-description p{
    font-size: 13px;
}
.blog-description-related .index-blog-img{
    margin: 0 !important;
}
.blog-related-box {
    margin-bottom: 25px;
}
#index-blog .index-blog-img {
    max-height: 200px;
    overflow: hidden;
}
.index-video{
    padding: 50px 0;
    background-color: #f4f4f4;
}
.all-videos iframe{
    width: 100%;
    margin-bottom: 30px;
}
.index-video .index-blog-more{
    margin-top: 50px;  
}
.index-video iframe {
    width: 100%;
}
.mfp-wrap{
    z-index: 9999999;
}
.index-testimonials {
    padding: 55px 0 50px;
}

.index-testimonials-slider {
    margin-top: 50px;
}

.index-testimonials-card {
    min-height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 27px 15px 27px 33px;
    margin-bottom: 25px;
}
.index-news .dcsns{
    background: transparent;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover, .filter .f-facebook a.iso-active{
    background-color: transparent;
    /*    height: 30px;*/
}
.index-testimonials-card-text p {
    color: #707070;
    font-size: 14px;
    margin-bottom: 10px;
}

.index-testimonials-card-name h6 {
    color: #005341;
    margin: 0;
    font-size: 18px;
    font-family: 'Optima';
    font-weight: 700;
}
.section-intro a,.section-intro span{
    display: none;
}
.section-text{
    display: none !important;
} 
.index-manager-img{
    display: none;
}
.section-user-show{
    display: block !important;
}
.section-user-hide{
    display: none !important;
}
.stream li{
    min-height: 140px;
    margin-bottom: 15px;
    overflow: hidden;
}
.section-thumb img{
    max-width: 270px !important;
    padding: 0;
    width:100%; 
    height:100%;
    object-fit: cover;
    margin: 0 !important;
}
.stream li a{
    color: #fff;
}
.stream li .section-text {
    display: block;
    margin-bottom: 3px;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #000000ad;
    color: #fff;
    padding: 20px 40px;
    font-size: 14px;
    overflow: auto;
    width: 100%;
}
.social-footer-hide{
    opacity: 0;
}
.stream li .section-thumb img{
    border: 0;
    padding: 0;
}
.stream li .section-text a{
    color: #fff !important;
}
ul.stream{
    width: 100% !important;
}
.stream li{
    width: 23%;
    padding: 0;
    margin: 0 10px;
}
.stream li .inner{
    padding: 0;
}
.stream li .section-thumb{
    margin: 0;
    max-width: 100%;
}
.social-top-icon{
    top: 20px !important;
}
.stream li{
    box-shadow: none;
    border: 0;
    margin-top: 20px;
}
.stream li .section-text a{
    word-break: break-all;
}
.stream li .section-share{
    display: none;
}
.stream li .section-user{
    width: 100%;
    height: 30px;
    padding-left: 30px;
    padding-top: 11px;
    background: none;
    background-color: #005341;
    margin: 0;
    margin-top: -2px;
}
.stream li.dcsns-instagram .section-thumb img{
    border: 0;
}
.dcsns-instagram span a{
    padding-left: 5px;
}
.dcsns-li .socicon{
    bottom: 5px;
}
.banner-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
}
.index-banner-cell-text{
    color: #fff;
}
/* ******************* */


/* video */

.index-video-section {
    position: relative;
    height: 538px;
}

.index-video-div {
    position: absolute;
    height: 538px;
    width: 100%;
    z-index: -100;
    overflow: hidden;
}

.index-support-background-video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* ******************* */

.index-contact-us {
/*    margin-top: 85px;*/
    padding-top: 55px;
    padding-bottom: 70px;
}

.index-contact-us .section-title {
    margin-bottom: 50px;
}

.index-contact-form {
    height: 417px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index-contact-form form input,
.index-contact-form form textarea {
    border-radius: 5px;
    height: 30px;
    border-color: #cccccc;
    color: #707070;
    font-size: 14px;
    margin-bottom: 20px;
}

.index-contact-form form textarea {
    resize: none;
    height: 138px;
    margin-bottom: 30px;
}

.index-contact-form form input:focus,
.index-contact-form form textarea:focus {
    border-color: #707070;
    box-shadow: none;
}

.index-contact-form form input::placeholder,
.index-contact-form form textarea::placeholder {
    color: #707070;
    font-size: 14px;
}

.index-contact-form .yellow-btn {
    padding: 0 56px;
}

.yellow-btn,
.yellow-btn:hover {
    background-color: #f3c112;
    height: 31px;
    border-radius: 10px;
    font-size: 15px;
    color: #005341;
}

.yellow-btn:focus {
    box-shadow: none;
}

#indexMap {
    height: 417px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cccccc;
}


/* ******************** */


/* footer */

.bot-footer-text p,
.bot-footer-text a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.bot-footer-ist {
    text-align: right;
}

.bot-footer {
    padding: 15px 0 11px;
    background-color: #000;
}

.footer {
    border-top: 1px solid #cccccc;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url('../footer-background.png');
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
}
.index-banner-play-icon-mobile{
    display: none;
}
.footer-title h4 {
    font-size: 18px;
    font-family: 'Optima';
    font-weight: 700;
}

.footer-contact-info ul,
.footer-links-list ul {
    list-style: none;
    padding-left: 0;
}

.footer-contact-info ul li span {
    width: 19px;
    display: table-cell;
}

.footer-contact-info ul li p {
    display: table-cell;
    padding-left: 5px;
}

.footer-contact-info ul li {
    margin-bottom: 8px;
}

.footer-links-list ul li {
    margin-bottom: 6px;
}

.footer-contact-info ul p,
.footer-contact-info ul a,
.footer-links-list ul a {
    color: #707070;
    font-size: 14px;
}

.footer-social-media {
    /* max-width: 110px; */
}

.footer-newsletter-input p {
    color: #707070;
    font-size: 14px;
}

.footer-newsletter-input {
    position: relative;
    margin-right: 22px;
}

.footer-newsletter-input span {
    position: absolute;
    top: 3px;
    right: 9px;
}

.footer-newsletter-input input {
    border-radius: 5px;
    height: 30px;
    border-color: #cccccc;
    color: #707070;
    font-size: 14px;
}

.footer-newsletter-input input:focus {
    border-color: #707070;
    box-shadow: none;
}

.footer-newsletter-input input::placeholder {
    color: #707070;
    font-size: 14px;
}


/* *********************************** */


/* search form */

.page-banner {
    background-image: url("../page-banner.jpg");
    padding: 82px 0 85px;
}

.page-search-from .nav-pills {
    justify-content: center;
    max-width: 240px;
    background-color: #fff;
    border-radius: 7px;
}

.page-search-from .nav-pills .nav-link {
    font-size: 18px;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 110px;
}

.page-search-from .nav-pills .nav-link.active,
.page-search-from .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #065341;
    width: 130px;
}

.page-search-from-tabs {
    margin: auto;
    max-width: 240px;
}

.page-search-from .tab-content {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    margin: 0 -30px;
    padding: 30px 30px 34px;
}

.page-search-from .form-group {
    position: relative;
}

.page-search-from .form-group .input-img {
    position: absolute;
    top: 4px;
    left: 10px;
    max-width: 15px;
}

.page-search-from .form-group input,
.page-search-from .form-group select {
    padding-left: 30px;
    border-radius: 10px;
    border: 0;
    height: 35px;
    margin-bottom: 20px;
    font-size: 14px;
}

.page-search-from .form-group input:focus,
.page-search-from .form-group select:focus {
    border: 1px solid #707070;
    outline: none;
    box-shadow: none;
}

.page-search-from .form-group input::placeholder,
.page-search-from .form-group select {
    font-size: 14px;
    color: #898989;
}

.form-search-btn {
    margin-top: 10px;
    text-align: center;
}

.form-search-btn .search-btn {
    background-color: #065341;
    padding: 5px 30px;
    color: #fff;
    border-radius: 7px;
}

.form-search-btn .search-btn:focus {
    box-shadow: none;
}

.form-search-btn .search-btn span {
    padding-left: 10px;
}


/* all projects */

.page-banner {
    margin-top: 90px;
}

.all-projects {
    padding: 62px 0 50px;
}

.all-projects-cards {
    margin-top: 50px;
}

.all-projects-card-img {
    height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.all-projects-card-img img {
    max-height: 230px;
}

.all-projects-card-name {
    text-align: center;
    margin-top: 13px;
}

.all-projects-card-name a {
    font-family: 'Optima';
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.all-projects-card {
    margin-bottom: 42px;
}

.load-more-btn {
    text-align: center;
}

.load-more-btn .yellow-btn {
    padding: 1px 45px 2px;
    font-size: 15px;
}


/* *********************** */


/* sectors page */

.sectors-page {
    padding: 64px 0 25px;
}

.sector-tab-intro-img {
    height: 298px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
}

.sector-tab-intro-img img {
    max-height: 340px;
    border-radius: 10px;
}

.sector-tab-intro-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 298px;
}

.sector-tab-intro-title h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #000;
}

.sector-tab-intro-text p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.sector-tab-projects-title h4 {
    font-size: 22px;
    color: #005341;
}

.sector-tab-projects .all-projects-cards {
    margin-top: 30px;
}

.sector-tab-intro {
    margin-bottom: 30px;
}

.sectors-tabs .nav-pills {
    margin: 50px 0;
    justify-content: center;
    background-color: #ebebeb;
    border-radius: 10px;
}

.sectors-tabs .nav-pills .nav-item {
    width: 20%;
    text-align: center;
}

.search-nav-item {
    cursor: pointer;
}

.sectors-tabs .nav-pills .nav-link {
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
}

.sectors-tabs .nav-pills .nav-link.active,
.sectors-tabs .nav-pills .show > .nav-link {
    background-color: #065341;
    color: #fff;
}


/* ***************** */


/* search modal */

.search-modal .page-search-from .form-group input,
.search-modal .page-search-from .form-group select {
    border: 1px solid #cccccc;
}

.search-modal .page-search-from .form-group input:focus,
.search-modal .page-search-from .form-group select:focus {
    border: 1px solid #707070;
    box-shadow: none;
}

.search-modal .modal-dialog-centered {
    max-width: 600px;
}

.search-modal .form-search-btn .search-btn {
    background-color: #f3c112;
    color: #065341;
}

.search-modal .page-search-from .nav-pills {
    justify-content: center;
    max-width: 240px;
    background-color: #ebebeb;
    border-radius: 7px;
}

.search-modal .page-search-from .nav-pills .nav-link {
    background-color: #ebebeb;
}

.search-modal .page-search-from .nav-pills .nav-link.active,
.search-modal .page-search-from .nav-pills .show > .nav-link {
    background-color: #065341;
}

.search-modal .page-search-from .tab-content {
    margin: 0;
    padding: 15px 5px;
}
.footer-social-media-links {
    max-width: 150px;
}
.footer-social-media-links a {
    margin-bottom: 5px;
    float: left;
}
.search-modal .modal-close {
    position: absolute;
    top: 6px;
    right: 8px;
    height: 20px;
    z-index: 9999;
}

.search-modal .modal-close:focus {
    outline: none;
}

.search-modal .modal-body {
    padding: 30px 10px 20px;
}


/* ********************* */
.project-page-gallery-slider .carousel {
    margin: 0px;

}

.project-page {
    margin-top: 93px;
    padding: 50px 0;
}

.project-page-360-imgs {
    padding-bottom: 50px;
}

.project-page .carousel-main .carousel-cell {
    width: 100%;
}

.project-page .carousel-nav {
    width: auto;
    margin: auto;
    margin-top: 5px;
}

.project-page .carousel-nav .carousel-cell .carousel-cell-img {
    height: 92px;
    width: 92px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}

.project-page .carousel-nav .carousel-cell .carousel-cell-img img {
    border-radius: 10px;
    max-height: 92px;
}

.project-page .carousel-main .carousel-cell .carousel-cell-img {
    height: 409px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
.page-not-found{
    padding-top: 200px;
    padding-bottom: 100px;
}
.page-not-found .error {
    text-align: center;
}
.page-not-found .error h1 {
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}
.page-not-found .error p {
    font-weight: 100;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.page-not-found .error .smaller {
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 40px;
}

.page-not-found .cta-button {
    font-weight: 300;
    color: #2B2B2B;
    padding: 20px;
    border: 2px solid #2B2B2B;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 300px;
    margin: auto;
    float: left;
}
.page-not-found .cta-button{
    color: #2B2B2B;
}
.page-not-found .cta-button:after {
    position: absolute;
    transition: all 0.3s ease-in-out;
    content: '';
    width: 0;
    left: -10%;
    bottom: 0;
    height: 3px;
    background: #2B2B2B;
    height: 120%;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.page-not-found .cta-button:hover {
    cursor: pointer;
    color: #fff ;
}
.page-not-found .cta-button:hover:after {
    width: 120%;
    left: -10%;
}
.not-found-btn{
    text-align: center;
    display: flex;
    margin-top: 30px;
}
.project-page .carousel-main .carousel-cell .carousel-cell-img img {
    border-radius: 10px;
    max-height: 409px;
}

.project-page .flickity-prev-next-button.previous {
    left: -15px;
    background: url(../slider-main-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.project-page .flickity-prev-next-button.next {
    right: -15px;
    background: url(../slider-main-next.png);
    background-repeat: no-repeat;
    background-position: center;
}

.project-page .carousel-nav .flickity-prev-next-button.previous {
    left: -30px;
    background: url(../slider-nav-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.project-page .carousel-nav .flickity-prev-next-button.next {
    right: -30px;
    background: url(../slider-nav-next.png);
    background-repeat: no-repeat;
    background-position: center;
}

.project-page-project-title h6 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #065341;
}

.project-page-project-text {
    font-size: 14px;
    color: #333;
    line-height: 25px
}

.project-page-project-spec-card {
    display: flex;
    flex-direction: row;
}

.project-page-project-spec-card span {
    margin-right: 10px;
    margin-top: -2px;
}

.project-page-project-spec-card p {
    font-size: 14px;
    color: #707070;
}

.project-page-inquiry {
    display: flex;
    flex-direction: row;
}

.project-page-inquiry p {
    font-size: 22px;
    color: #000;
}

.project-page-inquiry .yellow-btn {
    margin-left: 15px;
    padding: 3px 48px 6px;
}

.inquiry-modal .modal-dialog {
    max-width: 600px;
}

.inquiry-from-title h4 {
    font-size: 22px;
    color: #065341;
    text-align: center;
    margin-bottom: 16px;
}

.inquiry-from .form-control {
    height: 35px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 18px;
}

.inquiry-from .form-control::placeholder {
    font-size: 14px;
    color: #898989;
}

.inquiry-from .form-check {
    margin-bottom: 11px;
}

.inquiry-send-btn {
    margin-top: 5px;
    text-align: center;
}

.inquiry-send-btn .yellow-btn {
    padding: 6px 48px 8px;
    height: 36px;
}

.inquiry-modal .modal-body {
    padding: 33px 0px 40px;
    position: relative;
}

.inquiry-modal .modal-close {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 1000;
}

.inquiry-modal .modal-close:focus {
    outline: none;
}

.project-floorplans-select {
    display: flex;
    margin-bottom: 40px;
}

.project-floorplans-table thead {
    border-radius: 10px;
    background-color: #065341;
}

.project-floorplans-table thead th {
    font-weight: normal;
    padding: 4px 5px 3px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.project-floorplans-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.project-floorplans-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.project-floorplans-table tbody {
    padding: 10px 0;
}

.project-floorplans-table tbody tr {
    border-left: 1px solid #065341;
    border-right: 1px solid #065341;
    border-radius: 10px;
    text-align: center;
}

.project-floorplans-table tbody tr td {
    padding: 6px 0px;
    color: #707070;
    font-size: 14px;
}

.project-floorplans-table tbody tr:hover {
    cursor: pointer;
    background-color: #f3c212;
}

.project-floorplans-table tbody tr:hover td {
    color: #fff;
}

.project-floorplans-table tbody td {
    border: 0;
}

.project-floorplans-table tbody tr:last-child {
    border-bottom: 1px solid #065341;
    border-radius: 10px;
}

.project-floorplans-table tbody tr:last-child {
    border-radius: 10px;
}

.project-floorplans-table tbody tr:last-child {
    border-bottom-left-radius: 10px;
}

.project-floorplans-table tbody tr:last-child {
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #065341;
}

.project-floorplans-select h6 {
    color: #065341;
    font-size: 22px;
    margin-bottom: 0;
}

.project-page-interactive {
    margin-bottom: 55px;
}

.project-floorplans-select select {
    font-size: 14px;
    color: #707070;
    max-width: 215px;
    height: 30px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-left: 22px;
    border: 1px solid #cccccc;
}

.project-floorplans-select select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #bdb9b9;
}


/* ******************************* */
@media(min-width: 1200px) {
    .project-page .flickity-prev-next-button.next {
        right: 15px;
    }

    .project-page .flickity-prev-next-button.previous {
        left: 15px;
    }
}
@media (min-width:1199px) and (max-width:1400px) {
    .flickity-prev-next-button.previous{
        left: -20px;
    }
    .flickity-prev-next-button.next {
        right: -20px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .project-page .carousel-main .carousel-cell .carousel-cell-img img {
        max-height: 335px;
    }

    .project-page .carousel-main .carousel-cell .carousel-cell-img {
        height: 335px;
    }

    .index-banner-slider .flickity-prev-next-button.previous {
        right: 120px;
    }

    .index-banner-slider .flickity-prev-next-button.next {
        right: 70px;
    }

    .index-about-bottom-text h4 {
        font-size: 18px;
    }

    .about-top-img,
    .about-bot-img {
        width: 25%;
    }

    .flickity-prev-next-button.next {
        right: -32px;
    }

    .flickity-prev-next-button.previous {
        left: -32px;
    }

    .sectors-tabs .nav-pills .nav-link {
        font-size: 15px;
    }

    .all-projects-card-img {
        height: 190px;
    }

    .all-projects-card-img img {
        max-height: 190px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .svg-modal-title h3 {
        font-size: 18px;
    }

    .project-page-project-info {
        margin-bottom: 50px;
    }

    .project-page-inquiry p {
        font-size: 18px;
    }

    .project-page .carousel-main .carousel-cell .carousel-cell-img img {
        max-height: 335px;
    }

    .project-page .carousel-main .carousel-cell .carousel-cell-img {
        height: 335px;
    }

    .index-banner-slider .flickity-prev-next-button.previous {
        right: 100px;
    }

    .index-banner-slider .flickity-prev-next-button.next {
        right: 50px;
    }

   
    .index-news .gal-grid-item {
        width: 50%;
    }

   

    .about-us-top-info {
        min-height: auto;
        margin: 50px;
    }

    #indexMap {
        height: 350px;
    }

    .index-about-bottom-text {
        min-height: auto;
    }

    .index-about-bottom-text h4 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-top-img,
    .about-bot-img {
        width: 35%;
    }

    .flickity-prev-next-button.next {
        right: -25px;
    }

    .flickity-prev-next-button.previous {
        left: -25px;
    }

    .index-video-div {
        height: 425px;
    }

    .index-video-section {
        height: 425px;
    }

    .index-contact-form {
        height: auto;
        margin-bottom: 50px;
    }

    .sector-tab-intro-img img {
        max-height: auto;
    }

    .sector-tab-intro-img {
        height: auto;
    }

    .sectors-tabs .nav-pills .nav-link {
        font-size: 15px;
    }

    .sector-tab-intro-info {
        min-height: auto;
        margin-top: 30px;
    }

    .sector-tab-intro-title h4 {
        font-size: 20px;
    }

    .footer-links {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 26px;
    }

  

    .about-us-top-img {
        margin-top: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .project-page-inquiry p {
        font-size: 17px;
    }

    .project-floorplans-table table {
        margin: 50px auto 0;
        max-width: 370px;
    }

  

    .index-news .gal-grid-item {
        width: 50%;
    }

  

    .index-banner-slider .flickity-prev-next-button.next {
        right: 20px;
    }

    .index-banner-slider .flickity-prev-next-button.previous {
        right: 70px;
    }

    .index-banner-cell-title h2 {
        font-size: 25px;
    }

    .about-us-top-title h4 {
        font-size: 18px;
    }

    .about-us-top-img {
        margin-top: 30px;
    }

    .about-top-img,
    .about-bot-img {
        width: 25%;
    }

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .flickity-prev-next-button.next {
        right: 0;
    }

    .index-sectors-slider .carousel-cell,
    .index-testimonials-carousel .carousel-cell {
        max-width: 320px;
        margin: auto;
        margin-bottom: 30px;
    }

    .index-contact-form {
        height: auto;
        margin-bottom: 50px;
    }

    #indexMap {
        height: 350px;
    }

    .index-about-bottom-text {
        min-height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .index-about-bottom-text h4 {
        font-size: 18px;
    }

    .about-us-top-info {
        min-height: auto;
        margin: 40px 0;
    }

    .index-about-bottom-img-text {
        margin: 0;
    }

    .index-about-bottom-img {
        padding: 24px;
    }

    .index-video-div,
    .index-video-section {
        height: 320px;
    }

    .interesting-facts-card-title h6 {
        font-size: 14px;
    }

    .interesting-facts-card-number h5 {
        font-size: 20px;
    }

    .sector-tab-intro-img img {
        max-height: auto;
    }

    .sector-tab-intro-img {
        height: auto;
    }

    .sectors-tabs .nav-pills .nav-link {
        font-size: 14px;
    }


    .all-projects-card-img {
        height: 215px;
    }

    .all-projects-card-img img {
        max-height: 215px;
    }

    .footer-links {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .all-projects-card-name a {
        font-size: 16px;
    }

    .page-search-from .nav-pills .nav-link {
        font-size: 16px;
    }

    .footer {
        padding-top: 60px;
    }

   
}

@media(max-width: 575px) {

    .sectors-page {
        padding: 34px 0 25px;
    }

    .index-contact-us .section-title{
        margin-bottom: 0;
    }

    .sectors-tabs .nav-pills{
        margin: 30px 0;
    }
    .topMobile{
        bottom: 70px;
        position: absolute
    }
    .stream li{
        width: 70%;
        left:40px !important;
    }
    .topMobile p {
        font-size: 12px;
    }
    .project-page .carousel-main .carousel-cell .carousel-cell-img {
        height: 220px;
    }

    .project-page .carousel-main .carousel-cell .carousel-cell-img img {
        max-height: 220px;
    }

    .project-page-gallery-slider {
        max-width: 370px;
        margin: 0px auto 50px;
    }

    .project-page-inquiry .yellow-btn {
        margin-left: 0;
    }

    .project-floorplans-table table {
        margin: 50px auto 0;
        max-width: 370px;
    }

    .project-page-inquiry {
        display: block;
    }

    .project-page-inquiry-btn {
        text-align: center;
    }

    project-page-inquiry .btn {
        margin: auto;
    }

    .project-page-inquiry p {
        font-size: 17px;
    }

  
    .index-news .gal-grid-item {
        width: 100%;
    }

    .index-banner-slider .carousel {
        margin: 0 15px !important;
    }

    .index-sectors-slider .carousel-cell,
    .index-testimonials-carousel .carousel-cell {
        max-width: 320px;
        margin: auto;
        margin-bottom: 30px;
    }

   
    .index-banner-slider .flickity-prev-next-button.next {
        right: 20px;
    }

    .index-banner-slider .flickity-prev-next-button.previous {
        right: 70px;
    }

    .index-about-bottom-text {
        min-height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .interesting-facts-card {
        padding: 10px 0;
    }

    .index-banner-slider .flickity-prev-next-button {
        bottom: 55px;
    }

    .index-about-bottom-text h4 {
        font-size: 18px;
    }

    .about-us-top-info {
        min-height: auto;
        margin: 40px 0;
    }

    .index-about-bottom-img-text {
        margin: 0;
    }

    .index-about-bottom-img {
        padding: 10px;
    }

    .index-careers {
        padding: 50px 0;
    }

    .index-about-bottom-img-text {
        padding: 15px;
    }

    .about-top-img,
    .about-bot-img {
        display: none;
    }

    .index-careers-text {
        margin: 0 6%;
    }

    .index-contact-form {
        height: auto;
        margin-bottom: 30px;
    }

    #indexMap {
        height: 250px;
    }

    .index-video-div,
    .index-video-section {
        height: 300px;
    }

    .flickity-prev-next-button.next {
        right: 25px;
    }

    .flickity-prev-next-button.previous {
        left: 25px;
    }

    .index-banner-cell-title h2 {
        font-size: 20px;
    }

    .sector-tab-projects-title h4 {
        font-size: 18px;
    }

    .sector-tab-intro-title h4 {
        font-size: 18px;
    }

    .sector-tab-intro-info {
        margin-top: 30px;
        min-height: auto;
    }

    .sector-tab-intro-img img {
        max-height: auto;
    }

    .sector-tab-intro-img {
        height: auto;
    }

    .sectors-tabs .nav-pills .nav-item {
        width: auto;

    }
    .sectors-tabs .nav-pills .nav-item a {
        padding: .5rem .65rem;

    }


    .page-banner {
        margin-top: 78px;
    }

   
    .section-title h2 {
        font-size: 20px;
    }

    .all-projects-card-img {
        height: 200px;
    }

    .all-projects-card-img img {
        max-height: 200px;
    }

    .all-projects-card-name a {
        font-size: 16px;
    }

    .footer-links,
    .footer-newsletter {
        margin-bottom: 40px;
    }

    .footer {
        padding-top: 60px;
    }

    .bot-footer-text {
        text-align: center;
    }

    .footer-title h4 {
        font-size: 16px;
    }

    .page-search-from .tab-content {
        margin: 0;
    }

    .page-search-from {
        max-width: 370px;
        margin: auto;
    }

    .page-search-from .nav-pills .nav-link {
        font-size: 16px;
    }

   
}


@media (max-width: 450px) {
    .project-page .carousel-nav .flickity-prev-next-button.next {
        right: -15px;
    }

    .project-page .carousel-nav .flickity-prev-next-button.previous {
        left: -15px;
    }

    .index-testimonials-slider .flickity-prev-next-button {
        top: auto;
    }
}

@keyframes mymoveHover {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

@keyframes mymoveNoHover {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

.index-news-card .news-social-footer {
    opacity: 1;
    transition: 0.5s ease-in;
    position: absolute;
    bottom: 0;
    background-color: #065341;
    width: 100%;
    padding: 3px 20px 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.index-news-card .news-social-footer span {
    margin-right: 10px;
}

.index-news-card .news-social-footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.index-news-card:hover .news-social-footer {
    opacity: 0;
    transition: 0.5s ease-out;
}

.index-news-card:hover .img-hover-overlay {
    animation-name: mymoveHover;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-fill-mode: both;
}

.index-news .load-more-btn {
    margin-top: 10px;
    text-align: center;
}

.index-news-card .img-hover-overlay {
    animation-name: mymoveNoHover;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-fill-mode: both;
}


/* ************************ */

@keyframes sideDivEffect {
    from {
        right: -249px;
    }

    to {
        right: 0;
    }
}

@keyframes sideDivNoEffect {
    from {
        right: 0;
    }

    to {
        right: -249px;
    }
}

.side-menu {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
}

.side-social-media ul {
    list-style: none;
    padding-left: 0;
}

.side-social-media li {
    max-height: 33px;
    max-width: 33px;
    margin-bottom: 10px;
}

.side-social-media img {
    height: 33px;
    width: 33px;
    border-radius: 50px;
}

.tit-div h2 {
    color: #005341;
    font-size: 14px;
    font-family: 'optima';
}

.fa-div {
    height: 20%;
}

.fa-div .fa {
    color: #363636;
    margin-left: 10px;
    margin-top: 5px;
}

.tit-div {
    transform: rotate(-90deg);
    width: max-content;
    height: 90%;
    margin-left: 42px;
    margin-top: -14px;
}

.side-communincation {
    box-shadow: none;
    margin-top: -16px;
    position: absolute;
    right: -249px;
    width: 282px;
    display: flex;
    animation-name: sideDivNoEffect;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-fill-mode: both;
}

.btn-div {
    cursor: pointer;
    height: 157px;
    width: 33px;
    background-color: #f3c112;
    margin-top: 50px;
}

.remove-click-effect {}

.add-click-effect {
    animation-name: sideDivEffect;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-fill-mode: both;
    left: auto;
    right: -248px;
}
.add-click-effect-half .side-communincation{
    right:50px;
}

.side-communincation-list {
    z-index: 1000;
    background-color: #fff;
    padding-left: 15px;
    width: 253px;
    height: 157px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.side-communincation-list ul {
    list-style: none;
    padding-left: 0;
}

.side-communincation-list ul li span {
    width: 19px;
    display: table-cell;
}

.side-communincation-list ul li p {
    display: table-cell;
    padding-left: 5px;
}

.side-communincation-list ul p,
.side-communincation-list ul a {
    color: #707070;
    font-size: 14px;
}


/* ********************** */

.filters-button-group {
    margin: 30px 0 40px;
    display: flex;
    justify-content: center;
}

.filtering-buttons {
    background-color: #ebebeb;
    border-radius: 10px;
}

.filtering-buttons .btn {
    padding: 5px 30px;
    margin: 0;
    border-radius: 10px;
    background-color: #ebebeb;
    color: #000;
    margin: 0 -2px;
}

.filtering-buttons .btn:active,
.filtering-buttons .btn.is-checked,
.filtering-buttons .btn:hover {
    background-color: #065341;
    color: #fff;
}


/* ********************* */
/*.svg-modal-img img {
    max-height: 350px;
}*/
.svg-modal-img .flickity-viewport{
    height: 400px !important;
}
.svg-modal-img .carousel-cell{
    width: 100% !important;
}
.svg-modal-img .flickity-page-dots{
    bottom: 0px !important;
}
.svg-modal-img .flickity-page-dots .dot{
    background-color: #c0b3b3 !important;
}
.svg-modal-img .flickity-page-dots .dot.is-selected{
    background-color: #f3c112 !important;
}

.svg-modal.show {
    padding: 0 !important;
}

.svg-modal .modal-dialog {
    max-width: 1110px;
}

.svg-modal-title h3 {
    color: #065341;
    margin-bottom: 30px;
    font-size: 22px;
}

.svg-modal-content .table thead tr {
    background-color: #065341;
}

.svg-modal-content .table thead th {
    text-align: left;
    font-size: 14px;
    color: #fff;
    border: 0;
    padding: 5px 5px 2px;
}

.svg-modal-content .table tbody th {
    text-align: left;
    font-size: 14px;
    border: 0;
    padding: 5px 5px 2px;
}

.svg-modal-content:not(:last-child) {
    margin-bottom: 30px;
}
.careers-page-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../careers-banner.jpg);
    height: 496px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

.careers-page-banner .page-banner-title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'optima';
}

.careers-page-banner .page-banner-text p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.careers-page {
    padding: 60px 0 50px;
}

.careers-page-form {
    margin-top: 45px;
}

.careers-page-form-title h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
}

.careers-page-form label {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.careers-page-form label sup {
    font-size: 18px;
    color: #ed1c24;
    top: -5px;
}

.careers-page-form input {
    border-radius: 5px;
    height: 30px;
    border-color: #cccccc;
    color: #707070;
    font-size: 14px;
    margin-bottom: 20px;
}

.careers-page-form input:focus {
    border-color: #707070;
    box-shadow: none;
}

.careers-page-form .green-btn {
    width: 100%;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #065341;
    padding: 3px 0;
    border: 0;
    margin-top: 20px;
}

.careers-page-form .green-btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: pointer;
}

.btn-file {
    margin-bottom: 3px;
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #005341;
    border-radius: 5px;
    background-color: #f3c112;
    padding: 2px 20px !important;
    cursor: pointer;
}

.upload-file-txt p {
    font-size: 14px;
    color: #000000;
}

@media(max-width:767px) {
    .careers-page-banner .page-banner-title h2 {
        font-size: 22px;
    }

    .careers-page-banner .page-banner-text p {
        font-size: 14px;
    }

    .careers-page-form-title h4 {
        font-size: 18px;
    }

    .careers-page-form label {
        font-size: 16px;
    }
    .index-about-bottom-img{
        background-image: none !important;
    }
    .index-manager-img{
        display: block;
    }

    .index-banner-slider .flickity-page-dots {
        bottom: 50px;
    }
    .index-banner-nav {
        bottom: 40px;
        position: relative;
        margin: 0;
    }
    .page-not-found .error h1{
        font-size: 100px;
    }
    .page-not-found .error p{
        font-size: 25px;
    }
    .page-not-found .cta-button{
        width: 200px;
        padding: 10px;
    }
    .index-slider-video-modal .modal-dialog {
        max-width: 100%;
    }
    .index-banner-play-icon{
        display: none;
    }
    .index-banner-play-icon-mobile{
        display: block !important;
    }
    .index-banner-play-icon i{
        z-index: 999;
    }
    .footer-social-media-links {
        max-width: 100%;
    }
}

@media(max-width:991px) and (min-width: 768px) {
    .careers-page-banner .page-banner-title h2 {
        font-size: 30px;
    }

    .careers-page-banner .page-banner-text p {
        font-size: 16px;
    }

    .careers-page-form-title h4 {
        font-size: 18px;
    }

    .careers-page-form label {
        font-size: 16px;
    }
}

@media(max-width:1199px) and (min-width: 992px) {
    .careers-page-banner .page-banner-title h2 {
        font-size: 35px;
    }

}

.yellow-header-table thead tr {
    background-color: #f3c212 !important;
}



#image-map {
    width: 100%;
    height: 370px;
    margin: 0 auto 10px auto;
    border: 1px solid #ccc;
    background: #252a2e;
}

#image-map svg {
    padding-top: 50%;
    padding-left: 50%;
}
.location-pin {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
}
.location-pin img {
    width: 26px;
    height: 26px;
    margin: -3px 0 0 -3px;
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    animation-name: bounce-only;
    animation-fill-mode: both;
    animation-duration: 1s;
    background: #32383e;
}
.pin {
    width: 0;
    height: 0;
    border-radius: 50% 50% 50% 0;
    background: #32383e;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pin:after {
    content: '';
    width: 26px;
    height: 26px;
    margin: 2px 0 0 2px;
    position: absolute;
    border-radius: 50%;
    animation-name: bounce-rotate;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pulse {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    background: rgba(94,190,255,0.5);
    box-shadow: 0 0 1px 2px #2d99d3;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
@-moz-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@-webkit-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@-o-keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes bounce-only {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        transform: translateY(-10px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



#svgModalImg {
    height: 370px;
    width: 100%;
}

.interactive-svg object {
    max-height: 450px;
}
.projectTableHover{    
    background-color: #f3c212;
}
.projectTableHover td{
    color:#fff !important;
}
.cls-2.projectSVGHover{
    cursor: pointer;
    fill: rgba(243, 194, 18, 0.5) !important;
}
.cls-2{
    fill: transparent !important;
}
.residantialPageModal{
    height: auto;
}
.residantialPageModal .flickity-page-dots{
    bottom: 110px !important;
}
#svgModal .flickity-page-dots{
    bottom: 0 !important;
}
.gallery-cell.videoSlider{
    background-image: none !important;
}
.videoSlider video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}
.all-videos video,#index-video video{
    width: 100%;
}
.side-communincation.add-click-effect-half {
    left: -249px;
}
