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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*
 * @use
 *  use with ../libs/Bootstrap_Nav_Walker.php
 * @param
 *  $menu-id                     : ID of your menu element
 *  $bg-color (optional)         : background color of your navigation menu (default is transparent)
 *  $link-color (optional)       : color of link (default is inherit)
 *  $link-hover-color (optional) : color of link when hover (default is inherit)
 *  $active-color (optional)     : color of active menu item (default is $link-hover-color)
 *  $break-point (optional)      : break point of navigation menu to transfer to mobile view.
**/
img {
  max-width: 100%;
  height: auto;
}

.main-banner {
  height: 598px;
  position: relative;
  padding-top: 92px;
}
.main-banner-intro {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.main-banner-intro table {
  height: 100%;
  width: 100%;
}
.main-banner-intro table tr, .main-banner-intro table td {
  text-align: center;
  vertical-align: middle;
}
.main-banner-intro-inner {
  font-size: 50px;
  color: #fff;
  font-family: "montserratlight",sans-serif;
}
@media only screen and (max-width: 1024px) {
  .main-banner-intro-inner {
    font-size: 30px;
  }
}

.white-color {
  color: #fff;
}

.dark-overlay-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 446px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+33&0.61+0,0+33 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, transparent 33%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61) 0%, transparent 33%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.dark-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}

.box {
  opacity: 1;
  -webkit-transition-property: opacity,-webkit-transform;
          transition-property: opacity,transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.box.not-visible {
  opacity: 0;
  -webkit-transform: perspective(0) translate3d(0, 100px, 0);
          transform: perspective(0) translate3d(0, 100px, 0);
}
.box.visible {
  -webkit-transform: perspective(0) translate3d(0, 0, 0);
          transform: perspective(0) translate3d(0, 0, 0);
}

a {
  color: #ec3026;
}
a:hover {
  color: #f57b20;
  text-decoration: none;
}

.slick-track {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 628px;
  }
}

body {
  font-family: 'Raleway', sans-serif;
}

.site-header {
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.site-header.header-hidden {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.site-header .main-logo {
  max-width: 244px;
  height: auto;
  position: relative;
}
.site-header .main-logo a {
  display: inline-block;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.site-header .main-logo img {
  width: 100%;
  height: auto;
}
.site-header .site-nav-toggle {
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header .site-nav-toggle {
    margin-top: 27px;
  }
}
.site-header .navbar-toggle {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.site-header .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 53px;
  height: 3px;
  border: 0;
}
.site-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 18px;
}
.site-header .navbar-toggle:focus {
  background-color: transparent;
}
.site-header .search-form {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-header .search-form {
    display: none;
  }
}
.site-header .search-form input {
  padding-left: 15px;
  width: 270px;
  height: 33px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  color: #fff;
  box-shadow: none;
}
.site-header .search-form input:focus {
  outline: none;
}
.site-header .search-form .input-submit {
  background: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
}
.site-header .main-navigation {
  margin-top: 20px;
}
.site-header .main-navigation .navbar-default {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.site-header .main-navigation .navbar-default ul li a {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.site-header .main-navigation .navbar-default ul li:first-child a {
  padding-left: 0;
}
.site-header .main-navigation .navbar-default ul li.current-menu-item a, .site-header .main-navigation .navbar-default ul li:hover a {
  color: #f57b20;
}
.site-header .main-navigation #site-navigation {
  background: transparent;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .site-header .main-navigation #site-navigation .menu-header-menu-container {
    display: table;
    width: 100%;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu {
    display: table-row;
    float: none;
    width: 100%;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu li {
    display: table-cell;
    float: none;
    text-align: center;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu li:first-child {
    text-align: left;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu li:first-child a {
    padding-left: 0;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu li:last-child {
    text-align: right;
  }
  .site-header .main-navigation #site-navigation .menu-header-menu-container #menu-header-menu li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .site-header .main-navigation #site-navigation {
    background: rgba(0, 0, 0, 0.7);
  }
  .site-header .main-navigation #site-navigation .navbar-nav {
    margin: 0;
  }
  .site-header .main-navigation #site-navigation .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
}
.site-header.white-header {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 21px;
}
.site-header.white-header .main-navigation {
  margin-top: 20px;
}
.site-header.white-header .main-navigation ul li a {
  color: #474747;
}
.site-header.white-header .main-navigation ul li.current-menu-item a, .site-header.white-header .main-navigation ul li:hover a {
  color: #f57b20;
}
.site-header.white-header .search-form input {
  border-color: #e9e9e9;
}
.site-header.white-header .search-form .input-submit {
  color: #474747;
}
@media only screen and (max-width: 1024px) {
  .site-header .pull-right, .site-header .pull-left {
    width: 100%;
  }
  .site-header .main-logo {
    float: left;
    max-width: 334px;
  }
  .site-header .search-form input {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header {
    padding-top: 47px;
  }
  .site-header .main-logo {
    margin-left: -14px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .main-logo {
    float: left;
    max-width: 200px;
  }
  .site-header .navbar-toggle {
    border: 0;
    padding: 0;
  }
  .site-header .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 40px;
    height: 3px;
    border: 0;
  }
  .site-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 12px;
  }
}

.scroll-header {
  position: fixed;
  padding-top: 15px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  padding-bottom: 15px;
}
.scroll-header.header-visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.scroll-header .main-logo {
  max-width: 184px;
  height: auto;
}
.scroll-header .main-logo a {
  display: inline-block;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.scroll-header .main-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .scroll-header .main-logo {
    position: absolute;
  }
}
.scroll-header .navbar-toggle {
  border: 0;
  padding: 0;
  margin-right: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.scroll-header .navbar-toggle .icon-bar {
  background-color: #474747;
  width: 40px;
  height: 3px;
  border: 0;
}
.scroll-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 12px;
}
.scroll-header .navbar-toggle:focus {
  background-color: transparent;
}
.scroll-header .scroll-navigation-wrapper {
  margin-top: 0;
}
.scroll-header .scroll-navigation-wrapper .navbar-default {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .scroll-header .scroll-navigation-wrapper .navbar-default ul li {
    text-align: right;
  }
}
.scroll-header .scroll-navigation-wrapper .navbar-default ul li a {
  color: #474747;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 18px;
}
@media only screen and (max-width: 1280px) {
  .scroll-header .scroll-navigation-wrapper .navbar-default ul li a {
    padding: 15px 3px;
  }
}
.scroll-header .scroll-navigation-wrapper .navbar-default ul li:first-child a {
  padding-left: 0;
}
.scroll-header .scroll-navigation-wrapper .navbar-default ul li:last-child a {
  padding-right: 0;
}
.scroll-header .scroll-navigation-wrapper .navbar-default ul li.current-menu-item a, .scroll-header .scroll-navigation-wrapper .navbar-default ul li:hover a {
  color: #f57b20;
}
.scroll-header .scroll-navigation-wrapper #scroll-navigation {
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu {
    width: 100%;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu li {
    text-align: center;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu li:first-child {
    text-align: left;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu li:first-child a {
    padding-left: 0;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu li:last-child {
    text-align: right;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .menu-header-menu-container #menu-header-menu li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .scroll-header .scroll-navigation-wrapper #scroll-navigation {
    margin-top: 10px;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .navbar-nav {
    margin: 0;
  }
  .scroll-header .scroll-navigation-wrapper #scroll-navigation .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .scroll-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .scroll-header .main-logo {
    padding-top: 2px;
    max-width: 160px;
  }
  .scroll-header .navbar-toggle {
    margin: 8px 0;
  }
  .scroll-header .navbar-toggle .icon-bar {
    background-color: #474747;
    width: 33px;
    height: 3px;
    border: 0;
  }
  .scroll-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 9px;
  }
  .scroll-header .navbar {
    min-height: 0;
  }
}

#mobile-navigation .navbar-nav {
  margin: 0;
}
#mobile-navigation .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#mobile-navigation .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
  max-width: 638px;
  position: relative;
  margin: auto;
  box-shadow: none;
}
#mobile-navigation .modal-header {
  padding: 0;
  border: 0;
}
#mobile-navigation .modal-header .close {
  width: 41px;
  height: 41px;
  background: url("../img/cross.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 78px;
  right: 0;
  color: transparent;
  text-indent: -9999px;
  opacity: 1;
}
#mobile-navigation .main-logo {
  margin-top: 30px;
  margin-left: -14px;
}
#mobile-navigation .search-form {
  height: 59px;
  position: relative;
  margin-top: 73px;
}
#mobile-navigation .search-form input {
  height: 59px;
  border: 1px solid #cecece;
  border-radius: 50px;
  color: #cecece;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mobile-navigation .search-form .input-submit {
  height: 55px;
  width: 55px;
  color: #cecece;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: 0;
  background: transparent;
}
#mobile-navigation .search-form .input-submit:focus {
  outline: none;
}
#mobile-navigation .modal-body {
  padding: 88px 0 0 0;
  text-align: center;
}
#mobile-navigation .modal-body .menu li {
  display: block;
  margin-bottom: 60px;
}
#mobile-navigation .modal-body .menu li a {
  font-size: 30px;
  font-weight: 500;
  color: #474747;
  text-transform: uppercase;
}
#mobile-navigation .modal-body .menu li.current-menu-item a {
  color: #f57b20;
}
@media only screen and (max-width: 480px) {
  #mobile-navigation .main-logo {
    max-width: 200px;
    margin: 0;
  }
  #mobile-navigation .modal-header .close {
    width: 25px;
    height: 25px;
    top: 30px;
  }
  #mobile-navigation .search-form {
    height: auto;
    position: relative;
    margin-top: 20px;
  }
  #mobile-navigation .search-form input {
    height: 52px;
  }
  #mobile-navigation .search-form .input-submit {
    height: 52px;
  }
  #mobile-navigation .modal-body {
    padding: 20px 0 0 0;
  }
  #mobile-navigation .modal-body .menu li {
    display: block;
    margin-bottom: 10px;
  }
  #mobile-navigation .modal-body .menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
    padding: 8px 10px;
  }
}

