@charset "utf-8";
/* 元指令建站 */
@media (min-width: 1400px) {
.container {
    max-width: 1320px;
}
}
@media (min-width: 1680px) {
.container {
    max-width: 1470px;
}
}

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
  
.clear {
  clear:both;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }
  
.h4, h4 {
    font-size: 1.2rem;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #777777;
  line-height: 1.6875rem;
  overflow-x: hidden;
  font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; }

@media (max-width: 767px) {
body {
  font-size: 15px; }
.h4, h4 {
    font-size: 16px;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  color: #333333; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #333333; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #2756cc; }

@media (min-width: 576px) {
  h1 {
    font-size: 3.4375rem;
    line-height: 3.125rem; }

  h2 {
    font-size: 2.25rem;
    line-height: 3rem; }

  h3 {
    font-size: 1.875rem;
    line-height: 2.8125rem; }

  h4 {
    font-size: 1.2rem;
    line-height: 1.875rem; }

  h5 {
    font-size: 1rem;
    line-height: 1.6rem; }

  h6 {
    font-size: .9rem;
    line-height: 1.5rem; } }
a {
  display: inline-block;
  text-decoration: none;
  color: #333333; }
  a:hover {
    text-decoration: none;
    color: #2756cc; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    padding: 5px 0; }

select,
input,
textarea,
button {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  select:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: none; }

textarea {
  height: 200px;
  resize: none;
  padding: 10px; }

input,
button,
select {
  height: 40px;
  color: #777777; }

label,
button,
select {
  cursor: pointer; }

input {
  background: #f7fbff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px; }
  input:focus {
    border: 1px solid #16120f; }
  input[type="submit"] {
    cursor: pointer;
    background-color: #2756cc;
    color: #ffffff;
    font-weight: 500;
    padding-left: 0; }

.overflow-hidden {
	overflow:hidden;
}	
	
/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.woff2) format("woff2")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.banner-slider{position: relative; width:100%;overflow: hidden;}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.footer-form, .banner-section, .banner-section .banner-content-container, .newslater-section, .newslater-form, .blog-section-area .post-item.blog-video .post-thumb,
.details-blog-section .post-item.blog-video .post-thumb, .blog-section-area .post-item.blockquote-item .blog-blockquote,
.details-blog-section .post-item.blockquote-item .blog-blockquote {
  position: relative; }

.footer-form label, .footer-form label::before, .banner-section:after, .widget-banner::before, .newslater-section::before, .newslater-form label, .blog-section-area .post-item.blog-video .post-thumb::before,
.details-blog-section .post-item.blog-video .post-thumb::before, .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
.details-blog-section .post-item.blockquote-item .blog-blockquote::before {
  position: absolute;
  content: ''; }

.header-top .header-wrapper, .header-top .header-wrapper .header-info, .header-top .header-wrapper .header-info .info-item, .header-bottom .header-bottom-wrapper, .banner-section .banner-content-container, .overview-item, .style-feature, .expert-item-area, .schedule-header, .about-bmi li, .trainer-item, .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
.details-blog-section .post-item.style-three .post-content .entry-content .content-content, .author, .comment-item {
  display: flex;
  flex-wrap: wrap; }

.padding-top {
  padding-top: 80px; }

.padding-bottom {
  padding-bottom: 80px; }
@media (max-width: 767px) {
.padding-top {
  padding-top: 40px; }

.padding-bottom {
  padding-bottom: 40px; }
}
.about-counter {
  background: #f5f5f5;
}
.blog-section {
  background: #f5f5f5;
}
.section-header {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 32px; }
 
  @media (min-width: 992px) {
    .section-header {
      margin: 0 auto 62px; } }
  .section-header .title {
    font-size: 22px;
    margin-top: -5px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
	color: #2756cc;
    position: relative;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .section-header .title {
        font-size: 40px;
        line-height: 65px;
        margin-top: -12px;
        padding-bottom: 22px;
        margin-bottom: 27px; } }
    .section-header .title::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: #2756cc; }

@media (min-width: 992px) {
  .padding-top {
    padding-top: 60px; }

  .padding-bottom {
    padding-bottom: 60px; } }
@media (min-width: 1200px) {
  .padding-top {
    padding-top: 100px; }

  .padding-bottom {
    padding-bottom: 100px; } }
.mb-30-none {
  margin-bottom: -30px; }

.mb-40-none {
  margin-bottom: -40px; }

.social-icons {
  margin: -5px;
  margin-bottom: 0; }
  .social-icons a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #777777;
    color: #777777; }
    .social-icons a:hover {
      color: #ffffff;
      background-color: #2756cc;
      border: 1px solid #2756cc; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999; }

.preloader .preloader-wrapper {
  text-align: center; }

/*The Common Navigation*/
.section-header-wrapper {
  position: relative; }

.common-navigation {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .common-navigation {
      margin-bottom: 0;
      position: absolute;
      top: 50%;
      right: -0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .common-navigation .common-next,
  .common-navigation .common-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
    color: #2756cc;
    border: 1px solid #2756cc;
    cursor: pointer; }
    .common-navigation .common-next.active,
    .common-navigation .common-prev.active {
      background: #2756cc;
      color: #ffffff; }
  .common-navigation .common-prev {
    margin-right: 10px; }
	
@media (max-width: 767px) {
.common-navigation {
    justify-content: center;
}	
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	max-width:100%;
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.footer-section {
  background: #222222; }
  .footer-section .footer-top {
    padding-top: 105px;
    padding-bottom: 110px;
    border-bottom: 1px solid #363636; }
  .footer-section .footer-bottom {
    padding: 15px 0;
    min-height: 72px;
    text-align: center; }
    .footer-section .footer-bottom p {
      color: #ffffff;
      opacity: .9; }
      .footer-section .footer-bottom p a {
        color: #ffffff; }
        .footer-section .footer-bottom p a:hover {
          color: #58aafd; }
  @media (max-width: 991px) {
    .footer-section .footer-top {
      padding-top: 78px;
      padding-bottom: 80px; } }

.footer-widget {
  margin-bottom: 45px; }
  .footer-widget .widget-title {
    margin-bottom: 26px; }
  .footer-widget p {
    opacity: .9;
    margin-bottom: 28px; }
    @media (min-width: 992px) {
      .footer-widget p {
        max-width: 359px; } }
  .footer-widget .widget-title,
  .footer-widget .sub-title,
  .footer-widget p {
    color: #ffffff; }
  .widget-contact ul li {
	color: #ffffff;
  }
  .widget-contact ul li i {
	margin-right:8px;
	font-size: 16px;
  }
  .widget-contact ul li [class^="flaticon-"]:before, .widget-contact ul li [class*=" flaticon-"]:before, .widget-contact ul li [class^="flaticon-"]:after, .widget-contact ul li [class*=" flaticon-"]:after {
	margin-right:8px;
	font-size: 16px;
  }
  .footer-widget .sub-title {
    font-size: 20px;
    margin-bottom: 18px;
    opacity: .9; }

.mb-45-none {
  margin-bottom: -45px; }

.widget-contact .footer-form {
  margin-bottom: 40px;
  max-width: 305px; }

.widget-link ul {
  margin: -7px 0; }
  .widget-link ul li {
    padding: 7px 0; }
    .widget-link ul li a {
      color: #ffffff;
      opacity: .9; }
      .widget-link ul li a:hover {
        color: #58aafd;
        opacity: 1; }

.footer-widget.widget-post ul {
  margin: -9px 0; }
  .footer-widget.widget-post ul li {
    opacity: .9;
    padding: 9px 0; }
    .footer-widget.widget-post ul li .post-title {
      font-weight: 500;
      color: #ffffff;
      line-height: 22px;
      display: block; }
    .footer-widget.widget-post ul li span {
      font-size: 13px;
      display: block;
      color: #c7c6c6; }
    .footer-widget.widget-post ul li:hover .post-title {
      color: #58aafd; }
.footer-widget.widget-form .widget-title {
  margin-bottom: 30px; }

.footer-form input {
  background-color: #363636;
  height: 52px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px; }
  .footer-form input::placeholder {
    color: #ffffff;
    opacity: .8; }
  .footer-form input[type="submit"] {
    display: none; }
.footer-form label {
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 80px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2756cc; }
  .footer-form label::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000; }

.footer-contact-form {
  margin-bottom: -10px; }
  .footer-contact-form input {
    height: 45px; }
    .footer-contact-form button {
      font-weight: 500;
      color: #ffffff;
      padding: 0;
      text-transform: capitalize;
      background-color: #2756cc;
	  border: none;
      -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	  }
  .footer-contact-form input,
  .footer-contact-form textarea {
    background: #363636;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .footer-contact-form input::placeholder,
    .footer-contact-form textarea::placeholder {
      color: #ffffff;
      opacity: .5; }
    .footer-contact-form input:focus,
    .footer-contact-form textarea:focus {
      color: #ffffff; }
  .footer-contact-form textarea {
    height: 102px;
    display: inherit;
    resize: none; }

/*Header Top*/
.header-top {
  padding: 31px 0; }
  .header-top .header-wrapper {
    align-items: center;
    justify-content: space-between; }
    .header-top .header-wrapper .logo {
      margin-right: 20px; }
    .header-top .header-wrapper .header-info .info-item {
      align-items: center;
      margin-right: 40px; }
      @media (min-width: 1200px) {
        .header-top .header-wrapper .header-info .info-item {
          margin-right: 60px; } }
      .header-top .header-wrapper .header-info .info-item:last-child {
        margin-right: 0; }
      .header-top .header-wrapper .header-info .info-item .info-thumb {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #e5e5e5;
        margin-right: 15px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px; }
        .header-top .header-wrapper .header-info .info-item .info-thumb i {
          color: #2756cc; }
          .header-top .header-wrapper .header-info .info-item .info-thumb i::before {
            font-size: 20px; }
      .header-top .header-wrapper .header-info .info-item .info-content .title {
        font-size: 16px;
		color: #333333;
        text-transform: uppercase;		}

/*Header Bottom*/
.header-bottom {
  background: #2756cc;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s; }
  .header-bottom .header-bottom-wrapper {
    justify-content: space-between;
    align-items: center; }
      .menu .menu-item .menu-item-link {
        text-transform: uppercase;		}
		.menu .menu-item.on .menu-item-link,.menu .menu-item .menu-item-link:hover {
        color:#00c4ff;		}
		.menu .menu-item .sub-menu .menu-item .menu-item-link {
    text-transform: capitalize;
}
.menu .menu-item.on .sub-menu .menu-item .menu-item-link {
    color: #333333;
}
.menu .menu-item .sub-menu .menu-item .menu-item-link:hover {
    color:#2756cc;
}
@media (min-width: 1200px) {
  .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 397px);
    margin-left: -15px; }
    .menu .menu-item {
      padding: 20px 10px;
      position: relative; }
      .menu .menu-item .menu-item-link {
        padding: 5px;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;		}
      .menu .menu-item .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #f7fbff;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px); }
        .menu .menu-item .sub-menu .menu-item {
          padding: 0; }
          .menu .menu-item .sub-menu .menu-item .menu-item-link {
            padding: 10px 20px;
            color: #333333;
            display: block; }
            .menu .menu-item .sub-menu .menu-item .menu-item-link:hover {
              background: #2756cc;
              color: #ffffff; }
        .menu .menu-item .sub-menu .sub-menu {
          top: 0;
          left: 100%; }
      .menu .menu-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
@media (max-width: 1199px) {
  .menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999999;
    background-color: #fff;
    padding: 13px 30px;
	overflow-y: auto;
    height: calc(100vh - 60px);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .menu .menu-item {
      padding: 0;
      border-bottom: 1px solid #eceaea;	  }
      .menu .menu-item .menu-item-link {
        display: block;
        padding: 5px 0;
        color: #333333;
        font-weight: 500;
        font-size: 14px; }
        .menu .menu-item .menu-item-link:hover {
          color: #2756cc; }
      .menu .menu-item .sub-menu {
        padding-left: 10px;
        visibility: hidden;
        height: 0;
        opacity: 0; }
      .menu .menu-item.open > .sub-menu {
        height: auto;
        opacity: 1;
        visibility: visible; }
    .menu .menu-item .sub-menu .menu-item {
      border-bottom: 0px solid #eceaea;	  }
    .menu.active {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

  .logo {
    padding: 10px 0; }
	.logo img {
        height: 40px; }
	}
/*Menu Items Icon*/
.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px; }

.sub-menu .menu-item-has-children > a::after {
  margin-right: 0px;
  float: right; }

/*Header Bar*/
.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px; }
  .header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffff;
    left: 0; }
    .header-bar span:first-child {
      top: 0; }
    .header-bar span:nth-child(2) {
      top: 52%;
      transform: translateY(-65%); }
    .header-bar span:last-child {
      bottom: 0; }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px); }
  .header-bar.active span:nth-child(2) {
    opacity: 0; }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px); }

.header-fixed {
  animation-name: fadeInDown;
  animation-duration: 1s;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0; }

#lightcase-overlay {
  z-index: 999; }

.banner-section {
  padding: 100px 0;
  overflow: hidden; }
  .banner-section .banner-content-container {
    z-index: 1; }
    .banner-section .banner-content-container .banner-content {
      width: 100%;
      position: relative;
	  text-align: center;
      z-index: 1; }
      .banner-section .banner-content-container .banner-content .sub-title, .banner-section .banner-content-container .banner-content .title, .banner-section .banner-content-container .banner-content p {
        color: #ffffff;
        margin-top: 0; }
      .banner-section .banner-content-container .banner-content .title {
        margin-bottom: 11px;
        text-transform: capitalize;
        margin-top: -8px;
        font-size: 24px;
        line-height: 36px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content .title {
            font-size: 35px;
            line-height: 60px;
            margin-top: -14px; } }
		@media (min-width: 768px) {
          .banner-section .banner-content-container .banner-content .title {
            font-size: 45px;
            line-height: 60px;
            margin-top: -14px; } }
        @media (min-width: 992px) {
          .banner-section .banner-content-container .banner-content .title {
            font-size: 65px;
            line-height: 80px;
            margin-top: -17px; } }
      .banner-section .banner-content-container .banner-content p {
        margin: 0 auto 22px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content p {
            font-size: 20px;
            line-height: 36px;
            font-weight: 500;
            margin-bottom: 30px; } }
      .banner-section .banner-content-container .banner-content .sub-title {
        font-weight: 500;
        font-size: 22px;
        margin-top: -6px;
        margin-bottom: 20px; }
        @media (min-width: 576px) {
          .banner-section .banner-content-container .banner-content .sub-title {
            margin-bottom: 27px; } }
        @media (min-width: 768px) {
          .banner-section .banner-content-container .banner-content .sub-title {
            font-size: 30px;
            margin-top: -10px; } }
      .banner-section .banner-content-container .banner-content .button-group {
        text-align: center; }
  @media (min-width: 992px) {
    .banner-section {
      padding: 300px 0; } }
  @media (min-width: 1200px) {
    .banner-section {
      padding: 360px 0; } }
	  
@media (max-width: 767px) {
.banner-section .banner-content-container {
	padding:0 50px;
}
}

.banner-thumb {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/banner/banner-mask.png);
  mask-image: url(../images/banner/banner-mask.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 991px) {
    .banner-thumb {
      display: none; } }
  @media (min-width: 992px) {
    .banner-thumb {
      width: 55%; } }
  .banner-thumb img {
    max-width: 100%; }

.shape-wrapper {
  position: relative; }
  .shape-wrapper .shape {
    width: 20px;
    height: 2px;
    background: #2756cc;
    display: inline-block;
    position: absolute; }
    .shape-wrapper .shape:first-child {
      left: 0;
      top: 14px;
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px); }
      @media (min-width: 768px) {
        .shape-wrapper .shape:first-child {
          top: 17px; } }
    .shape-wrapper .shape:last-child {
      right: 0;
      bottom: 14px;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px); }
      @media (min-width: 768px) {
        .shape-wrapper .shape:last-child {
          bottom: 17px; } }

.inner-pagination-wrapper {
  margin: -5px;
  margin-top: 35px; }
  @media (min-width: 992px) {
    .inner-pagination-wrapper {
      margin-top: 65px; } }
  .inner-pagination-wrapper a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    margin: 5px;
    background: #16120f;
    font-weight: 500; }
    .inner-pagination-wrapper a:hover {
      color: #2756cc; }
    .inner-pagination-wrapper a.active {
      background: #2756cc;
      color: #ffffff; }

.widget {
  background-color: #f5f5f5;
  padding: 35px 30px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .widget {
      margin-bottom: 30px; } }
  .widget .widget-title {
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 24px;	}
  .widget:last-child {
    margin-bottom: 0; }
  .widget.widget-search {
    padding: 0; }
    .widget.widget-search .widget-form {
      position: relative; }
      .widget.widget-search .widget-form input {
        height: 50px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 20px; }
        .widget.widget-search .widget-form input[type="submit"] {
          display: none; }
      .widget.widget-search .widget-form label {
        position: absolute;
        top: 5px;
        right: 0;
        width: 50px;
        height: 40px;
        line-height: 40px;
        border-left: 1px solid #e5e5e5;
        margin: 0;
        text-align: center;
        color: #2756cc; }

.widget-download ul li,
.widget-tour ul li {
  padding: 0; }
  .widget-download ul li a,
  .widget-tour ul li a {
    font-weight: 500;
    text-transform: capitalize;
    color: inherit;
    padding: 8px 0;
    line-height: 26px;
    display: block; }
    .widget-download ul li a:hover,
    .widget-tour ul li a:hover {
      color: #2756cc; }
  .widget-download ul li:last-child a,
  .widget-tour ul li:last-child a {
    padding-bottom: 0; }

.widget-tour ul li a::before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  margin-right: 10px; }

.widget-download ul li a {
  position: relative;
  display: block; }
  .widget-download ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f381';
    font-family: "Font Awesome 5 Free"; }

.widget-banner {
  position: relative;
  padding: 0; }
  .widget-banner .widget-banner-thumb img {
    width: 100%; }
  .widget-banner .widget-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .widget-banner .widget-banner-content .custom-button {
      z-index: 99;
      background-color: #fff;
      color: #2756cc;
      line-height: 45px;
      padding: 0 42px;
      margin: 0;
      border: none; }
      .widget-banner .widget-banner-content .custom-button::after, .widget-banner .widget-banner-content .custom-button::before {
        background: #fff; }
    .widget-banner .widget-banner-content h4 {
      font-size: 24px;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 25px; }
  .widget-banner::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2756cc;
    opacity: .85; }
	
@media (max-width: 767px) {
	.widget {
    padding: 20px 10px;
}
  .widget .widget-title {
    font-size: 20px;
    margin-bottom: 6px;	}
}

.widget-category ul li {
  padding: 0; }
  .widget-category ul li a {
    text-transform: capitalize;
    color: inherit;
    padding: 8px 8px 8px 20px;
    line-height: 26px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .widget-category ul li a:hover,.widget-category ul li.on a {
      color: #2756cc; }
    .widget-category ul li a::before {
      content: '\f101';
      font-family: "Font Awesome 5 Free";
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
.widget-category.widget-info ul li a {
  padding: 8px;
  padding-left: 0; }
  .widget-category.widget-info ul li a::before {
    display: none; }

.widget.widget-post .widget-title {
  margin-bottom: 18px; }
.widget.widget-post ul {
  margin: -8px 0; }
  .widget.widget-post ul li {
    padding: 8px 0; }
    .widget.widget-post ul li .post-title {
      color: #333333;
      font-weight: 500;
      line-height: 24px;
      font-size: 16px; }
    .widget.widget-post ul li:hover .post-title {
      color: #2756cc; }
    .widget.widget-post ul li .meta-post {
      font-size: 13px;
      display: flex;
      flex-wrap: wrap; }
      .widget.widget-post ul li .meta-post a {
        color: #777777; }
      .widget.widget-post ul li .meta-post .meta-date {
        margin-right: 20px;
        color: #777777;		}
      .widget.widget-post ul li .meta-post i {
        color: #2756cc;
        margin-right: 5px; }
.widget.widget-popular ul {
  margin: 12px -10px -10px; }
  .widget.widget-popular ul li {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap; }
    .widget.widget-popular ul li .widget-popular-thumb {
      width: 63px;
      height: 42px; }
      .widget.widget-popular ul li .widget-popular-thumb a {
        display: block; }
        .widget.widget-popular ul li .widget-popular-thumb a img {
          width: 63px;
		  height: 42px;
		   }
    .widget.widget-popular ul li .widget-popular-content {
      width: calc(100% - 63px);
      padding-left: 15px; }
      .widget.widget-popular ul li .widget-popular-content .title {
        line-height: 1.5; }
        .widget.widget-popular ul li .widget-popular-content .title a {
          font-size: 16px;
          color: #333333; }
    .widget.widget-popular ul li:hover .widget-popular-content .title a {
      color: #2756cc; }

.widget-tags .widget-title {
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .sidebar {
    margin-top: 30px; }
.widget.widget-post ul li .post-title {
    font-size: 15px;
}
}
	
/*Body Building Section*/
.body-building-slider {
  margin: -15px;
  overflow: hidden; }

/*Body Building Item*/
.body-building-item {
  padding: 15px; }
  .body-building-item .body-building-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .body-building-item .body-building-thumb {
    overflow: hidden; }
    .body-building-item .body-building-thumb a {
      display: block; }
      .body-building-item .body-building-thumb a img {
        width: 100%; }
  .body-building-item .body-building-content {
    padding: 25px 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
	.body-building-item .body-building-content .building-content {
		width: 100%;
    text-align: center;
	}
      .body-building-item .body-building-content .building-content .title {
        font-size: 20px; }
    .body-building-item .body-building-content .building-category {
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .body-building-item .body-building-content .building-category img {
        max-width: 100%; }
@media (max-width: 1199px) {
  .body-building-item .body-building-content {
    padding: 20px 15px; }
      .body-building-item .body-building-content .building-content .title {
        font-size: 16px; }
}
/*Body Pageination*/
.body-building-pagination {
  position: relative;
  margin: -3px;
  margin-top: 26px; }
  @media (min-width: 992px) {
    .body-building-pagination {
      margin-top: 56px; } }
  .body-building-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #777777;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer; }
    .body-building-pagination span.swiper-pagination-bullet-active {
      background: #2756cc; }

/*About Counter Section*/
.about-counter-item {
  padding: 30px 0 29px;
  text-align: center;
  background: #2756cc;
  margin-bottom: 30px; }
  .about-counter-item .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .about-counter-item .title {
        font-size: 40px; } }
    @media (min-width: 768px) {
      .about-counter-item .title {
        font-size: 50px; } }
  .about-counter-item p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize; }
  @media (min-width: 576px) {
    .about-counter-item {
      padding: 48px 0 47px; }
      .about-counter-item p {
        font-size: 22px;
        font-weight: 500; } }
    @media (max-width: 767px) {
        .about-counter-item p {
    font-size: 18px; } }
    @media (max-width: 575px) {
.about-counter-item .title {
    font-size: 24px;
}
        .about-counter-item p {
    font-size: 14px; } }

@media screen and (max-width: 575px) {
  .about-counter .mb-30-none {
    margin-bottom: -10px; }
    .about-counter .mb-30-none .about-counter-item {
      margin-right: -10px;
      margin-left: -10px;
      margin-bottom: 10px; } }

.about-counter-content {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .about-counter-content {
      margin-bottom: 0px; } }
  .about-counter-content p {
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .about-counter-content p {
        margin-bottom: 25px; } }
  .about-counter-content ul li {
    color: #777777;
    line-height: 30px;
    padding: 0; }
    .about-counter-content ul li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 500;
      margin-right: 10px;
      color: #2756cc;
      font-size: 13px; }
  @media (min-width: 768px) {
    .about-counter-content ul {
      margin-bottom: 31px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .about-counter-content ul {
      margin-bottom: -11px; } }

  .about-counter-content .section-header {
    max-width: 100%;
    margin: 0;
    text-align: left; }
    .about-counter-content .section-header .title::after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      left: 0; }


/*Feature Section*/
.feature-slider {
  margin: -15px;
  overflow: hidden; }

.style-feature {
  margin: -15px;
  overflow: hidden;
  justify-content: center; }
  .style-feature .feature-item {
    width: 100%; }
    @media (min-width: 768px) {
      .style-feature .feature-item {
        width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .style-feature .feature-item {
      width: 33.33%; } }

.feature-item {
  padding: 15px; }
  .feature-item:hover .feature-content .feature-header .title {
    color: #2756cc; }
  .feature-item:hover .feature-content .feature-footer .join-now-button {
    color: #2756cc; }

.feature-thumb {
  border: 1px solid #e5e5e5;
  border-bottom: none; }
.feature-content {
  border: 1px solid #e5e5e5;
  text-align: center;
  border-top: none; }

.feature-thumb a {
  display: block; }
  .feature-thumb a img {
    width: 100%; }

.feature-header {
  padding: 25px 30px; }
@media (max-width: 1199px) {
.feature-header {
  padding: 20px 15px; }
}
  .feature-header .title {
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .feature-header p {
    margin: 0; }

.feature-footer {
  padding: 20px 30px; }
  .feature-footer .feature-author-thumb {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .feature-footer .feature-author-thumb a {
      display: block; }
      .feature-footer .feature-author-thumb a img {
        width: 100%; }
  .feature-footer .feature-author-content {
    padding-left: 10px; }
    .feature-footer .feature-author-content .sub-title {
      margin-bottom: -7px; }
      .feature-footer .feature-author-content .sub-title a {
        color: #333333;
        font-weight: 500;
        font-size: 16px; }
    .feature-footer .feature-author-content span {
      font-size: 12px;
      font-style: italic;
      display: inline-block;
      line-height: 1; }

.join-now-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
  font-weight: 500; }

/*Expert Trainers Section*/
.expert-item-area,
.expert-slider {
  margin: -15px;
  overflow: hidden; }

.expert-item-area {
  justify-content: center; }

.expert-item {
  padding: 15px; }
  .expert-item .expert-thumb a {
    display: block; }
    .expert-item .expert-thumb a img {
      width: 100%; }
  .expert-item .expert-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 25px -58px; }
    .expert-item .expert-content .expert-link {
      width: 94px;
      background: #16120f;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px; }
    .expert-item .expert-content .expert-info {
      width: calc(100% - 94px);
      padding: 30px;
      background: #2756cc; }
      .expert-item .expert-content .expert-info .sub-title a {
        color: #ffffff; }
      @media (min-width: 576px) {
        .expert-item .expert-content .expert-info .sub-title {
          font-size: 20px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .expert-item .expert-content .expert-info .sub-title {
      font-size: 24px; } }

      .expert-item .expert-content .expert-info span {
        color: #ffffff;
        text-transform: capitalize;
        font-size: 14px; }
    @media screen and (max-width: 400px) {
      .expert-item .expert-content {
        margin: 0 5px -58px; }
        .expert-item .expert-content .expert-link {
          width: 50px; }
        .expert-item .expert-content .expert-info {
          width: calc(100% - 50px);
          padding: 20px; }
          .expert-item .expert-content .expert-info .sub-title {
            font-size: 20px; }
          .expert-item .expert-content .expert-info span {
            font-size: 12px; } }

/*Page Header*/
.page-header {
  position: relative;
  text-align: center;
  padding: 100px 0; }
  @media (min-width: 768px) {
    .page-header {
      padding: 100px 0; } }
  @media (min-width: 992px) {
    .page-header {
      padding: 120px 0; } }
  @media (min-width: 1200px) {
    .page-header {
      padding: 180px 0; } }

  .page-header .title {
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff; }
    @media (min-width: 768px) {
      .page-header .title {
        font-size: 40px; } }
  .page-header .shape-wrapper .shape:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-30px);
    -ms-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px); }
  .page-header .shape-wrapper .shape:last-child {
    bottom: 50%;
    -webkit-transform: translateY(-50%) translateX(30px);
    -ms-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px); }
@media (max-width: 575px) {
.page-header .title {
    font-size: 20px;
}
}
/*Breadcrumb*/
.breadcrumb-section {
  background: #f6f6f6; }

.breadcrumb-wrapper {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .breadcrumb-wrapper .title {
    font-size: 16px;
	color: #333333;
    text-transform: uppercase;
	line-height: 1.6875rem;
    margin: 0 10px 0 0; }

.breadcrumb {
  background: transparent;
  margin: -5px -10px;
  padding: 0; }
  .breadcrumb li, .breadcrumb li a {
    font-weight: 500;
    color: #777777; }
	
@media (max-width: 991px) {
  .breadcrumb-title {
	display:none; }
}
    @media (max-width: 575px) {
      .breadcrumb li, .breadcrumb li a {
        font-size: 14px;
        font-weight: 500;
        font-weight: 500; } }
  .breadcrumb li {
    margin: 5px 10px; }
    .breadcrumb li a {
      padding: 0;
      position: relative; }
      .breadcrumb li a:hover {
        color: #2756cc; }


/*Expert Details*/
.expert-thumb {
  margin-bottom: 30px; }
  .expert-thumb img {
    width: 100%; }

.expert-single-content .title {
  font-size: 20px;
  margin-top: -5px;
  line-height: 30px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .expert-single-content .title {
      font-size: 30px;
      margin-top: -7px;
      line-height: 40px; } }
.expert-single-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -9px;
  margin-bottom: 13px; }
  .expert-single-content ul li {
    width: 100%;
    color: #5f5f5f;
    padding: 4px 0; }
    @media only screen and (min-width: 576px) {
      .expert-single-content ul li {
        width: 50%; } }
    .expert-single-content ul li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 500;
      color: #2756cc;
      font-size: 14px;
      margin-right: 10px; }

.trainer-area p,
.expert-single-content p {
  margin-bottom: 10px; }
  .trainer-area p.last-para,
  .expert-single-content p.last-para {
    margin-bottom: -8px; }
.trainer-area .sub-title,
.expert-single-content .sub-title {
  margin-bottom: 15px; }

/*Expert Section*/
.trainer-item .trainer-thumb {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .trainer-item .trainer-thumb {
      width: 40%; } }
  .trainer-item .trainer-thumb img {
    width: 100%; }
.trainer-item .trainer-content {
  width: 100%; }
  @media (min-width: 768px) {
    .trainer-item .trainer-content {
      width: 60%;
      padding-left: 30px; } }
  .trainer-item .trainer-content .title {
    margin-top: -10px;
    font-size: 30px; }
  .trainer-item .trainer-content span {
    text-transform: capitalize;
    color: #2756cc;
    display: inline-block;
    margin-bottom: 15px; }

/*Table Schedule*/
@media only screen and (max-width: 991px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr {
    margin: 0; }

  tr:nth-child(odd) {
    background: #f5f5f5; }

  tr:nth-child(even) {
    background: #fff; }

  td {
    border: none;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center; }

  td:before {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    color: #333333;
    font-size: 18px; }

  td:before {
    content: attr(data-input); } }

.class-date,
.class-time {
  display: block; }

.class-time {
  color: #2756cc; }

/*Blog Section*/
.blog-section .post-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .blog-section .post-item .post-thumb a {
    display: block; }
    .blog-section .post-item .post-thumb a img {
      width: 100%; }
  .blog-section .post-item .post-content {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px; }
    .blog-section .post-item .post-content .title a,
    .blog-section .post-item .post-content p,
    .blog-section .post-item .post-content span,
    .blog-section .post-item .post-content span a {
      color: #ffffff; }
    .blog-section .post-item .post-content .title {
      margin-top: -5px;
      margin-bottom: 15px; }
	.blog-section .post-item .post-content .meta-post {
      color: #c7c6c6; }
    .blog-section .post-item .post-content a:hover {
      color: #2756cc; }
    @media (min-width: 768px) {
      .blog-section .post-item .post-content p {
        margin-bottom: 15px; } }
    .blog-section .post-item .post-content .blog-button {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      width: 120px;
      height: 120px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #2756cc;
      color: #ffffff;
      text-align: center;
      line-height: 70px;
      font-size: 18px; }
      .blog-section .post-item .post-content .blog-button:hover {
        color: #ffffff; }
@media (max-width: 991px) {
.blog-section .post-item .post-content .title {
    margin-top: -20px;
    margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.blog-section .post-item .post-content .title {
    font-size: 15px;
}
}

    @media screen and (max-width: 375px) {
      .blog-section .post-item .post-content {
        padding: 40px 30px; }
        .blog-section .post-item .post-content .title {
          font-size: 20px; }
        .blog-section .post-item .post-content p {
          font-size: 14px;
          line-height: 24px; }
        .blog-section .post-item .post-content span {
          font-size: 14px; } }
		  


.blog-section-wrapper .post-item .post-content {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: perspective(700px) rotateX(-30deg);
  -ms-transform: perspective(700px) rotateX(-30deg);
  transform: perspective(700px) rotateX(-30deg);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden; }
.blog-section-wrapper .post-item:hover .post-content,.blog-section-wrapper .active .post-item .post-content {
  -webkit-transform: perspective(0) rotateY(0deg);
  -ms-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  opacity: 1;
  visibility: visible; }
  
@media (max-width: 991px) {
	.blog-section-wrapper .post-item .post-content {
    -webkit-transform: perspective(0) rotateY(0deg);
    -ms-transform: perspective(0) rotateY(0deg);
    transform: perspective(0) rotateY(0deg);
    opacity: 1;
    visibility: visible;
	}
}


.blog-next,
.blog-prev {
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer; }
.blog-next:hover,
.blog-prev:hover {
  background: #2756cc;
  border: 1px solid #2756cc; }
.blog-next {
  left: 100px;  }

.blog-prev {
  right: 100px;  }


@media (max-width: 1679px) {
.blog-next {
  display:none;  }	
.blog-prev {
  display:none;  }
.banner-slider:hover .blog-next,.banner-slider:hover .blog-prev {
  display:block;
}
}

@media (max-width: 991px) {
.blog-next {
  left: 15px;
  display:block;  }	
.blog-prev {
  right: 15px;
  display:block;  }
}
/*Blog Page Blogs*/
.blog-section-area .post-item,
.details-blog-section .post-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07); }
  .blog-section-area .post-item .post-thumb,
  .details-blog-section .post-item .post-thumb {
    overflow: hidden;
    margin-bottom: 28px;
    position: relative; }
    .blog-section-area .post-item .post-thumb a,
    .details-blog-section .post-item .post-thumb a {
      display: block;
      position: relative; }
      .blog-section-area .post-item .post-thumb a img,
      .details-blog-section .post-item .post-thumb a img {
        width: 100%; }
      .blog-section-area .post-item .post-thumb a::after,
      .details-blog-section .post-item .post-thumb a::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
  .blog-section-area .post-item .post-content,
  .details-blog-section .post-item .post-content {
    padding: 0; }
    .blog-section-area .post-item .post-content .post-header,
    .details-blog-section .post-item .post-content .post-header {
      padding: 0 15px 25px; }
      @media (min-width: 576px) {
        .blog-section-area .post-item .post-content .post-header,
        .details-blog-section .post-item .post-content .post-header {
          padding: 0 30px 25px 30px; }
		  }
      .blog-section-area .post-item .post-content .post-header .title,
      .details-blog-section .post-item .post-content .post-header .title {
        font-size: 20px;
        line-height: 28px;
        padding: 16px 0; }
      .blog-section-area .post-item .post-content .post-header p,
      .details-blog-section .post-item .post-content .post-header p {
        margin: 0; }
    .blog-section-area .post-item .post-content .meta-post,
    .details-blog-section .post-item .post-content .meta-post {
      font-size: 14px;
      border-bottom: none;
      margin-bottom: 0;
      padding: 12px 5px;
      border-top: 1px solid #e5e5e5;
      padding: 12px 15px; }
      @media (min-width: 576px) {
    .blog-section-area .post-item .post-content .meta-post,
    .details-blog-section .post-item .post-content .meta-post {
      padding: 12px 30px; }
		  }
	  .blog-section-area .post-item .post-content .meta-post2,
    .details-blog-section .post-item .post-content .meta-post2 {
      border-bottom: 1px solid #e5e5e5;
      border-top: 0px solid #e5e5e5; }
      .blog-section-area .post-item .post-content .meta-post a,
      .details-blog-section .post-item .post-content .meta-post a {
        color: #777777; }
      .blog-section-area .post-item .post-content .meta-post i,
      .details-blog-section .post-item .post-content .meta-post i {
        color: #2756cc;
        margin-right: 5px; }
      .blog-section-area .post-item .post-content .meta-post .meta-date,
      .details-blog-section .post-item .post-content .meta-post .meta-date {
        display: block;
        width: 100%; }
		.blog-section-area .post-item .post-content .meta-post .meta-date span,
      .details-blog-section .post-item .post-content .meta-post .meta-date span {
		margin-right:10px; }
      .blog-section-area .post-item .post-content .meta-post .meta-comment,
      .details-blog-section .post-item .post-content .meta-post .meta-comment {
        width: 50%;
        text-align: right; }
  .blog-section-area .post-item:hover .post-thumb::after,
  .details-blog-section .post-item:hover .post-thumb::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .blog-section-area .post-item:hover .post-content .post-header .title a,
  .details-blog-section .post-item:hover .post-content .post-header .title a {
    color: #2756cc; }
  .blog-section-area .post-item.regular-item .post-thumb::before,
  .details-blog-section .post-item.regular-item .post-thumb::before {
    display: none; }
  .blog-section-area .post-item.regular-item .post-thumb a::after,
  .details-blog-section .post-item.regular-item .post-thumb a::after {
    z-index: 9; }
  .blog-section-area .post-item.regular-item:hover .post-thumb a::after,
  .details-blog-section .post-item.regular-item:hover .post-thumb a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.blog-section-area .post-item.style-two,
.details-blog-section .post-item.style-two {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .blog-section-area .post-item.style-two,
    .details-blog-section .post-item.style-two {
      margin-bottom: 60px; } }
  .blog-section-area .post-item.style-two .post-thumb,
  .details-blog-section .post-item.style-two .post-thumb {
    overflow: hidden;
    margin-bottom: 28px; }
    .blog-section-area .post-item.style-two .post-thumb .post-thumb,
    .details-blog-section .post-item.style-two .post-thumb .post-thumb {
      margin-bottom: 0; }
    .blog-section-area .post-item.style-two .post-thumb::before,
    .details-blog-section .post-item.style-two .post-thumb::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      z-index: 1;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; }
  .blog-section-area .post-item.style-two .post-content,
  .details-blog-section .post-item.style-two .post-content {
    padding: 0; }
    .blog-section-area .post-item.style-two .post-content .post-header,
    .details-blog-section .post-item.style-two .post-content .post-header {
      padding: 0 0 30px; }
      @media (min-width: 576px) {
        .blog-section-area .post-item.style-two .post-content .post-header,
        .details-blog-section .post-item.style-two .post-content .post-header {
          padding: 15px 30px 25px 30px; } }
      .blog-section-area .post-item.style-two .post-content .post-header .title,
      .details-blog-section .post-item.style-two .post-content .post-header .title {
        font-size: 20px; }
@media (max-width: 767px) {
  .blog-section-area .post-item.style-two .post-content,
  .details-blog-section .post-item.style-two .post-content {
    padding: 0 10px; }
    .blog-section-area .post-item.style-two .post-content .post-header,
    .details-blog-section .post-item.style-two .post-content .post-header {
      padding: 0 0 20px; }
      .blog-section-area .post-item.style-two .post-content .post-header .title,
      .details-blog-section .post-item.style-two .post-content .post-header .title {
        font-size: 16px; }
      .blog-section-area .post-item .post-content .post-header .title,
      .details-blog-section .post-item .post-content .post-header .title {
        font-size: 16px;
        line-height: 28px;
        padding: 16px 0 10px 0; }
}
        .blog-section-area .post-item.style-two .post-content .post-header .title a,
        .details-blog-section .post-item.style-two .post-content .post-header .title a {
          color: #333333; }
      .blog-section-area .post-item.style-two .post-content .post-header p,
      .details-blog-section .post-item.style-two .post-content .post-header p {
        margin: 0; }
    .blog-section-area .post-item.style-two .post-content .meta-post,
    .details-blog-section .post-item.style-two .post-content .meta-post {
      font-size: 14px;
      border-bottom: none;
      margin-bottom: 0;
      padding: 12px 10px;
      border-top: 1px solid #e5e5e5; }

      @media (min-width: 576px) {
        .blog-section-area .post-item.style-two .post-content .meta-post,
        .details-blog-section .post-item.style-two .post-content .meta-post {
          padding: 12px 30px; } }
      .blog-section-area .post-item.style-two .post-content .meta-post a,
      .details-blog-section .post-item.style-two .post-content .meta-post a {
        color: #777777; }
      .blog-section-area .post-item.style-two .post-content .meta-post i,
      .details-blog-section .post-item.style-two .post-content .meta-post i {
        color: #2756cc;
        margin-right: 5px; }
      .blog-section-area .post-item.style-two .post-content .meta-post .meta-date,
      .details-blog-section .post-item.style-two .post-content .meta-post .meta-date {
        display: block;
        width: 100%; }
      .blog-section-area .post-item.style-two .post-content .meta-post .meta-comment,
      .details-blog-section .post-item.style-two .post-content .meta-post .meta-comment {
        width: 100%;
        text-align: right; }
  .blog-section-area .post-item.style-two:hover .post-content .post-header .title a,
  .details-blog-section .post-item.style-two:hover .post-content .post-header .title a {
    color: #2756cc; }
.blog-section-area .post-item.blog-video .post-thumb::before,
.details-blog-section .post-item.blog-video .post-thumb::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
.blog-section-area .post-item.blog-video .post-thumb::after,
.details-blog-section .post-item.blog-video .post-thumb::after {
  display: none; }
.blog-section-area .post-item.blog-video .post-thumb .blog-video-icon-wrapper,
.details-blog-section .post-item.blog-video .post-thumb .blog-video-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
.blog-section-area .post-item.blockquote-item,
.details-blog-section .post-item.blockquote-item {
  background: #f8f8fa; }
  .blog-section-area .post-item.blockquote-item .blog-blockquote,
  .details-blog-section .post-item.blockquote-item .blog-blockquote {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 25px; }
    @media (min-width: 576px) {
      .blog-section-area .post-item.blockquote-item .blog-blockquote,
      .details-blog-section .post-item.blockquote-item .blog-blockquote {
        padding: 80px 75px 50px; } }
    .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
    .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
      width: 27px;
      height: 24px;
      background-size: contain;
      left: 10px;
      top: 10px;
      z-index: 1; }
      @media screen and (max-width: 425px) {
        .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
        .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
          opacity: .7;
          top: auto;
          left: auto;
          right: 25px;
          bottom: 30px;
          -webkit-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          transform: rotateY(180deg); } }
      @media (min-width: 576px) {
        .blog-section-area .post-item.blockquote-item .blog-blockquote::before,
        .details-blog-section .post-item.blockquote-item .blog-blockquote::before {
          left: 40px;
          top: 60px; } }
    .blog-section-area .post-item.blockquote-item .blog-blockquote .title,
    .details-blog-section .post-item.blockquote-item .blog-blockquote .title {
      display: block;
      font-size: 18px;
      color: #333333;
      text-transform: capitalize;
      margin-top: 5px; }
.blog-section-area .post-item.style-three,
.details-blog-section .post-item.style-three {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .blog-section-area .post-item.style-three,
    .details-blog-section .post-item.style-three {
      margin-bottom: 80px; } }
  .blog-section-area .post-item.style-three .post-thumb img,
  .blog-section-area .post-item.style-three .entry-thumb img,
  .details-blog-section .post-item.style-three .post-thumb img,
  .details-blog-section .post-item.style-three .entry-thumb img {
    width: 100%; }
  .blog-section-area .post-item.style-three .post-thumb::after,
  .details-blog-section .post-item.style-three .post-thumb::after {
    display: block; }
  .blog-section-area .post-item.style-three .post-content .entry-content,
  .details-blog-section .post-item.style-three .post-content .entry-content {
    padding: 0 0 25px 0; }
    @media (min-width: 576px) {
      .blog-section-area .post-item.style-three .post-content .entry-content,
      .details-blog-section .post-item.style-three .post-content .entry-content {
        padding: 0 30px 25px 30px; } }
    .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
    .details-blog-section .post-item.style-three .post-content .entry-content .content-content {
      margin: 0 -10px 15px; }
      @media (min-width: 768px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .content-content,
        .details-blog-section .post-item.style-three .post-content .entry-content .content-content {
          margin-bottom: 20px; } }
      .blog-section-area .post-item.style-three .post-content .entry-content .content-content .entry-thumb,
      .details-blog-section .post-item.style-three .post-content .entry-content .content-content .entry-thumb {
        padding: 10px;
        width: 50%; }
    .blog-section-area .post-item.style-three .post-content .entry-content .sub-title,
    .details-blog-section .post-item.style-three .post-content .entry-content .sub-title {
      margin-bottom: 15px; }
    .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
    .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
      font-weight: 500;
      margin: 15px 0 15px;
      position: relative;
      color: #333333; }
      @media (min-width: 768px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
        .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
          margin: 10px 0 23px;
          color: inherit; } }
      .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote::before,
      .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote::before {
        position: absolute;
        content: '';
        top: 8px;
        left: 0;
        width: 40px;
        display: none;
        height: 40px;
        background-size: contain; }
      @media (min-width: 576px) {
        .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote,
        .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote {
          padding-left: 60px; }
          .blog-section-area .post-item.style-three .post-content .entry-content .style-two-blockquote::before,
          .details-blog-section .post-item.style-three .post-content .entry-content .style-two-blockquote::before {
            display: block; } }
    @media (max-width: 767px) {
      .blog-section-area .post-item.style-three .post-content .entry-content p,
      .details-blog-section .post-item.style-three .post-content .entry-content p {
        margin-bottom: 0; } }
  .blog-section-area .post-item.style-three .post-content .meta-post a,
  .details-blog-section .post-item.style-three .post-content .meta-post a {
    margin-right: 20px; }
    .blog-section-area .post-item.style-three .post-content .meta-post a:last-child,
    .details-blog-section .post-item.style-three .post-content .meta-post a:last-child {
      margin-right: 0; }
  .blog-section-area .post-item.style-three .post-content .meta-post .meta-date,
  .details-blog-section .post-item.style-three .post-content .meta-post .meta-date {
    border: none; }
  @media (max-width: 575px) {
    .blog-section-area .post-item.style-three .post-content .meta-post a,
    .details-blog-section .post-item.style-three .post-content .meta-post a {
      margin: 0;
      font-size: 12px; } }
  .blog-section-area .post-item.style-three .post-content .meta-post .meta-comment,
  .details-blog-section .post-item.style-three .post-content .meta-post .meta-comment {
    text-align: left; }
.blog-section-area .post-item .blog-slider .post-thumb,
.details-blog-section .post-item .blog-slider .post-thumb {
  position: relative; }
  .blog-section-area .post-item .blog-slider .post-thumb::after,
  .details-blog-section .post-item .blog-slider .post-thumb::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.mb-80 {
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .mb-80 {
      margin-bottom: 80px;
      overflow: hidden; } }


.custom-button {
  line-height: 48px;
  background: #2756cc;
  color: #ffffff;
  padding: 0 40px;
  font-weight: 500;
  border: 1px solid #2756cc;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .custom-button.active, .custom-button:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
  .custom-button.active:hover {
    background: #2756cc;
    border-color: #2756cc;
    color: #ffffff; }

.button-group {
  margin: -5px;
  text-align: center; }
  .button-group .custom-button {
    margin: 5px;
    padding: 0 33px; }
  @media (min-width: 576px) {
    .button-group {
      margin: -16px; }
      .button-group .custom-button {
        margin: 16px; } }

@media (min-width: 1200px) {
  .header-button {
    width: 397px;
    background: #202124;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
	.header-button:hover {
		color:#2756cc;
	}
    .header-button::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      background: #2756cc;
      width: 0;
      height: 0;
      border-right: 45.5px solid #202124;
      border-top: 91px solid #2756cc;
      border-bottom: 45.5px solid #202124; } }

.menu-item .header-button {
  display: none; }
  @media (max-width: 1199px) {
    .menu-item .header-button {
      background: #16120f;
      padding: 5px 10px;
      font-size: 14px;
      color: #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-weight: 500;
      display: inline-block;
      margin: 10px 0px; } }

/*#  */


.yzlcms-near {
	margin-top:30px;
}
.yzlcms-near p {
	margin:0px;
}
.yzlcms-near p a {
	color: #777777;
}
.yzlcms-near p a:hover {
	color: #2756cc;
}

.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 20px;
	bottom: 220px;
	color: #333333;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #3767df;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #3767df url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #3767df url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #3767df url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
	line-height: normal;
    font-size: 0px;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item a:hover p {
	color: #3767df;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
	margin-bottom: 0px;
}
.yzlcms_links {
	_padding-bottom: 30px;
	background: #f5f5f5;
}
.yzlcms_links .yzlcms_wrap {
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	text-align: center;
	padding: 0 0 70px 0;
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    _float: left;
	font-weight: 500;
	display: inline-block;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	_font-size: 14px;
    _line-height: 26px;
    color: #333333;
}
.yzlcms_links .links_list ul li a:hover {
    color: #2756cc;
}
@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms_links .links_list {
    padding: 0;
}	
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
.yzlcms_links {
	padding-bottom: 30px;
}
}

.yzlcms_page { width: 100%;text-align:center;margin: 80px 0 0 0;font-weight: 500;}
.yzlcms_page ul li { display:inline-block;font-size: 16px; line-height: 32px; border: 1px solid #d0cfcf; margin: 0 5px 5px 0;padding: 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#2756cc; border: 1px solid #2756cc;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}

@media (max-width:1199px) {
.sidebar-widget .widget-post .widget-post-media {
    display: table-cell;
}
.yzlcms_page { margin: 60px 0 0 0;}
.yzlcms_blog_page { margin: 10px 0 0 0;}
}

@media (max-width:767px) {
.yzlcms_page { margin: 40px 0 0 0;}
.yzlcms_page ul li {
    font-size: 15px;
    line-height: 28px;
}
}

@media (max-width:575px) {
.yzlcms_page { margin: 30px 0 0 0;}
.yzlcms_blog_page { margin: 20px 0 0 0;}
}

.showcon { font-size:15px; line-height:28px;}
.showcon p { font-size:15px; line-height:28px;}
.showcon img { max-width:100% !important; height:auto !important;}

.showcon * {
    word-break: break-all;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}
