/*! 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 {
    font-family: monospace, monospace; /* 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 {
    font-family: monospace, monospace; /* 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 {
    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 {
    font-family: inherit; /* 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;
  }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{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:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{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;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:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.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:flex;justify-content: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%;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;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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:0px;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}

:root {
    --txt-color: #555;

    --secondary-color: #ee6a57;
    --box-gradient: rgba(238 106 87 / 0.8);

    --txt-black-color: #8d8d8d;
    --title-color: #8d8d8d;
    /* --bg-color: #eaeff5; */
    --bg-color: #e8ebf0;
    --bg-black-color: #232323;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue/elveticaNeue-Reg.eot");
    src: url("../fonts/HelveticaNeue/elveticaNeue-Reg.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/HelveticaNeue/elveticaNeue-Reg.woff2") format("woff2"),
        url("../fonts/HelveticaNeue/elveticaNeue-Reg.woff") format("woff"),
        url("../fonts/HelveticaNeue/elveticaNeue-Reg.ttf") format("truetype"),
        url("../fonts/HelveticaNeue/elveticaNeue-Reg.svg#HelveticaNeueW23forSKY-Reg")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue/elveticaNeue-Bd.eot");
    src: url("../fonts/HelveticaNeue/elveticaNeue-Bd.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/HelveticaNeue/elveticaNeue-Bd.woff2") format("woff2"),
        url("../fonts/HelveticaNeue/elveticaNeue-Bd.woff") format("woff"),
        url("../fonts/HelveticaNeue/elveticaNeue-Bd.ttf") format("truetype"),
        url("../fonts/HelveticaNeue/elveticaNeue-Bd.svg#HelveticaNeueW23foSKY-Bd")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
}

html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "HelveticaNeue", sans-serif;
    position: relative;
    color: var(--txt-color);
    font-size: 14px;
    /*background-color: #eff1f2;*/
    overflow: hidden;
    font-weight: 500;
}
img {
    max-width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.container,
.lines-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.no-padding-left {
    padding-right: 0;
}

/* Start Grid System */
@media (min-width: 576px) {
    /* Small Devices => Landscape Phones */
    .container,
    .lines-container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    /* Medim Devices => Landscape Tablets */
    .container,
    .lines-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    /* Desktop */
    .container,
    .lines-container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    /* Large Screens */
    .container,
    .lines-container {
        width: 1170px;
    }
}
/* End Grid System */

div {
    display: block;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

p {
    line-height: 1.4;
}

::placeholder {
    font-size: 13px;
    color: #b9b9b9;
}

a {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    outline: none;
    color: inherit;
}

span i {
    margin-right: 4px;
}
span .fa {
    margin-left: 10px;
}
button:focus {
    outline: none !important;
}
.btn-prevent {
    /* opacity: 0.6; */
}

.website::after {
    background-color: #0a66c2;
}
.facebook::after {
    background-color: #1877f2;
}
.twitter::after {
    background-color: #1da1f2;
}
.instagram::after {
    background-color: #c32aa3;
}
.youtube::after {
    background-color: #ff0000;
}

.website:hover::after,
.facebook:hover::after,
.instagram:hover::after,
.twitter:hover::after,
.youtube:hover::after {
    height: 100%;
}

.sub-section-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
    color: #161b2a;
    text-transform: uppercase;
    font-family: "Zilla Slab", serif;
}
.dark-map {
    filter: grayscale(100%) invert(92%) contrast(83%);
}

/*
****************************************
 Start Modal
****************************************
*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.popup.show {
    display: block;
}
.popup-content {
    position: relative;
    transform: translateY(-200%);
    animation: clear 1s forwards;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    outline: 0;
    position: relative;
}
.popup-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.popup-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--main-color);
}
.popup-header .close {
    padding: 16px;
    margin: auto 20px auto;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #919191;
    text-shadow: 0 1px solid #ccc;
}
.popup-header .close:hover {
    color: #000;
}
.popup-body {
    padding: 16px;
}

/*
****************************************
 End Modal
****************************************
*/

.page-section {
    color: #fff;
    font-weight: 500;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 14px;
}
.breadcrumb-group {
    margin-left: 16px;
}
.breadcrumb-point {
    display: inline-block;
    font-weight: 600;
    color: var(--secondary-color);
}

.breadcrumb-divider {
    margin-right: 15px;
}
.breadcrumb-list .link {
    font-weight: 600;
    display: inline-block;
}

/*
****************************************
 Start Globle Style
****************************************
*/
.overflow-hidden {
    overflow: hidden;
}
.button-more {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding: 18px 56px;
    margin: 25px 0;
    line-height: 18px;
    z-index: 0;
    overflow: hidden;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, rgba(0, 0, 0, 0)),
        color-stop(50%, #373d4b)
    );
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #373d4b 50%);
    background-size: 201% 100%;
    background-position: 80% bottom;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s 0.35s ease-in-out all;
    transition: 0.25s 0.35s ease-in-out all;
}
.button-more:hover {
    background-position: right bottom;
    color: #ffffff;
}
.button-more::before {
    position: absolute;
    right: 25px;
    left: auto;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    font-size: 18px;
    -webkit-transition: 0.4s 0.1s ease-in-out all;
    transition: 0.4s 0.1s ease-in-out all;
}

.txt-from-editor {
    font-family: "HelveticaNeue", sans-serif !important;;
}
.txt-from-editor * {
    font-family: "HelveticaNeue", sans-serif !important;;
    line-height: 1.7 !important;
    font-size: 15px;
    white-space: break-spaces;
}
.txt-from-editor img {
    width: 100% !important;
    height: auto !important;
}
.txt-from-editor p {
    line-height: 1.7;
}
.txt-from-editor ul {
    list-style: initial;
}
.txt-from-editor ul li {
    list-style: initial;
    line-height: 2;
    padding-right: 15px;
}

.swiper-slide {
    height: auto;
}
.back {
    font-size: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #000 !important;
}
.back span {
}

.back .svg-icon {
    fill: #000;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.back:hover {
    color: var(--secondary-color) !important;
}
.back:hover .svg-icon {
    fill: var(--secondary-color);
    transform: translateX(5px)  rotate(180deg);
    -webkit-transform: translateX(5px)  rotate(180deg);
    -moz-transform: translateX(5px)  rotate(180deg);
    -ms-transform: translateX(5px)  rotate(180deg);
    -o-transform: translateX(5px)  rotate(180deg);
}

/*
****************************************
 End Globle Style
****************************************
*/

/*
****************************************
 Start Share buttons Style
****************************************
*/
.share-buttons {
    width: 100%;
    display: block;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
}
#st-1.st-animated {
    display: inline-block;
}
#st-1 .st-btn > img {
    width: 25px;
    height: 25px;
}
.share-buttons .container {
    width: 500px;
}
.share-buttons .title {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.share-buttons #st-1 .st-btn {
    filter: grayscale(1);
    border: none;
}
/*
****************************************
 End Share buttons Style
****************************************
*/

/*
****************************************
 Start Main Header
****************************************
*/

/* OVERLAY
=========================== */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 99;
}

.overlay.first {
    background: #fff;
}

.overlay.second {
    background: #fff;
    right: 25%;
}

.overlay.third {
    background: #fff;
    right: 50%;
}

.overlay.fourth {
    background: #fff;
    right: 75%;
}

/*
****************************************
Start Lines Style
****************************************
*/

#main-header .lines-container {
    position: relative;
}

#main-header .lines-container .lines {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    padding: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main-header .lines .line {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 1px;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    width: 25%;
}

#main-header .lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 1px;
    bottom: -150%;
    right: 0;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 75%,
        rgba(255, 255, 255, 0.3) 100%
    );
    animation: drop 6s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
#main-header .lines .line:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    right: 0%;
}

#main-header .lines .line:nth-child(2) {
}
#main-header .lines .line:nth-child(3) {
}
#main-header .lines .line:nth-child(4) {
}
#main-header .lines .line:first-child::after {
    animation-delay: 0s;
}
#main-header .lines .line:nth-child(2)::after {
    animation-delay: 1s;
}
#main-header .lines .line:nth-child(3)::after {
    animation-delay: 1.5s;
}
#main-header .lines .line:nth-child(4)::after {
    animation-delay: 2s;
}
#main-header .lines .line:nth-child(5)::after {
    animation-delay: 1.8s;
}

@keyframes drop {
    0% {
        bottom: -50%;
    }
    100% {
        bottom: 110%;
    }
}

/*
****************************************
End  Lines Style
****************************************
*/

#main-header {
    height: auto;
    color: #8c8b8b;

    /* background-image: linear-gradient(
        120deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    ); */
    background-color: #1d1d1d;
    position: relative;
}
#main-header.bg-white {
    background-color: #fff;
}

/*** Start Top Header *****/
.top-header {
    /* background-color: #1c1c1c; */
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#main-header.bg-white .top-header {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header ul li {
    font-size: 13px;
    font-weight: 600;
}
.top-header .contact-info li {
    font-size: 13px;
    margin-left: 20px;
    padding: 12px 0;
}
.top-header .contact-info li .fa,
.top-header .lang-switcher .fa {
    margin-left: 7px;
}
.top-header .lang-switcher a {
    height: 40px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.top-header .social-media-icons {
}
.social-media-icons li {
    position: relative;
}
.social-media-icons li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.social-media-icons li:hover:after {
    height: 100%;
    color: #fff !important;
}
.social-media-icons li:hover {
    color: #fff;
}
.social-media-icons li a {
    display: inline-block;
    height: 40px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 15px;
    border-right: 1px solid rgba(255 255 255 / 0.1);
}
#main-header.bg-white .social-media-icons li a {
    border-right: 1px solid rgba(0 0 0 / 0.1);
}
.social-media-icons li:last-child {
    border-left: 1px solid rgba(255 255 255 / 0.08);
}
#main-header.bg-white .social-media-icons li:last-child {
    border-left: 1px solid rgba(0 0 0 / 0.1);
}
.top-header select {
    background-color: transparent;
    border: none;
    outline: none;
    width: 60px;
}
.top-header select option {
}

/*** End Top Header *****/

#main-header.sub-page {
    position: relative;
    /* overflow: hidden; */
    /* height: 100vh; */
    color: #fff;
}
#main-header.h-vh {
    overflow: hidden;
    height: 100vh;
}
.page-img {
    height: 100vh;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-img.blur {
    filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
}
.page-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(18 24 37 / 55%);
}
.page-img.hub::after {
    background-color: #562c6394;
}
.page-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#main-header .header-container {
    padding: 20px 0;
    /* background-color: #121212; */
}
.header-section {
    position: relative;
    z-index: 10;
}
#main-header .header-container .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main-header .header .rowad-logo {
    margin-left: 10px;
}
#main-header .header .rowad-logo img {
    width: 90px;
}
#main-header.bg-white .header .rowad-logo img {
    width: 90px;
    filter: invert();
    -webkit-filter: invert();
}