.site-footer .footer-top {
  background-color: #0c152a;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top {
    padding: 30px 0;
  }
}
.site-footer .footer-top .footer-logo {
  max-width: 244px;
  margin-top: 10px;
}
.site-footer .footer-top .footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer .footer-top .footer-content {
  font-family: "montserratlight", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 25px;
}
.site-footer .footer-top .footer-menu {
  margin-top: 65px;
  padding-top: 60px;
  border-top: solid 1px #1f273b;
  color: #ffffff;
}
.site-footer .footer-top .footer-menu .menu-title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.site-footer .footer-top .footer-menu .menu-items {
  list-style: none;
  padding: 0;
}
.site-footer .footer-top .footer-menu .menu-items li {
  border-bottom: solid 1px #1f273b;
  padding: 10px 0;
}
.site-footer .footer-top .footer-menu .menu-items li a {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: montserratlight;
}
.site-footer .footer-top .footer-menu .menu-items li a:hover {
  text-decoration: none;
  color: #f57b20;
}
.site-footer .footer-top .footer-menu .footer-contact-us {
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: montserratlight;
}
.site-footer .footer-top .footer-menu .footer-contact-us a {
  color: #fff;
}
.site-footer .footer-top .footer-menu .footer-contact-us a:hover {
  color: #f57b20;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top .footer-menu {
    margin-top: 30px;
    padding-top: 20px;
  }
  .site-footer .footer-top .footer-menu .footer-menu-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-footer .footer-top .footer-menu .menu-title {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom {
  padding: 45px 0;
  font-family: montserratlight;
  font-size: 11px;
  font-size: 1.1rem;
  color: #1b1f27;
  line-height: 11px;
  line-height: 1.1rem;
}
.site-footer .footer-bottom p {
  margin: 0;
}
.site-footer .footer-bottom a {
  color: #1b1f27;
}
@media only screen and (max-width: 480px) {
  .site-footer .footer-bottom .pull-left, .site-footer .footer-bottom .pull-right {
    float: none !important;
    margin-bottom: 15px;
  }
}

.footer-contact {
  position: relative;
  min-height: 890px;
  overflow: hidden;
}
.footer-contact .bg-left {
  width: 50%;
  float: left;
  height: 890px;
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
@media only screen and (max-width: 1024px) {
  .footer-contact .bg-left {
    display: none;
  }
}
.footer-contact .bg-right {
  width: 50%;
  float: right;
  height: 890px;
  background: #f57b20;
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
@media only screen and (max-width: 1024px) {
  .footer-contact .bg-right {
    display: none;
  }
}
.footer-contact .footer-contact-left {
  float: left;
  padding-top: 130px;
  width: 50%;
  font-family: "montserratlight", sans-serif;
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
.footer-contact .footer-contact-left p {
  margin-bottom: 41px;
  line-height: 29px;
}
.footer-contact .footer-contact-left strong {
  font-weight: 500;
  font-family: Raleway;
  font-size: 40px;
  font-size: 4rem;
  line-height: 58px;
}
@media only screen and (min-width: 1024px) {
  .footer-contact .footer-contact-left {
    background: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-contact .footer-contact-left {
    margin-left: -14px;
    margin-right: -14px;
    width: auto;
    float: none;
    padding: 14px 30px;
  }
}
.footer-contact .footer-contact-right {
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
  float: right;
  width: 50%;
  padding-left: 95px;
  padding-top: 117px;
  font-family: "montserratlight", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .footer-contact .footer-contact-right {
    width: auto;
    float: none;
    background-color: #f57b20;
    margin-left: -14px;
    margin-right: -14px;
    padding: 14px 30px;
  }
}
.footer-contact .footer-contact-right p {
  margin-bottom: 20px;
}
.footer-contact .footer-contact-right input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: solid 1px #fff;
  background: transparent;
}
.footer-contact .footer-contact-right input:focus {
  outline: none;
}
.footer-contact .footer-contact-right input::-webkit-input-placeholder {
  color: #fff;
}
.footer-contact .footer-contact-right input:-moz-placeholder {
  color: #fff;
}
.footer-contact .footer-contact-right input::-moz-placeholder {
  color: #fff;
}
.footer-contact .footer-contact-right input:-ms-input-placeholder {
  color: #fff;
}
.footer-contact .footer-contact-right textarea {
  width: 100%;
  height: 88px;
  border: solid 1px #ffffff;
  background: transparent;
}
.footer-contact .footer-contact-right .form-submit {
  text-align: right;
}
.footer-contact .footer-contact-right input[type=submit] {
  width: 108px;
  height: 31px;
  color: #f57b20;
  background: #ffffff;
  border-radius: 20px;
  border: none;
}
.footer-contact.transition-complete .bg-left, .footer-contact.transition-complete .bg-right, .footer-contact.transition-complete .footer-contact-left, .footer-contact.transition-complete .footer-contact-right {
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  -webkit-transition: opacity 2000ms, -webkit-transform 2000ms;
          transition: opacity 2000ms, transform 2000ms;
}
.footer-contact .contact-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .footer-contact {
    min-height: 0;
  }
  .footer-contact .contact-content {
    position: static;
  }
}

.footer-contact-left a {
  color: #fff;
}
.footer-contact-left a:hover {
  color: #f57b20;
}
.footer-contact-left .container {
  position: relative;
  z-index: 10;
}

.footer-social {
  padding-top: 30px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
}
.footer-social a:hover {
  color: #f57b20;
  border: 3px solid #f57b20;
}
.footer-social a + a {
  margin-left: 9px;
}

.home-slider {
  position: relative;
  overflow: hidden;
}
.home-slider .carousel {
  position: relative;
  z-index: 5;
}
.home-slider .paralax-view {
  height: 748px;
}
@media only screen and (max-width: 768px) {
  .home-slider .paralax-view {
    height: auto;
    min-height: 100vh;
  }
}
.home-slider .slider-fixed-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.home-slider .bx-controls {
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-slider .bx-controls-direction {
  position: relative;
  width: 100%;
}
.home-slider .bx-controls-direction a {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  color: transparent;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.home-slider .bx-controls-direction .bx-prev {
  background: url("../img/slider_arrow.png") 0 -51px no-repeat;
  background-size: 102px 153px;
  left: -114px;
}
.home-slider .bx-controls-direction .bx-prev:hover {
  background: url("../img/slider_arrow.png") 0 0 no-repeat;
  background-size: 102px 153px;
}
.home-slider .bx-controls-direction .bx-next {
  background: url("../img/slider_arrow.png") -51px -51px no-repeat;
  background-size: 102px 153px;
  right: -114px;
}
.home-slider .bx-controls-direction .bx-next:hover {
  background: url("../img/slider_arrow.png") -51px 0 no-repeat;
  background-size: 102px 153px;
}
@media only screen and (max-width: 1440px) {
  .home-slider .bx-controls-direction .bx-prev {
    left: 0;
  }
  .home-slider .bx-controls-direction .bx-next {
    right: 0;
  }
}
.home-slider .slider-item {
  position: relative;
  text-align: center;
  background-size: cover;
  height: 748px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-slider .slider-item {
    height: auto;
    min-height: 100vh;
  }
}
.home-slider .slider-item img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.home-slider .slider-item .item-title {
  font-weight: 500;
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  color: #ffffff;
  padding: 0 51px;
}
@media only screen and (max-width: 1024px) {
  .home-slider .slider-item .item-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .home-slider .slider-item .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.home-slider .slider-item .button {
  margin-top: 46px;
}
.home-slider .slider-item .button a {
  font-family: "montserratlight",sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 7px 27px;
  border: solid 1px #fff;
  border-radius: 25px;
}
.home-slider .slider-item .button a:hover {
  color: #f57b20;
  border-color: #f57b20;
}
.home-slider .slider-item .slider-content {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  z-index: 3;
}

.home-section1 {
  display: table;
  width: 100%;
}
.home-section1 .box {
  display: table-row;
}
.home-section1 .video-banner {
  position: relative;
}
.home-section1 .video-banner:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home-section1 .video-banner:before {
    display: none;
  }
}
.home-section1 .section1-left {
  display: table-cell;
  width: 50%;
  background: #000;
  overflow: hidden;
  vertical-align: top;
}
.home-section1 .section1-left iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 535px;
  margin-bottom: -6px;
}
.home-section1 .section1-left p {
  margin: 0;
}
.home-section1 .section1-right {
  background: #f57b20;
  display: table-cell;
  padding: 84px 30px 80px 130px;
  width: 50%;
  min-height: 535px;
  vertical-align: top;
  font-family: "montserratlight", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .home-section1 .section1-right {
    height: 535px;
  }
}
.home-section1 .section1-right p {
  margin-bottom: 22px;
}
.home-section1 .section1-right strong {
  font-family: "Raleway",sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2px;
  line-height: 32px;
}
.home-section1 .section1-right a {
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 27px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  font-family: "montserratlight",sans-serif;
  margin-top: 7px;
}
.home-section1 .section1-right a:hover {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}
.home-section1 .section1-right .right-content {
  max-width: 455px;
}
@media only screen and (max-width: 1024px) {
  .home-section1 {
    display: block;
  }
  .home-section1 .section1-left, .home-section1 .section1-right {
    display: block;
    width: 100%;
  }
  .home-section1 .section1-right {
    padding: 40px;
  }
  .home-section1 .box {
    display: block;
  }
}

.home-section2 {
  padding: 110px 0 10px;
  overflow: hidden;
}
.home-section2 .section2-slider {
  margin: 0 0 0 0;
}
.home-section2 .section2-title {
  font-weight: 500;
  color: #ec3026;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
.home-section2 .slick-track {
  margin: 50px auto;
}
.home-section2 .slick-dots {
  position: static;
  margin-top: 50px;
}
.home-section2 .slick-dots button:before {
  font-size: 11px;
}
@media only screen and (max-width: 1024px) {
  .home-section2 {
    padding: 30px 0 10px;
  }
  .home-section2 .slick-track {
    margin: 25px auto;
  }
}
.home-section2 .slick-next, .home-section2 .slick-prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 32%;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-section2 .slick-next, .home-section2 .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.home-section2 .slick-next:before, .home-section2 .slick-prev:before {
  display: none;
}
.home-section2 .slick-prev {
  left: -115px;
  background: url("../img/owl-left.png") center no-repeat;
  background-size: cover;
}
.home-section2 .slick-next {
  right: -115px;
  background: url("../img/owl-right.png") center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .home-section2 .slick-prev {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .home-section2 .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.home-section2 .owl-theme .owl-controls .owl-pagination {
  margin-top: 107px;
}
.home-section2 .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 9px;
  height: 9px;
  margin: 5px 9px;
}
.home-section2 .owl-theme .owl-controls .owl-buttons div {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 10%;
  line-height: 40px;
}
.home-section2 .owl-theme .owl-controls .owl-prev {
  left: -115px;
  background: url("../img/owl-left.png") center no-repeat;
}
.home-section2 .owl-theme .owl-controls .owl-next {
  right: -115px;
  background: url("../img/owl-right.png") center no-repeat;
}
@media only screen and (max-width: 1440px) {
  .home-section2 .owl-theme .owl-controls .owl-prev {
    left: 0;
    background: url("../img/owl-left.png") center no-repeat;
  }
  .home-section2 .owl-theme .owl-controls .owl-next {
    right: 0;
    background: url("../img/owl-right.png") center no-repeat;
  }
}
.home-section2 .slider-item {
  height: 110px;
}
.home-section2 .slider-item-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home-section2 .slider-item-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.home-section2 .slider-item img {
  opacity: 1;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.home-section2 .slider-item img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.86);
      -ms-transform: scale(0.86);
          transform: scale(0.86);
}

.home-section3 {
  padding: 118px 0 138px 0;
  min-height: 880px;
  color: #ffffff;
}
.home-section3 .section3-title {
  font-weight: 500;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
.home-section3 .section3-list-item {
  margin-top: 30px;
}
.home-section3 .section3-item {
  text-align: center;
}
.home-section3 .section3-item .icon {
  min-height: 70px;
}
.home-section3 .section3-item .icon img {
  max-width: 64px;
  height: auto;
  margin: 0 auto;
}
.home-section3 .section3-item .number {
  font-family: "montserratregular",sans-serif;
  font-size: 90px;
  font-size: 9rem;
}
.home-section3 .section3-item .name {
  font-family: "montserratregular",sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
.home-section3 .section3-content {
  margin-top: 125px;
  font-family: "montserratlight",sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-section3 {
    padding: 30px 0;
  }
  .home-section3 .section3-list-item {
    margin-top: 60px;
  }
  .home-section3 .section3-item {
    margin-bottom: 50px;
  }
  .home-section3 .section3-item .number {
    font-size: 70px;
    font-size: 7rem;
  }
  .home-section3 .section3-content {
    margin-top: 30px;
  }
}

.home-section4 {
overflow: hidden;
padding: 70px 0 20px;
}
.home-section4 .section4-title {
color: #00266b;
font-size: 40px;
font-weight: 500;
text-align: center;
}
.home-section4 .section4-content {
color: #474747;
font-family: "montserratlight",sans-serif;
font-size: 24px;
padding: 21px 50px;
text-align: center;
}
.home-section4 .slick-dots {
  position: static;
  margin-top: 40px;
}
.home-section4 .slick-dots button:before {
  font-size: 11px;
}
.home-section4 .slick-next, .home-section4 .slick-prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 45%;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-section4 .slick-next, .home-section4 .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.home-section4 .slick-next:before, .home-section4 .slick-prev:before {
  display: none;
}
.home-section4 .slick-prev {
  left: -115px;
  background: url("../img/slider_arrow.png") 0 -102px no-repeat;
  background-size: 102px 153px;
  opacity: 0.2;
}
.home-section4 .slick-prev:hover {
  background: url("../img/slider_arrow.png") 0 0 no-repeat;
  background-size: 102px 153px;
  opacity: 1;
}
.home-section4 .slick-next {
  right: -115px;
  background: url("../img/slider_arrow.png") -51px -102px no-repeat;
  background-size: 102px 153px;
  opacity: 0.2;
}
.home-section4 .slick-next:hover {
  background: url("../img/slider_arrow.png") -51px 0 no-repeat;
  background-size: 102px 153px;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .home-section4 .slick-prev {
    width: 30px;
    height: 30px;
    left: -31px;
    background: url("../img/slider_arrow.png") 0 -60px no-repeat;
    background-size: 60px 90px;
    opacity: 0.2;
  }
  .home-section4 .slick-prev:hover {
    background: url("../img/slider_arrow.png") 0 0 no-repeat;
    background-size: 60px 90px;
    opacity: 1;
  }
  .home-section4 .slick-next {
    width: 30px;
    height: 30px;
    right: -31px;
    background: url("../img/slider_arrow.png") -30px -60px no-repeat;
    background-size: 60px 90px;
    opacity: 0.2;
  }
  .home-section4 .slick-next:hover {
    background: url("../img/slider_arrow.png") -30px 0 no-repeat;
    background-size: 60px 90px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section4 {
    padding: 30px 0 10px;
  }
  .home-section4 .slick-track {
    margin: 25px auto;
  }
  .home-section4 .slick-prev {
    left: 0;
  }
  .home-section4 .slick-next {
    right: 0;
  }
  .home-section4 .slick-dots {
    margin-top: 0;
  }
}
.home-section4 .owl-theme .owl-controls .owl-pagination {
  margin-top: 20px;
}
.home-section4 .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 9px;
  height: 9px;
  margin: 5px 9px;
}
.home-section4 .owl-theme .owl-controls .owl-buttons div {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
}
.home-section4 .owl-theme .owl-controls .owl-prev {
  left: -75px;
  background: url("../img/owl-left.png") center no-repeat;
}
.home-section4 .owl-theme .owl-controls .owl-next {
  right: -75px;
  background: url("../img/owl-right.png") center no-repeat;
}
@media only screen and (max-width: 1440px) {
  .home-section4 .owl-theme .owl-controls .owl-prev {
    left: 0;
    background: url("../img/owl-left.png") center no-repeat;
  }
  .home-section4 .owl-theme .owl-controls .owl-next {
    right: 0;
    background: url("../img/owl-right.png") center no-repeat;
  }
}
.home-section4 .section4-slider {
  padding: 48px 0;
}
.home-section4 .section4-slider-inner {
  margin: 0 -8px;
}
@media only screen and (max-width: 1024px) {
  .home-section4 .section4-slider-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section4 .section4-slider {
    padding: 20px 0;
  }
}
.home-section4 .slider-item {
  padding: 0 8px;
}
@media only screen and (max-width: 1024px) {
  .home-section4 .slider-item {
    padding: 0 8px;
  }
}
.home-section4 .slider-item .image {
  position: relative;
}
.home-section4 .slider-item .image img {
  width: 100%;
  height: auto;
}
.home-section4 .slider-item .name {
  font-size: 30px;
  text-align: center;
  color: #00266b;
  padding: 19px 0 10px;
}
.home-section4 .slider-item .name-table {
  display: table;
  width: 100%;
  height: 65px;
}
.home-section4 .slider-item .name-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
.home-section4 .slider-item .excerpt {
color: #474747;
font-size: 16px;
min-height: 110px;
padding: 0 20px;
text-align: center;
}
.home-section4 .slider-item .button {
  text-align: center;
  padding: 15px 0;
  opacity: 0.56;
}
.home-section4 .slider-item .button a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #474747;
  color: #474747;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  font-family: "montserratlight",sans-serif;
}
.home-section4 .slider-item .button:hover {
  opacity: 1;
}
.home-section4 .slider-item .button:hover a {
  color: #f57b20;
  border-color: #f57b20;
}
.home-section4 .slider-item-inner {
  background: #f8f8f8;
  padding: 0 20px 50px 20px;
}

.home-section5 {
  padding: 125px 0 110px;
  min-height: 1025px;
  overflow: hidden;
}
.home-section5 .section5-title {
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
}
.home-section5 .section5-content {
  margin-top: 30px;
  font-family: montserratlight;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 45px;
  text-align: center;
}
.home-section5 .newsroom-item .image img {
  width: 100%;
  height: auto;
}
.home-section5 .newsroom-item .name {
  color: #ec3026;
  font-weight: 500;
  min-height: 90px;
  font-size: 20px;
  font-size: 2rem;
}
.home-section5 .newsroom-item .date {
  margin-top: 25px;
  font-family: montserratlight;
  color: #474747;
  font-size: 12px;
  font-size: 1.2rem;
}
.home-section5 .newsroom-item .item-content {
  background: #ffffff;
  padding: 30px 35px 50px;
}
.home-section5 .newsroom-item .link {
  padding: 20px 0;
}
.home-section5 .newsroom-item .link a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/slider_arrow.png") -24px -48px no-repeat;
  background-size: 48px 72px;
}
.home-section5 .newsroom-item .link a:hover {
  background: url("../img/slider_arrow.png") -24px 0 no-repeat;
  background-size: 48px 72px;
}
.home-section5 .section5-view-all {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "montserratlight",sans-serif;
  padding: 60px 0 0 0;
}
.home-section5 .section5-view-all a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 20px;
}
.home-section5 .section5-view-all a:hover {
  color: #f57b20;
  border-color: #f57b20;
}

.home-section6 {
  padding: 115px 0 100px 0;
  overflow-x: hidden;
}
.home-section6 .section6-title {
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  color: #ec3026;
  text-align: center;
}
.home-section6 .section6-content {
  color: #474747;
  font-family: "montserratlight",sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 21px 0;
}
.home-section6 .client-wrapper {
  padding: 0 31px;
}
.home-section6 .client-item {
  margin-bottom: 16px;
  padding: 0 8px;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
  text-align: center;
}
.home-section6 .client-item img {
  opacity: 1;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
  margin: auto;
}
.home-section6 .client-item img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.86);
      -ms-transform: scale(0.86);
          transform: scale(0.86);
}
.home-section6 .client-item-inner {
  text-align: center;
}
.home-section6 .client-item .animated {
  opacity: 1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.home-section6 .slick-track {
  margin: 50px auto;
}
.home-section6 .slick-dots {
  position: static;
}
.home-section6 .slick-dots button:before {
  font-size: 11px;
}
.home-section6 .slick-next, .home-section6 .slick-prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 33%;
  line-height: 40px;
}
.home-section6 .slick-prev {
  left: -115px;
  background: url("../img/slider_arrow.png") 0 -102px no-repeat;
  background-size: 102px 153px;
  opacity: 0.2;
}
.home-section6 .slick-prev:hover {
  background: url("../img/slider_arrow.png") 0 0 no-repeat;
  background-size: 102px 153px;
  opacity: 1;
}
.home-section6 .slick-prev:before {
  display: none;
}
.home-section6 .slick-next {
  right: -115px;
  background: url("../img/slider_arrow.png") -51px -102px no-repeat;
  background-size: 102px 153px;
  opacity: 0.2;
}
.home-section6 .slick-next:hover {
  background: url("../img/slider_arrow.png") -51px 0 no-repeat;
  background-size: 102px 153px;
  opacity: 1;
}
.home-section6 .slick-next:before {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .home-section6 .slick-prev {
    width: 30px;
    height: 30px;
    left: 0;
    top: 100px;
    bottom: auto;
    background: url("../img/slider_arrow.png") 0 -60px no-repeat;
    background-size: 60px 90px;
    opacity: 0.2;
  }
  .home-section6 .slick-prev:hover {
    background: url("../img/slider_arrow.png") 0 0 no-repeat;
    background-size: 60px 90px;
    opacity: 1;
  }
  .home-section6 .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    top: 100px;
    bottom: auto;
    background: url("../img/slider_arrow.png") -30px -60px no-repeat;
    background-size: 60px 90px;
    opacity: 0.2;
  }
  .home-section6 .slick-next:hover {
    background: url("../img/slider_arrow.png") -30px 0 no-repeat;
    background-size: 60px 90px;
    opacity: 1;
  }
}

.home-section1, .home-section2, .home-section3, .home-section4, .home-section5, .home-section6, .footer-contact, .site-footer {
  z-index: 4;
  position: relative;
  background-color: #fff;
}

.title-fade-up {
  opacity: 0;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

.dark-gray-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.newsroom-item-wrapper {
  opacity: 0;
}
.newsroom-item-wrapper.animated {
  opacity: 1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.mobile-contact {
  display: none;
}

.desktop-contact {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .mobile-contact {
    display: block;
  }

  .desktop-contact {
    display: none;
  }
}
.about-second-menu {
  background-color: #fff;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border-bottom: 1px solid #ededed;
}
.about-second-menu.fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  top: 80px;
}
@media only screen and (max-width: 480px) {
  .about-second-menu.fixed {
    top: 53px;
  }
}
.about-second-menu .about-second-menu-wrapper {
  margin-top: 0;
  text-align: center;
}
.about-second-menu .about-second-menu-wrapper .navbar-default {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default {
    min-height: 0;
  }
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle {
  border: 0;
  padding: 0;
  margin: 12px 0;
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
  height: 33px;
  width: 40px;
}
@media only screen and (max-width: 480px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle {
    width: 33px;
    height: 27px;
  }
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle:focus, .about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #474747;
  width: 40px;
  height: 3px;
  border: 0;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle .icon-bar:nth-child(4) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (max-width: 480px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle {
    margin: 9px 0;
  }
  .about-second-menu .about-second-menu-wrapper .navbar-default .navbar-toggle .icon-bar {
    width: 33px;
  }
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul {
  float: none;
  text-align: center;
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul li {
  padding: 0 15px;
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 1024px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default ul li {
    text-align: right;
    display: block;
  }
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul li a {
  color: #474747;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 28px 0 29px 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default ul li a {
    padding: 15px 3px;
  }
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul li:first-child a {
  padding-left: 0;
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul li:last-child a {
  padding-right: 0;
}
.about-second-menu .about-second-menu-wrapper .navbar-default ul li.current-menu-item a, .about-second-menu .about-second-menu-wrapper .navbar-default ul li:hover a {
  color: #f57b20;
  border-bottom: 1px solid #f57b20;
}
@media only screen and (max-width: 1024px) {
  .about-second-menu .about-second-menu-wrapper .navbar-default ul {
    padding-bottom: 1px;
  }
}
.about-second-menu .about-second-menu-wrapper #about-second-navigation {
  padding: 0 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu {
    width: 100%;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu li {
    text-align: center;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu li:first-child {
    text-align: left;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu li:first-child a {
    padding-left: 0;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu li:last-child {
    text-align: right;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .menu-header-menu-container #menu-header-menu li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-second-menu .about-second-menu-wrapper #about-second-navigation {
    margin-top: 10px;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .navbar-nav {
    margin: 0;
  }
  .about-second-menu .about-second-menu-wrapper #about-second-navigation .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-block-heading-wrapper {
  position: relative;
  z-index: 3;
}
.about-block-heading-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 31px solid #fff;
  right: 0;
  left: 0;
  bottom: -31px;
  margin: auto;
}
.about-block-heading {
  text-align: center;
  font-size: 20px;
  color: #474747;
  font-family: "Raleway", sans-serif;
  margin: 71px 0 25px 0;
}
.about-block-title {
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  color: #ec3026;
  text-align: center;
  line-height: 40px;
  margin: auto auto 79px auto;
}
.about-block-content {
  position: relative;
  z-index: 2;
}
.about-block .left-box-content-wrapper {
  position: relative;
  max-width: 1350px;
  margin: auto;
  z-index: 10;
}
.about-block .left-box-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #f7f7f7;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .about-block .left-box-content-bg {
    display: none;
  }
}
.about-block .left-box-content {
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 16px;
  font-family: "montserratlight", sans-serif;
  color: #474747;
  padding: 48px 87px 30px 0;
  line-height: 29px;
  letter-spacing: 0.2px;
}
.about-block .left-box-content p {
  margin-bottom: 33px;
}
.about-block .left-box-content ul {
  padding: 0;
}
.about-block .left-box-content ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.about-block .left-box-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  background: #ec3026;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .about-block .left-box-content {
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
  }
}
.about-block .block-default {
  min-height: 753px;
}
.about-block .block-default table {
  height: 753px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.about-block .block-default table tr, .about-block .block-default table td {
  text-align: center;
  vertical-align: middle;
}
.about-block .block-default-content {
  font-size: 24px;
  font-family: "montserratlight", sans-serif;
}

.block-mission-inner {
  max-width: 1784px;
  margin: auto;
  background-color: #f7f7f7;
  margin-top: -145px;
  position: relative;
  z-index: 2;
}
.block-mission-inner .second-title {
  left: -85px;
  bottom: auto;
  top: 24px;
}
.block-mission-inner .block-col-item {
  padding-top: 45px;
  padding-bottom: 62px;
}
.block-mission-inner .block-col-item:nth-child(3n+1) {
  clear: left;
}
@media only screen and (min-width: 1024px) {
  .block-mission-inner .block-col-item {
    padding-right: 64px;
  }
}
.block-mission-inner .block-col-title {
  font-size: 30px;
  color: #ec3026;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.block-mission-inner .block-col-intro {
  font-size: 20px;
  color: #ec3026;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  min-height: 62px;
  line-height: 44px;
}
.block-mission-inner .block-col-content {
  font-size: 16px;
  color: #474747;
  font-family: "montserratlight", sans-serif;
  line-height: 30px;
}

.block-column-1-2 {
  position: relative;
}
.block-column-1-2 .block-col-icon {
  width: 20%;
  float: left;
}
.block-column-1-2 .block-col-content-wrapper {
  width: 80%;
  float: left;
  padding: 0 65px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .block-column-1-2 .block-col-content-wrapper {
    padding: 0 14px;
  }
}
.block-column-1-2 .block-col-item {
  padding-top: 9px;
  padding-bottom: 43px;
}
.block-column-1-2 .block-col-item:nth-child(2n+1) {
  clear: left;
}
.block-column-1-2 .block-col-title {
  font-size: 30px;
  color: #ec3026;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.block-column-1-2 .block-col-intro {
  font-size: 20px;
  color: #ec3026;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  min-height: 60px;
}
.block-column-1-2 .block-col-content {
  font-size: 16px;
  color: #474747;
  font-family: "montserratlight", sans-serif;
  line-height: 30px;
}

.block-milestone {
  padding-bottom: 148px;
}
.block-milestone table {
  height: 742px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.block-milestone table tr, .block-milestone table td {
  text-align: center;
  vertical-align: middle;
}

.milestone-heading {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin: 45px 0 25px 0;
}
.milestone-content {
  font-size: 35px;
  font-family: "Raleway", sans-serif;
}
.milestone-content p {
  margin-bottom: 30px;
}
.milestone-listing {
  padding: 45px 0;
  max-width: 1784px;
  margin: -145px auto auto auto;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.milestone-listing .second-title {
  left: -85px;
  bottom: auto;
  top: 34px;
}
.milestone-listing-title {
  text-align: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  margin: 45px 0 25px 0;
}
.milestone-timeline {
  position: relative;
  padding: 30px 0;
}
.milestone-timeline:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #b9b9b9;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .milestone-timeline:before {
    display: none;
  }
}
.milestone-item {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.milestone-item.animated {
  opacity: 1;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.milestone-item .item-index {
  width: 55px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 14px;
}
.milestone-item .item-index-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ec3026;
  border-radius: 100%;
  right: -9px;
  top: 0;
}
.milestone-item .item-index-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ec3026;
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  .milestone-item .item-index {
    left: 9px;
  }
  .milestone-item .item-index-circle {
    right: auto;
    left: -9px;
  }
}
.milestone-item-inner {
  width: 50%;
  text-align: right;
  padding-right: 71px;
  padding-left: 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .milestone-item-inner {
    width: 100%;
    text-align: left;
    padding-left: 71px;
    padding-right: 0;
  }
}
.milestone-item-year {
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  color: #ec3026;
  font-weight: 600;
  margin-bottom: 15px;
}
.milestone-item-content {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
}
.milestone-item-right .milestone-item-inner {
  float: right;
  text-align: left;
  padding-left: 71px;
  padding-right: 0;
}
.milestone-item-right .item-index {
  right: auto;
  left: 0;
}
.milestone-item-right .item-index-circle {
  right: auto;
  left: -9px;
  top: 0;
}

.block-column-post-relation {
  position: relative;
}

.post-relation-item {
  text-align: center;
  margin-bottom: 55px;
}
.post-relation-item:nth-child(3n +1) {
  clear: left;
}
.post-relation-item-image {
  height: 224px;
  width: 224px;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 25px;
  background-position: center;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.post-relation-item-image .avatar-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 1s ease;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.post-relation-item-image .avatar-inner:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.post-relation-item-title {
  font-size: 24px;
  color: #ec3026;
  margin-bottom: 20px;
  font-family: "Raleway",sans-serif;
  display: block;
}
.post-relation-item-title:hover {
  color: #f57b20;
  text-decoration: none;
}
.post-relation-item-content {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
}

.community-block-content {
  padding-bottom: 140px;
}
.community-block .second-title {
  left: -85px;
  bottom: auto;
  top: 63px;
}
.community-block .block-community-subtitle {
  text-align: center;
  font-family: "montserratlight", sans-serif;
  padding: 62px 0 25px 0;
  font-size: 24px;
}
.community-block .block-community-slider {
  text-align: center;
}
.community-block .block-community-slider-wrapper {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  max-width: 1784px;
  background-color: #f7f7f7;
  margin-bottom: 66px;
  margin-right: auto;
  margin-left: auto;
  min-height: 386px;
  text-align: center;
}
.community-block .block-community-slider-wrapper .community-slider-item {
  width: 254px;
  padding: 0 11px;
  margin-bottom: 22px;
  display: inline-block;
}
.community-block .block-community-slider-wrapper .community-slider-item img {
  max-width: 100%;
  height: auto;
}
.community-block .section2-slider {
  margin: 0 0 0 0;
  overflow: hidden;
}
.community-block .slick-track {
  margin: 50px auto;
}
.community-block .slick-dots {
  position: static;
  margin-top: 50px;
}
.community-block .slick-dots button:before {
  font-size: 11px;
}
.community-block .slick-next, .community-block .slick-prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  color: transparent;
  font-size: 25px;
  position: absolute;
  top: 32%;
  line-height: 40px;
}
.community-block .slick-next:before, .community-block .slick-prev:before {
  display: none;
}
.community-block .slick-prev {
  left: -115px;
  background: url("../img/owl-left.png") center no-repeat;
  background-size: cover;
}
.community-block .slick-next {
  right: -115px;
  background: url("../img/owl-right.png") center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .community-block .slick-prev {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .community-block .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.community-block .slider-item {
  height: 110px;
}
.community-block .slider-item-table {
  display: table;
  width: 100%;
  height: 100%;
}
.community-block .slider-item-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.community-block .slider-item img {
  opacity: 1;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
  margin: auto;
}
.community-block .slider-item img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.86);
      -ms-transform: scale(0.86);
          transform: scale(0.86);
}

.second-title {
  padding-right: 47px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 16px;
  left: -25px;
  width: 280px;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .second-title {
    display: none;
  }
}
.second-title-text {
  font-size: 12px;
  display: inline-block;
  font-family: "Raleway",sans-serif;
}
.second-title-line {
  height: 8px;
  display: inline-block;
  width: 39px;
  position: relative;
  margin-left: 5px;
}
.second-title-line:before {
  content: "";
  width: 39px;
  height: 1px;
  background: #f57b20;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-service-page {
  padding-bottom: 78px;
  border-bottom: 1px solid #e2e2e2;
}
.product-service-page .content-wrapper .content-inner {
  max-width: 795px;
  margin: auto;
}
.product-service-page .content-wrapper .content-inner .title {
  color: #333333;
  padding-top: 28px;
  padding-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.product-service-page .content-wrapper .content-inner .intro {
  color: #333333;
  font-size: 17px;
  padding: 30px 20px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.product-service-page .content-wrapper .content-inner .intro p {
  margin-bottom: 20px;
}
.product-service-page .content-wrapper .content-inner .line .line-black {
  width: 30%;
  height: 1px;
  background: #b1aca8;
  display: inline-block;
  margin-bottom: 3px;
}
.product-service-page .content-wrapper .content-inner .line {
  text-align: center;
}
.product-service-page .content-wrapper .content-inner .line .fa {
  font-size: 8px;
  color: #60c080;
  padding: 0 12px;
}
.product-service-page .list-category {
  padding-top: 40px;
}
.product-service-page .list-category img {
  max-width: 100%;
  height: auto;
}
.product-service-page .list-category .category-item {
  text-align: center;
  padding-bottom: 20px;
}
.product-service-page .list-category .category-item-inner {
  position: relative;
  max-width: 260px;
  margin: auto;
}
.product-service-page .list-category .category-item-inner:hover .box-hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.product-service-page .list-category .category-item-inner:hover .title {
  display: none;
}
.product-service-page .list-category .category-item-inner .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.57);
  padding: 18px 5px;
}
.product-service-page .list-category .category-item-inner .box-hover {
  position: absolute;
  background: rgba(0, 0, 0, 0.57);
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  overflow: hidden;
}
.product-service-page .list-category .category-item-inner .box-hover table {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-service-page .list-category .category-item-inner .box-hover .title-hover {
    display: none;
  }
}
.product-service-page .list-category .category-item-inner .box-hover .title-hover a {
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
  display: inline-block;
}
.product-service-page .list-category .category-item-inner .box-hover .description {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 25px;
  line-height: 21px;
}

.service-second-menu-wrapper {
  padding: 0 14px;
}

#service-second-navigation {
  width: 100%;
}

.single-service-main-content {
  padding-bottom: 58px;
}

.service-list-item-wrapper {
  padding: 0;
}

.service-list-wrapper .service-list-item {
  position: relative;
  padding: 0 14px;
  overflow: hidden;
  min-height: 515px;
}
.service-list-wrapper .service-list-item.item-img-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.service-list-wrapper .service-list-item.item-img-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
}
.service-list-wrapper .service-list-item.item-img-bg:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.service-list-wrapper .service-list-item table {
  position: relative;
  z-index: 2;
  height: 515px;
  width: 100%;
}
.service-list-wrapper .service-list-item table tr, .service-list-wrapper .service-list-item table td {
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.service-list-wrapper .service-list-item-inner {
  max-width: 430px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 3;
}
.service-list-wrapper .service-list-item-title {
  font-size: 35px;
  font-family: "Raleway",sans-serif;
  line-height: 35px;
  margin-bottom: 15px;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}
.service-list-wrapper .service-list-item-description {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
          transition: transform 0.35s, color 0.35s;
  text-align: center;
}
.service-list-wrapper .service-list-item-link {
  margin-top: 15px;
}
.service-list-wrapper .service-list-item-link a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/slider_arrow.png") -45px -45px no-repeat;
  background-size: 90px 135px;
}
.service-list-wrapper .service-list-item-link a:hover {
  background: url("../img/slider_arrow.png") -45px 0 no-repeat;
  background-size: 90px 135px;
}
.service-list-wrapper .service-list-item:hover.item-no-bg .service-list-item-title {
  color: #333333;
}
.service-list-wrapper .service-list-item:hover .service-list-item-title {
  color: #f57b20;
  -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -57px, 0);
  transform: translate3d(0, -100%, 0) translate3d(0, -57px, 0);
}
.service-list-wrapper .service-list-item:hover .service-list-item-description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.service-single-slider-wrapper {
  padding: 55px 0;
  background-color: #f7f7f7;
}

.service-single-slider {
  position: relative;
}
.service-single-slider .service-single-slider-inner {
  max-width: 840px;
  margin: auto;
  width: 100%;
}
.service-single-slider .slider-item {
  display: block;
  text-align: center;
}
.service-single-slider .slider-item-title {
  font-size: 35px;
  color: #ec3026;
  margin-bottom: 44px;
  line-height: 30px;
}
.service-single-slider .slider-item-name {
  font-size: 16px;
  font-family: "montserratbold",sans-serif;
  color: #ec3026;
}
.service-single-slider .slider-item-content {
  font-size: 22px;
  color: #474747;
  font-family: "montserratlight",sans-serif;
  position: relative;
  padding: 0 50px;
  margin-bottom: 45px;
  display: block;
}
.service-single-slider .slider-item-content:before {
  content: "";
  width: 41px;
  height: 27px;
  background: url("../img/black-quote.png") center no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
.service-single-slider .slider-item-content:after {
  content: "";
  width: 41px;
  height: 27px;
  background: url("../img/black-quote-2.png") center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-single-slider .slider-item-info {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
  padding: 0 50px;
  display: block;
}
.service-single-slider .slider-item-info strong {
  font-family: "montserratregular",sans-serif;
}
.service-single-slider .bx-wrapper {
  top: 0;
  z-index: 0;
}
.service-single-slider .bx-controls-direction {
  width: 100%;
}
.service-single-slider .bx-controls-direction a {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 28%;
  color: transparent;
  opacity: 0.6;
}
.service-single-slider .bx-controls-direction a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .service-single-slider .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }
}
.service-single-slider .bx-controls-direction .bx-prev {
  background: url("../img/owl-left.png") no-repeat;
  background-size: cover;
  left: 0;
}
.service-single-slider .bx-controls-direction .bx-next {
  background: url("../img/owl-right.png") no-repeat;
  right: 0;
  background-size: cover;
}

.block-singe-service-inner {
  padding: 80px 0;
}

.service-block-text-content {
  font-family: "montserratlight",sans-serif;
  font-size: 16px;
  padding-top: 116px;
  line-height: 23px;
}
.service-block-text-content p {
  margin-bottom: 30px;
}
.service-block-image-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-precursor-page {
  padding-bottom: 58px;
}

.block-why-pre .block-default {
  padding-bottom: 140px;
}
.block-why-pre .block-default table {
  height: 610px;
  position: relative;
  z-index: 10;
}
.block-why-pre .block-default .container {
  position: relative;
  z-index: 10;
}

.block-why-pre-inner {
  position: relative;
  max-width: 1784px;
  margin: auto;
  margin-top: -150px;
  z-index: 2;
  background-color: #f7f7f7;
  min-height: 263px;
}
.block-why-pre-inner .second-title {
  text-align: right;
  left: -85px;
  top: 132px;
  padding: 0;
  margin: 0;
}

.block-default-slider {
  position: relative;
  margin: 194px 0;
}
.block-default-slider .block-default-slider-inner {
  max-width: 840px;
  margin: auto;
  width: 100%;
}
.block-default-slider .slider-item {
  display: block;
  text-align: center;
}
.block-default-slider .slider-item-content {
  font-size: 22px;
  font-family: "montserratlight",sans-serif;
  position: relative;
  padding: 0 50px;
  margin-bottom: 45px;
  display: block;
}
.block-default-slider .slider-item-content:before {
  content: "";
  width: 41px;
  height: 27px;
  background: url("../img/quote-1.png") center no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
.block-default-slider .slider-item-content:after {
  content: "";
  width: 41px;
  height: 27px;
  background: url("../img/quote-2.png") center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-default-slider .slider-item-info {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
  padding: 0 50px;
  display: block;
}
.block-default-slider .slider-item-info strong {
  font-family: "montserratregular",sans-serif;
}
.block-default-slider .bx-wrapper {
  top: 0;
  z-index: 0;
}
.block-default-slider .bx-controls-direction {
  width: 100%;
}
.block-default-slider .bx-controls-direction a {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 21%;
  color: transparent;
  opacity: 0.6;
}
.block-default-slider .bx-controls-direction a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .block-default-slider .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }
}
.block-default-slider .bx-controls-direction .bx-prev {
  background: url("../img/slider_arrow.png") 0 -51px no-repeat;
  background-size: 102px 153px;
  left: 0;
}
.block-default-slider .bx-controls-direction .bx-prev:hover {
  background: url("../img/slider_arrow.png") 0px 0 no-repeat;
  background-size: 102px 153px;
}
@media only screen and (max-width: 1024px) {
  .block-default-slider .bx-controls-direction .bx-prev {
    background: url("../img/slider_arrow.png") 0 -30px no-repeat;
    background-size: 60px 90px;
  }
  .block-default-slider .bx-controls-direction .bx-prev:hover {
    background: url("../img/slider_arrow.png") 0 0 no-repeat;
    background-size: 60px 90px;
  }
}
.block-default-slider .bx-controls-direction .bx-next {
  background: url("../img/slider_arrow.png") -51px -51px no-repeat;
  background-size: 102px 153px;
  right: 0;
}
.block-default-slider .bx-controls-direction .bx-next:hover {
  background: url("../img/slider_arrow.png") -51px 0 no-repeat;
  background-size: 102px 153px;
}
@media only screen and (max-width: 1024px) {
  .block-default-slider .bx-controls-direction .bx-next {
    background: url("../img/slider_arrow.png") -30px -30px no-repeat;
    background-size: 60px 90px;
  }
  .block-default-slider .bx-controls-direction .bx-next:hover {
    background: url("../img/slider_arrow.png") -30px 0 no-repeat;
    background-size: 60px 90px;
  }
}

.why-pre-main-content {
  background: #f57b20;
  min-height: 480px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.why-pre-main-content .why-pre-content-inner {
  padding: 99px 0;
  line-height: 45px;
}

.block-why-pre-inner {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
  color: #474747;
}
.block-why-pre-inner .block-content {
  padding: 52px 0;
  line-height: 30px;
  overflow: hidden;
}
.block-why-pre-inner .block-content strong {
  font-family: "montserratbold",sans-serif;
}
.block-why-pre-inner .block-content-item p {
  margin-bottom: 29px;
}
@media only screen and (min-width: 1024px) {
  .block-why-pre-inner .block-content-item {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-why-pre-inner .block-content-row {
    margin: 0 -40px;
  }
}

.portfolio-list {
  padding-bottom: 37px;
}
.portfolio-list-row {
  margin: 0 -9px;
}
.portfolio-list .portfolio-item {
  padding: 0 9px;
  margin-bottom: 18px;
}
.portfolio-list .portfolio-item img {
  width: 100%;
  height: auto;
}
.portfolio-list .portfolio-link:focus {
  outline: none;
}
.portfolio-list .portfolio-link img {
  opacity: 1;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
  margin: auto;
}
.portfolio-list .portfolio-link img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.86);
      -ms-transform: scale(0.86);
          transform: scale(0.86);
}

.block-table-wrapper {
  max-width: 1784px;
  margin: auto;
  position: relative;
  background-color: #f7f7f7;
}
.block-table-wrapper .second-title {
  text-align: right;
  left: -85px;
  top: 132px;
  padding: 0;
  margin: 0;
}
.block-table-image {
  text-align: center;
  padding: 20px 0;
}
.block-table-content {
  overflow-x: auto;
}
.block-table-content table {
  width: 100%;
  background: #fff;
  margin-bottom: 68px;
}
.block-table-content table tr td, .block-table-content table tr th {
  padding: 13px 14px;
  border-left: 2px solid #f7f7f7;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  background-color: #fafafa;
}
.block-table-content table tr td:nth-child(1), .block-table-content table tr td:nth-child(3), .block-table-content table tr td:nth-child(4), .block-table-content table tr td:nth-child(5), .block-table-content table tr th:nth-child(1), .block-table-content table tr th:nth-child(3), .block-table-content table tr th:nth-child(4), .block-table-content table tr th:nth-child(5) {
  background-color: #fff;
}
.block-table-content table tr td:nth-child(4), .block-table-content table tr td:nth-child(5), .block-table-content table tr th:nth-child(4), .block-table-content table tr th:nth-child(5) {
  border-left: 0;
}
.block-table-content table tr th {
  color: #ec3026;
  padding: 7px 14px;
  border-bottom: 1px solid #e3e4e5;
  font-size: 20px;
  font-family: "Raleway",sans-serif;
  font-weight: 600;
}

.news-room-content {
  background-color: #f8f8f8;
}

.news-main-content {
  padding-top: 35px;
  padding-bottom: 40px;
}

.post-year-sidebar .sidebar-title {
  font-size: 35px;
  color: #ec3026;
}

.year-title {
  font-size: 35px;
  color: #ec3026;
  float: left;
}

.archive-year-link {
  padding: 40px 0 0 0;
  list-style: none;
}
.archive-year-link .year-link-item a {
  color: #474747;
  display: block;
  max-width: 180px;
  border-top: 1px solid #dfdfdf;
  font-size: 24px;
  text-decoration: none;
  padding: 8px 0;
}
.archive-year-link .year-link-item.active a, .archive-year-link .year-link-item:hover a {
  color: #ec3026;
  background: url("../img/red-chervon.png") right 0 center no-repeat;
}
.archive-year-link .year-link-item:last-child a {
  border-bottom: 1px solid #dfdfdf;
}

.news-pagination {
  text-align: right;
}
.news-pagination.top {
  float: right;
}
.news-pagination .pagination .page-numbers {
  display: inline-block;
  font-size: 15px;
  font-family: "montserratlight",sans-serif;
  color: #686868;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
}
.news-pagination .pagination .page-numbers.current {
  color: #ec3026;
}
.news-pagination .pagination .page-numbers.next {
  color: transparent;
  background: url("../img/paginat-next.png") center no-repeat;
}
.news-pagination .pagination .page-numbers.prev {
  color: transparent;
  background: url("../img/paginat-prev.png") center no-repeat;
}

.newsroom-list-content {
  padding-top: 10px;
}
.newsroom-list-row {
  margin: 0 -9px;
}
.newsroom-list-row .newsroom-item {
  padding: 0 9px;
  margin-bottom: 18px;
}
.newsroom-list-row .newsroom-item:nth-child(3n+1) {
  clear: left;
}
.newsroom-list-row .newsroom-item-image img {
  width: 100%;
  height: auto;
}
.newsroom-list-row .newsroom-item-date {
  margin-bottom: 15px;
}
.newsroom-list-row .newsroom-item-inner {
  background-color: #fff;
  padding: 20px 25px 25px 25px;
  min-height: 256px;
}
.newsroom-list-row .newsroom-item-title {
  font-size: 18px;
  color: #ec3026;
  margin-bottom: 22px;
  min-height: 108px;
}
.newsroom-list-row .newsroom-item-link a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/newsroom-link.png") center no-repeat;
  background-size: cover;
}
.newsroom-list-row .newsroom-item-link a:hover {
  background: url("../img/arrow-orange.png") center no-repeat;
  background-size: cover;
}

.header-padding {
  padding-top: 167px;
}

.breadcrumbs {
  padding: 68px 0 52px 8px;
  float: left;
}
.breadcrumbs a {
  font-size: 16px;
  color: #474747;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #f57b20;
}
.breadcrumbs a + a {
  padding: 0 20px;
}
.breadcrumbs span {
  font-size: 16px;
}
.breadcrumbs .dot {
  padding: 0 18px;
}

.post-control {
  float: right;
  text-align: right;
  padding: 53px 0 38px 0;
}
.post-control a {
  width: 46px;
  height: 46px;
  display: inline-block;
  opacity: 0.8;
}
.post-control a + a {
  margin-left: 5px;
}
.post-control a:hover {
  opacity: 1;
}
.post-control .prev {
  background: url("../img/post-control-prev.png") center no-repeat;
}
.post-control .next {
  background: url("../img/post-control-next.png") center no-repeat;
}
.post-control .close {
  background: url("../img/post-control-close.png") center no-repeat;
}

.single-post-content-inner {
  background-color: #fff;
  margin-bottom: 108px;
}
.single-post-title {
  font-size: 36px;
  padding: 39px 62px 12px 62px;
  color: #ec3026;
}
@media only screen and (max-width: 1024px) {
  .single-post-title {
    font-size: 30px;
    padding: 14px;
  }
}
.single-post-date {
  font-size: 14px;
  padding: 0 62px;
  margin-bottom: 28px;
  font-family: "montserratlight",sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-post-date {
    padding: 0 14px;
  }
}
.single-post-image img {
  width: 100%;
  height: auto;
}
.single-post-content {
  padding: 47px 93px 33px;
  font-size: 16px;
  line-height: 30px;
  font-family: "montserratlight",sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-post-content {
    padding: 14px;
  }
}

.recent-post {
  padding: 0 93px;
}
@media only screen and (max-width: 1024px) {
  .recent-post {
    padding: 14px;
  }
}
.recent-post-item {
  padding: 16px 0;
  border-top: 1px solid #d6d6d6;
}
.recent-post-item-row {
  margin: 0 -21px;
}
@media only screen and (min-width: 1024px) {
  .recent-post-item-image {
    width: 53%;
  }
}
.recent-post-item-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .recent-post-item-content {
    width: 47%;
  }
}
.recent-post-item-inner {
  padding: 16px 21px;
}
.recent-post-item-title {
  font-size: 24px;
  color: #ec3026;
  display: block;
  margin-bottom: 30px;
}
.recent-post-item-title:hover {
  color: #ec3026;
}
.recent-post-item-excerpt {
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
}

.social-button {
  padding: 20px 93px 40px;
}
@media only screen and (max-width: 1024px) {
  .social-button {
    padding: 14px;
  }
}
.social-button > * {
  float: left !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
}
.social-button .clearfix {
  float: none !important;
}

#contact-block .about-block-heading-wrapper:after {
  display: none;
}

.acf-map {
  width: 100%;
  height: 896px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.single-member-top-info {
  background: #0c152a;
  padding: 33px 71px;
}
@media only screen and (max-width: 1024px) {
  .single-member-top-info {
    padding: 30px 14px;
  }
}
.single-member-right-content {
  padding-top: 97px;
}
@media only screen and (max-width: 1024px) {
  .single-member-right-content {
    padding-top: 30px;
  }
}
.single-member-avatar {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .single-member-avatar {
    margin: auto;
  }
}
.single-member-avatar .avatar-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 1s ease;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.single-member-avatar .avatar-inner:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-member-content-inner {
  background-color: #fff;
  margin-bottom: 108px;
}
.single-member-position {
  text-align: right;
  font-size: 16px;
  font-family: "montserratlight",sans-serif;
  color: #fff;
  padding: 7px 16px;
}
@media only screen and (max-width: 1024px) {
  .single-member-position {
    text-align: center;
  }
}
.single-member-title {
  font-size: 36px;
  color: #ec3026;
  text-align: right;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .single-member-title {
    font-size: 30px;
    text-align: center;
    padding: 0;
  }
}
.single-member-date {
  font-size: 14px;
  padding: 0 62px;
  margin-bottom: 28px;
  font-family: "montserratlight",sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-member-date {
    padding: 0 14px;
  }
}
.single-member-image img {
  width: 100%;
  height: auto;
}
.single-member-description {
  padding: 54px 86px 5px;
  font-size: 26px;
  line-height: 36px;
  color: #ec3026;
}
@media only screen and (max-width: 1024px) {
  .single-member-description {
    padding: 14px;
  }
}
.single-member-content {
  padding: 33px 87px 30px;
  font-size: 16px;
  line-height: 31px;
  font-family: "montserratlight",sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-member-content {
    padding: 14px;
  }
}

.taxonomy-product-service .list-category .category-item-inner:hover .title {
  display: block;
}

@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.otf") format("opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=main.css.map */