#main-header .header nav {
}
#main-header .header nav #toggle-icon {
    display: none;
    position: relative;
    z-index: 9999;
    text-align: center;
    cursor: pointer;
}
#main-header .header nav #toggle-icon span {
    display: block;
    width: 30px;
    height: 2.5px;
    background: #fff;
    transition: all 0.3s;
    position: relative;
    margin: auto;
}
#main-header .header nav #toggle-icon span + span {
    margin-top: 6px;
}
#main-header .header nav.open #toggle-icon span:nth-child(1) {
    animation: ease 0.7s top forwards;
}
#main-header .header nav #toggle-icon span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}
#main-header .header nav.open #toggle-icon span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
    -webkit-animation: ease 0.7s scaled forwards;
}
#main-header .header nav #toggle-icon span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}
#main-header .header nav.open #toggle-icon span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}
#main-header .header nav #toggle-icon span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}
#main-header .header nav .nav-container .social-media-icons {
    display: none;
}
#main-header .header nav .nav-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    font-weight: 600;
}
#main-header.bg-white .header nav .nav-items {
    color: #000000;
}
#main-header .header .nav-items > li {
    z-index: 100;
    margin-left: 20px;
}
#main-header .header .nav-items > li:last-child {
    margin-left: 0px;
}
#main-header .header .nav-items li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 14px;
}
#main-header .header .nav-items li.active a,
#main-header .header .nav-items li:hover a {
    color: var(--secondary-color);
}
#main-header .header .nav-items > li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 0px;
    background-color: var(--secondary-color);
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#main-header .header .nav-items > li:hover:before,
#main-header .header .nav-items > li.active:before {
    left: 0%;
    width: 100%;
}
#main-header .header .nav-items .nav-sub-items {
    width: 300px;
    position: absolute;
    right: 0;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#main-header .header .nav-items li:hover .nav-sub-items {
    visibility: visible;
}
#main-header .header .nav-items .nav-sub-items li a {
    opacity: 0;
    padding: 15px 15px;
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
#main-header .header .nav-items li:hover .nav-sub-items li a {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#main-header .header .nav-items li .nav-sub-items li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
#main-header .header .nav-items li:hover .nav-sub-items li:nth-child(2) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#main-header .header .nav-items li:hover .nav-sub-items li:nth-child(3) a {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#main-header .header .nav-items li:hover .nav-sub-items li:nth-child(4) a {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#main-header .header .nav-items li:hover .nav-sub-items li:nth-child(5) a {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .header-section {
        position: fixed;
        z-index: 100;
        width: 100%;
        top: 0;
        z-index: 9999;
        background-color: #121212;
    }
    #main-header .header-container {
        padding: 20px 0;
    }
    .top-header .contact-info li:first-child {
        display: none;
    }

    .top-header .social-media-icons li {
        display: none;
    }

    #main-header .header .rowad-logo img {
        width: 65px;
    }
    #main-header .header-container {
        padding: 10px 0;
    }

    .mobile-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9998;
        top: 0;
        height: 0%;
        padding: 170px 30px 30px 30px;
        background: #161616;
        color: #fff;
        transition: all 0.6s;
        right: 0;
        overflow-y: auto;

        transform: translateY(-100%);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    .mobile-menu.open {
        height: 100vh;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .mobile-menu ul {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
    }

    .mobile-menu.open ul {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    .mobile-menu .mobile-links li:last-of-type {
        border: none;
    }
    .mobile-menu .mobile-links li.prime-btn {
        display: none;
    }
    .mobile-menu .mobile-links li:hover {
        color: var(--main-color);
    }

    .mobile-menu .mobile-links > li {
        border-bottom: 1px solid rgba(255 255 255 / 0.15);
        cursor: pointer;
    }
    .mobile-menu .mobile-links > li:last-of-type {
        border-bottom: none;
    }
    .mobile-menu .mobile-links > li > a {
        display: flex;
        justify-content: space-between;
        color: #fff;
        padding: 20px 0;
        font-size: 15px;
        overflow: hidden;
    }
    .mobile-menu .mobile-links li i {
    }
    .mobile-menu .mobile-links .sub-menu {
        position: initial;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.03);
        border-radius: 0;
        border: none;
        max-height: 0;
        overflow: hidden;
        opacity: 1;

        visibility: visible;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .mobile-menu .mobile-links > li.active .sub-menu {
        max-height: initial;
    }
    .mobile-menu .mobile-links .sub-menu li {
        padding: 20px 0;
        margin-right: 20px;
        display: flex;
        align-items: center;
        position: relative;
        color: #fff;
        border-bottom: 1px solid rgba(255 255 255 / 0.1);
        transition: all.3s ease-in-out;
        -webkit-transition: all.3s ease-in-out;
        -moz-transition: all.3s ease-in-out;
        -ms-transition: all.3s ease-in-out;
        -o-transition: all.3s ease-in-out;
    }
    .mobile-menu .mobile-links li:hover .sub-menu {
        top: 50px;
    }
    .mobile-menu .mobile-links .sub-menu li a {
        font-size: 14px;
        color: #fff;
        transition: all.3s ease-in-out;
        -webkit-transition: all.3s ease-in-out;
        -moz-transition: all.3s ease-in-out;
        -ms-transition: all.3s ease-in-out;
        -o-transition: all.3s ease-in-out;
    }
    .mobile-menu .mobile-links .sub-menu li:last-child {
        border-bottom: none;
    }
    .mobile-menu .mobile-links .sub-menu li:before {
        content: "\f104";
        font-family: "Font Awesome 5 Pro";
        margin-left: 10px;
        text-align: right;
        width: 10px;
    }

    .mobile-menu .mobile-links .sub-menu li::after {
        content: " ";
        position: absolute;
        width: 60%;
        top: 10%;
        height: 80%;
        background: rgba(37, 221, 245, 0);
        z-index: -1;
        transform: skew(10deg);
        right: -30px;
        border-radius: 2px;
        transition: 0.3s;
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .mobile-menu .mobile-links .sub-menu li:hover:after {
        width: 80%;
        right: -5px;
    }
    .mobile-menu .mobile-links .sub-menu li:hover {
        padding-right: 10px;
    }
    #main-header .header nav .nav-items {
        display: none;
    }
    #main-header .header nav #toggle-icon {
        display: block;
    }
    /* #main-header .header nav {
        margin: initial;
        margin-left: auto;
    }

    #main-header .header nav .nav-container {
        position: fixed;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        top: 116px;
        right: 0;
        height: 100vh;
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    #main-header .header nav.open .nav-container {
        transform: translateX(0);
    }
    #main-header .header nav .nav-container .social-media-icons {
        display: flex;
        flex-direction: column;
        background-color: #000;
        height: 100%;
        justify-content: center;
        width: 60px;
    }
    #main-header .header nav .nav-container .social-media-icons li {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    #main-header .header nav .nav-container .nav-items {
        display: block;
        width: calc(100% - 45px);
        overflow-y: auto;
        position: relative;
        right: 0;
        height: 100%;
        background-color: #fff;
        color: #000;
        font-weight: 600;
    }
    #main-header .header .nav-items > li {
        margin-right: 0px;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    }
    #main-header .header .nav-items > li:last-child {
        border-bottom: none;
    }
    #main-header .header .nav-items li > a {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 18px 10px;
        transition: all 0.3s ease-in-out;
    }
    #main-header .header .nav-items li > a:hover {
        background-color: rgba(255, 255, 255, 0.08);
    }
    #main-header .header .nav-items li a .fa {
        font-weight: bolder;
        font-size: 20px;
    }
    #main-header .header .nav-items > li a:before {
        height: 0px;
    }

    #main-header .header .nav-items li .nav-sub-items {
        width: 100%;
        position: initial;
        display: block !important;
        height: 0;
        overflow: hidden;
        padding-left: 20px;
        background-color: transparent;
        transition: all 0.7s ease-in-out;
    }
    #main-header .header .nav-items li.show .nav-sub-items {
        height: auto;
    }
    #main-header .header .nav-items .nav-sub-items li a {
        opacity: 1;
        padding: 15px 15px;
        display: block;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.9);
        font-size: 13px;
        border-bottom: none;
        transition: all 0.3s ease-in-out;
    }

    #main-header .header .nav-items li:hover .nav-sub-items li a {
        -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
            both;
        animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
    #main-header .header .nav-items li .nav-sub-items li a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #main-header .header .nav-items li:hover .nav-sub-items li:nth-child(2) a {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    #main-header .header .nav-items li:hover .nav-sub-items li:nth-child(3) a {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
    #main-header .header .nav-items li:hover .nav-sub-items li:nth-child(4) a {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
    #main-header .header .nav-items li:hover .nav-sub-items li:nth-child(5) a {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    } */
}

@media (max-width: 767px) {
    .lines-container {
        display: none;
    }
}

@media (max-width: 576px) {
}

#main-header .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
#main-header.sub-page .hero {
    align-items: center;
}

#main-header .hero.project::after {
    background: var(--project-gradient);
}
#main-header .hero.event::after {
    background: var(--event-gradient);
}
#main-header .hero.post::after {
    background: var(--post-gradient);
}
#main-header .hero.story::after {
    background: var(--story-gradient);
}
#main-header .hero .hero-title {
    z-index: 5;
    width: 150px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}
#main-header .hero .hero-title img {
    width: 400px;
    max-width: 400px;
}
#main-header .hero .hero-img {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    height: 400px;
    position: relative;
    margin-right: auto;
}
#main-header .hero .hero-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        -274deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 150%
    );
    top: 0;
    right: 0;
    z-index: 1;
}
#main-header .hero .hero-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#main-header.sub-page .hero .hero-img {
    width: 90%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#main-header.sub-page .hero .hero-img img {
    width: 100%;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    #main-header {
        padding-top: 105px;
    }

    #main-header .hero {
        text-align: left;
        margin-bottom: 15px;
    }

    #main-header .hero .hero-title {
        width: 100%;
        position: initial;
        overflow: hidden;
        transform: translate(0%, 0%);
        padding: 20px 0;
    }
    #main-header .hero .hero-title img {
        width: 65%;
    }
    #main-header .hero .hero-img {
        width: 100%;
        overflow: hidden;
        height: 280px;
    }
    #main-header.sub-page .hero .hero-img img {
        width: 100%;
        height: auto;
    }
    #main-header .hero::after {
        width: 100%;
    }
    #main-header.sub-page .hero .hero-title img {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    #main-header.sub-page .hero .hero-img {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    #main-header.sub-page .hero .hero-img img {
        height: 100%;
        width: auto;
    }
    #main-header .hero .hero-img {
        width: 100%;
        overflow: hidden;
        max-height: 225px;
    }
}

.latest-events-swiper .swiper-button-next,
.latest-events-swiper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 8px;
    background-color: rgb(34 34 34 / 66%);
    outline: none;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    /* display: none; */
    content: "\f105";
    font-family: "fontawesome";
    font-size: 30px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 30px;
}

span.img-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 0.3;
    z-index: 2;
    top: 0;
    right: 0;
}
.last-events {
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */
    position: relative;
    height: 180px;
}
.last-events .view-more {
    width: 25%;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(29, 29, 29);
    background: linear-gradient(
        -90deg,
        rgba(29, 29, 29, 0.7598389697675946) 0%,
        rgba(29, 29, 29, 1) 84%
    );
    left: 0;
    z-index: 1;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 20px;
}
.last-events .view-more a {
    color: #fff;
    background-color: var(--secondary-color);
    display: block;
    margin: auto;
    padding: 15px 30px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.last-events .view-more a div {
    position: relative;
    z-index: 3;
}
.last-events .view-more a:hover {
}

.last-events .view-more a:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100px;
    transform: translateX(100px);
    z-index: 1;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.last-events .view-more a:hover:before {
    left: 0%;
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
}

.last-events .view-more a .fa {
    margin-right: 10px;
    font-size: 14px;
}
.last-events .swiper-container {
    position: initial;
}
.last-events .swiper-button-next,
.last-events .swiper-button-prev {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    width: 45px;
    height: 40px;
    top: 40%;
    font-size: 8px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.last-events .swiper-button-next:hover,
.last-events .swiper-button-prev:hover {
    background-color: var(--secondary-color);
    color: #fff;
}
.last-events .swiper-button-prev {
    right: initial;
    left: 203px;
}
.last-events .swiper-button-next {
    left: 38px;
}
.latest-events-swiper {
    width: 100%;
    height: 100%;
    margin-right: initial;
}

.latest-event-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/* .latest-event-box:nth-child(4n) .event-box .event-content {
    opacity: 0;
} */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .last-events {
        height: auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .last-events .view-more {
        width: auto;
        padding: 0;
        margin-bottom: 15px;
        position: initial;
    }
    .last-events .view-more a {
        padding: 0 20px;
    }
    .latest-events-swiper {
        width: 100%;
    }
    .latest-event-box {
        height: 210px;
    }
    .last-events .swiper-button-next,
    .last-events .swiper-button-prev {
        top: 20px;
        /* display: none; */
    }
    .last-events .swiper-button-next {
        left: 0;
    }
    .last-events .swiper-button-prev {
        left: 60px;
    }
}

@media (max-width: 767px) {
    .last-events .swiper-slide {
        width: 80%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .last-events .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .last-events {
        align-items: flex-end;
    }
    .last-events .view-more a {
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
}

/*
****************************************
End Main Header
****************************************
*/
#main-content {
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.section-header .section-title {
    color: #161b2a;
    text-transform: uppercase;
    font-family: var(--font-title);
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.section-header .section-title span::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #000;
    transform: translateY(-8px);
    margin: 0 0px 0 15px;
}
.section-header .view-more-items {
    text-transform: capitalize;
    padding: 15px 20px;
    border: 1px solid #000;
    font-weight: 500;
    display: inline-block;
    width: 180px;
    color: #000;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
    z-index: 2;
}

.section-header .view-more-items:hover {
    color: #fff !important;
}

.section-header .view-more-items:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background: #000;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.section-header .view-more-items:hover:before {
    right: 0%;
    width: 100%;
}
@media (max-width: 576px) {
    .section-header {
        margin-bottom: 20px;
    }
    .section-header .section-title {
        margin-bottom: 10px;
        font-size: 25px;
    }
}

/* Start menu item children */
.menu-item-children {
    position: fixed;
    width: 100%;
    top: var(--padding-top-header);
    right: 0;
    overflow: hidden;
    top: 0;
    z-index: 9;
    color: #fff;
    background-color: #161616;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-item-children .pattern-container {
    width: 600px;
    position: absolute;
    top: -42%;
    right: -10%;
    opacity: 0;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
#main-header.show-sheet .menu-item-children {
    padding-top: 130px;
    height: 350px;
}
#main-header.show-sheet .pattern-container {
    animation: spin 40s infinite linear;
    opacity: 1;
    -webkit-animation: spin 40s infinite linear;
}
.menu-item-children .container {
    position: relative;
    z-index: 5;
}

.menu-item-children .sub-menu {
    position: relative;
    padding-right: 380px;
    font-size: 14px;
    color: #8c8b8b;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-item-children .container > div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0;
    display: flex;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
}

.menu-item-children .container > div.active {
    opacity: 1;
    height: fit-content;
    height: -moz-fit-content;
}

.menu-item-children .menu-item-children-img {
    width: 300px;
    position: relative;
    z-index: 6;
}

.menu-item-children .menu-item-children-boxs {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.menu-item-children .menu-item-children-boxs .event-box {
    margin-left: 20px;
    width: 320px;
    min-height: 425px;
}

.menu-item-children .menu-item-children-boxs .event-box .box-img {
    height: 180px;
}

.menu-item-children .sub-menu {
    padding-left: 50px;
}

.menu-item-children .sub-menu li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    transition: all.3s ease-in-out;
    -webkit-transition: all.3s ease-in-out;
    -moz-transition: all.3s ease-in-out;
    -ms-transition: all.3s ease-in-out;
    -o-transition: all.3s ease-in-out;
}
.menu-item-children .sub-menu li a {
    display: block;
    flex: 1;
}

.menu-item-children .sub-menu li a::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #8c8b8b;
    margin: 0 0px 3px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-item-children .sub-menu li a::after {
    display: inline-block;
    content: "";
    opacity: 0;
    width: 0px;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 0 15px 3px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-item-children .sub-menu li a:hover {
    color: var(--secondary-color);
}
.menu-item-children .sub-menu li a:hover::after {
    width: 60px;
    opacity: 1;
}

.menu-item-children .sub-menu li a:hover:before {
    background-color: var(--secondary-color);
}

/* End menu item children */

/*
****************************************
Start Page Header
****************************************
*/
.page-header {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 450px;
    transform: translateY(30px);
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.page-header .page-title {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header .page-title .title {
    color: var(--secondary-color);
    font-family: var(--font-title);
    font-size: 30px;
    font-weight: 200;
    position: relative;
    transform: rotate(90deg);
}

.page-header .recent-item,
.page-header .page-header-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    width: 75%;
    margin-right: auto;
    position: relative;
    padding: 0 0px 6px 0;
}
.page-header .page-header-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-header .page-header-img img {
    width: 100%;
    height: auto;
}
.page-header .page-header-img::before,
.page-header .recent-item::before {
    content: "";
    width: calc(100% + 6px);
    height: 126px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

#page-menu {
    position: relative;
    z-index: 3;
    width: 100%;
}
#page-menu li a {
    font-size: 16px;
    line-height: 16px;
    min-width: 50px;
    padding: 15px 0px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#page-menu li a.active {
    color: var(--secondary-color);
}

#page-menu li a::before {
    display: inline-block;
    content: "";
    opacity: 0;
    width: 0px;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 0 0px 2px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#page-menu li a::after {
    display: inline-block;
    content: "";
    opacity: 0;
    width: 0px;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 0 15px 2px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#page-menu li a:hover {
    color: var(--secondary-color);
}
#page-menu li a:hover::after {
    width: 60px;
    opacity: 1;
}
#page-menu li a:hover:before {
    width: 20px;
    opacity: 1;
}

#page-menu li a.active::after {
    width: 60px;
    opacity: 1;
}
#page-menu li a.active::before {
    width: 20px;
    opacity: 1;
}

.page-header .no-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-header .no-content img {
    width: 100%;
}
.page-header .no-content .title {
    width: 100%;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 991px) {
    .page-header {
        align-items: flex-start;
        height: auto;
    }
    .page-header.event {
        height: 400px;
    }
    .page-header.info.event {
        height: 340px;
    }
    .page-header.event .recent-item,
    .page-header.event .page-header-img {
        height: 260px;
    }
    .page-header.info {
    }

    .page-header .page-title {
        width: 100%;
        height: auto;
    }

    .page-header #page-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .page-header #page-menu li a {
        font-size: 14px;
        color: #8c8b8b;
        min-width: 150px;
        text-align: center;
        padding: 12px 30px;
        border: 1px solid #8c8b8b;
    }

    #page-menu.project li a.active {
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
    }
    #page-menu.project li a:hover {
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
    }
    .page-header #page-menu li a::before {
        display: none;
    }
    .page-header #page-menu li a::after {
        display: none;
    }
    #page-menu li a.active::before {
        display: none;
    }
    .page-header .recent-item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .events-index {
        padding: 30px 0;
    }
    .page-header #page-menu li a {
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .page-header.info {
        height: 320px;
    }
    .page-header .page-header-img {
        height: 250px;
    }
    .page-header.event {
        height: 340px;
    }
    .page-header #page-menu {
        justify-content: space-between;
        overflow-x: auto;
    }
    .page-header #page-menu li a {
        font-size: 13px;
        min-width: 130px;
        text-align: center;
        padding: 10px 18px;
        border: 1px solid #8c8b8b;
    }
}
@media (max-width: 476px) {
    .page-header #page-menu {
        justify-content: space-between;
        gap: 10px;
    }
    .page-header #page-menu li a {
        font-size: 12px;
        padding: 10px 15px;
        border: 1px solid #8c8b8b;
    }
}

/*
****************************************
End Page Header
****************************************
*/

/*
****************************************
 Start About Us
****************************************
*/

.about-us {
    padding-top: 70px;
    padding-bottom: 120px;
    background-color: var(--bg-black-color);
    color: #fff;
    overflow: hidden;
    position: relative;
}
.about-us .pattern-left {
    position: absolute;
    left: -160px;
    top: -30%;
    width: 600px;
    animation: spin 40s infinite linear;
    -webkit-animation: spin 40s infinite linear;
}
.about-us .pattern-left svg path {
}
.about-us .about-us-content {
    width: 70%;
    margin-bottom: 100px;
}

.about-us .about-us-content .section-title {
    color: #fff;
}
.about-us .section-header .section-title span::before {
    background-color: #fff;
}
.about-us .about-us-content .section-title::before {
    background-color: #fff;
}
.about-us .about-us-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.7);
}
.about-us .statistics {
    width: 100%;
    position: relative;
}
.about-us .statistics .dotted-left-top {
    width: 100px;
    position: absolute;
    right: -46px;
    top: -46px;
    z-index: 0;
}
.about-us .statistics .dotted-right-bottom {
    position: absolute;
    width: 100px;
    z-index: 0;
    bottom: -46px;
    left: -46px;
}
.about-us .statistics .statistics-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    border: 1px solid #656363;
    background-color: var(--bg-black-color);
}
.about-us .statistics .statistic-box {
    width: 25%;
    padding: 30px;
    border-right: 1px solid #656363;
    min-height: 150px;
}
.about-us .statistics .statistic-box .statistic-number {
    font-size: 45px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    text-shadow: -3px 2px var(--secondary-color);
}

.about-us .statistics .statistic-box .statistic-title {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .about-us {
    }
    .about-us .pattern-left {
        width: 500px;
    }
    .about-us .pattern-left svg path {
        fill: #2c2b2b;
    }

    .about-us .about-us-content {
        width: 100%;
        margin-bottom: 40px;
    }
    .about-us .statistics {
    }
    .about-us .statistics .statistic-box {
        width: 100%;
        text-align: center;
        padding: 30px 20px;
        border-right: none;
        border-bottom: 1px solid #656363;
    }
    .about-us .statistics .statistic-box:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .about-us .about-us-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-us {
    }
    .about-us .statistics .dotted-left-top {
        right: -13px;
        top: -25px;
    }

    .about-us .statistics .dotted-right-bottom {
        bottom: -25px;
        left: -13px;
    }
}
/*
****************************************
End About Us
****************************************
*/

/*
****************************************
Start Last post
****************************************
*/
.last-posts {
    padding: 80px 0;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.last-posts .last-posts-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
}
.last-posts .last-posts-container .post-item {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .last-posts {
        padding: 30px 0;
        position: relative;
    }
}
@media (max-width: 576px) {
}

/*
****************************************
End Last post
****************************************
*/

/*
****************************************
Start Last Project Section
****************************************
*/
.last-projects-section {
    padding: 80px 0;
    border-bottom: 1px solid #dfdfdf;
}

.last-posts-container .section-header {
}
.last-projects-section .last-projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
}
.last-projects-section .project-item {
    position: relative;
    overflow: hidden;
    height: 480px;
    background-color: #222;
    position: relative;
}

.last-projects-section .project-item .project-box .project-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-projects-section .project-item .project-box .project-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ********************************* */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .last-projects-section {
        padding: 25px 0;
    }
}

@media (max-width: 576px) {
}

/*
****************************************
End Last Project Section
****************************************
*/
/*
****************************************
Start Last Success Stories Section
****************************************
*/

.last-success-stories {
    padding: 50px 0 0 0;
    position: relative;
}
.last-success-stories .bg {
    background-color: #f9f9f9;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.last-success-stories .success-story-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    height: 600px;
    color: #000;
}
.last-success-stories .success-story-card .success-story-img {
    width: 400px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.last-success-stories .success-story-card .success-story-img div {
    width: 100%;
    height: 100%;
}
.last-success-stories .success-story-card .success-story-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.last-success-stories .success-story-card .success-story-img .show-more {
    background-color: var(--box-gradient);
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 2;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 13px 0;
    transform: rotate(90deg);
    transform-origin: 20px 23px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    width: 150px;
}
.last-success-stories .success-story-card .success-story-content {
    width: calc(100% - 400px);
    height: 100%;
}
.last-success-stories .success-story-card .success-story-content-container {
    height: calc(100% - 150px);
    width: calc(100% - 180px);
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.last-success-stories
    .success-story-card
    .success-story-content
    .success-story-details {
    padding: 20px;
    width: 70%;
    position: relative;
}
.last-success-stories .success-story-card .num {
    position: absolute;
    font-size: 160px;
    font-weight: 600;
    opacity: 0.07;
    top: -60px;
}
.last-success-stories .success-story-card .success-story-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.last-success-stories .swiper-button-next,
.last-success-stories .swiper-button-prev {
    bottom: 56px;
    top: initial;
    left: 500px;
    right: initial;
    background-color: transparent;
    color: #fff;
}

.last-success-stories .swiper-button-next {
}
.last-success-stories .swiper-button-prev {
    left: 550px;
}
.last-success-stories .success-story-card .success-story-text {
    font-weight: 500;
    width: 100%;
    font-size: 15px;
    margin-bottom: 50px;
}
.last-success-stories .success-story-card .read-more {
    transition: all 0.3s;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    margin: auto;
    padding: 13px 25px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden;
}
.last-success-stories .success-story-card .read-more:hover {
    transform: translateX(-10px);
}
.last-success-stories .success-story-card .read-more:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50px;
    transform: translateX(100px);
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.last-success-stories .success-story-card .read-more:hover:before {
    left: 0%;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
}

.last-success-stories .success-story-bottom {
    margin-bottom: auto;
    height: 150px;
    background-color: var(--secondary-color);
}
.last-success-stories .success-story-bottom .story-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}
.last-success-stories .success-story-bottom .progress {
    height: 5px;
    background-color: rgba(255 255 255 / 0.2);
    width: 200px;
    margin: 0 10px;
}
.last-success-stories .success-story-bottom .progress span {
    background-color: rgba(255 255 255);
    height: 100%;
    width: 20%;
    display: block;
}
.last-success-stories .success-story-bottom .progress .progress-1 {
    width: 20%;
}
.last-success-stories .success-story-bottom .progress .progress-2 {
    width: 40%;
}
.last-success-stories .success-story-bottom .progress .progress-3 {
    width: 60%;
}
.last-success-stories .success-story-bottom .progress .progress-4 {
    width: 80%;
}
.last-success-stories .success-story-bottom .progress .progress-5 {
    width: 100%;
}

@media (max-width: 991px) {
    .last-success-stories .success-story-card .success-story-img {
        width: 300px;
    }
    .last-success-stories .success-story-card .success-story-content {
        width: calc(100% - 300px);
    }
    .last-success-stories .success-story-card .success-story-content-container {
        width: calc(100% - 139px);
    }

    .last-success-stories
        .success-story-card
        .success-story-content
        .success-story-details {
        width: 100%;
    }
    .last-success-stories .success-story-card .success-story-text {
        width: 100%;
        display: none;
    }
    .last-success-stories .swiper-button-prev {
        left: 400px;
    }
    .last-success-stories .swiper-button-next {
        left: 350px;
    }
}

@media (max-width: 767px) {
    .last-success-stories .success-story-card {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: inherit;
        color: #000;
    }
    .last-success-stories
        .success-story-card
        .success-story-content
        .success-story-details {
        padding: 0 20px;
    }
    .last-success-stories .success-story-card .num {
        font-size: 100px;
        top: -29px;
    }
    .last-success-stories .success-story-card .success-story-img {
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: flex-end;
    }
    .last-success-stories .success-story-card .success-story-img div {
        width: 250px;
        height: 100%;
    }
    .last-success-stories .success-story-card .success-story-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .last-success-stories .success-story-card .success-story-content {
        width: 100%;
        height: auto;
    }
    .last-success-stories .success-story-card .success-story-content-container {
        width: 100%;
    }
    .last-success-stories
        .success-story-card
        .success-story-content
        .success-story-details {
        height: 120px;
    }
    .last-success-stories .success-story-card .success-story-title {
        font-size: 22px;
    }
    .last-success-stories .success-story-card .read-more {
        padding: 11px 25px;
    }
    .last-success-stories .success-story-bottom {
        margin-bottom: initial;
        height: 90px;
    }
    .last-success-stories .success-story-bottom .story-bottom-container {
        display: flex;
        justify-content: start;
        margin-right: 20px;
    }

    .last-success-stories .swiper-button-prev {
        left: 50px;
    }
    .last-success-stories .swiper-button-next {
        left: 10px;
    }
    .last-success-stories .swiper-button-next,
    .last-success-stories .swiper-button-prev {
        background-color: initial;
        bottom: 25px;
    }
    .last-success-stories .success-story-bottom .progress {
        width: 140px;
    }
}

@media (max-width: 576px) {
}

/*
****************************************
End Last Success Stories Section
****************************************
*/

/*
****************************************
Start Index Project
****************************************
*/
.recent-item .project-box .project-content {
    width: 85%;
}
.recent-item .project-box .project-img {
    z-index: 1;
}
.project-box {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.project-box::after {
    content: "";
    position: absolute;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        -180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 1;
    transition: all 0.3s;
}
.project-box:hover::after {
}
.project-box::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 2;
    background: var(--box-gradient);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.project-box:hover::before {
    right: 0%;
    width: 100%;
}

.project-box .project-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.project-box .project-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.project-box:hover .project-img img {
    transform: scale(1.05);
}
.project-box .project-content {
    position: absolute;
    padding: 25px;
    color: #fff;
    width: 100%;
    bottom: 0px;
    z-index: 3;
}
.project-box .project-content span {
    display: inline-block;
    color: #fff;
}
.project-box .project-content .sub-title {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: var(--secondary-color);
}
.project-box .project-content .project-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: capitalize !important;
    color: #fff;
}
.project-box .project-content .cities {
    font-size: 13px;
    display: flex;
    margin-bottom: 15px;
}
.project-box .project-content .cities {
    font-size: 13px;
    display: flex;
    margin-bottom: 15px;
}
.project-box .project-content .cities li.hubs span {
    display: inline-block;
    padding: 0 2px;
}
.project-box .project-content .cities li.hubs span::after {
    content: " , ";
}
.project-box .project-content .cities li.hubs:last-child span::after {
    display: none;
}

.project-box .project-content .project-percentage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.project-box .project-content .project-percentage span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.project-box .project-content .progress-bar {
    width: 100%;
    height: 6px;
    background: #eeeeee5e;
    display: block;
    position: relative;
    border-radius: 50px;
    margin-bottom: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.project-box .project-content .progress-bar span {
    display: block;
    background: #e80101;
    height: 100%;
    border-radius: 50px;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.project-box .project-content .progress-bar span::after {
    content: "";
    background: #e80101;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: -8px;
    top: -3px;
    display: block;
    position: absolute;
}
.project-box .project-bottom {
    display: flex;
    justify-content: space-between;
}

.project-box .more-details {
    padding: 10px 8px;
    min-width: 120px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    text-align: center;
}
.project-box .more-details span {
    margin-left: 8px;
    text-align: center;
    font-size: 13px;
}
.project-box .more-details:hover {
    color: #fff;
    background-color: transparent;
}
.project-box .more-details:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.project-box .more-details:hover:before {
    right: 0%;
    width: 100%;
}

/* ******************************* */

/* ******************************* */

.projects-index {
    padding-bottom: 30px;
}

/****************************/
.projects-index-list {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 30px;
}

.projects-index-list .project-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.projects-index-list .project-box {
    overflow: hidden;
    position: relative;
    height: 380px;
    background-color: #222;
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.projects-index-list .project-box:hover {
    transform: scale(0.98) rotateY(6deg);
    -webkit-transform: scale(0.98) rotateY(6deg);
    -moz-transform: scale(0.98) rotateY(6deg);
    -ms-transform: scale(0.98) rotateY(6deg);
    -o-transform: scale(0.98) rotateY(6deg);
}
.projects-index-list:last-child {
    margin-right: auto;
}

.projects-index .project-item .project-box .project-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-index .project-item .project-box .project-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.projects-index .project-item:hover .project-box .project-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .recent-item .project-box .project-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .recent-item .project-box .project-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .projects-index-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

/*
****************************************
End Index Project
****************************************
*/

/*
****************************************
Start Project show
****************************************
*/
.project-show {
    width: 100%;
    margin: auto;
    margin-bottom: -100px;
    background-color: #fff;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.project-show .project-header {
    border: 1px solid var(--bg-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
}
.project-show .project-item {
    padding: 25px 15px;
    width: 25%;
    height: 100%;
    border-left: 1px solid var(--bg-color);
    display: flex;
    align-items: flex-start;
}
.project-show .project-item.bg {
    background-image: url(../imgs/line-patterns.svg);
    background-size: cover;
}
.project-show .project-item:last-child {
    border-left: transparent;
}
.project-show .project-item .title {
    font-size: 18px;
    color: #2c2e2f;
    line-height: 1;
    margin-bottom: 7px;
}
.project-show .project-item .content {
    font-size: 13px;
}
.project-show .project-item-data {
    font-size: 16px;
}
.project-show .project-item-data .icon {
    width: 17px;
    height: 17px;
    margin-left: 15px;
}
.project-show li.hubs {
    display: inline-block;
    padding: 0 2px;
}
.project-show li.hubs span::after {
    content: " , ";
}
.project-show li.hubs:last-child span::after {
    display: none;
}
.project-show .item-show-content {
    border-right: 1px solid var(--bg-color);
    border-left: 1px solid var(--bg-color);
}
.project-show .project-content {
    font-size: 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--bg-color);
}

.project-show .logo {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.project-show .logo img {
    width: 200px;
    margin: auto;
}
.project-show .project-content .project-logo {
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    border-left: 1px solid var(--bg-color);
}
.project-show .project-body-content .project-item {
    width: 100%;
    height: auto;
    border-left: 0;
    border-bottom: 1px solid var(--bg-color);
}

.project-show .project-content .project-logo h2 {
    position: relative;
    z-index: 1;
    font-size: 25px;
}
.project-show .project-content .project-progress {
    padding: 30px 20px;
}
.project-show .project-percentage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.project-show .project-percentage h3,
.project-show .project-percentage span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}
.project-show .progress-bar {
    width: 100%;
    height: 6px;
    background: #eee;
    display: block;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.project-show .progress-bar span {
    display: block;
    background: #f80000;
    height: 100%;
    border-radius: 50px;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.project-show .progress-bar span::after {
    content: "";
    background: #f80000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: -8px;
    top: -3px;
    display: block;
    position: absolute;
}
.project-show .project-content .project-body-content {
    width: 75%;
    position: relative;
}
.project-show .project-body-content .project-about {
    padding: 40px 20px;
    border-bottom: 1px solid var(--bg-color);
    font-size: 15px;
}

.project-show .project-outcomes {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--bg-color);
}
.project-show .project-outcomes .box-title {
    padding: 80px 0;
    width: 25%;
    min-height: 300px;
    position: relative;
    background-size: 48px 48px;
    background-image: linear-gradient(-180deg, #b8b8b8 0px, transparent 0.5px),
        linear-gradient(-90deg, #b8b8b8 0px, transparent 0.5px);
    background-repeat: round;
    border-left: 1px solid var(--bg-color);
    color: #000;
}
.project-show .project-outcomes .box-title h2 {
    transform: translateX(50%) rotate(90deg);
    top: 50%;
    right: 50%;
    font-size: 30px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    z-index: 9999;
    -webkit-transform: translateX(50%) rotate(90deg);
    -moz-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    -o-transform: translateX(50%) rotate(90deg);
}
.project-show .project-outcomes .project-outcomes-content {
    padding: 25px 48px 25px 25px;
    width: 75%;
    margin: auto 0;
    height: 100%;
}
.project-show .project-outcomes p {
    line-height: 2;
}
.project-show .project-partners {
}
.project-show .project-partners .project-partners-title {
    text-transform: capitalize;
    padding: 20px 0;
    text-align: center;
    font-size: 25px;
    color: #000;
}
.project-show .project-partners .partners-container {
    justify-content: center;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
}
.project-show .partners-container .partners-item {
    border-top: 0;
    border-bottom: 0;
}
.project-show .partners-container .partners-item:first-child {
    border-right: 0;
}
.project-show .partners-container .partner-item:last-child {
    border-left: 0;
}
.project-show .project-partners .partner-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.project-show .project-stats {
    display: flex;
    border-bottom: 1px solid var(--bg-color);
}
.project-show .project-stats .bg {
    width: 25%;
    background-image: url(../imgs/line-patterns.svg);
    border-left: 1px solid var(--bg-color);
}
.project-show .project-stats .project-stats-container {
    width: 75%;
}
.project-show .map {
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-show .project-stats #statistics-container {
    padding: 50px 25px;
    width: 100%;
    border-bottom: 1px solid var(--bg-color);
}
.project-show .social-media-accounts .title {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin: 10px 0;
}
.project-show .social-media-accounts-icons {
    display: flex;
    list-style: none;
    justify-content: center;
}
.project-show .social-media-accounts-icons li {
    border: 1px solid rgba(0 0 0 / 0.09);
    margin-right: 10px;
    position: relative;
}
.project-show .social-media-accounts-icons li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.project-show .social-media-accounts-icons li:hover:after {
    height: 100%;
    color: #fff !important;
}
.project-show .social-media-accounts-icons li:hover {
    color: #fff !important;
}
.project-show .social-media-accounts-icons li:first-child {
    margin-right: 0px;
}
.project-show .social-media-accounts-icons li a {
    display: inline-block;
    height: 40px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.show-more-project {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.664);
    text-align: center;
    margin: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.show-more-project::before,
.show-more-project::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    z-index: 2;
    transition: 0.3s;
}
.show-more-project::before {
    top: 20px;
    left: 20px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
@media (max-width: 991px) {
    .project-show .project-header {
        height: auto;
        border-top: 0;
    }
    .project-show .project-item {
        width: 100%;
        border-left: 0;
        min-height: 100px;
        border-bottom: 1px solid var(--bg-color);
    }
    .project-show .project-item:nth-child(3) {
        border-bottom: 0;
    }
    .project-item.bg {
        display: none;
    }
    .project-show .project-content {
        flex-direction: column-reverse;
        border-bottom: 0;
    }
    .project-show .project-content .project-body-content {
        border: 0;
        width: 100%;
    }
    .project-show .project-content .project-logo {
        width: 100%;
        border-left: 0;
        border-top: 1px solid var(--bg-color);
    }
    .project-show .project-body-content .project-about {
        font-size: 14px;
    }
    .project-show .project-outcomes {
    }
    .project-show .project-outcomes .box-title {
        width: 100%;
        padding: 0;
        min-height: initial;
        border-bottom: 1px solid var(--bg-color);
        border-left: 0;
    }
    .project-show .project-outcomes .box-title h2 {
        padding: 25px 0;
        position: initial;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .project-show .project-outcomes .project-outcomes-content {
        width: 100%;
        padding: 20px;
    }
    .project-show .project-stats .bg {
        display: none;
    }
    .project-show .project-stats .project-stats-container {
        width: 100%;
    }
    .project-show .project-stats #statistics-container {
        padding: 25px 0px;
    }
    .project-show .map {
        padding: 20px 0px;
    }
    .project-show .project-partners .partners-container {
        gap: 0;
    }
    .project-show .project-partners .partners-container .partners-item {
        border-bottom: 1px solid var(--bg-color);
    }
}
@media (max-width: 576px) {
}
/*
****************************************
End Project show
****************************************
*/
/*
****************************************
Start Special show
****************************************
*/
.page-special-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50vh;
}
.page-special-header .special-header {
    width: 60%;
}
.page-special-header .section-name {
    font-size: 18px;
}
.page-special-header .special-header-title {
    font-size: 35px;
    text-shadow: 0px 0px 10px rgb(77, 77, 77);
}
.page-special-header .section-name::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 0 0px 5px 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
}
.page-special-header .section-name::after {
    display: inline-block;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 0;
    margin: 0px 10px 5px 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.page-special-header .section-name:hover::after {
    width: 60px;
}
.page-special-header .btn-custom {
    display: inline-block;
    margin-top: 30px;
}
.btn-custom svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.btn-custom path.fill {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-custom path.line {
    stroke-dasharray: 100px;
    stroke-dashoffset: 71px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.btn-custom:hover path.line {
    stroke-dashoffset: 0;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .page-special-header .special-header {
        width: 100%;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .page-special-header .special-header-title {
        font-size: 27px;
    }
}
/*
****************************************
End Special show
****************************************
*/
/*
****************************************
Start Event show
****************************************
*/
.event-show {
    width: 100%;
    margin: auto;
    margin-bottom: -100px;
    background-color: #fff;
    border-bottom: 1px solid var(--bg-color);
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.event-show .event-header {
    border: 1px solid var(--bg-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
}
.event-show .event-header-item {
    padding: 25px 20px;
    width: 25%;
    height: 100%;
    border-left: 1px solid var(--bg-color);
    display: flex;
    align-items: flex-start;
}
.event-show .event-header-item.bg {
    background-image: url(../imgs/line-patterns.svg);
    background-size: cover;
}
.event-show .event-header-item:last-child {
    border-left: transparent;
}
.event-show .event-header-item .title {
    font-size: 18px;
    color: #2c2e2f;
    line-height: 1;
    margin-bottom: 7px;
}
.event-show .event-header-item .content {
    font-size: 13px;
}
.event-show .event-date {
    font-size: 16px;
}
.event-show .event-date .icon {
    width: 17px;
    height: 17px;
    margin-left: 15px;
}
.svg-icon {
    width: 25px;
    margin-left: 10px;
    fill: #2c2e2f;
}
.event-show li.hubs {
    display: inline-block;
    padding: 0 2px;
}
.event-show li.hubs span::after {
    content: " , ";
}
.event-show li.hubs:last-child span::after {
    display: none;
}
.event-body {
    display: flex;
    border: 1px solid var(--bg-color);
    border-top: 0;
    border-bottom: 0;
}
.event-body .bg {
    width: 25%;
    background-image: url(../imgs/line-patterns.svg);
    border-left: 1px solid var(--bg-color);
}
.event-body .event-body-content {
    width: 75%;
}
.event-body .event-header-item {
    border-top: 1px solid var(--bg-color);
    width: 100%;
    height: auto;
}
.event-show .event-content {
    padding: 20px;
    font-size: 15px;
    line-height: 1.7;
}
.event-show .event-content p {
    line-height: 1.7;
}

/* **************************** */
.belong-to-project {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--bg-color);
    border-top: 0;
    border-bottom: 0;
}
.belong-to-project .belong-to-project-title {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    padding: 25px;
    color: #000;
    background-image: url(../imgs/line-patterns.svg);
}

.belong-to-project .belong-to-project-title svg {
    width: 50px;
    margin: 20px 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.belong-to-project .belong-to-project-project-boxes {
    width: 75%;
}
.belong-to-project .project-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 280px;
    background-color: var(--bg-black-color);
    position: relative;
    margin-bottom: 20px;
}
.belong-to-project .project-item:last-child {
    margin-bottom: 0;
}
.belong-to-project .project-box .project-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.belong-to-project .project-item .project-box::after {
    background-color: var(--bg-black-color);
}
.belong-to-project .project-item:hover .project-box::after {
    background-color: rgb(0 0 0 / 55%);
}

.belong-to-project .project-box:hover {
}
.belong-to-project .project-box::before {
    display: none;
}
/* **************************** */
@media (max-width: 991px) {
    .share-buttons .container {
        width: auto;
    }
    .page-special-header .special-header-title {
        font-size: 27px;
    }
    .event-show .event-content {
        width: 100%;
    }
    .event-show .event-header {
        height: auto;
        border-top: 0;
    }
    .event-show .event-header-item {
        width: 100%;
        border-left: 0;
        min-height: 100px;
        border-bottom: 1px solid var(--bg-color);
    }
    .event-show .event-header-item:nth-child(3) {
        border-bottom: 0;
    }
    .event-header-item.bg {
        display: none;
    }
}
@media (max-width: 576px) {
    .event-body .bg {
        display: none;
    }
    .event-body .event-body-content {
        width: 100%;
    }
    .belong-to-project .project-item {
    }
    .belong-to-project .belong-to-project-title {
        width: 100%;
        font-size: 20px;
    }
    .belong-to-project .belong-to-project-title svg {
        display: none;
    }
    .belong-to-project .belong-to-project-project-boxes {
        width: 100%;
    }
}
/*
****************************************
End Event show
****************************************
*/

/*
****************************************
Start Events
****************************************
*/

/************ Event Box ************/
.event-box {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #000;
}
.event-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        -245deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
.event-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0px;
    z-index: 1;
    background: var(--box-gradient);
    transition: all 0.3s ease-in-out;
}
.event-box:hover::after {
    height: 100%;
}
.event-box .event-img {
    height: 100%;
}
.event-box .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.event-box:hover img {
    transform: scale(1.1);
}
.event-box .event-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 25px;
    font-weight: 500;
    width: 100%;
    color: #fff;
}

.event-box .tag {
    background-color: var(--secondary-color);
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
}
.event-box:hover .tag {
    top: 0px;
    height: 100%;
    background-color: #fff;
    color: var(--secondary-color);
}
.event-box .event-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 3px;
}
.event-box .event-date {
    display: block;
    font-weight: 300;
    font-size: 12px;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

/************ Event Index ************/
.events-index {
    padding-top: 30px;
    padding-bottom: 50px;
}
.recent-item .event-box .event-title {
    font-size: 20px;
}
.events-index-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}
.events-index-list .event-item {
    overflow: hidden;
    position: relative;
    height: 240px;
    position: relative;
    color: #fff;
}

.event-item .event-box .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-item .event-box .event-title {
    font-size: 16px;
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
/*
****************************************
End Events
****************************************
*/

/*
****************************************
Start Success Story
****************************************
*/

.success-stories {
    position: relative;
    padding: 50px 0;
}

.success-stories .success-stories-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 20px;
}
.success-stories .success-story-box {
    overflow: hidden;
    height: 450px;
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #000;
    transition: all 0.7s;
    animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.success-stories .success-story-box a {
    display: block;
    width: 100%;
    height: 100%;
}
.success-story-box a::after {
    content: "";
    position: absolute;
    bottom: 0%;
    height: 80%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    transition: all 0.7s;
}
.success-story-box a:hover::after {
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.5) 30%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0) 100%
    );
}
.success-stories .success-story-box:hover {
    transform: translateY(-5px);
}
.success-stories .success-story-box .success-story-img {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-stories .success-story-box .success-story-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.success-stories .success-story-box .success-story-info {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    padding: 20px;
}
.success-stories .success-story-box .success-story-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.success-stories .success-story-box .read-more {
    display: block;
    font-size: 13px;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .success-stories .success-stories-container {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
    .success-stories .success-story-box {
        height: 370px;
    }
}
@media (max-width: 410px) {
    .success-stories .success-story-box {
        height: 420px;
    }
}
/* Start story show */

.story-show {
}
.story-show-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--bg-color);
}
.story-show-content {
    width: 75%;
    background-color: #fff;
    border-left: 1px solid var(--bg-color);
}
.story-show .story-basic-info {
    padding: 15px 20px;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.story-show .story-title {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.story-show .story-date {
    display: flex;
    align-items: center;
    color: #2c2e2f;
}
.story-show .story-show-description {
    padding: 20px;
}

.story-show-aside {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url(../imgs/line-patterns.svg);
    position: relative;
}
.story-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.story-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--story-color);
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 0;
}
@media (max-width: 991px) {
    .story-show-content {
        width: 100%;
        border-left: 0;
    }
    .story-show-aside {
        width: 100%;
    }
    .story-img {
        width: 300px;
        height: 500px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
/* Start Story Show */

/*
****************************************
End Success Story
****************************************
*/

/*
****************************************
Start Publications
****************************************
*/
.publications {
    padding: 50px 0;
}

.publications-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 45px;
}

.publication-box {
    color: #000;
}

.publication-img {
    padding: 0;
    margin: 0;
    height: 350px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.publication-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.publication-box-content {
    color: #767676;
    margin: 3px 0;
    font-size: 13px;
    padding: 20px 0;
}
.publication-box-content a {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
    display: block;
}
.publication-box-content .publication-title {
    font-size: 16px;
    margin-bottom: 4px;
    color: #000;
}
.publication-type {
    padding: 5px 20px;
    color: #fff;
    background-color: var(--secondary-color);
    display: inline-block;
    margin-bottom: 7px;
}
.publication-box .publication-date {
    font-size: 13px;
    display: block;
}
@media (max-width: 991px) {
    .publications-container {
        grid-template-columns: repeat(auto-fill, 220px);
        gap: 30px;
    }
    .publications-container .publication-img {
        height: 308px;
    }
}

@media (max-width: 797px) {
    .publications-container {
        grid-template-columns: repeat(auto-fill, 220px);
        justify-content: center;
        gap: 30px;
    }
    .publications-container .publication-img {
        height: 308px;
    }
}

@media (max-width: 620px) {
    .publications-container {
        grid-template-columns: repeat(auto-fill, 220px);
        gap: 30px;
    }
    .publications-container .publication-img {
        height: 308px;
    }
}
@media (max-width: 576px) {
    .publications-container {
        grid-template-columns: repeat(auto-fill, 170px);
        gap: 30px;
    }
    .publications-container .publication-img {
        height: 238px;
    }
}
@media (max-width: 380px) {
    .publications-container {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        justify-content: center;
    }
    .publication-box .publication-img {
        height: auto;
    }
}

.book {
    position: relative;
    margin: auto;
    margin-bottom: 18px;
    width: 200px;
    height: 280px;
}
.book img {
    width: 100%;
    height: 100%;
}
.book:before {
    width: 100%;
    left: 7.5%;
    background-color: #000;
    box-shadow: -3px 3px 15px #000;
    position: absolute;
    top: 2%;
    height: 96%;
    content: " ";
    z-index: -1;
}
.book:after {
    width: 5%;
    left: 100%;
    background-color: #efefef;
    box-shadow: inset 0 0 5px #aaa;
}
.book:after,
.book:before {
    position: absolute;
    top: 2%;
    height: 96%;
    content: " ";
    z-index: -1;
}
/* Start publication show */
.publication-show {
}
.publication-show .back {
    border-right: 1px solid var(--bg-color);
    border-left: 1px solid var(--bg-color);
}
.publication-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--bg-color);
}
.publication-show .publication-content {
    width: 75%;
    background-color: #fff;
    border-right: 1px solid var(--bg-color);
}
.publication-show .publication-title {
    color: #000;
    padding: 30px 25px 0 20px;
    margin: 0;
    font-size: 25px;
}
.publication-show .publication-date {
    margin-bottom: 10px;
    color: #868686;
    font-size: 14px;
}
.publication-show .publication-date i {
    margin-left: 8px;
}
.publication-show .publication-show-description {
    border-bottom: 1px solid var(--bg-color);
    padding: 25px;
}
.publication-show .publication-list-data {
    padding: 25px;
}
.publication-show .publication-list-data li {
    margin-bottom: 10px;
}
.publication-show .publication-list-data li .title {
    font-weight: bold;
    margin-left: 20px;
    color: #000;
    width: 150px;
    display: inline-block;
}
.publication-show .publication-list-data li .data {
}
.publication-download {
    text-align: center;
    padding: 25px 20px;
}
.publication-download a {
    text-align: center;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 15px 30px;
    max-width: 100%;
    width: 250px;
    margin: auto;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.publication-download a:hover {
    background-color: var(--secondary-color) !important;
    color: #fff;
}
.publication-side {
    width: 25%;
    overflow: hidden;
    position: relative;
    padding: 35px 0;
}
.publication-show .publication-img {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.publication-show .publication-img img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.publication-show .publication-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--story-color);
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 0;
}
@media (max-width: 991px) {
    .publication-body {
        flex-direction: column-reverse;
    }
    .publication-show .publication-content {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--bg-color);
    }
    .publication-side {
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
/* End publication Show */

/*
****************************************
End Publications
****************************************
*/

/*
****************************************
Start Post Show
****************************************
*/
.post-show {
}
.post-show .item-show-body {
    margin: auto;
    border: 1px solid var(--bg-color);
    border-bottom: 0;
}

.post-show .post-basic-info {
    padding: 15px 20px;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-show .post-date {
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #2c2e2f;
}
.post-show .post-title {
    color: var(--secondary-color);
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.post-show .post-content {
    display: flex;
}
.post-show .post-content .bg {
    width: 25%;
    border-right: 1px solid var(--bg-color);
    background-image: url(../imgs/line-patterns.svg);
}
.post-show .post-content .description {
    width: 75%;
}
.post-show .post-img-container {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.post-show .post-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-show .post-description {
    padding: 20px;
    border-bottom: 1px solid var(--bg-color);
}
.post-show .belong-to-project {
    border: 0;
}

@media (max-width: 991px) {
    .post-show .post-content .bg {
        display: none;
    }
    .post-show .post-content .description {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .post-show .post-img-container {
        height: 270px;
    }
}
@media (max-width: 576px) {
    .post-show .post-img-container {
        height: 240px;
    }
}
/*
****************************************
End Post Show
****************************************
*/
/*
****************************************
Start Item Show
****************************************
*/

.other-items-container {
    padding: 50px 0;
    background-color: transparent;
}
.other-items-swiper {
    position: relative;
}
.other-items-container .swiper-container {
    position: initial;
}
.other-items-container .swiper-button-next,
.other-items-container .swiper-button-prev {
    color: #fff;
    width: 45px;
    height: 40px;
    top: 22px;
    font-size: 8px;
    outline: none;
    transition: all 0.3s ease-in-out;
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}
.other-items-container .swiper-button-next:hover,
.other-items-container .swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}
.other-items-container .swiper-button-prev {
    right: initial;
    left: 60px;
}
.other-items-container .swiper-button-next {
    left: 0px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}
.other-items-container .section-title {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    #item-show .item-show-content {
        width: 100%;
        margin-bottom: 20px;
    }
    #item-show .item-show-aside {
        width: 100%;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .other-items-container .section-header .section-title span::before {
        transform: translateY(-6px);
        height: 3px;
    }
    .other-items-container .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    .other-items-container .swiper-slide {
        width: 80%;
    }
}
@media (max-width: 576px) {
    .section-header .section-title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #item-show .project-partners.partner-item {
        padding: 20px 10px;
    }
    #item-show .project-partners.partner-item img {
        width: 100%;
    }
}

/*
****************************************
End Item Show
****************************************
*/

/*
****************************************
Start Post
****************************************
*/

.page-header.post {
    height: 370px;
    width: 100%;
}
.page-header .recent-item .post-box .post-img img {
    transition: all 0.7s;
    display: block;
    width: 100%;
    height: auto;
}
.post-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.post-box::after {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 100%;
    height: 0%;
    width: 100%;
    background: var(--box-gradient);
    z-index: 2;
    transition: all 0.5s;
}

.post-box:hover:after {
    top: 0%;
    height: 100%;
}
.post-box .post-img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.7s;
}
.post-box .post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-box:hover .post-img {
    height: 100%;
}
.post-box:hover .post-img img {
    transform: scale(1.001);
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
}
.post-box .post-content {
    padding: 20px 15px;
    color: #000;
    text-transform: capitalize;
    transition: all 0.7s;
    width: 100%;
    height: 170px;
    border: 1px solid var(--bg-color);
    border-top: 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}
.post-box:hover .post-content {
    transform: translateY(-120%);
    border: 0;
    padding-bottom: 10px;
    color: #fff;
    background-color: transparent;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
}

.post-box span {
    display: block;
}

.post-box .post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0px 0px 9px 0px;
}
.post-box .post-content span {
    display: inline-block;
}
.post-box .post-date {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.post-box .post-date svg {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.post-box:hover .post-date svg {
    fill: #fff;
}
.post-box .more-details {
    padding: 10px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transform: translateY(180%);
    width: 170px;
    color: #fff;
    transition: all 0.7s ease-in-out;
}
.post-box .more-details span {
    margin-left: 12px;
}
.post-box:hover .more-details {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.post-box .more-details:hover {
    background-color: transparent;
}
.post-box .more-details:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.post-box .more-details:hover:before {
    right: 0%;
    width: 100%;
}

/************ post Index ************/

.recent-post::before {
    content: "";
    width: calc(100% - 245px);
    height: 126px;
    background: linear-gradient(
        0deg,
        rgba(251, 194, 235, 1) 0%,
        rgba(161, 140, 209, 1) 100%
    );
    position: absolute;
    left: 0%;
    bottom: -1%;
    z-index: -5;
}
.recent-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    height: 400px;
    position: relative;
    width: 85%;
    margin-right: auto;
}
.recent-post .post-box .post-content {
    width: 85%;
}
.recent-post .post-box .post-img img {
    transition: all 0.7s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-index {
    padding: 50px 0;
}
.posts-index-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 30px;
}

.posts-index-list .post-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    height: 400px;
}
.posts-index-list .post-item:last-child {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
    .posts-index-list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

/*
****************************************
End post
****************************************
*/

/*
****************************************
Start Team
****************************************
*/
.team {
    padding: 50px 0;
    position: relative;
}

.team .our-team-title {
    font-weight: 600;
    color: #000;
}
.text-white {
    color: #fff !important;
}
.team .section-header {
    margin-bottom: 20px;
}
.team .team-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px;
}
.team .employee-box {
    overflow: hidden;
    height: 430px;
    color: #fff;
    font-weight: 300;
    position: relative;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.7s;
    z-index: 1;
    animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.employee-box::after {
    content: "";
    position: absolute;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0) 80%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    transition: all 0.7s;
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.team .employee-box:hover {
    transform: translateY(-10px);
}
.team .employee-box .employee-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team .employee-box .employee-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .employee-box .employee-info {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    padding: 20px;
}
.team .employee-box .employee-name {
    font-weight: 700;
    font-size: 16px;
}
.team .employee-box .employee-role {
    font-weight: 400;
    font-size: 13px;
    color: #e3e3e3;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .team .team-container {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .team .employee-box {
        height: 350px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .team .team-container {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .team .employee-box {
        height: 300px;
    }
    .team .employee-box .employee-info {
        padding: 20px 15px;
    }
    .team .employee-box .employee-name {
        font-size: 14px;
    }
    .team .employee-box .employee-role {
        font-size: 12px;
    }
}

.champion-item {
    height: 360px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.champion-box {
    transition: all 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
    height: 100%;
    color: #fff;
    position: relative;
    background-color: #000;
    transition: all 0.7s;
    z-index: 1;
    animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.champion-box::after {
    content: "";
    position: absolute;
    bottom: 0%;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0) 80%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    transition: all 0.7s;
}

.champion-box .champion-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.champion-box .champion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.champion-box .champion-info {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.champion-box .champion-name {
    font-weight: 700;
    font-size: 17px;
}

.champion-box .champion-role {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
/*
****************************************
End Team
****************************************
*/

/*
****************************************
Start About-Us Page
****************************************
*/

.about {
    position: relative;
    z-index: 3;
    color: var(--txt-color);
}
.about .about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0;
    background-color: #fff;
}
.about .about-img {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about .about-img img {
    width: 100%;
}
.about .about-description {
    padding: 20px;
    color: #000;
    font-weight: 500;
    width: 80%;
    margin-bottom: 30px;
}
.about .about-description p {
}
@media (max-width: 991px) {
    .about .about-container {
    }
    .about .about-img {
    }
    .about .about-img img {
    }

    .about .about-description {
        width: 100%;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
/*
****************************************
End About-Us Page
****************************************
*/

/*
****************************************
Start Galleries Page
****************************************
*/
.galleries {
    padding: 30px 0;
    position: relative;
    z-index: 3;
}
.galleries .galleries-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 20px;
}
.galleries .galleries-container .gallery-box {
    overflow: hidden;
    text-align: center;
}

.galleries .galleries-container .gallery-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.galleries .galleries-container .gallery-box-cover {
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleries .galleries-container .gallery-box-cover img {
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.galleries .galleries-container .gallery-box:hover .gallery-box-cover img {
    transform: scale(1.03);
}
.galleries .galleries-container .gallery-box-content {
    padding: 15px 0;
}
.galleries .galleries-container .gallery-date {
    display: block;
    color: var(--txt-color);
    font-weight: 500;
}
.galleries .galleries-container .gallery-title {
    color: #000;
    font-size: 17px;
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
.gallery-content {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.gallery-content .container {
}

.gallery-content .svg-icon {
    width: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.gallery-content .gallery-info {
    border: 1px solid var(--bg-color);
}
.gallery-content .gallery-info h2 {
    margin-bottom: 10px;
    color: var(--secondary-color);
    text-transform: capitalize;
}

.gallery-content .gallery-section-title {
    font-weight: 700;
    font-size: 16px;
    color: #2c2e2f;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--bg-color);
    border: 1px solid var(--bg-color);
}
.gallery-content .gallery-section-title h2 {
    color: #2c2e2f;
    font-size: 16px;
}
.gallery-basic-info {
    padding: 15px 20px;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.gallery-content .gallery-info .gallery-date {
    margin-left: 15px;
    display: flex;
    align-items: center;
    color: #2c2e2f;
}

.gallery-content .gallery-description {
    display: flex;
}
.gallery-content .gallery-description .bg {
    width: 25%;
    border-left: 1px solid var(--bg-color);
    background-image: url(../imgs/line-patterns.svg);
}
.gallery-content .gallery-description .description {
    width: 75%;
    padding: 20px;
}
.gallery-content .gallery-photos,
.gallery-content .gallery-videos {
    border-right: 1px solid var(--bg-color);
    border-left: 1px solid var(--bg-color);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.gallery-content .gallery-photos a,
.gallery-content .gallery-videos a {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px solid var(--bg-color);
}
.gallery-content .gallery-videos a {
    padding: 0px;
}
.gallery-content .gallery-photos a:last-child,
.gallery-content .gallery-videos a:last-child {
    /* margin-right: auto; */
    /* margin-left: auto; */
}
.gallery-content .gallery-photos a img,
.gallery-content .gallery-videos a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.gallery-content .gallery-videos a::after {
    position: absolute;
    content: "\f144";
    font-family: fontawesome;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
}
.gallery-content .gallery-videos a:hover img {
    transform: scale(1.05);
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .gallery-content .gallery-photos,
    .gallery-content .gallery-videos {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 20px;
    }
    .gallery-content .gallery-description .bg {
        width: 10%;
    }
    .gallery-content .gallery-description .description {
        width: 90%;
        font-size: 13px;
    }
}
/*
****************************************
End Galleries Page
****************************************
*/

/*
****************************************
Start Where We Are
****************************************
*/
.where-we-are-section {
    padding-top: 50px;
    padding-bottom: 100px;
    border-bottom: 1px solid var(--bg-color);
    position: relative;
}
.where-we-are-section::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    background-color: #232323;
}
.where-we-are-section .section-title {
    color: #fff;
    margin-bottom: 50px;
}
.where-we-are-section .section-header .section-title span::before {
    background-color: #fff;
}
.where-we-are {
    position: relative;
}
.where-we-are .dotted-right {
    position: absolute;
    width: 100px;
    z-index: 0;
    bottom: -46px;
    left: -46px;
}
.where-we-are .dotted-top-left {
    position: absolute;
    width: 100px;
    z-index: 0;
    top: -46px;
    right: -46px;
}
.where-we-are .dotted-bottom-right {
    position: absolute;
    width: 100px;
    z-index: 0;
    bottom: -46px;
    left: -46px;
}

.where-we-are-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.where-we-are .hub-box {
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.where-we-are .hub-box:hover {
    box-shadow: 0px 0px 18px 0px #0000004d;
    z-index: 3;
}
.where-we-are .hub-box .hub-box-img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.where-we-are .hub-box .hub-box-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
}
.where-we-are .hub-box:first-child .hub-box-img::after {
    background-color: #0854e28a;
}
.where-we-are .hub-box:nth-child(2) .hub-box-img::after {
    background-color: #e23b087e;
}
.where-we-are .hub-box:nth-child(3) .hub-box-img::after {
    background-color: #5522648a;
}
.where-we-are .hub-box:nth-child(4) .hub-box-img::after {
    background-color: #e2083e77;
}
.where-we-are .hub-box .hub-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.where-we-are .hub-box:hover .hub-box-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.where-we-are .hub-box .hub-view-more {
    width: 100%;
    height: 45px;
    margin: 20px 0;
    background-color: #ffffff46;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.where-we-are .hub-box .hub-box-info {
    color: #fff;
    position: relative;
    padding: 0 10px;
    z-index: 2;
}
.where-we-are .hub-box .hub-box-info .hub-title {
    margin: 50px 0;
    font-size: 30px;
    text-align: center;
    position: relative;
}
.where-we-are .hub-box .hub-box-info .hub-title::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -7px;
    background-color: #fff;
}
.where-we-are .hub-box .hub-box-info-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
    /* border-top:1px solid rgba(255, 255, 255,.3); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.where-we-are .hub-box .hub-box-info-list li {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.where-we-are .hub-box .hub-box-info-list li:last-child {
    border-bottom: 0;
}
.where-we-are .hub-box .hub-box-info-list li .title {
    font-size: 14px;
    font-weight: 500;
}
.where-we-are .hub-box .hub-box-info-list li .data {
    font-size: 35px;
    font-weight: 600;
}
/*
****************************************
End Where We Are
****************************************
*/
/*
****************************************
Start Hubs Page
****************************************
*/
.hubs-index {
    padding: 50px 0;
    position: relative;
    z-index: 3;
}
.hubs-index .hubs-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
}
.hubs-index .hub-box {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.hubs-index .hub-box .hub-box-img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.hubs-index .hub-box .hub-box-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
}

.hubs-index .hub-box:first-child .hub-box-img::after {
    background-color: #0854e28a;
}
.hubs-index .hub-box:nth-child(2) .hub-box-img::after {
    background-color: #e23b087e;
}
.hubs-index .hub-box:nth-child(3) .hub-box-img::after {
    background-color: #5522648a;
}
.hubs-index .hub-box:nth-child(4) .hub-box-img::after {
    background-color: #e2083e77;
}
.hubs-index .hub-box .hub-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.hubs-index .hub-box:hover .hub-box-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hubs-index .hub-box .hub-view-more {
    width: 100%;
    height: 50px;
    background-color: #ffffff27;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hubs-index .hub-box .hub-box-info {
    color: #fff;
}
.hubs-index .hub-box .hub-box-info .hub-title {
    margin: 50px 0;
    font-size: 30px;
    text-align: center;
    position: relative;
}
.hubs-index .hub-box .hub-box-info .hub-title::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -7px;
    background-color: #fff;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .hubs-index .hubs-container {
        grid-template-columns: repeat(1, 100%);
    }
}

@media (max-width: 576px) {
}
.hub-show {
    margin-bottom: -100px;
    background-color: #fff;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.hub-show-container {
    margin: auto;
    background-color: #fff;
    background-color: #fff;
    border-bottom: 1px solid var(--bg-color);
}
.hub-show .hub-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
}
.hub-show .hub-img {
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hub-show .hub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hub-show .hub_statics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    list-style: none !important;
    border-bottom: 1px solid var(--bg-color);
}
.hub-show ul {
    margin-right: 0px !important;
    list-style: none !important;
}
.hub-show .hub_statics li {
    padding: 20px 0;
    height: 100px;
    width: 25%;
    text-align: center;
    color: #000;
    border-right: 1px solid var(--bg-color);
}
.hub-show .hub_statics li.bg {
    background-image: url(../imgs/line-patterns.svg);
    background-size: cover;
}
.hub-show .hub_statics li:last-child {
    border-left: 1px solid var(--bg-color);
}
.hub-show .hub_statics .title {
}
.hub-show .hub_statics .number {
    font-size: 30px;
}
.hub-show .hub-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: 1px solid var(--bg-color);
    border-right: 1px solid var(--bg-color);
}
.hub-show .hub-content .bg {
    background-image: url(../imgs/line-patterns.svg);
    width: 25%;
    border-left: 1px solid var(--bg-color);
}
.hub-show .hub-content .hub-body-content {
    width: 75%;
}
.hub-show .hub-content .hub-info {
}
.hub-show .hub-content .hub-box-cover {
    width: 50%;
}
.hub-show .hub-content .hub-box-cover img {
    max-width: 100%;
}
.hub-show .hub-info li {
    padding: 20px;
    border-bottom: 1px solid var(--bg-color);
}
.hub-show .hub-info .title {
    color: #000;
    margin-bottom: 7px;
    display: flex;
}
.hub-show .hub-info .title span {
    font-size: 18px;
    color: #2c2e2f;
}
.hub-show .hub-info .title svg {
    width: 18px;
}
.hub-show .hub-info .title svg.info {
    width: 20px;
}

.hub-show .hub-info li > div {
    padding-right: 25px;
}
.hub-show .hub-map {
    padding: 20px;
    text-align: center;
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .hub-show .hub_statics li {
        width: 100%;
        border-bottom: 1px solid var(--bg-color);
    }
    .hub-show .hub_statics li.bg {
        display: none;
    }
    .hub-show .hub-content .hub-body-content {
        width: 100%;
    }
    .hub-show .hub-content .bg {
        display: none;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
/*
****************************************
End Hubs Page
****************************************
*/

/*
****************************************
Start Partners
****************************************
*/

.partners {
    padding: 50px 0;
}
.partners-container {
    display: flex;
    flex-wrap: wrap;
}

.partners-container .partners-item {
    width: 180px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    border: #f0f0f0 1px solid;
    height: 150px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.partners-container .partners-item:hover {
    filter: grayscale(0);
}
.partners-container .partners-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .partners-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 576px) {
}
/*
****************************************
End Partners
****************************************
*/

/*
****************************************
Start Contact Us
****************************************
*/
.contact-us {
    background-color: var(--bg-black-color);
    padding: 50px 0;
}
.contact-us .section-title {
    color: #fff;
}
.contact-us .section-header {
    margin: 0;
    padding: 20px 0;
    background-image: url(../imgs/line-patterns.svg);
}
.contact-us .section-title span::before {
    background-color: #fff;
}
.contact-us.contact-page {
    padding: 0;
    background-color: #fff;
    border: 1px solid var(--bg-color);
}
.contact-us .contact-us-container {
    border: 1px solid var(--bg-color);
    border-bottom: 0;
}
.contact-us.contact-page .section-header .section-title span::before {
    background-color: #000;
}
.contact-us .title {
    text-transform: capitalize;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 70%;
    font-size: 30px;
}
.contact-us.contact-page .section-header .section-title {
    color: #000;
    margin-bottom: 10px;
}
.contact-us.contact-page .title {
    color: #000;
}
.contact-us .contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.contact-us.contact-page .contact-info-container {
    color: #000;
    border-top: 1px solid var(--bg-color);
}
.contact-us .contact-info-container .contact-form {
    width: 50%;
    padding: 50px 30px;
    border-left: 1px solid var(--bg-color);
}
.contact-us .contact-info-container .contact-form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us .contact-info-container .contact-form .field {
    width: 100%;
    margin-bottom: 15px;
}
.contact-us .contact-info-container .contact-form .field.name {
}
.contact-us .contact-info-container .contact-form .field.email {
}
.contact-us .contact-info-container .contact-form .field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #8c8b8b;
}
.contact-us.contact-page .contact-info-container .contact-form .field label {
    color: var(--txt-color);
}
.contact-us .contact-info-container .contact-form .field input {
    font-weight: 500;
    height: 45px;
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #fff;
}
.contact-us.contact-page .contact-info-container .contact-form .field input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}
.contact-us .contact-info-container .contact-form .field textarea {
    font-weight: 500;
    background-color: transparent;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 !important;
}
.contact-us.contact-page .contact-info-container .contact-form .field textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

.contact-us .contact-info-container .contact-form button {
    padding: 13px 20px;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.contact-us.contact-page .contact-info-container .contact-form button {
    border: 1px solid var(--bg-black-color);
    color: #fff;
    background-color: var(--bg-black-color);
}

.contact-us .contact-info-container .contact-info-list {
    width: 50%;
    padding: 50px 30px;
}
.contact-us .contact-info-container .info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us .contact-info-container .info-list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-us .contact-info-container .info-list li .icon {
    margin-left: 15px;
    font-size: 20px;
}
.contact-us.contact-page .contact-info-container .info-list li span {
    color: var(--txt-color);
}
.contact-us .contact-info-container .info-list li span {
    display: block;
    font-size: 14px;
    color: var(--txt-black-color);
    font-weight: 500;
}
.contact-us .contact-info-container .info-list li span.number {
    margin-bottom: 7px;
}
.contact-us .contact-info-container .social-media-icons {
    display: flex;
    margin-bottom: 20px;
}
.contact-us .contact-info-container .social-media-icons li {
    margin-left: 10px;
}
.contact-us .contact-info-container .social-media-icons li a {
    border: 1px solid var(--bg-color);
}
.contact-us .contact-info-container .map {
    overflow: hidden;
}
@media (max-width: 11


99px) {
}

@media (max-width: 991px) {
    .contact-us .contact-info-container .contact-info-list {
        width: 100%;
    }

    .contact-us .contact-info-container .contact-form {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid var(--bg-color);
    }
    .contact-us .contact-info-container .contact-info-list {
        padding: 30px 30px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

/*
****************************************
End Contact Us
****************************************
*/

/*
****************************************
Start Footer
****************************************
*/
.footer {
    background-color: #171615;
    color: var(--txt-black-color);
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.footer .pattern-top-center {
    position: absolute;
    width: 600px;
    top: -240px;
    right: 50%;
    transform: translateX(50%) rotate(-344deg);
    -webkit-transform: translateX(50%) rotate(-344deg);
    -moz-transform: translateX(50%) rotate(-344deg);
    -ms-transform: translateX(50%) rotate(-344deg);
    -o-transform: translateX(50%) rotate(-344deg);
}

.footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.footer .footer-logo {
    text-align: center;
}
.footer .footer-logo img {
    width: 100px;
    margin-bottom: 40px;
}
.footer .social-media-icons {
    display: flex;
    margin-top: 20px;
}
.footer .social-media-icons li {
    border: 1px solid rgba(255 255 255 / 0.09);
    margin-right: 10px;
}
.footer .social-media-icons li:first-child {
    margin-right: 0;
}
.footer .social-media-icons li a {
    border: none;
    font-size: 20px;
}

.footer .communication {
    width: 35%;
}
.footer .communication h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.communication ul {
}

.communication .communication-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.communication .communication-list li svg {
    margin-left: 15px;
}
.communication .communication-list li a {
    display: block;
    padding: 5px 0;
    letter-spacing: 0.41px;
}
.footer .explore {
    width: 45%;
}
.footer .explore h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.footer .explore ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .explore ul li {
    width: 33.333%;
    padding: 20px 0;
    position: relative;
    font-size: 15px;
}
.footer .explore ul li::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 2px;
    background-color: #8c8b8b;
    margin: 0 0px 3px 7px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer .explore ul li::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 2px;
    margin-bottom: 3px;
    margin-right: 6px;
    background-color: #8c8b8b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer .explore ul li:hover {
    color: var(--secondary-color);
}

.footer .explore ul li:hover::before {
    background-color: var(--secondary-color);
    width: 7px;
}

.footer .explore ul li:hover::after {
    background-color: var(--secondary-color);
    width: 20px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.5;
    border-top: 1px solid #3f3f3f;
}

.copyright .fa {
    color: #fe4141;
    margin: 0 3px;
}
.venus {
    text-align: end;
}
.venus span {
    margin-bottom: 10px;
    display: block;
}
.venus img {
    width: 65px;
}

@media (max-width: 991px) {
    .footer .explore {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer .communication {
        width: 100%;
    }
    .copyright div {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .copyright div:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .footer .explore ul li {
        width: 50%;
    }
    .footer .footer-container {
        padding: 40px 0;
    }
}
@media (max-width: 576px) {
}

/*
****************************************
End Footer
****************************************
*/

#notification {
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s ease-in-out;
    background-color: #28a745;
    cursor: pointer;
}
#notification.show {
    bottom: 0px;
}
#notification .message {
    width: 100%;
    padding: 25px 20px;
    position: relative;
}
#notification .close {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
}
#notification .message-content {
    display: block;
    text-align: center;
    color: #fff;
}
.img-wrapper {
    width: 300px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.img-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 180%;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    transform: skew(-45deg);
    transition: 0.5s;
}

.img-wrapper:hover:before {
    right: -180%;
}

.img-wrapper img {
    height: 400px;
    width: 300px;
    filter: grayscale(100%);
    transition: 2s;
}
.img-wrapper:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.img-wrapper h2 {
    background: tomato;
    font-family: Poppins;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: perspective(800px) rotateY(-90deg);
    transform-origin: right;
    transition: 1s;
}

.img-wrapper:hover h2 {
    transform: perspective(400px) rotateY(0deg);
}

.img-wrapper ul {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li {
    background: #333;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transform: perspective(400px) rotateY(-90deg);
    transition: 0.5s;
    transform-origin: right;
}

.img-wrapper:hover ul li {
    transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1) {
    transition-delay: 0.2s;
}

.img-wrapper:hover ul li:nth-child(2) {
    transition-delay: 0.6s;
}

.img-wrapper:hover ul li:nth-child(3) {
    transition-delay: 0.8s;
}

.img-wrapper:hover ul li:nth-child(4) {
    transition-delay: 1s;
}

.img-wrapper ul li a {
    color: tomato;
    background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li i {
    color: tomato;
    background: rgba(255, 255, 255, 0);
}

.img-wrapper ul li i:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}

/*************************************/

/*
****************************************
Start Animation
****************************************
*/

.slide-top {
    -webkit-animation: slide-top 0.3s linear both;
    animation: slide-top 0.3s linear both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 7px;
        transform: rotate(0);
    }
    100% {
        top: 7px;
        transform: rotate(-45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 22px;
        transform: rotate(-45deg);
    }
    50% {
        top: 22px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 10px;
        transform: rotate(0);
    }
    100% {
        bottom: 10px;
        transform: rotate(-135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 22px;
        transform: rotate(-135deg);
    }
    50% {
        bottom: 22px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.appear {
    opacity: 0;
    transform: scale(0.95);
    animation: clear 1s 0.5s forwards;
}

@keyframes clear {
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes sildeUp {
    from {
        transform: translateY(300px) scale(1.2);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes silde-down {
    from {
        transform: translateY(-2rem);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
        transform: none;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(50%);
        transform: scale(0) translateY(50%);
    }
    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-50%);
        transform: scale(0) translateY(-50%);
    }
    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
/*
****************************************
End Animation
****************************************
*/

.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrap {
    cursor: pointer;
    margin: 150px 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.box-container {
    --rX: 0;
    --rY: 0;
    --bX: 50%;
    --bY: 80%;
    width: 400px;
    height: 510px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)),
        url("https://webdevtrick.com/wp-content/uploads/flower.jpg");
    background-position: var(--bX) var(--bY);
    background-size: 40rem auto;
    transform: rotateX(calc(var(--rX) * 1deg))
        rotateY(calc(-1 * (var(--rY) * 1deg)));
    -webkit-transform: rotateX(calc(var(--rX) * 1deg))
        rotateY(calc(-1 * (var(--rY) * 1deg)));
    -moz-transform: rotateX(calc(var(--rX) * 1deg))
        rotateY(calc(-1 * (var(--rY) * 1deg)));
    -ms-transform: rotateX(calc(var(--rX) * 1deg))
        rotateY(calc(-1 * (var(--rY) * 1deg)));
    -o-transform: rotateX(calc(var(--rX) * 1deg))
        rotateY(calc(-1 * (var(--rY) * 1deg)));
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.box-container::before,
.box-container::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    transition: 0.3s;
}
.box-container::before {
    top: 20px;
    left: 20px;
    border-bottom-width: 0;
    border-right-width: 0;
}
.box-container::after {
    bottom: 20px;
    right: 20px;
    border-top-width: 0;
    border-left-width: 0;
}

.wrap:hover .box-container::before,
.wrap:hover .box-container::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.box-container--active {
    transition: none;
}
.image2 {
    -webkit-filter: hue-rotate(80deg) saturate(140%);
    filter: hue-rotate(80deg) saturate(140%);
}

.box {
    height: 300px;
    width: 90%;
    margin: 50px;
    background: #161b2a;
}

/*
****************************************
Start Not Found
****************************************
*/
.not-found {
    height: 100vh;
    width: 100%;
    background-color: #1a1a1a;
}
.not-found-header {
    padding: 30px 0;
}
.not-found-header .logo {
    width: 90px;
}
.not-found .num-404 {
    font-size: 200px;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.not-found .des-404 {
    font-size: 16px;
    color: #848282;
}
.not-found .des-404 span {
    display: inline-block;
}

.not-found .not-found-body {
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.not-found .go-back {
    display: inline-block;
    margin-top: 60px;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

.not-found .go-back::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: 0;
    content: "";
    background: #fff;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.not-found .go-back span {
    position: relative;
    z-index: 1;
}
.not-found .go-back:hover::before {
    right: 0%;
    width: 100%;
}
.not-found .go-back:hover {
    color: #000;
}

/*
****************************************
End Not Found
****************************************
*/

/*
****************************************
Start Loader Style
****************************************
*/

#loader-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
}
#loader-wrapper.done {
    transform: translateY(-100%);
    height: 0 !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.progress {
    width: 400px;
    background: #fff;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    max-width: 90%;
}

.progress-bar {
    height: 4px;
    width: 5%;
    background: #fff;
}

.count {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

/*
****************************************
End Loader Style
****************************************
*/
