/* 
    @import url("../css/progressbar.css"); 
    @import url("../css/magnific-popup.css");
    @import url("../css/timecounter.css");
    @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); 
*/
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp-solid,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands"
}

.fa-1x {
  font-size: 1em
}

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

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

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

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

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em
}

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em
}

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em
}

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em
}

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em
}

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit
}

.fa-border {
  border-radius: var(--fa-border-radius, .1em);
  border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
  --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@keyframes fa-beat {

  0%,
  90% {
    transform: scale(1)
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0)
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }

  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    transform: scale(1) translateY(0)
  }

  to {
    transform: scale(1) translateY(0)
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg)
  }

  4% {
    transform: rotate(15deg)
  }

  8%,
  24% {
    transform: rotate(-18deg)
  }

  12%,
  28% {
    transform: rotate(18deg)
  }

  16% {
    transform: rotate(-22deg)
  }

  20% {
    transform: rotate(22deg)
  }

  32% {
    transform: rotate(-12deg)
  }

  36% {
    transform: rotate(12deg)
  }

  40%,
  to {
    transform: rotate(0deg)
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  transform: rotate(90deg)
}

.fa-rotate-180 {
  transform: rotate(180deg)
}

.fa-rotate-270 {
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0))
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto)
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff)
}

.fa-0:before {
  content: "\30"
}

.fa-1:before {
  content: "\31"
}

.fa-2:before {
  content: "\32"
}

.fa-3:before {
  content: "\33"
}

.fa-4:before {
  content: "\34"
}

.fa-5:before {
  content: "\35"
}

.fa-6:before {
  content: "\36"
}

.fa-7:before {
  content: "\37"
}

.fa-8:before {
  content: "\38"
}

.fa-9:before {
  content: "\39"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-arrows-to-circle:before {
  content: "\e4bd"
}

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

.fa-at:before {
  content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed"
}

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

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

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

.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a"
}

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

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422"
}

.fa-explosion:before {
  content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-building-un:before {
  content: "\e4d9"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073"
}

.fa-anchor-circle-check:before {
  content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
  content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f"
}

.fa-arrows-up-to-line:before {
  content: "\e4c2"
}

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

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

.fa-door-open:before {
  content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-soap:before {
  content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539"
}

.fa-bridge-circle-check:before {
  content: "\e4c9"
}

.fa-pump-medical:before {
  content: "\e06a"
}

.fa-fingerprint:before {
  content: "\f577"
}

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

.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689"
}

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

.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8"
}

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

.fa-football-ball:before,
.fa-football:before {
  content: "\f44e"
}

.fa-school-circle-exclamation:before {
  content: "\e56c"
}

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

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

.fa-users-rectangle:before {
  content: "\e594"
}

.fa-people-roof:before {
  content: "\e537"
}

.fa-people-line:before {
  content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc"
}

.fa-diagram-predecessor:before {
  content: "\e477"
}

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

.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a"
}

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

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

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-truck-plane:before {
  content: "\e58f"
}

.fa-record-vinyl:before {
  content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
  content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-jar-wheat:before {
  content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674"
}

.fa-file-circle-exclamation:before {
  content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-pager:before {
  content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9"
}

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

.fa-k:before {
  content: "\4b"
}

.fa-landmark-flag:before {
  content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303"
}

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

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

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

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

.fa-code-pull-request:before {
  content: "\e13c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-vial-virus:before {
  content: "\e597"
}

.fa-sheet-plastic:before {
  content: "\e571"
}

.fa-blog:before {
  content: "\f781"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-person-arrow-up-from-line:before {
  content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458"
}

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

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

.fa-person-drowning:before {
  content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-w:before {
  content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c"
}

.fa-rainbow:before {
  content: "\f75b"
}

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

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa"
}

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

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

.fa-trowel-bricks:before {
  content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579"
}

.fa-hospital-user:before {
  content: "\f80d"
}

.fa-tent-arrow-left-right:before {
  content: "\e57f"
}

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

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

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

.fa-box-tissue:before {
  content: "\e05b"
}

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

.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068"
}

.fa-mars-and-venus-burst:before {
  content: "\e523"
}

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

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

.fa-sun-plant-wilt:before {
  content: "\e57a"
}

.fa-toilets-portable:before {
  content: "\e584"
}

.fa-hockey-puck:before {
  content: "\f453"
}

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

.fa-magnifying-glass-arrow-right:before {
  content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566"
}

.fa-users-slash:before {
  content: "\e073"
}

.fa-clover:before {
  content: "\e139"
}

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

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-house-fire:before {
  content: "\e50c"
}

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

.fa-helicopter:before {
  content: "\f533"
}

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

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

.fa-file-circle-question:before {
  content: "\e4ef"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

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

.fa-people-group:before {
  content: "\e533"
}

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

.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597"
}

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

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-people-robbery:before {
  content: "\e536"
}

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

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

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

.fa-school-circle-xmark:before {
  content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b"
}

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

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

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f"
}

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

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9"
}

.fa-memory:before {
  content: "\f538"
}

.fa-road-spikes:before {
  content: "\e568"
}

.fa-fire-burner:before {
  content: "\e4f1"
}

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

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-feather:before {
  content: "\f52d"
}

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

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

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

.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-hands-holding-child:before {
  content: "\e4fa"
}

.fa-asterisk:before {
  content: "\2a"
}

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

.fa-peseta-sign:before {
  content: "\e221"
}

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

.fa-ghost:before {
  content: "\f6e2"
}

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

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b"
}

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

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

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

.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
  content: "\e513"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-folder-plus:before {
  content: "\f65e"
}

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

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

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

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f"
}

.fa-house-flood-water:before {
  content: "\e50e"
}

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

.fa-bridge-lock:before {
  content: "\e4cc"
}

.fa-sack-dollar:before {
  content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044"
}

.fa-car-side:before {
  content: "\f5e4"
}

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

.fa-heart-circle-minus:before {
  content: "\e4ff"
}

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

.fa-microscope:before {
  content: "\f610"
}

.fa-sink:before {
  content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-person-rays:before {
  content: "\e54d"
}

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

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

.fa-flask-vial:before {
  content: "\e4f3"
}

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

.fa-om:before {
  content: "\f679"
}

.fa-worm:before {
  content: "\e599"
}

.fa-house-circle-xmark:before {
  content: "\e50b"
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596"
}

.fa-bridge-circle-xmark:before {
  content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-road-circle-check:before {
  content: "\e564"
}

.fa-dice-five:before {
  content: "\f523"
}

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

.fa-land-mine-on:before {
  content: "\e51b"
}

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

.fa-stamp:before {
  content: "\f5bf"
}

.fa-stairs:before {
  content: "\e289"
}

.fa-i:before {
  content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-pills:before {
  content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-v:before {
  content: "\56"
}

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6"
}

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

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579"
}

.fa-head-side-cough-slash:before {
  content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\e598"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-road-barrier:before {
  content: "\e562"
}

.fa-school:before {
  content: "\f549"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-joint:before {
  content: "\f595"
}

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

.fa-horse:before {
  content: "\f6f0"
}

.fa-q:before {
  content: "\51"
}

.fa-g:before {
  content: "\47"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-dong-sign:before {
  content: "\e169"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a"
}

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

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

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

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

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-helmet-un:before {
  content: "\e503"
}

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

.fa-bacon:before {
  content: "\f7e5"
}

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

.fa-arrow-up-from-bracket:before {
  content: "\e09a"
}

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

.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-chart-simple:before {
  content: "\e473"
}

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

.fa-vial:before {
  content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca"
}

.fa-e:before {
  content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305"
}

.fa-bridge-circle-exclamation:before {
  content: "\e4ca"
}

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

.fa-school-circle-check:before {
  content: "\e56b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6"
}

.fa-building-user:before {
  content: "\e4da"
}

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

.fa-highlighter:before {
  content: "\f591"
}

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

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

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

.fa-synagogue:before {
  content: "\f69b"
}

.fa-person-half-dress:before {
  content: "\e548"
}

.fa-road-bridge:before {
  content: "\e563"
}

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

.fa-c:before {
  content: "\43"
}

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

.fa-building-lock:before {
  content: "\e4d6"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

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

.fa-house-flag:before {
  content: "\e50d"
}

.fa-person-circle-minus:before {
  content: "\e540"
}

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

.fa-camera-rotate:before {
  content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0"
}

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

.fa-repeat:before {
  content: "\f363"
}

.fa-cross:before {
  content: "\f654"
}

.fa-box:before {
  content: "\f466"
}

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

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

.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f"
}

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

.fa-person-running:before,
.fa-running:before {
  content: "\f70c"
}

.fa-mobile-retro:before {
  content: "\e527"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-spider:before {
  content: "\f717"
}

.fa-hands-bound:before {
  content: "\e4f9"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-plane-circle-exclamation:before {
  content: "\e556"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-slash:before {
  content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070"
}

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

.fa-virus-covid-slash:before {
  content: "\e4a9"
}

.fa-shop-lock:before {
  content: "\e4a5"
}

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

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-building-wheat:before {
  content: "\e4db"
}

.fa-person-breastfeeding:before {
  content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6"
}

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

.fa-passport:before {
  content: "\f5ab"
}

.fa-thumb-tack-slash:before,
.fa-thumbtack-slash:before {
  content: "\e68f"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-crown:before {
  content: "\f521"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-xmarks-lines:before {
  content: "\e59a"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b"
}

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

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

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

.fa-person-walking:before,
.fa-walking:before {
  content: "\f554"
}

.fa-l:before {
  content: "\4c"
}

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

.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487"
}

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

.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599"
}

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

.fa-heart-circle-plus:before {
  content: "\e500"
}

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

.fa-city:before {
  content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9"
}

.fa-pepper-hot:before {
  content: "\f816"
}

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

.fa-colon-sign:before {
  content: "\e140"
}

.fa-headset:before {
  content: "\f590"
}

.fa-store-slash:before {
  content: "\e071"
}

.fa-road-circle-xmark:before {
  content: "\e566"
}

.fa-user-minus:before {
  content: "\f503"
}

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

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-house-circle-exclamation:before {
  content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd"
}

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

.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-stroopwafel:before {
  content: "\f551"
}

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

.fa-anchor-lock:before {
  content: "\e4ad"
}

.fa-building-ngo:before {
  content: "\e4d7"
}

.fa-manat-sign:before {
  content: "\e1d5"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df"
}

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

.fa-dice-two:before {
  content: "\f528"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-building-circle-check:before {
  content: "\e4d2"
}

.fa-person-chalkboard:before {
  content: "\e53d"
}

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

.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255"
}

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

.fa-cloud-showers-water:before {
  content: "\e4e4"
}

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

.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e"
}

.fa-less-than-equal:before {
  content: "\f537"
}

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

.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8"
}

.fa-crow:before {
  content: "\f520"
}

.fa-sailboat:before {
  content: "\e445"
}

.fa-window-restore:before {
  content: "\f2d2"
}

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

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-bucket:before {
  content: "\e4cf"
}

.fa-image:before {
  content: "\f03e"
}

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

.fa-cow:before {
  content: "\f6c8"
}

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

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-folder-closed:before {
  content: "\e185"
}

.fa-house-tsunami:before {
  content: "\e515"
}

.fa-square-nfi:before {
  content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
  content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea"
}

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

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

.fa-head-side-mask:before {
  content: "\e063"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-snowplow:before {
  content: "\f7d2"
}

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

.fa-cannabis:before {
  content: "\f55f"
}

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

.fa-tablets:before {
  content: "\f490"
}

.fa-ethernet:before {
  content: "\f796"
}

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

.fa-chair:before {
  content: "\f6c0"
}

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

.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568"
}

.fa-plate-wheat:before {
  content: "\e55a"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-person-shelter:before {
  content: "\e54f"
}

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

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-helicopter-symbol:before {
  content: "\e502"
}

.fa-universal-access:before {
  content: "\f29a"
}

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

.fa-lari-sign:before {
  content: "\e1c8"
}

.fa-volcano:before {
  content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154"
}

.fa-viruses:before {
  content: "\e076"
}

.fa-square-person-confined:before {
  content: "\e577"
}

.fa-user-tie:before {
  content: "\f508"
}

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

.fa-tent-arrow-down-to-line:before {
  content: "\e57e"
}

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

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

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

.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662"
}

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

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

.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-location-pin-lock:before {
  content: "\e51f"
}

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

.fa-hill-avalanche:before {
  content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

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

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

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516"
}

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

.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb"
}

.fa-burst:before {
  content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8"
}

.fa-money-bills:before {
  content: "\e1f3"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-arrows-turn-right:before {
  content: "\e4c0"
}

.fa-vest:before {
  content: "\e085"
}

.fa-ferry:before {
  content: "\e4ea"
}

.fa-arrows-down-to-people:before {
  content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337"
}

.fa-boxes-packing:before {
  content: "\e4c7"
}

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

.fa-group-arrows-rotate:before {
  content: "\e4f6"
}

.fa-bowl-food:before {
  content: "\e4c6"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da"
}

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

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

.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e"
}

.fa-house-lock:before {
  content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-children:before {
  content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f"
}

.fa-mattress-pillow:before {
  content: "\e525"
}

.fa-guarani-sign:before {
  content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021"
}

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

.fa-cruzeiro-sign:before {
  content: "\e152"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558"
}

.fa-virus:before {
  content: "\e074"
}

.fa-envelope-circle-check:before {
  content: "\e4e8"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-arrows-to-dot:before {
  content: "\e4be"
}

.fa-archway:before {
  content: "\f557"
}

.fa-heart-circle-check:before {
  content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6"
}

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

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cedi-sign:before {
  content: "\e0df"
}

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

.fa-table-cells-column-lock:before {
  content: "\e678"
}

.fa-church:before {
  content: "\f51d"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-z:before {
  content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9"
}

.fa-road-lock:before {
  content: "\e567"
}

.fa-a:before {
  content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b"
}

.fa-p:before {
  content: "\50"
}

.fa-snowflake:before {
  content: "\f2dc"
}

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

.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641"
}

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

.fa-filter-circle-xmark:before {
  content: "\e17b"
}

.fa-locust:before {
  content: "\e520"
}

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

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb"
}

.fa-person-dress-burst:before {
  content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

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

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598"
}

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

.fa-question:before {
  content: "\3f"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2"
}

.fa-house-chimney-user:before {
  content: "\e065"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

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

.fa-money-check:before {
  content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0"
}

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

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0"
}

.fa-building-circle-exclamation:before {
  content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
  content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e"
}

.fa-cubes-stacked:before {
  content: "\e4e6"
}

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

.fa-virus-covid:before {
  content: "\e4a8"
}

.fa-austral-sign:before {
  content: "\e0a9"
}

.fa-f:before {
  content: "\46"
}

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

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

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

.fa-person-circle-plus:before {
  content: "\e541"
}

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

.fa-bolt-lightning:before {
  content: "\e0b7"
}

.fa-sack-xmark:before {
  content: "\e56a"
}

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

.fa-file-contract:before {
  content: "\f56c"
}

.fa-fish-fins:before {
  content: "\e4f2"
}

.fa-building-flag:before {
  content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582"
}

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

.fa-poop:before {
  content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807"
}

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

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a"
}

.fa-plane-circle-check:before {
  content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

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

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

.fa-mask-ventilator:before {
  content: "\e524"
}

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

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

.fa-cash-register:before {
  content: "\f788"
}

.fa-person-circle-question:before {
  content: "\e542"
}

.fa-h:before {
  content: "\48"
}

.fa-tarp:before {
  content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9"
}

.fa-arrows-to-eye:before {
  content: "\e4bf"
}

.fa-plug-circle-bolt:before {
  content: "\e55b"
}

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

.fa-mars-and-venus:before {
  content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-house-crack:before {
  content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2"
}

.fa-bottle-water:before {
  content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b"
}

.fa-toilet-paper-slash:before {
  content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1"
}

.fa-kitchen-set:before {
  content: "\e51a"
}

.fa-r:before {
  content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

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

.fa-bitcoin-sign:before {
  content: "\e0b4"
}

.fa-shield-dog:before {
  content: "\e573"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-elevator:before {
  content: "\e16d"
}

.fa-money-bill-transfer:before {
  content: "\e528"
}

.fa-money-bill-trend-up:before {
  content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682"
}

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

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

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

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-plane-slash:before {
  content: "\e069"
}

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

.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd"
}

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

.fa-users-rays:before {
  content: "\e593"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
  content: "\f805"
}

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

.fa-bugs:before {
  content: "\e4d0"
}

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

.fa-file-image:before {
  content: "\f1c5"
}

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

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-handshake-slash:before {
  content: "\e060"
}

.fa-book-bookmark:before {
  content: "\e0bb"
}

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

.fa-hat-cowboy:before {
  content: "\f8c0"
}

.fa-bridge:before {
  content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879"
}

.fa-truck-front:before {
  content: "\e2b7"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
  content: "\e4ab"
}

.fa-truck-field:before {
  content: "\e58d"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-clipboard-question:before {
  content: "\e4e3"
}

.fa-panorama:before {
  content: "\e209"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-file-circle-minus:before {
  content: "\e4ed"
}

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

.fa-wine-glass:before {
  content: "\f4e3"
}

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

.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
  content: "\f540"
}

.fa-house-signal:before {
  content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828"
}

.fa-faucet-drip:before {
  content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d"
}

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

.fa-mobile-button:before {
  content: "\f10b"
}

.fa-house-medical-flag:before {
  content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e"
}

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

.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-person-military-to-person:before {
  content: "\e54c"
}

.fa-file-shield:before {
  content: "\e4f0"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-pen:before {
  content: "\f304"
}

.fa-tower-observation:before {
  content: "\e586"
}

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

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012"
}

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

.fa-heart-circle-xmark:before {
  content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
  content: "\f119"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f"
}

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

.fa-vihara:before {
  content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515"
}

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

.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad"
}

.fa-plant-wilt:before {
  content: "\e5aa"
}

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

.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-bacterium:before {
  content: "\e05a"
}

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

.fa-drum-steelpan:before {
  content: "\f56a"
}

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

.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601"
}

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

.fa-child-dress:before {
  content: "\e59c"
}

.fa-users-between-lines:before {
  content: "\e591"
}

.fa-lungs-virus:before {
  content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588"
}

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

.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273"
}

.fa-child-reaching:before {
  content: "\e59d"
}

.fa-head-side-virus:before {
  content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-shield-virus:before {
  content: "\e06c"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-mosquito-net:before {
  content: "\e52c"
}

.fa-bridge-water:before {
  content: "\e4ce"
}

.fa-person-booth:before {
  content: "\f756"
}

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

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e"
}

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

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-poo:before {
  content: "\f2fe"
}

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

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553"
}

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

.fa-divide:before {
  content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7"
}

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

.fa-hands-holding:before {
  content: "\f4c2"
}

.fa-hands-clapping:before {
  content: "\e1a8"
}

.fa-republican:before {
  content: "\f75e"
}

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

.fa-person-circle-xmark:before {
  content: "\e543"
}

.fa-ruler:before {
  content: "\f545"
}

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

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-j:before {
  content: "\4a"
}

.fa-users-viewfinder:before {
  content: "\e595"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
  content: "\f00a"
}

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

.fa-bible:before,
.fa-book-bible:before {
  content: "\f647"
}

.fa-o:before {
  content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa"
}

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

.fa-otter:before {
  content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
  content: "\f182"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-hat-cowboy-side:before {
  content: "\f8c1"
}

.fa-clipboard-user:before {
  content: "\f7f3"
}

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

.fa-lira-sign:before {
  content: "\f195"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-plane-lock:before {
  content: "\e558"
}

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

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

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

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

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

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

.fa-arrow-right-to-city:before {
  content: "\e4b3"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-litecoin-sign:before {
  content: "\e1d3"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-circle-nodes:before {
  content: "\e4e2"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

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

.fa-truck-field-un:before {
  content: "\e58e"
}

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

.fa-mountain:before {
  content: "\f6fc"
}

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

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

.fa-cloud-meatball:before {
  content: "\f73b"
}

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

.fa-square-virus:before {
  content: "\e578"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-car-on:before {
  content: "\e4dd"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-water:before {
  content: "\f773"
}

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

.fa-braille:before {
  content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486"
}

.fa-landmark:before {
  content: "\f66f"
}

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

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

.fa-person-cane:before {
  content: "\e53c"
}

.fa-tent:before {
  content: "\e57d"
}

.fa-vest-patches:before {
  content: "\e086"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-money-bill-wheat:before {
  content: "\e52a"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-dumbbell:before {
  content: "\f44b"
}

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

.fa-tarp-droplet:before {
  content: "\e57c"
}

.fa-house-medical-circle-check:before {
  content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca"
}

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

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359"
}

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

.fa-chart-gantt:before {
  content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-dna:before {
  content: "\f471"
}

.fa-virus-slash:before {
  content: "\e075"
}

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

.fa-chess:before {
  content: "\f439"
}

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

.fa-plug-circle-check:before {
  content: "\e55c"
}

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

.fa-franc-sign:before {
  content: "\e18f"
}

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

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3"
}

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

.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-mosquito:before {
  content: "\e52b"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-person-military-rifle:before {
  content: "\e54b"
}

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

.fa-vials:before {
  content: "\f493"
}

.fa-plug-circle-plus:before {
  content: "\e55f"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148"
}

.fa-u:before {
  content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
  content: "\f017"
}

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

.fa-pallet:before {
  content: "\f482"
}

.fa-faucet:before {
  content: "\e005"
}

.fa-baseball-bat-ball:before {
  content: "\f432"
}

.fa-s:before {
  content: "\53"
}

.fa-timeline:before {
  content: "\e29c"
}

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

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

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf"
}

.fa-plane-up:before {
  content: "\e22d"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

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

.fa-mountain-city:before {
  content: "\e52e"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-khanda:before {
  content: "\f66d"
}

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

.fa-folder-tree:before {
  content: "\f802"
}

.fa-network-wired:before {
  content: "\f6ff"
}

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

.fa-hamsa:before {
  content: "\f665"
}

.fa-cent-sign:before {
  content: "\e3f5"
}

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

.fa-person-pregnant:before {
  content: "\e31e"
}

.fa-wand-sparkles:before {
  content: "\f72b"
}

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

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

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

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-laptop-file:before {
  content: "\e51d"
}

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

.fa-diagram-next:before {
  content: "\e476"
}

.fa-person-rifle:before {
  content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
  content: "\e512"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec"
}

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

.fa-images:before {
  content: "\f302"
}

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

.fa-people-pulling:before {
  content: "\e535"
}

.fa-n:before {
  content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-building-circle-xmark:before {
  content: "\e4d4"
}

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

.fa-arrows-down-to-line:before {
  content: "\e4b8"
}

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

.fa-face-grin:before,
.fa-grin:before {
  content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-file-circle-check:before {
  content: "\e5a0"
}

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

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a"
}

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

.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

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

.fa-heart-circle-exclamation:before {
  content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-b:before {
  content: "\42"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-mill-sign:before {
  content: "\e1ed"
}

.fa-bowl-rice:before {
  content: "\e2eb"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c"
}

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

.fa-code-merge:before {
  content: "\f387"
}

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

.fa-hurricane:before {
  content: "\f751"
}

.fa-mound:before {
  content: "\e52d"
}

.fa-toilet-portable:before {
  content: "\e583"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d"
}

.fa-caravan:before {
  content: "\f8ff"
}

.fa-shield-cat:before {
  content: "\e572"
}

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

.fa-glass-water:before {
  content: "\e4f4"
}

.fa-oil-well:before {
  content: "\e532"
}

.fa-vault:before {
  content: "\e2c5"
}

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

.fa-toilet:before {
  content: "\f7d8"
}

.fa-plane-circle-xmark:before {
  content: "\e557"
}

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

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

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

.fa-guitar:before {
  content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-bore-hole:before {
  content: "\e4c3"
}

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

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358"
}

.fa-arrows-turn-to-dots:before {
  content: "\e4c1"
}

.fa-florin-sign:before {
  content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-less-than:before {
  content: "\3c"
}

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

.fa-car-tunnel:before {
  content: "\e4de"
}

.fa-head-side-cough:before {
  content: "\e061"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

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

.fa-user-lock:before {
  content: "\f502"
}

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

.fa-anchor-circle-xmark:before {
  content: "\e4ac"
}

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

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479"
}

.fa-person-through-window:before {
  content: "\e5a9"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-hands-holding-circle:before {
  content: "\e4fb"
}

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

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

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

.fa-hand-holding-hand:before {
  content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da"
}

.fa-mountain-sun:before {
  content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
  content: "\e4ba"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-truck-droplet:before {
  content: "\e58c"
}

.fa-file-circle-xmark:before {
  content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040"
}

.fa-medal:before {
  content: "\f5a2"
}

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

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

.fa-podcast:before {
  content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

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

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

.fa-plug-circle-xmark:before {
  content: "\e560"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5"
}

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

.fa-greater-than:before {
  content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4"
}

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

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

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

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d"
}

.fa-person-burst:before {
  content: "\e53b"
}

.fa-dove:before {
  content: "\f4ba"
}

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

.fa-socks:before {
  content: "\f696"
}

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

.fa-section:before {
  content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d"
}

.fa-drum:before {
  content: "\f569"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-heart-circle-bolt:before {
  content: "\e4fc"
}

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

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

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772"
}

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

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468"
}

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

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2"
}

.fa-tree-city:before {
  content: "\e587"
}

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

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

.fa-table-cells-row-lock:before {
  content: "\e67a"
}

.fa-rupiah-sign:before {
  content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-naira-sign:before {
  content: "\e1f6"
}

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

.fa-walkie-talkie:before {
  content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c"
}

.fa-receipt:before {
  content: "\f543"
}

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

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-person-circle-exclamation:before {
  content: "\e53f"
}

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

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

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-code-compare:before {
  content: "\e13a"
}

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

.fa-school-lock:before {
  content: "\e56f"
}

.fa-tower-cell:before {
  content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-ranking-star:before {
  content: "\e561"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-person-harassing:before {
  content: "\e549"
}

.fa-brazilian-real-sign:before {
  content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752"
}

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

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

.fa-shrimp:before {
  content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae"
}

.fa-jug-detergent:before {
  content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1"
}

.fa-y:before {
  content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b"
}

.fa-fish:before {
  content: "\f578"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042"
}

.fa-clapperboard:before {
  content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433"
}

.fa-jet-fighter-up:before {
  content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9"
}

.fa-hand-sparkles:before {
  content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d"
}

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

.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0"
}

.fa-gun:before {
  content: "\e19b"
}

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

.fa-add:before,
.fa-plus:before {
  content: "\2b"
}

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

.fa-computer:before {
  content: "\e4e5"
}

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

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c"
}

.fa-peso-sign:before {
  content: "\e222"
}

.fa-building-shield:before {
  content: "\e4d8"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-users-line:before {
  content: "\e592"
}

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

.fa-tractor:before {
  content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829"
}

.fa-arrow-down-up-lock:before {
  content: "\e4b0"
}

.fa-lines-leaning:before {
  content: "\e51e"
}

.fa-ruler-combined:before {
  content: "\f546"
}

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

.fa-equals:before {
  content: "\3d"
}

.fa-blender:before {
  content: "\f517"
}

.fa-teeth:before {
  content: "\f62e"
}

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

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

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

.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-store:before {
  content: "\f54e"
}

.fa-arrow-trend-up:before {
  content: "\e098"
}

.fa-plug-circle-minus:before {
  content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

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

.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb"
}

.fa-school-flag:before {
  content: "\e56e"
}

.fa-fill:before {
  content: "\f575"
}

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

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

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

.fa-bacteria:before {
  content: "\e059"
}

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

.fa-notdef:before {
  content: "\e1fe"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

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

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

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

.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de"
}

.fa-pump-soap:before {
  content: "\e06b"
}

.fa-video-slash:before {
  content: "\f4e2"
}

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

.fa-radio:before {
  content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
  content: "\25"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-glass-water-droplet:before {
  content: "\e4f5"
}

.fa-display:before {
  content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
  content: "\f118"
}

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

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

.fa-person-praying:before,
.fa-pray:before {
  content: "\f683"
}

.fa-hammer:before {
  content: "\f6e3"
}

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

.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1"
}

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

.fa-robot:before {
  content: "\f544"
}

.fa-peace:before {
  content: "\f67c"
}

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

.fa-warehouse:before {
  content: "\f494"
}

.fa-arrow-up-right-dots:before {
  content: "\e4b7"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-sim-card:before {
  content: "\f7c4"
}

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

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

.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149"
}

.fa-person-falling-burst:before {
  content: "\e547"
}

.fa-award:before {
  content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff"
}

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

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

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

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e"
}

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

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-house-medical:before {
  content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450"
}

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

.fa-house-chimney-window:before {
  content: "\e00d"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
  content: "\e580"
}

.fa-tents:before {
  content: "\e582"
}

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

.fa-dog:before {
  content: "\f6d3"
}

.fa-carrot:before {
  content: "\f787"
}

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

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

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

.fa-code-commit:before {
  content: "\f386"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-shield-heart:before {
  content: "\e574"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3"
}

.fa-hashtag:before {
  content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-t:before {
  content: "\54"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-chart-column:before {
  content: "\e0e3"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-vial-circle-check:before {
  content: "\e596"
}

.fa-person-arrow-down-to-line:before {
  content: "\e538"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-fan:before {
  content: "\f863"
}

.fa-person-walking-luggage:before {
  content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

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

.fa-trailer:before {
  content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
  content: "\f666"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

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

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
  content: "\e55d"
}

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

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

.fa-person-walking-arrow-loop-left:before {
  content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4"
}

.fa-tornado:before {
  content: "\f76f"
}

.fa-file-circle-plus:before {
  content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
  content: "\f687"
}

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

.fa-border-all:before {
  content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
  content: "\f556"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-arrow-trend-down:before {
  content: "\e097"
}

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

.fa-draw-polygon:before {
  content: "\f5ee"
}

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

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390"
}

.fa-m:before {
  content: "\4d"
}

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

.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd"
}

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

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

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

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

.fa-house-circle-check:before {
  content: "\e509"
}

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

.fa-diagram-successor:before {
  content: "\e47a"
}

.fa-truck-arrow-right:before {
  content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
  content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

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

.fa-person-falling:before {
  content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-rug:before {
  content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410"
}

.fa-baht-sign:before {
  content: "\e0ac"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a"
}

.fa-handcuffs:before {
  content: "\e4f8"
}

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

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

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

.fa-bottle-droplet:before {
  content: "\e4c4"
}

.fa-mask-face:before {
  content: "\e1d7"
}

.fa-hill-rockslide:before {
  content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362"
}

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

.fa-road-circle-exclamation:before {
  content: "\e565"
}

.fa-dungeon:before {
  content: "\f6d9"
}

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

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be"
}

.fa-person-walking-arrow-right:before {
  content: "\e552"
}

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

.fa-dice:before {
  content: "\f522"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462"
}

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

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

.fa-gifts:before {
  content: "\f79c"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e"
}

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

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406"
}

.fa-train-tram:before {
  content: "\e5b4"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-stopwatch-20:before {
  content: "\e06f"
}

.fa-square-full:before {
  content: "\f45c"
}

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

.fa-jar:before {
  content: "\e516"
}

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

.fa-bug-slash:before {
  content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
  content: "\e4b6"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-table-cells-row-unlock:before {
  content: "\e691"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4"
}

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

.fa-tent-arrows-down:before {
  content: "\e581"
}

.fa-exclamation:before {
  content: "\21"
}

.fa-arrows-spin:before {
  content: "\e4bb"
}

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

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\24"
}

.fa-x:before {
  content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509"
}

.fa-person-military-pointing:before {
  content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c"
}

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

.fa-trowel:before {
  content: "\e589"
}

.fa-d:before {
  content: "\44"
}

.fa-stapler:before {
  content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630"
}

.fa-kip-sign:before {
  content: "\e1c4"
}

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

.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6"
}

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

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

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

.fa-plus-minus:before {
  content: "\e43c"
}

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

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

.fa-hand-holding-medical:before {
  content: "\e05c"
}

.fa-person-circle-check:before {
  content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype")
}

.fa-brands,
.fab {
  font-weight: 400
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-hooli:before {
  content: "\f427"
}

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

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

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

.fa-shopware:before {
  content: "\f5b5"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-aws:before {
  content: "\f375"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-cloudflare:before {
  content: "\e07d"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-pixiv:before {
  content: "\e640"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-stackpath:before {
  content: "\f842"
}

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

.fa-first-order:before {
  content: "\f2b0"
}

.fa-modx:before {
  content: "\f285"
}

.fa-guilded:before {
  content: "\e07e"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
  content: "\f3b9"
}

.fa-microsoft:before {
  content: "\f3ca"
}

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

.fa-orcid:before {
  content: "\f8d2"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-glide-g:before {
  content: "\f2a6"
}

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

.fa-jxl:before {
  content: "\e67b"
}

.fa-dart-lang:before {
  content: "\e693"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-unity:before {
  content: "\e049"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

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

.fa-untappd:before {
  content: "\f405"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-css3-alt:before {
  content: "\f38b"
}

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

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

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

.fa-square-font-awesome:before {
  content: "\e5ad"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-brave:before {
  content: "\e63c"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\e055"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\f3af"
}

.fa-edge:before {
  content: "\f282"
}

.fa-threads:before {
  content: "\e618"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\f2ad"
}

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

.fa-artstation:before {
  content: "\f77a"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

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

.fa-diaspora:before {
  content: "\f791"
}

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

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

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

.fa-phoenix-squadron:before {
  content: "\f511"
}

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

.fa-algolia:before {
  content: "\f36c"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

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

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

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c"
}

.fa-atlassian:before {
  content: "\f77b"
}

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

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-adversal:before {
  content: "\f36a"
}

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

.fa-watchman-monitoring:before {
  content: "\e087"
}

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

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

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

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

.fa-git-alt:before {
  content: "\f841"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-rev:before {
  content: "\f5b2"
}

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

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-centos:before {
  content: "\f789"
}

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

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-opensuse:before {
  content: "\e62b"
}

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

.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\f397"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-node:before {
  content: "\f419"
}

.fa-mix:before {
  content: "\f3cb"
}

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

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-debian:before {
  content: "\e60b"
}

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

.fa-instalod:before {
  content: "\e081"
}

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

.fa-sellcast:before {
  content: "\f2da"
}

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

.fa-r-project:before {
  content: "\f4f7"
}

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

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-accusoft:before {
  content: "\f369"
}

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

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-app-store:before {
  content: "\f36f"
}

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

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-golang:before {
  content: "\e40f"
}

.fa-kickstarter:before,
.fa-square-kickstarter:before {
  content: "\f3bb"
}

.fa-grav:before {
  content: "\f2d6"
}

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

.fa-uncharted:before {
  content: "\e084"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\f431"
}

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

.fa-rendact:before,
.fa-wpressr:before {
  content: "\f3e4"
}

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

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-nfc-directional:before {
  content: "\e530"
}

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

.fa-joget:before {
  content: "\f3b7"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-meta:before {
  content: "\e49b"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-square-letterboxd:before {
  content: "\e62e"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-hips:before {
  content: "\f452"
}

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

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

.fa-discord:before {
  content: "\f392"
}

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

.fa-app-store-ios:before {
  content: "\f370"
}

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

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-shoelace:before {
  content: "\e60c"
}

.fa-mdb:before {
  content: "\f8ca"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-ebay:before {
  content: "\f4f4"
}

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

.fa-unsplash:before {
  content: "\e07c"
}

.fa-yarn:before {
  content: "\f7e3"
}

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

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

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

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

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

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

.fa-hive:before {
  content: "\e07f"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-padlet:before {
  content: "\e4a0"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

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

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

.fa-fedex:before {
  content: "\f797"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-shopify:before {
  content: "\e057"
}

.fa-neos:before {
  content: "\f612"
}

.fa-square-threads:before {
  content: "\e619"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-swift:before {
  content: "\f8e1"
}

.fa-angular:before {
  content: "\f420"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-angrycreative:before {
  content: "\f36e"
}

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

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

.fa-envira:before {
  content: "\f299"
}

.fa-google-scholar:before {
  content: "\e63b"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\e5ae"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

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

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

.fa-product-hunt:before {
  content: "\f288"
}

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

.fa-linode:before {
  content: "\f2b8"
}

.fa-goodreads:before {
  content: "\f3a8"
}

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

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

.fa-sith:before {
  content: "\f512"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-hashnode:before {
  content: "\e499"
}

.fa-react:before {
  content: "\f41b"
}

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

.fa-squarespace:before {
  content: "\f5be"
}

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

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-keycdn:before {
  content: "\f3ba"
}

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

.fa-itch-io:before {
  content: "\f83a"
}

.fa-umbraco:before {
  content: "\f8e8"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-stripe:before {
  content: "\f429"
}

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

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

.fa-dhl:before {
  content: "\f790"
}

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

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

.fa-blackberry:before {
  content: "\f37b"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-less:before {
  content: "\f41d"
}

.fa-blogger-b:before {
  content: "\f37d"
}

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

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

.fa-signal-messenger:before {
  content: "\e663"
}

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

.fa-gitlab:before {
  content: "\f296"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-reddit-alien:before {
  content: "\f281"
}

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

.fa-dailymotion:before {
  content: "\e052"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

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

.fa-bootstrap:before {
  content: "\f836"
}

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

.fa-nfc-symbol:before {
  content: "\e531"
}

.fa-mintbit:before {
  content: "\e62f"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-brave-reverse:before {
  content: "\e63d"
}

.fa-facebook-f:before {
  content: "\f39e"
}

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

.fa-web-awesome:before {
  content: "\e682"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-osi:before {
  content: "\f41a"
}

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

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-cloudscale:before {
  content: "\f383"
}

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

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-schlix:before {
  content: "\f3ea"
}

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

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-magento:before {
  content: "\f3c4"
}

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

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

.fa-fly:before {
  content: "\f417"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-blogger:before {
  content: "\f37c"
}

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

.fa-viber:before {
  content: "\f409"
}

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

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

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

.fa-letterboxd:before {
  content: "\e62d"
}

.fa-symfony:before {
  content: "\f83d"
}

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

.fa-etsy:before {
  content: "\f2d7"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-audible:before {
  content: "\f373"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-bilibili:before {
  content: "\e3d9"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-x-twitter:before {
  content: "\e61b"
}

.fa-cotton-bureau:before {
  content: "\f89e"
}

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

.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080"
}

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

.fa-elementor:before {
  content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\e01e"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-square-web-awesome-stroke:before {
  content: "\e684"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-tiktok:before {
  content: "\e07b"
}

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

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

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

.fa-glide:before {
  content: "\f2a5"
}

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

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-deploydog:before {
  content: "\f38e"
}

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

.fa-flutter:before {
  content: "\e694"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-mixer:before {
  content: "\e056"
}

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

.fa-vimeo:before {
  content: "\f40a"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-figma:before {
  content: "\f799"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

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

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

.fa-cmplid:before {
  content: "\e360"
}

.fa-upwork:before {
  content: "\e641"
}

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

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

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

.fa-square-upwork:before {
  content: "\e67c"
}

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

.fa-google-play:before {
  content: "\f3ab"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-servicestack:before {
  content: "\f3ec"
}

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

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

.fa-imdb:before {
  content: "\f2d8"
}

.fa-deezer:before {
  content: "\e077"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-docker:before {
  content: "\f395"
}

.fa-screenpal:before {
  content: "\e570"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-microblog:before {
  content: "\e01a"
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-readme:before {
  content: "\f4d5"
}

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

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

.fa-square-web-awesome:before {
  content: "\e683"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-octopus-deploy:before {
  content: "\e082"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-ns8:before {
  content: "\f3d5"
}

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

.fa-apper:before {
  content: "\f371"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-bluesky:before {
  content: "\e671"
}

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

.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-rust:before {
  content: "\e07a"
}

.fa-wix:before {
  content: "\f5cf"
}

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

.fa-supple:before {
  content: "\f3f9"
}

.fa-webflow:before {
  content: "\e65c"
}

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

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

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-space-awesome:before {
  content: "\e5ac"
}

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

.fa-cpanel:before {
  content: "\f388"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

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

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

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

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

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

.fa-perbyte:before {
  content: "\e083"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-weebly:before {
  content: "\f5cc"
}

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

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

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

.fa-themeco:before {
  content: "\f5c6"
}

.fa-python:before {
  content: "\f3e2"
}

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

.fa-bots:before {
  content: "\e340"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-ideal:before {
  content: "\e013"
}

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

.fa-dev:before {
  content: "\f6cc"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-yandex-international:before {
  content: "\f414"
}

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

.fa-uber:before {
  content: "\f402"
}

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

.fa-php:before {
  content: "\f457"
}

.fa-alipay:before {
  content: "\f642"
}

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

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

.fa-firefox-browser:before {
  content: "\e007"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-jenkins:before {
  content: "\f3b6"
}

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

.fa-rockrms:before {
  content: "\f3e9"
}

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

.fa-buffer:before {
  content: "\f837"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-yammer:before {
  content: "\f840"
}

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

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

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

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

.fa-stubber:before {
  content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-odysee:before {
  content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-edge-legacy:before {
  content: "\e078"
}

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

.fa-medrt:before {
  content: "\f3c8"
}

.fa-usb:before {
  content: "\f287"
}

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

.fa-vaadin:before {
  content: "\f408"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-square-x-twitter:before {
  content: "\e61a"
}

.fa-reacteurope:before {
  content: "\f75d"
}

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

.fa-amilia:before {
  content: "\f36d"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-flipboard:before {
  content: "\f44d"
}

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

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-sitrox:before {
  content: "\e44a"
}

.fa-discourse:before {
  content: "\f393"
}

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

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-strava:before {
  content: "\f428"
}

.fa-ember:before {
  content: "\f423"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-wodu:before {
  content: "\e088"
}

.fa-google-pay:before {
  content: "\e079"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-zhihu:before {
  content: "\f63f"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-pix:before {
  content: "\e43a"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype")
}

.fa-regular,
.far {
  font-weight: 400
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype")
}

.fa-solid,
.fas {
  font-weight: 900
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 900;
  src: url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/font-awesome/fa-v4compatibility.woff2") format("woff2"), url("../fonts/font-awesome/fa-v4compatibility.ttf") format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font01.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font02.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font03.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font04.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font05.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font06.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font07.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font08.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font09.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font10.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font11.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font12.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font13.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/font14.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter/font01.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter/font02.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter/font03.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/font04.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/font05.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/font06.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/font07.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/font08.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/font09.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter/font10.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter/font11.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter/font12.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/font13.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/font14.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/font15.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter/font16.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter/font17.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter/font18.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace }*,::after,::before{box-sizing:border-box }html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent }article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block }body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff }[tabindex="-1"]:focus{outline:0!important }hr{box-sizing:content-box;height:0;overflow:visible }h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem }p{margin-top:0;margin-bottom:1rem }abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none }address{margin-bottom:1rem;font-style:normal;line-height:inherit }dl,ol,ul{margin-top:0;margin-bottom:1rem }ol ol,ol ul,ul ol,ul ul{margin-bottom:0 }dt{font-weight:700 }dd{margin-bottom:.5rem;margin-left:0 }blockquote{margin:0 0 1rem }b,strong{font-weight:bolder }small{font-size:80% }sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline }sub{bottom:-.25em }sup{top:-.5em }a{color:#007bff;text-decoration:none;background-color:transparent }a:hover{color:#0056b3;text-decoration:underline }a:not([href]):not([tabindex]){color:inherit;text-decoration:none }a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none }a:not([href]):not([tabindex]):focus{outline:0 }code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em }pre{margin-top:0;margin-bottom:1rem;overflow:auto }figure{margin:0 0 1rem }img{vertical-align:middle;border-style:none }svg{overflow:hidden;vertical-align:middle }table{border-collapse:collapse }caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom }th{text-align:inherit }label{display:inline-block;margin-bottom:.5rem }button{border-radius:0 }button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color }button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit }button,input{overflow:visible }button,select{text-transform:none }[type=button],[type=reset],[type=submit],button{-webkit-appearance:button }[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none }input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0 }input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox }textarea{overflow:auto;resize:vertical }fieldset{min-width:0;padding:0;margin:0;border:0 }legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal }progress{vertical-align:baseline }[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto }[type=search]{outline-offset:-2px;-webkit-appearance:none }[type=search]::-webkit-search-decoration{-webkit-appearance:none }::-webkit-file-upload-button{font:inherit;-webkit-appearance:button }output{display:inline-block }summary{display:list-item;cursor:pointer }template{display:none }[hidden]{display:none!important }.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit }.h1,h1{font-size:2.5rem }.h2,h2{font-size:2rem }.h3,h3{font-size:1.75rem }.h4,h4{font-size:1.5rem }.h5,h5{font-size:1.25rem }.h6,h6{font-size:1rem }.lead{font-size:1.25rem;font-weight:300 }.display-1{font-size:6rem;font-weight:300;line-height:1.2 }.display-2{font-size:5.5rem;font-weight:300;line-height:1.2 }.display-3{font-size:4.5rem;font-weight:300;line-height:1.2 }.display-4{font-size:3.5rem;font-weight:300;line-height:1.2 }hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1) }.small,small{font-size:80%;font-weight:400 }.mark,mark{padding:.2em;background-color:#fcf8e3 }.list-unstyled{padding-left:0;list-style:none }.list-inline{padding-left:0;list-style:none }.list-inline-item{display:inline-block }.list-inline-item:not(:last-child){margin-right:.5rem }.initialism{font-size:90%;text-transform:uppercase }.blockquote{margin-bottom:1rem;font-size:1.25rem }.blockquote-footer{display:block;font-size:80%;color:#6c757d }.blockquote-footer::before{content:"\2014\00A0" }.img-fluid{max-width:100%;height:auto }.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto }.figure{display:inline-block }.figure-img{margin-bottom:.5rem;line-height:1 }.figure-caption{font-size:90%;color:#6c757d }code{font-size:87.5%;color:#e83e8c;word-break:break-word }a>code{color:inherit }kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem }kbd kbd{padding:0;font-size:100%;font-weight:700 }pre{display:block;font-size:87.5%;color:#212529 }pre code{font-size:inherit;color:inherit;word-break:normal }.pre-scrollable{max-height:340px;overflow-y:scroll }.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto }@media (min-width:576px){.container{max-width:540px }}@media (min-width:768px){.container{max-width:720px }}@media (min-width:992px){.container{max-width:960px }}@media (min-width:1200px){.container{max-width:1170px }}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto }.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px }.no-gutters{margin-right:0;margin-left:0 }.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0 }.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px }.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }.order-first{-ms-flex-order:-1;order:-1 }.order-last{-ms-flex-order:13;order:13 }.order-0{-ms-flex-order:0;order:0 }.order-1{-ms-flex-order:1;order:1 }.order-2{-ms-flex-order:2;order:2 }.order-3{-ms-flex-order:3;order:3 }.order-4{-ms-flex-order:4;order:4 }.order-5{-ms-flex-order:5;order:5 }.order-6{-ms-flex-order:6;order:6 }.order-7{-ms-flex-order:7;order:7 }.order-8{-ms-flex-order:8;order:8 }.order-9{-ms-flex-order:9;order:9 }.order-10{-ms-flex-order:10;order:10 }.order-11{-ms-flex-order:11;order:11 }.order-12{-ms-flex-order:12;order:12 }.offset-1{margin-left:8.333333% }.offset-2{margin-left:16.666667% }.offset-3{margin-left:25% }.offset-4{margin-left:33.333333% }.offset-5{margin-left:41.666667% }.offset-6{margin-left:50% }.offset-7{margin-left:58.333333% }.offset-8{margin-left:66.666667% }.offset-9{margin-left:75% }.offset-10{margin-left:83.333333% }.offset-11{margin-left:91.666667% }@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }.order-sm-first{-ms-flex-order:-1;order:-1 }.order-sm-last{-ms-flex-order:13;order:13 }.order-sm-0{-ms-flex-order:0;order:0 }.order-sm-1{-ms-flex-order:1;order:1 }.order-sm-2{-ms-flex-order:2;order:2 }.order-sm-3{-ms-flex-order:3;order:3 }.order-sm-4{-ms-flex-order:4;order:4 }.order-sm-5{-ms-flex-order:5;order:5 }.order-sm-6{-ms-flex-order:6;order:6 }.order-sm-7{-ms-flex-order:7;order:7 }.order-sm-8{-ms-flex-order:8;order:8 }.order-sm-9{-ms-flex-order:9;order:9 }.order-sm-10{-ms-flex-order:10;order:10 }.order-sm-11{-ms-flex-order:11;order:11 }.order-sm-12{-ms-flex-order:12;order:12 }.offset-sm-0{margin-left:0 }.offset-sm-1{margin-left:8.333333% }.offset-sm-2{margin-left:16.666667% }.offset-sm-3{margin-left:25% }.offset-sm-4{margin-left:33.333333% }.offset-sm-5{margin-left:41.666667% }.offset-sm-6{margin-left:50% }.offset-sm-7{margin-left:58.333333% }.offset-sm-8{margin-left:66.666667% }.offset-sm-9{margin-left:75% }.offset-sm-10{margin-left:83.333333% }.offset-sm-11{margin-left:91.666667% }}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }.order-md-first{-ms-flex-order:-1;order:-1 }.order-md-last{-ms-flex-order:13;order:13 }.order-md-0{-ms-flex-order:0;order:0 }.order-md-1{-ms-flex-order:1;order:1 }.order-md-2{-ms-flex-order:2;order:2 }.order-md-3{-ms-flex-order:3;order:3 }.order-md-4{-ms-flex-order:4;order:4 }.order-md-5{-ms-flex-order:5;order:5 }.order-md-6{-ms-flex-order:6;order:6 }.order-md-7{-ms-flex-order:7;order:7 }.order-md-8{-ms-flex-order:8;order:8 }.order-md-9{-ms-flex-order:9;order:9 }.order-md-10{-ms-flex-order:10;order:10 }.order-md-11{-ms-flex-order:11;order:11 }.order-md-12{-ms-flex-order:12;order:12 }.offset-md-0{margin-left:0 }.offset-md-1{margin-left:8.333333% }.offset-md-2{margin-left:16.666667% }.offset-md-3{margin-left:25% }.offset-md-4{margin-left:33.333333% }.offset-md-5{margin-left:41.666667% }.offset-md-6{margin-left:50% }.offset-md-7{margin-left:58.333333% }.offset-md-8{margin-left:66.666667% }.offset-md-9{margin-left:75% }.offset-md-10{margin-left:83.333333% }.offset-md-11{margin-left:91.666667% }}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }.order-lg-first{-ms-flex-order:-1;order:-1 }.order-lg-last{-ms-flex-order:13;order:13 }.order-lg-0{-ms-flex-order:0;order:0 }.order-lg-1{-ms-flex-order:1;order:1 }.order-lg-2{-ms-flex-order:2;order:2 }.order-lg-3{-ms-flex-order:3;order:3 }.order-lg-4{-ms-flex-order:4;order:4 }.order-lg-5{-ms-flex-order:5;order:5 }.order-lg-6{-ms-flex-order:6;order:6 }.order-lg-7{-ms-flex-order:7;order:7 }.order-lg-8{-ms-flex-order:8;order:8 }.order-lg-9{-ms-flex-order:9;order:9 }.order-lg-10{-ms-flex-order:10;order:10 }.order-lg-11{-ms-flex-order:11;order:11 }.order-lg-12{-ms-flex-order:12;order:12 }.offset-lg-0{margin-left:0 }.offset-lg-1{margin-left:8.333333% }.offset-lg-2{margin-left:16.666667% }.offset-lg-3{margin-left:25% }.offset-lg-4{margin-left:33.333333% }.offset-lg-5{margin-left:41.666667% }.offset-lg-6{margin-left:50% }.offset-lg-7{margin-left:58.333333% }.offset-lg-8{margin-left:66.666667% }.offset-lg-9{margin-left:75% }.offset-lg-10{margin-left:83.333333% }.offset-lg-11{margin-left:91.666667% }}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }.order-xl-first{-ms-flex-order:-1;order:-1 }.order-xl-last{-ms-flex-order:13;order:13 }.order-xl-0{-ms-flex-order:0;order:0 }.order-xl-1{-ms-flex-order:1;order:1 }.order-xl-2{-ms-flex-order:2;order:2 }.order-xl-3{-ms-flex-order:3;order:3 }.order-xl-4{-ms-flex-order:4;order:4 }.order-xl-5{-ms-flex-order:5;order:5 }.order-xl-6{-ms-flex-order:6;order:6 }.order-xl-7{-ms-flex-order:7;order:7 }.order-xl-8{-ms-flex-order:8;order:8 }.order-xl-9{-ms-flex-order:9;order:9 }.order-xl-10{-ms-flex-order:10;order:10 }.order-xl-11{-ms-flex-order:11;order:11 }.order-xl-12{-ms-flex-order:12;order:12 }.offset-xl-0{margin-left:0 }.offset-xl-1{margin-left:8.333333% }.offset-xl-2{margin-left:16.666667% }.offset-xl-3{margin-left:25% }.offset-xl-4{margin-left:33.333333% }.offset-xl-5{margin-left:41.666667% }.offset-xl-6{margin-left:50% }.offset-xl-7{margin-left:58.333333% }.offset-xl-8{margin-left:66.666667% }.offset-xl-9{margin-left:75% }.offset-xl-10{margin-left:83.333333% }.offset-xl-11{margin-left:91.666667% }}.table{width:100%;margin-bottom:1rem;background-color:transparent }.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6 }.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6 }.table tbody+tbody{border-top:2px solid #dee2e6 }.table .table{background-color:#fff }.table-sm td,.table-sm th{padding:.3rem }.table-bordered{border:1px solid #dee2e6 }.table-bordered td,.table-bordered th{border:1px solid #dee2e6 }.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px }.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0 }.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05) }.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075) }.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff }.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff }.table-hover .table-primary:hover{background-color:#9fcdff }.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff }.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db }.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb }.table-hover .table-secondary:hover{background-color:#c8cbcf }.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf }.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb }.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e }.table-hover .table-success:hover{background-color:#b1dfbb }.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb }.table-info,.table-info>td,.table-info>th{background-color:#bee5eb }.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda }.table-hover .table-info:hover{background-color:#abdde5 }.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5 }.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba }.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e }.table-hover .table-warning:hover{background-color:#ffe8a1 }.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1 }.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb }.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e }.table-hover .table-danger:hover{background-color:#f1b0b7 }.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7 }.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe }.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc }.table-hover .table-light:hover{background-color:#ececf6 }.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6 }.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca }.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c }.table-hover .table-dark:hover{background-color:#b9bbbe }.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe }.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075) }.table-hover .table-active:hover{background-color:rgba(0,0,0,.075) }.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075) }.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e }.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6 }.table-dark{color:#fff;background-color:#212529 }.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e }.table-dark.table-bordered{border:0 }.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05) }.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075) }@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar }.table-responsive-sm>.table-bordered{border:0 }}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar }.table-responsive-md>.table-bordered{border:0 }}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar }.table-responsive-lg>.table-bordered{border:0 }}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar }.table-responsive-xl>.table-bordered{border:0 }}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar }.table-responsive>.table-bordered{border:0 }.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out }@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none }}.form-control::-ms-expand{background-color:transparent;border:0 }.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25) }.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1 }.form-control::-moz-placeholder{color:#6c757d;opacity:1 }.form-control:-ms-input-placeholder{color:#6c757d;opacity:1 }.form-control::-ms-input-placeholder{color:#6c757d;opacity:1 }.form-control::placeholder{color:#6c757d;opacity:1 }.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1 }select.form-control:focus::-ms-value{color:#495057;background-color:#fff }.form-control-file,.form-control-range{display:block;width:100% }.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5 }.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5 }.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5 }.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0 }.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0 }.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem }.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem }select.form-control[multiple],select.form-control[size]{height:auto }textarea.form-control{height:auto }.form-group{margin-bottom:1rem }.form-text{display:block;margin-top:.25rem }.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px }.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px }.form-check{position:relative;display:block;padding-left:1.25rem }.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem }.form-check-input:disabled~.form-check-label{color:#6c757d }.form-check-label{margin-bottom:0 }.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem }.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0 }.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745 }.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem }.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") }.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25) }.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block }.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4) }.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem }.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25) }.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block }.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block }.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745 }.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block }.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745 }.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745 }.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block }.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57 }.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25) }.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745 }.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745 }.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block }.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25) }.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545 }.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem }.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") }.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25) }.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block }.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4) }.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem }.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25) }.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block }.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block }.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545 }.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block }.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545 }.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545 }.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block }.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d }.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25) }.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545 }.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545 }.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block }.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25) }.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center }.form-inline .form-check{width:100% }@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0 }.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0 }.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle }.form-inline .form-control-plaintext{display:inline-block }.form-inline .custom-select,.form-inline .input-group{width:auto }.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0 }.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0 }.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center }.form-inline .custom-control-label{margin-bottom:0 }}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }@media screen and (prefers-reduced-motion:reduce){.btn{transition:none }}.btn:hover{color:#212529;text-decoration:none }.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25) }.btn.disabled,.btn:disabled{opacity:.65 }.btn:not(:disabled):not(.disabled){cursor:pointer }a.btn.disabled,fieldset:disabled a.btn{pointer-events:none }.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff }.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc }.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5) }.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff }.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf }.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5) }.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d }.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62 }.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5) }.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d }.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b }.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5) }.btn-success{color:#fff;background-color:#28a745;border-color:#28a745 }.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34 }.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5) }.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745 }.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430 }.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5) }.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8 }.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b }.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5) }.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8 }.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f }.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5) }.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107 }.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00 }.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5) }.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107 }.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500 }.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5) }.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545 }.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130 }.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5) }.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545 }.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d }.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5) }.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa }.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5 }.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5) }.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa }.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df }.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5) }.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40 }.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124 }.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5) }.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40 }.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d }.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5) }.btn-outline-primary{color:#007bff;border-color:#007bff }.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff }.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5) }.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent }.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff }.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5) }.btn-outline-secondary{color:#6c757d;border-color:#6c757d }.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d }.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5) }.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent }.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d }.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5) }.btn-outline-success{color:#28a745;border-color:#28a745 }.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745 }.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5) }.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent }.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745 }.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5) }.btn-outline-info{color:#17a2b8;border-color:#17a2b8 }.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8 }.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5) }.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent }.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8 }.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5) }.btn-outline-warning{color:#ffc107;border-color:#ffc107 }.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107 }.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5) }.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent }.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107 }.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5) }.btn-outline-danger{color:#dc3545;border-color:#dc3545 }.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545 }.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5) }.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent }.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545 }.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5) }.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa }.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa }.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5) }.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent }.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa }.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5) }.btn-outline-dark{color:#343a40;border-color:#343a40 }.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40 }.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5) }.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent }.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40 }.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5) }.btn-link{font-weight:400;color:#007bff }.btn-link:hover{color:#0056b3;text-decoration:underline }.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none }.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none }.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem }.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem }.btn-block{display:block;width:100% }.btn-block+.btn-block{margin-top:.5rem }input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100% }.fade{transition:opacity .15s linear }@media screen and (prefers-reduced-motion:reduce){.fade{transition:none }}.fade:not(.show){opacity:0 }.collapse:not(.show){display:none }.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease }@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none }}.dropdown,.dropleft,.dropright,.dropup{position:relative }.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent }.dropdown-toggle:empty::after{margin-left:0 }.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem }.dropdown-menu-right{right:0;left:auto }@media (min-width:576px){.dropdown-menu-sm-right{right:0;left:auto }}@media (min-width:768px){.dropdown-menu-md-right{right:0;left:auto }}@media (min-width:992px){.dropdown-menu-lg-right{right:0;left:auto }}@media (min-width:1200px){.dropdown-menu-xl-right{right:0;left:auto }}.dropdown-menu-left{right:auto;left:0 }@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0 }}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0 }}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0 }}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0 }}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem }.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent }.dropup .dropdown-toggle:empty::after{margin-left:0 }.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem }.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid }.dropright .dropdown-toggle:empty::after{margin-left:0 }.dropright .dropdown-toggle::after{vertical-align:0 }.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem }.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"" }.dropleft .dropdown-toggle::after{display:none }.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent }.dropleft .dropdown-toggle:empty::after{margin-left:0 }.dropleft .dropdown-toggle::before{vertical-align:0 }.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto }.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef }.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0 }.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px) }.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px) }.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa }.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff }.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent }.dropdown-menu.show{display:block }.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap }.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529 }.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle }.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto }.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1 }.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1 }.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start }.btn-toolbar .input-group{width:auto }.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px }.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0 }.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0 }.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem }.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0 }.dropleft .dropdown-toggle-split::before{margin-right:0 }.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem }.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem }.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center }.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100% }.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px }.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0 }.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0 }.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0 }.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none }.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100% }.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0 }.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px }.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3 }.input-group>.custom-file .custom-file-input:focus{z-index:4 }.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0 }.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0 }.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center }.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0 }.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0 }.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex }.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2 }.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3 }.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px }.input-group-prepend{margin-right:-1px }.input-group-append{margin-left:-1px }.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem }.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0 }.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px) }.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem }.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px) }.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem }.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem }.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0 }.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0 }.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem }.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem }.custom-control-input{position:absolute;z-index:-1;opacity:0 }.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff }.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25) }.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff }.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff }.custom-control-input:disabled~.custom-control-label{color:#6c757d }.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef }.custom-control-label{position:relative;margin-bottom:0;vertical-align:top }.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px }.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50% }.custom-checkbox .custom-control-label::before{border-radius:.25rem }.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") }.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff }.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e") }.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5) }.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5) }.custom-radio .custom-control-label::before{border-radius:50% }.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") }.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5) }.custom-switch{padding-left:2.25rem }.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem }.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out }@media screen and (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none }}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem) }.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5) }.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none }.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5) }.custom-select:focus::-ms-value{color:#495057;background-color:#fff }.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none }.custom-select:disabled{color:#6c757d;background-color:#e9ecef }.custom-select::-ms-expand{opacity:0 }.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem }.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem }.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0 }.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0 }.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25) }.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef }.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse" }.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse) }.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem }.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0 }.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none }.custom-range:focus{outline:0 }.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) }.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) }.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25) }.custom-range::-moz-focus-outer{border:0 }.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none }@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none }}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff }.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem }.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none }@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none }}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff }.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem }.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none }@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none }}.custom-range::-ms-thumb:active{background-color:#b3d7ff }.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem }.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem }.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem }.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd }.custom-range:disabled::-webkit-slider-runnable-track{cursor:default }.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd }.custom-range:disabled::-moz-range-track{cursor:default }.custom-range:disabled::-ms-thumb{background-color:#adb5bd }.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none }}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none }.nav-link{display:block;padding:.5rem 1rem }.nav-link:focus,.nav-link:hover{text-decoration:none }.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default }.nav-tabs{border-bottom:1px solid #dee2e6 }.nav-tabs .nav-item{margin-bottom:-1px }.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem }.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6 }.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent }.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff }.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0 }.nav-pills .nav-link{border-radius:.25rem }.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff }.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center }.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center }.tab-content>.tab-pane{display:none }.tab-content>.active{display:block }.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem }.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between }.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap }.navbar-brand:focus,.navbar-brand:hover{text-decoration:none }.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none }.navbar-nav .nav-link{padding-right:0;padding-left:0 }.navbar-nav .dropdown-menu{position:static;float:none }.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem }.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center }.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem }.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none }.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer }.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100% }@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0 }}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start }.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row }.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute }.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem }.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap }.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto }.navbar-expand-sm .navbar-toggler{display:none }}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0 }}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start }.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row }.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute }.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem }.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap }.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto }.navbar-expand-md .navbar-toggler{display:none }}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0 }}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start }.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row }.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute }.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem }.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap }.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto }.navbar-expand-lg .navbar-toggler{display:none }}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0 }}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start }.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row }.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute }.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem }.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap }.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto }.navbar-expand-xl .navbar-toggler{display:none }}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start }.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0 }.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row }.navbar-expand .navbar-nav .dropdown-menu{position:absolute }.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem }.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap }.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto }.navbar-expand .navbar-toggler{display:none }.navbar-light .navbar-brand{color:rgba(0,0,0,.9) }.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9) }.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5) }.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7) }.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3) }.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9) }.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1) }.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") }.navbar-light .navbar-text{color:rgba(0,0,0,.5) }.navbar-light .navbar-text a{color:rgba(0,0,0,.9) }.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9) }.navbar-dark .navbar-brand{color:#fff }.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff }.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5) }.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75) }.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25) }.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff }.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1) }.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") }.navbar-dark .navbar-text{color:rgba(255,255,255,.5) }.navbar-dark .navbar-text a{color:#fff }.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff }.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem }.card>hr{margin-right:0;margin-left:0 }.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem }.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem }.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem }.card-title{margin-bottom:.75rem }.card-subtitle{margin-top:-.375rem;margin-bottom:0 }.card-text:last-child{margin-bottom:0 }.card-link:hover{text-decoration:none }.card-link+.card-link{margin-left:1.25rem }.card-header{padding:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125) }.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0 }.card-header+.list-group .list-group-item:first-child{border-top:0 }.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125) }.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px) }.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0 }.card-header-pills{margin-right:-.625rem;margin-left:-.625rem }.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem }.card-img{width:100%;border-radius:calc(.25rem - 1px) }.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px) }.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px) }.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column }.card-deck .card{margin-bottom:15px }@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px }.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px }}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column }.card-group>.card{margin-bottom:15px }@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap }.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0 }.card-group>.card+.card{margin-left:0;border-left:0 }.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0 }.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0 }.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0 }.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0 }.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0 }.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0 }.card-group>.card:only-child{border-radius:.25rem }.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem }.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem }.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0 }.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0 }}.card-columns .card{margin-bottom:.75rem }@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1 }.card-columns .card{display:inline-block;width:100% }}.accordion .card{overflow:hidden }.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0 }.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0 }.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0 }.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0 }.accordion .card .card-header{margin-bottom:-1px }.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem }.breadcrumb-item+.breadcrumb-item{padding-left:.5rem }.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/" }.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline }.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none }.breadcrumb-item.active{color:#6c757d }.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem }.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6 }.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6 }.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25) }.page-link:not(:disabled):not(.disabled){cursor:pointer }.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem }.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem }.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff }.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6 }.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5 }.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem }.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem }.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5 }.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem }.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem }.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem }a.badge:focus,a.badge:hover{text-decoration:none }.badge:empty{display:none }.btn .badge{position:relative;top:-1px }.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem }.badge-primary{color:#fff;background-color:#007bff }a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc }.badge-secondary{color:#fff;background-color:#6c757d }a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62 }.badge-success{color:#fff;background-color:#28a745 }a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34 }.badge-info{color:#fff;background-color:#17a2b8 }a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b }.badge-warning{color:#212529;background-color:#ffc107 }a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00 }.badge-danger{color:#fff;background-color:#dc3545 }a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130 }.badge-light{color:#212529;background-color:#f8f9fa }a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5 }.badge-dark{color:#fff;background-color:#343a40 }a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124 }.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem }@media (min-width:576px){.jumbotron{padding:4rem 2rem }}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0 }.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem }.alert-heading{color:inherit }.alert-link{font-weight:700 }.alert-dismissible{padding-right:4rem }.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit }.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff }.alert-primary hr{border-top-color:#9fcdff }.alert-primary .alert-link{color:#002752 }.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db }.alert-secondary hr{border-top-color:#c8cbcf }.alert-secondary .alert-link{color:#202326 }.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb }.alert-success hr{border-top-color:#b1dfbb }.alert-success .alert-link{color:#0b2e13 }.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb }.alert-info hr{border-top-color:#abdde5 }.alert-info .alert-link{color:#062c33 }.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba }.alert-warning hr{border-top-color:#ffe8a1 }.alert-warning .alert-link{color:#533f03 }.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb }.alert-danger hr{border-top-color:#f1b0b7 }.alert-danger .alert-link{color:#491217 }.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe }.alert-light hr{border-top-color:#ececf6 }.alert-light .alert-link{color:#686868 }.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca }.alert-dark hr{border-top-color:#b9bbbe }.alert-dark .alert-link{color:#040505 }@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0 }to{background-position:0 0 }}@keyframes progress-bar-stripes{from{background-position:1rem 0 }to{background-position:0 0 }}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem }.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease }@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none }}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem }.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite }.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start }.media-body{-ms-flex:1;flex:1 }.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0 }.list-group-item-action{width:100%;color:#495057;text-align:inherit }.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa }.list-group-item-action:active{color:#212529;background-color:#e9ecef }.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125) }.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem }.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem }.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none }.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff }.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff }.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0 }.list-group-flush .list-group-item:last-child{margin-bottom:-1px }.list-group-flush:first-child .list-group-item:first-child{border-top:0 }.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0 }.list-group-item-primary{color:#004085;background-color:#b8daff }.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff }.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085 }.list-group-item-secondary{color:#383d41;background-color:#d6d8db }.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf }.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41 }.list-group-item-success{color:#155724;background-color:#c3e6cb }.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb }.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724 }.list-group-item-info{color:#0c5460;background-color:#bee5eb }.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5 }.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460 }.list-group-item-warning{color:#856404;background-color:#ffeeba }.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1 }.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404 }.list-group-item-danger{color:#721c24;background-color:#f5c6cb }.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7 }.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24 }.list-group-item-light{color:#818182;background-color:#fdfdfe }.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6 }.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182 }.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca }.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe }.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21 }.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5 }.close:hover{color:#000;text-decoration:none }.close:not(:disabled):not(.disabled){cursor:pointer }.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75 }button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none }a.close.disabled{pointer-events:none }.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0 }.toast:not(:last-child){margin-bottom:.75rem }.toast.showing{opacity:1 }.toast.show{display:block;opacity:1 }.toast.hide{display:none }.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05) }.toast-body{padding:.75rem }.modal-open{overflow:hidden }.modal-open .modal{overflow-x:hidden;overflow-y:auto }.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0 }.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none }.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px) }@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none }}.modal.show .modal-dialog{-webkit-transform:none;transform:none }.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2)) }.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:"" }.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0 }.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000 }.modal-backdrop.fade{opacity:0 }.modal-backdrop.show{opacity:.5 }.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem }.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto }.modal-title{margin-bottom:0;line-height:1.5 }.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem }.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem }.modal-footer>:not(:first-child){margin-left:.25rem }.modal-footer>:not(:last-child){margin-right:.25rem }.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll }@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto }.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2)) }.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2)) }.modal-sm{max-width:300px }}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px }}@media (min-width:1200px){.modal-xl{max-width:1140px }}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0 }.tooltip.show{opacity:.9 }.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem }.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid }.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0 }.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0 }.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000 }.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem }.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem }.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000 }.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0 }.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0 }.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000 }.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem }.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem }.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000 }.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem }.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem }.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem }.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid }.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem }.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1) }.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0 }.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25) }.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff }.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem }.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0 }.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0 }.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25) }.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff }.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem }.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1) }.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem }.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25) }.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff }.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7 }.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem }.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0 }.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem }.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25) }.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff }.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px) }.popover-header:empty{display:none }.popover-body{padding:.5rem .75rem;color:#212529 }.carousel{position:relative }.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y }.carousel-inner{position:relative;width:100%;overflow:hidden }.carousel-inner::after{display:block;clear:both;content:"" }.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out }@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none }}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block }.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%) }.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%) }.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none }.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1 }.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity }@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none }}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease }@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none }}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9 }.carousel-control-prev{left:0 }.carousel-control-next{right:0 }.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100% }.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") }.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") }.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none }.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease }@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none }}.carousel-indicators .active{opacity:1 }.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center }@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg) }}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg) }}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite }.spinner-border-sm{width:1rem;height:1rem;border-width:.2em }@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0) }50%{opacity:1 }}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0) }50%{opacity:1 }}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite }.spinner-grow-sm{width:1rem;height:1rem }.align-baseline{vertical-align:baseline!important }.align-top{vertical-align:top!important }.align-middle{vertical-align:middle!important }.align-bottom{vertical-align:bottom!important }.align-text-bottom{vertical-align:text-bottom!important }.align-text-top{vertical-align:text-top!important }.bg-primary{background-color:#007bff!important }a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important }.bg-secondary{background-color:#6c757d!important }a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important }.bg-success{background-color:#28a745!important }a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important }.bg-info{background-color:#17a2b8!important }a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important }.bg-warning{background-color:#ffc107!important }a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important }.bg-danger{background-color:#dc3545!important }a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important }.bg-light{background-color:#f8f9fa!important }a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important }.bg-dark{background-color:#343a40!important }a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important }.bg-white{background-color:#fff!important }.bg-transparent{background-color:transparent!important }.border{border:1px solid #dee2e6!important }.border-top{border-top:1px solid #dee2e6!important }.border-right{border-right:1px solid #dee2e6!important }.border-bottom{border-bottom:1px solid #dee2e6!important }.border-left{border-left:1px solid #dee2e6!important }.border-0{border:0!important }.border-top-0{border-top:0!important }.border-right-0{border-right:0!important }.border-bottom-0{border-bottom:0!important }.border-left-0{border-left:0!important }.border-primary{border-color:#007bff!important }.border-secondary{border-color:#6c757d!important }.border-success{border-color:#28a745!important }.border-info{border-color:#17a2b8!important }.border-warning{border-color:#ffc107!important }.border-danger{border-color:#dc3545!important }.border-light{border-color:#f8f9fa!important }.border-dark{border-color:#343a40!important }.border-white{border-color:#fff!important }.rounded{border-radius:.25rem!important }.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important }.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important }.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important }.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important }.rounded-circle{border-radius:50%!important }.rounded-pill{border-radius:50rem!important }.rounded-0{border-radius:0!important }.clearfix::after{display:block;clear:both;content:"" }.d-none{display:none!important }.d-inline{display:inline!important }.d-inline-block{display:inline-block!important }.d-block{display:block!important }.d-table{display:table!important }.d-table-row{display:table-row!important }.d-table-cell{display:table-cell!important }.d-flex{display:-ms-flexbox!important;display:flex!important }.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }@media (min-width:576px){.d-sm-none{display:none!important }.d-sm-inline{display:inline!important }.d-sm-inline-block{display:inline-block!important }.d-sm-block{display:block!important }.d-sm-table{display:table!important }.d-sm-table-row{display:table-row!important }.d-sm-table-cell{display:table-cell!important }.d-sm-flex{display:-ms-flexbox!important;display:flex!important }.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }}@media (min-width:768px){.d-md-none{display:none!important }.d-md-inline{display:inline!important }.d-md-inline-block{display:inline-block!important }.d-md-block{display:block!important }.d-md-table{display:table!important }.d-md-table-row{display:table-row!important }.d-md-table-cell{display:table-cell!important }.d-md-flex{display:-ms-flexbox!important;display:flex!important }.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }}@media (min-width:992px){.d-lg-none{display:none!important }.d-lg-inline{display:inline!important }.d-lg-inline-block{display:inline-block!important }.d-lg-block{display:block!important }.d-lg-table{display:table!important }.d-lg-table-row{display:table-row!important }.d-lg-table-cell{display:table-cell!important }.d-lg-flex{display:-ms-flexbox!important;display:flex!important }.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }}@media (min-width:1200px){.d-xl-none{display:none!important }.d-xl-inline{display:inline!important }.d-xl-inline-block{display:inline-block!important }.d-xl-block{display:block!important }.d-xl-table{display:table!important }.d-xl-table-row{display:table-row!important }.d-xl-table-cell{display:table-cell!important }.d-xl-flex{display:-ms-flexbox!important;display:flex!important }.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }}@media print{.d-print-none{display:none!important }.d-print-inline{display:inline!important }.d-print-inline-block{display:inline-block!important }.d-print-block{display:block!important }.d-print-table{display:table!important }.d-print-table-row{display:table-row!important }.d-print-table-cell{display:table-cell!important }.d-print-flex{display:-ms-flexbox!important;display:flex!important }.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important }}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden }.embed-responsive::before{display:block;content:"" }.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0 }.embed-responsive-21by9::before{padding-top:42.857143% }.embed-responsive-16by9::before{padding-top:56.25% }.embed-responsive-3by4::before{padding-top:133.333333% }.embed-responsive-1by1::before{padding-top:100% }.flex-row{-ms-flex-direction:row!important;flex-direction:row!important }.flex-column{-ms-flex-direction:column!important;flex-direction:column!important }.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important }.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important }.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important }.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important }.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important }.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important }.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important }.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important }.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important }.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important }.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important }.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important }.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important }.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important }.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important }.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important }.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important }.align-items-center{-ms-flex-align:center!important;align-items:center!important }.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important }.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important }.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important }.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important }.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important }.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important }.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important }.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important }.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important }.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important }.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important }.align-self-center{-ms-flex-item-align:center!important;align-self:center!important }.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important }.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important }@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important }.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important }.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important }.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important }.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important }.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important }.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important }.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important }.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important }.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important }.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important }.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important }.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important }.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important }.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important }.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important }.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important }.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important }.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important }.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important }.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important }.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important }.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important }.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important }.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important }.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important }.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important }.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important }.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important }.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important }.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important }.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important }.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important }.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important }}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important }.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important }.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important }.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important }.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important }.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important }.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important }.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important }.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important }.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important }.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important }.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important }.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important }.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important }.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important }.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important }.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important }.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important }.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important }.align-items-md-center{-ms-flex-align:center!important;align-items:center!important }.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important }.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important }.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important }.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important }.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important }.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important }.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important }.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important }.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important }.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important }.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important }.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important }.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important }.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important }}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important }.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important }.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important }.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important }.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important }.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important }.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important }.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important }.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important }.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important }.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important }.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important }.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important }.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important }.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important }.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important }.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important }.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important }.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important }.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important }.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important }.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important }.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important }.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important }.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important }.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important }.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important }.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important }.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important }.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important }.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important }.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important }.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important }.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important }}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important }.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important }.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important }.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important }.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important }.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important }.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important }.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important }.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important }.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important }.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important }.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important }.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important }.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important }.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important }.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important }.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important }.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important }.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important }.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important }.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important }.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important }.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important }.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important }.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important }.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important }.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important }.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important }.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important }.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important }.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important }.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important }.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important }.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important }}.float-left{float:left!important }.float-right{float:right!important }.float-none{float:none!important }@media (min-width:576px){.float-sm-left{float:left!important }.float-sm-right{float:right!important }.float-sm-none{float:none!important }}@media (min-width:768px){.float-md-left{float:left!important }.float-md-right{float:right!important }.float-md-none{float:none!important }}@media (min-width:992px){.float-lg-left{float:left!important }.float-lg-right{float:right!important }.float-lg-none{float:none!important }}@media (min-width:1200px){.float-xl-left{float:left!important }.float-xl-right{float:right!important }.float-xl-none{float:none!important }}.overflow-auto{overflow:auto!important }.overflow-hidden{overflow:hidden!important }.position-static{position:static!important }.position-relative{position:relative!important }.position-absolute{position:absolute!important }.position-fixed{position:fixed!important }.position-sticky{position:-webkit-sticky!important;position:sticky!important }.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030 }.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030 }@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020 }}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0 }.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal }.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important }.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important }.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important }.shadow-none{box-shadow:none!important }.w-25{width:25%!important }.w-50{width:50%!important }.w-75{width:75%!important }.w-100{width:100%!important }.w-auto{width:auto!important }.h-25{height:25%!important }.h-50{height:50%!important }.h-75{height:75%!important }.h-100{height:100%!important }.h-auto{height:auto!important }.mw-100{max-width:100%!important }.mh-100{max-height:100%!important }.min-vw-100{min-width:100vw!important }.min-vh-100{min-height:100vh!important }.vw-100{width:100vw!important }.vh-100{height:100vh!important }.m-0{margin:0!important }.mt-0,.my-0{margin-top:0!important }.mr-0,.mx-0{margin-right:0!important }.mb-0,.my-0{margin-bottom:0!important }.ml-0,.mx-0{margin-left:0!important }.m-1{margin:.25rem!important }.mt-1,.my-1{margin-top:.25rem!important }.mr-1,.mx-1{margin-right:.25rem!important }.mb-1,.my-1{margin-bottom:.25rem!important }.ml-1,.mx-1{margin-left:.25rem!important }.m-2{margin:.5rem!important }.mt-2,.my-2{margin-top:.5rem!important }.mr-2,.mx-2{margin-right:.5rem!important }.mb-2,.my-2{margin-bottom:.5rem!important }.ml-2,.mx-2{margin-left:.5rem!important }.m-3{margin:1rem!important }.mt-3,.my-3{margin-top:1rem!important }.mr-3,.mx-3{margin-right:1rem!important }.mb-3,.my-3{margin-bottom:1rem!important }.ml-3,.mx-3{margin-left:1rem!important }.m-4{margin:1.5rem!important }.mt-4,.my-4{margin-top:1.5rem!important }.mr-4,.mx-4{margin-right:1.5rem!important }.mb-4,.my-4{margin-bottom:1.5rem!important }.ml-4,.mx-4{margin-left:1.5rem!important }.m-5{margin:3rem!important }.mt-5,.my-5{margin-top:3rem!important }.mr-5,.mx-5{margin-right:3rem!important }.mb-5,.my-5{margin-bottom:3rem!important }.ml-5,.mx-5{margin-left:3rem!important }.p-0{padding:0!important }.pt-0,.py-0{padding-top:0!important }.pr-0,.px-0{padding-right:0!important }.pb-0,.py-0{padding-bottom:0!important }.pl-0,.px-0{padding-left:0!important }.p-1{padding:.25rem!important }.pt-1,.py-1{padding-top:.25rem!important }.pr-1,.px-1{padding-right:.25rem!important }.pb-1,.py-1{padding-bottom:.25rem!important }.pl-1,.px-1{padding-left:.25rem!important }.p-2{padding:.5rem!important }.pt-2,.py-2{padding-top:.5rem!important }.pr-2,.px-2{padding-right:.5rem!important }.pb-2,.py-2{padding-bottom:.5rem!important }.pl-2,.px-2{padding-left:.5rem!important }.p-3{padding:1rem!important }.pt-3,.py-3{padding-top:1rem!important }.pr-3,.px-3{padding-right:1rem!important }.pb-3,.py-3{padding-bottom:1rem!important }.pl-3,.px-3{padding-left:1rem!important }.p-4{padding:1.5rem!important }.pt-4,.py-4{padding-top:1.5rem!important }.pr-4,.px-4{padding-right:1.5rem!important }.pb-4,.py-4{padding-bottom:1.5rem!important }.pl-4,.px-4{padding-left:1.5rem!important }.p-5{padding:3rem!important }.pt-5,.py-5{padding-top:3rem!important }.pr-5,.px-5{padding-right:3rem!important }.pb-5,.py-5{padding-bottom:3rem!important }.pl-5,.px-5{padding-left:3rem!important }.m-n1{margin:-.25rem!important }.mt-n1,.my-n1{margin-top:-.25rem!important }.mr-n1,.mx-n1{margin-right:-.25rem!important }.mb-n1,.my-n1{margin-bottom:-.25rem!important }.ml-n1,.mx-n1{margin-left:-.25rem!important }.m-n2{margin:-.5rem!important }.mt-n2,.my-n2{margin-top:-.5rem!important }.mr-n2,.mx-n2{margin-right:-.5rem!important }.mb-n2,.my-n2{margin-bottom:-.5rem!important }.ml-n2,.mx-n2{margin-left:-.5rem!important }.m-n3{margin:-1rem!important }.mt-n3,.my-n3{margin-top:-1rem!important }.mr-n3,.mx-n3{margin-right:-1rem!important }.mb-n3,.my-n3{margin-bottom:-1rem!important }.ml-n3,.mx-n3{margin-left:-1rem!important }.m-n4{margin:-1.5rem!important }.mt-n4,.my-n4{margin-top:-1.5rem!important }.mr-n4,.mx-n4{margin-right:-1.5rem!important }.mb-n4,.my-n4{margin-bottom:-1.5rem!important }.ml-n4,.mx-n4{margin-left:-1.5rem!important }.m-n5{margin:-3rem!important }.mt-n5,.my-n5{margin-top:-3rem!important }.mr-n5,.mx-n5{margin-right:-3rem!important }.mb-n5,.my-n5{margin-bottom:-3rem!important }.ml-n5,.mx-n5{margin-left:-3rem!important }.m-auto{margin:auto!important }.mt-auto,.my-auto{margin-top:auto!important }.mr-auto,.mx-auto{margin-right:auto!important }.mb-auto,.my-auto{margin-bottom:auto!important }.ml-auto,.mx-auto{margin-left:auto!important }@media (min-width:576px){.m-sm-0{margin:0!important }.mt-sm-0,.my-sm-0{margin-top:0!important }.mr-sm-0,.mx-sm-0{margin-right:0!important }.mb-sm-0,.my-sm-0{margin-bottom:0!important }.ml-sm-0,.mx-sm-0{margin-left:0!important }.m-sm-1{margin:.25rem!important }.mt-sm-1,.my-sm-1{margin-top:.25rem!important }.mr-sm-1,.mx-sm-1{margin-right:.25rem!important }.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important }.ml-sm-1,.mx-sm-1{margin-left:.25rem!important }.m-sm-2{margin:.5rem!important }.mt-sm-2,.my-sm-2{margin-top:.5rem!important }.mr-sm-2,.mx-sm-2{margin-right:.5rem!important }.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important }.ml-sm-2,.mx-sm-2{margin-left:.5rem!important }.m-sm-3{margin:1rem!important }.mt-sm-3,.my-sm-3{margin-top:1rem!important }.mr-sm-3,.mx-sm-3{margin-right:1rem!important }.mb-sm-3,.my-sm-3{margin-bottom:1rem!important }.ml-sm-3,.mx-sm-3{margin-left:1rem!important }.m-sm-4{margin:1.5rem!important }.mt-sm-4,.my-sm-4{margin-top:1.5rem!important }.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important }.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important }.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important }.m-sm-5{margin:3rem!important }.mt-sm-5,.my-sm-5{margin-top:3rem!important }.mr-sm-5,.mx-sm-5{margin-right:3rem!important }.mb-sm-5,.my-sm-5{margin-bottom:3rem!important }.ml-sm-5,.mx-sm-5{margin-left:3rem!important }.p-sm-0{padding:0!important }.pt-sm-0,.py-sm-0{padding-top:0!important }.pr-sm-0,.px-sm-0{padding-right:0!important }.pb-sm-0,.py-sm-0{padding-bottom:0!important }.pl-sm-0,.px-sm-0{padding-left:0!important }.p-sm-1{padding:.25rem!important }.pt-sm-1,.py-sm-1{padding-top:.25rem!important }.pr-sm-1,.px-sm-1{padding-right:.25rem!important }.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important }.pl-sm-1,.px-sm-1{padding-left:.25rem!important }.p-sm-2{padding:.5rem!important }.pt-sm-2,.py-sm-2{padding-top:.5rem!important }.pr-sm-2,.px-sm-2{padding-right:.5rem!important }.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important }.pl-sm-2,.px-sm-2{padding-left:.5rem!important }.p-sm-3{padding:1rem!important }.pt-sm-3,.py-sm-3{padding-top:1rem!important }.pr-sm-3,.px-sm-3{padding-right:1rem!important }.pb-sm-3,.py-sm-3{padding-bottom:1rem!important }.pl-sm-3,.px-sm-3{padding-left:1rem!important }.p-sm-4{padding:1.5rem!important }.pt-sm-4,.py-sm-4{padding-top:1.5rem!important }.pr-sm-4,.px-sm-4{padding-right:1.5rem!important }.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important }.pl-sm-4,.px-sm-4{padding-left:1.5rem!important }.p-sm-5{padding:3rem!important }.pt-sm-5,.py-sm-5{padding-top:3rem!important }.pr-sm-5,.px-sm-5{padding-right:3rem!important }.pb-sm-5,.py-sm-5{padding-bottom:3rem!important }.pl-sm-5,.px-sm-5{padding-left:3rem!important }.m-sm-n1{margin:-.25rem!important }.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important }.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important }.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important }.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important }.m-sm-n2{margin:-.5rem!important }.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important }.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important }.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important }.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important }.m-sm-n3{margin:-1rem!important }.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important }.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important }.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important }.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important }.m-sm-n4{margin:-1.5rem!important }.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important }.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important }.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important }.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important }.m-sm-n5{margin:-3rem!important }.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important }.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important }.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important }.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important }.m-sm-auto{margin:auto!important }.mt-sm-auto,.my-sm-auto{margin-top:auto!important }.mr-sm-auto,.mx-sm-auto{margin-right:auto!important }.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important }.ml-sm-auto,.mx-sm-auto{margin-left:auto!important }}@media (min-width:768px){.m-md-0{margin:0!important }.mt-md-0,.my-md-0{margin-top:0!important }.mr-md-0,.mx-md-0{margin-right:0!important }.mb-md-0,.my-md-0{margin-bottom:0!important }.ml-md-0,.mx-md-0{margin-left:0!important }.m-md-1{margin:.25rem!important }.mt-md-1,.my-md-1{margin-top:.25rem!important }.mr-md-1,.mx-md-1{margin-right:.25rem!important }.mb-md-1,.my-md-1{margin-bottom:.25rem!important }.ml-md-1,.mx-md-1{margin-left:.25rem!important }.m-md-2{margin:.5rem!important }.mt-md-2,.my-md-2{margin-top:.5rem!important }.mr-md-2,.mx-md-2{margin-right:.5rem!important }.mb-md-2,.my-md-2{margin-bottom:.5rem!important }.ml-md-2,.mx-md-2{margin-left:.5rem!important }.m-md-3{margin:1rem!important }.mt-md-3,.my-md-3{margin-top:1rem!important }.mr-md-3,.mx-md-3{margin-right:1rem!important }.mb-md-3,.my-md-3{margin-bottom:1rem!important }.ml-md-3,.mx-md-3{margin-left:1rem!important }.m-md-4{margin:1.5rem!important }.mt-md-4,.my-md-4{margin-top:1.5rem!important }.mr-md-4,.mx-md-4{margin-right:1.5rem!important }.mb-md-4,.my-md-4{margin-bottom:1.5rem!important }.ml-md-4,.mx-md-4{margin-left:1.5rem!important }.m-md-5{margin:3rem!important }.mt-md-5,.my-md-5{margin-top:3rem!important }.mr-md-5,.mx-md-5{margin-right:3rem!important }.mb-md-5,.my-md-5{margin-bottom:3rem!important }.ml-md-5,.mx-md-5{margin-left:3rem!important }.p-md-0{padding:0!important }.pt-md-0,.py-md-0{padding-top:0!important }.pr-md-0,.px-md-0{padding-right:0!important }.pb-md-0,.py-md-0{padding-bottom:0!important }.pl-md-0,.px-md-0{padding-left:0!important }.p-md-1{padding:.25rem!important }.pt-md-1,.py-md-1{padding-top:.25rem!important }.pr-md-1,.px-md-1{padding-right:.25rem!important }.pb-md-1,.py-md-1{padding-bottom:.25rem!important }.pl-md-1,.px-md-1{padding-left:.25rem!important }.p-md-2{padding:.5rem!important }.pt-md-2,.py-md-2{padding-top:.5rem!important }.pr-md-2,.px-md-2{padding-right:.5rem!important }.pb-md-2,.py-md-2{padding-bottom:.5rem!important }.pl-md-2,.px-md-2{padding-left:.5rem!important }.p-md-3{padding:1rem!important }.pt-md-3,.py-md-3{padding-top:1rem!important }.pr-md-3,.px-md-3{padding-right:1rem!important }.pb-md-3,.py-md-3{padding-bottom:1rem!important }.pl-md-3,.px-md-3{padding-left:1rem!important }.p-md-4{padding:1.5rem!important }.pt-md-4,.py-md-4{padding-top:1.5rem!important }.pr-md-4,.px-md-4{padding-right:1.5rem!important }.pb-md-4,.py-md-4{padding-bottom:1.5rem!important }.pl-md-4,.px-md-4{padding-left:1.5rem!important }.p-md-5{padding:3rem!important }.pt-md-5,.py-md-5{padding-top:3rem!important }.pr-md-5,.px-md-5{padding-right:3rem!important }.pb-md-5,.py-md-5{padding-bottom:3rem!important }.pl-md-5,.px-md-5{padding-left:3rem!important }.m-md-n1{margin:-.25rem!important }.mt-md-n1,.my-md-n1{margin-top:-.25rem!important }.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important }.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important }.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important }.m-md-n2{margin:-.5rem!important }.mt-md-n2,.my-md-n2{margin-top:-.5rem!important }.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important }.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important }.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important }.m-md-n3{margin:-1rem!important }.mt-md-n3,.my-md-n3{margin-top:-1rem!important }.mr-md-n3,.mx-md-n3{margin-right:-1rem!important }.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important }.ml-md-n3,.mx-md-n3{margin-left:-1rem!important }.m-md-n4{margin:-1.5rem!important }.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important }.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important }.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important }.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important }.m-md-n5{margin:-3rem!important }.mt-md-n5,.my-md-n5{margin-top:-3rem!important }.mr-md-n5,.mx-md-n5{margin-right:-3rem!important }.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important }.ml-md-n5,.mx-md-n5{margin-left:-3rem!important }.m-md-auto{margin:auto!important }.mt-md-auto,.my-md-auto{margin-top:auto!important }.mr-md-auto,.mx-md-auto{margin-right:auto!important }.mb-md-auto,.my-md-auto{margin-bottom:auto!important }.ml-md-auto,.mx-md-auto{margin-left:auto!important }}@media (min-width:992px){.m-lg-0{margin:0!important }.mt-lg-0,.my-lg-0{margin-top:0!important }.mr-lg-0,.mx-lg-0{margin-right:0!important }.mb-lg-0,.my-lg-0{margin-bottom:0!important }.ml-lg-0,.mx-lg-0{margin-left:0!important }.m-lg-1{margin:.25rem!important }.mt-lg-1,.my-lg-1{margin-top:.25rem!important }.mr-lg-1,.mx-lg-1{margin-right:.25rem!important }.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important }.ml-lg-1,.mx-lg-1{margin-left:.25rem!important }.m-lg-2{margin:.5rem!important }.mt-lg-2,.my-lg-2{margin-top:.5rem!important }.mr-lg-2,.mx-lg-2{margin-right:.5rem!important }.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important }.ml-lg-2,.mx-lg-2{margin-left:.5rem!important }.m-lg-3{margin:1rem!important }.mt-lg-3,.my-lg-3{margin-top:1rem!important }.mr-lg-3,.mx-lg-3{margin-right:1rem!important }.mb-lg-3,.my-lg-3{margin-bottom:1rem!important }.ml-lg-3,.mx-lg-3{margin-left:1rem!important }.m-lg-4{margin:1.5rem!important }.mt-lg-4,.my-lg-4{margin-top:1.5rem!important }.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important }.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important }.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important }.m-lg-5{margin:3rem!important }.mt-lg-5,.my-lg-5{margin-top:3rem!important }.mr-lg-5,.mx-lg-5{margin-right:3rem!important }.mb-lg-5,.my-lg-5{margin-bottom:3rem!important }.ml-lg-5,.mx-lg-5{margin-left:3rem!important }.p-lg-0{padding:0!important }.pt-lg-0,.py-lg-0{padding-top:0!important }.pr-lg-0,.px-lg-0{padding-right:0!important }.pb-lg-0,.py-lg-0{padding-bottom:0!important }.pl-lg-0,.px-lg-0{padding-left:0!important }.p-lg-1{padding:.25rem!important }.pt-lg-1,.py-lg-1{padding-top:.25rem!important }.pr-lg-1,.px-lg-1{padding-right:.25rem!important }.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important }.pl-lg-1,.px-lg-1{padding-left:.25rem!important }.p-lg-2{padding:.5rem!important }.pt-lg-2,.py-lg-2{padding-top:.5rem!important }.pr-lg-2,.px-lg-2{padding-right:.5rem!important }.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important }.pl-lg-2,.px-lg-2{padding-left:.5rem!important }.p-lg-3{padding:1rem!important }.pt-lg-3,.py-lg-3{padding-top:1rem!important }.pr-lg-3,.px-lg-3{padding-right:1rem!important }.pb-lg-3,.py-lg-3{padding-bottom:1rem!important }.pl-lg-3,.px-lg-3{padding-left:1rem!important }.p-lg-4{padding:1.5rem!important }.pt-lg-4,.py-lg-4{padding-top:1.5rem!important }.pr-lg-4,.px-lg-4{padding-right:1.5rem!important }.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important }.pl-lg-4,.px-lg-4{padding-left:1.5rem!important }.p-lg-5{padding:3rem!important }.pt-lg-5,.py-lg-5{padding-top:3rem!important }.pr-lg-5,.px-lg-5{padding-right:3rem!important }.pb-lg-5,.py-lg-5{padding-bottom:3rem!important }.pl-lg-5,.px-lg-5{padding-left:3rem!important }.m-lg-n1{margin:-.25rem!important }.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important }.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important }.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important }.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important }.m-lg-n2{margin:-.5rem!important }.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important }.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important }.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important }.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important }.m-lg-n3{margin:-1rem!important }.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important }.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important }.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important }.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important }.m-lg-n4{margin:-1.5rem!important }.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important }.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important }.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important }.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important }.m-lg-n5{margin:-3rem!important }.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important }.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important }.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important }.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important }.m-lg-auto{margin:auto!important }.mt-lg-auto,.my-lg-auto{margin-top:auto!important }.mr-lg-auto,.mx-lg-auto{margin-right:auto!important }.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important }.ml-lg-auto,.mx-lg-auto{margin-left:auto!important }}@media (min-width:1200px){.m-xl-0{margin:0!important }.mt-xl-0,.my-xl-0{margin-top:0!important }.mr-xl-0,.mx-xl-0{margin-right:0!important }.mb-xl-0,.my-xl-0{margin-bottom:0!important }.ml-xl-0,.mx-xl-0{margin-left:0!important }.m-xl-1{margin:.25rem!important }.mt-xl-1,.my-xl-1{margin-top:.25rem!important }.mr-xl-1,.mx-xl-1{margin-right:.25rem!important }.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important }.ml-xl-1,.mx-xl-1{margin-left:.25rem!important }.m-xl-2{margin:.5rem!important }.mt-xl-2,.my-xl-2{margin-top:.5rem!important }.mr-xl-2,.mx-xl-2{margin-right:.5rem!important }.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important }.ml-xl-2,.mx-xl-2{margin-left:.5rem!important }.m-xl-3{margin:1rem!important }.mt-xl-3,.my-xl-3{margin-top:1rem!important }.mr-xl-3,.mx-xl-3{margin-right:1rem!important }.mb-xl-3,.my-xl-3{margin-bottom:1rem!important }.ml-xl-3,.mx-xl-3{margin-left:1rem!important }.m-xl-4{margin:1.5rem!important }.mt-xl-4,.my-xl-4{margin-top:1.5rem!important }.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important }.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important }.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important }.m-xl-5{margin:3rem!important }.mt-xl-5,.my-xl-5{margin-top:3rem!important }.mr-xl-5,.mx-xl-5{margin-right:3rem!important }.mb-xl-5,.my-xl-5{margin-bottom:3rem!important }.ml-xl-5,.mx-xl-5{margin-left:3rem!important }.p-xl-0{padding:0!important }.pt-xl-0,.py-xl-0{padding-top:0!important }.pr-xl-0,.px-xl-0{padding-right:0!important }.pb-xl-0,.py-xl-0{padding-bottom:0!important }.pl-xl-0,.px-xl-0{padding-left:0!important }.p-xl-1{padding:.25rem!important }.pt-xl-1,.py-xl-1{padding-top:.25rem!important }.pr-xl-1,.px-xl-1{padding-right:.25rem!important }.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important }.pl-xl-1,.px-xl-1{padding-left:.25rem!important }.p-xl-2{padding:.5rem!important }.pt-xl-2,.py-xl-2{padding-top:.5rem!important }.pr-xl-2,.px-xl-2{padding-right:.5rem!important }.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important }.pl-xl-2,.px-xl-2{padding-left:.5rem!important }.p-xl-3{padding:1rem!important }.pt-xl-3,.py-xl-3{padding-top:1rem!important }.pr-xl-3,.px-xl-3{padding-right:1rem!important }.pb-xl-3,.py-xl-3{padding-bottom:1rem!important }.pl-xl-3,.px-xl-3{padding-left:1rem!important }.p-xl-4{padding:1.5rem!important }.pt-xl-4,.py-xl-4{padding-top:1.5rem!important }.pr-xl-4,.px-xl-4{padding-right:1.5rem!important }.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important }.pl-xl-4,.px-xl-4{padding-left:1.5rem!important }.p-xl-5{padding:3rem!important }.pt-xl-5,.py-xl-5{padding-top:3rem!important }.pr-xl-5,.px-xl-5{padding-right:3rem!important }.pb-xl-5,.py-xl-5{padding-bottom:3rem!important }.pl-xl-5,.px-xl-5{padding-left:3rem!important }.m-xl-n1{margin:-.25rem!important }.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important }.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important }.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important }.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important }.m-xl-n2{margin:-.5rem!important }.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important }.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important }.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important }.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important }.m-xl-n3{margin:-1rem!important }.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important }.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important }.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important }.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important }.m-xl-n4{margin:-1.5rem!important }.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important }.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important }.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important }.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important }.m-xl-n5{margin:-3rem!important }.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important }.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important }.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important }.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important }.m-xl-auto{margin:auto!important }.mt-xl-auto,.my-xl-auto{margin-top:auto!important }.mr-xl-auto,.mx-xl-auto{margin-right:auto!important }.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important }.ml-xl-auto,.mx-xl-auto{margin-left:auto!important }}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace }.text-justify{text-align:justify!important }.text-wrap{white-space:normal!important }.text-nowrap{white-space:nowrap!important }.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap }.text-left{text-align:left!important }.text-right{text-align:right!important }.text-center{text-align:center!important }@media (min-width:576px){.text-sm-left{text-align:left!important }.text-sm-right{text-align:right!important }.text-sm-center{text-align:center!important }}@media (min-width:768px){.text-md-left{text-align:left!important }.text-md-right{text-align:right!important }.text-md-center{text-align:center!important }}@media (min-width:992px){.text-lg-left{text-align:left!important }.text-lg-right{text-align:right!important }.text-lg-center{text-align:center!important }}@media (min-width:1200px){.text-xl-left{text-align:left!important }.text-xl-right{text-align:right!important }.text-xl-center{text-align:center!important }}.text-lowercase{text-transform:lowercase!important }.text-uppercase{text-transform:uppercase!important }.text-capitalize{text-transform:capitalize!important }.font-weight-light{font-weight:300!important }.font-weight-lighter{font-weight:lighter!important }.font-weight-normal{font-weight:400!important }.font-weight-bold{font-weight:700!important }.font-weight-bolder{font-weight:bolder!important }.font-italic{font-style:italic!important }.text-white{color:#fff!important }.text-primary{color:#007bff!important }a.text-primary:focus,a.text-primary:hover{color:#0056b3!important }.text-secondary{color:#6c757d!important }a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important }.text-success{color:#28a745!important }a.text-success:focus,a.text-success:hover{color:#19692c!important }.text-info{color:#17a2b8!important }a.text-info:focus,a.text-info:hover{color:#0f6674!important }.text-warning{color:#ffc107!important }a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important }.text-danger{color:#dc3545!important }a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important }.text-light{color:#f8f9fa!important }a.text-light:focus,a.text-light:hover{color:#cbd3da!important }.text-dark{color:#343a40!important }a.text-dark:focus,a.text-dark:hover{color:#121416!important }.text-body{color:#212529!important }.text-muted{color:#6c757d!important }.text-black-50{color:rgba(0,0,0,.5)!important }.text-white-50{color:rgba(255,255,255,.5)!important }.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0 }.text-decoration-none{text-decoration:none!important }.text-reset{color:inherit!important }.visible{visibility:visible!important }.invisible{visibility:hidden!important }@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important }a:not(.btn){text-decoration:underline }abbr[title]::after{content:" (" attr(title) ")" }pre{white-space:pre-wrap!important }blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid }thead{display:table-header-group }img,tr{page-break-inside:avoid }h2,h3,p{orphans:3;widows:3 }h2,h3{page-break-after:avoid }@page{size:a3 }body{min-width:992px!important }.container{min-width:992px!important }.navbar{display:none }.badge{border:1px solid #000 }.table{border-collapse:collapse!important }.table td,.table th{background-color:#fff!important }.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important }.table-dark{color:inherit }.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6 }.table .thead-dark th{color:inherit;border-color:#dee2e6 }}
/*# sourceMappingURL=bootstrap.min.css.map */
/*! jQuery UI - v1.11.4 - 2015-12-09
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
@media(min-width: 1031px) {
  .main-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }
}

@media(max-width: 1030px) {
  .our-dashbord.dashbord {
    margin-top: 0;
  }

  .main-menu {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .header,
  .footer {
    padding: 0 20px !important;
  }
}

.header.stylehome1 {
  background-color: #0a0a0a !important;
  position: relative;
  z-index: 1;
}

.header.stylehome1.home5 {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.header.stylehome1 .main_logo_home2 {
  display: inline;
  position: relative;
}

.header.stylehome1 .main_logo_home2 span {
  font-size: 18px;
  margin-top: 25px;
  margin-left: 5px;
  vertical-align: bottom;
}

.header.stylehome1.home5 .main_logo_home2 span,
.header.stylehome1.home5 #search-button i,
.header.stylehome1.home5 #search-button i {
  color: #0a0a0a;
}

.header.stylehome1 a {
  height: 50px;
  display: grid;
  line-height: 40px;
  margin: 0 10px auto;
  padding-top: 15px;
  top: 20px;
  width: 50px;
}

header.stylehome1.home3 a {
  background-color: #112360 !important;
}

header.stylehome1.home4 a {
  background-color: #201b72 !important;
}

.header.stylehome1.home6 a {
  background-color: #43d4b6 !important;
}

.header,
.content,
.footer {
  text-align: center;
}

.header,
.footer {
  background: #777;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  padding: 0 50px;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.header a {
  display: block;
  width: 28px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.header a:hover {
  cursor: pointer;
}

.header a:before {
  content: '';
  display: block;
  background: #484848;
  height: 2px;
  width: 15px;
}

.header a span {
  background: #484848;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 30px;
}

.header a:after {
  content: '';
  display: block;
  background: #484848;
  height: 2px;
  width: 20px;
}

.header li.list_s a:before,
.header li.list_s a:after {
  display: none;
}

.header li.list_s a span {
  background-color: transparent;
}

.menu_bar_home2 li.list-inline-item:first-child {
  position: absolute;
  right: 60px;
  top: -15px;
}

.menu_bar_home2 li.list-inline-item:first-child a::before {
  display: none;
}

.menu_bar_home2.home5 li.list-inline-item:first-child:after {
  background-color: #5b5b5b !important;
}

.header.stylehome1.home5 a:before {
  width: 35px;
}

.header.stylehome1.home5 a:before {
  content: '';
  display: block;
  background-color: #0a0a0a;
  height: 2px;
}

.header.stylehome1.home5 a span {
  background-color: #0a0a0a;
}

/*!
 * jQuery mmenu v7.3.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

[dir=rtl] .mm-menu {
  direction: rtl
}

.mm-panels,
.mm-panels>.mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-panel,
.mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panel:after,
.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size)
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
  z-index: 2
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
  content: none;
  display: none
}

.mm-listitem_opened>.mm-panel {
  display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0
}

.mm-btn:after,
.mm-btn:before {
  border-color: rgba(0, 0, 0, .1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid
}

.mm-btn_close:after,
.mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-btn_next:after,
.mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
  right: auto
}

[dir=rtl] .mm-btn_close:before {
  left: 25px
}

[dir=rtl] .mm-btn_close:after {
  left: 18px
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-navbar>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0
}

.mm-panel_has-navbar .mm-navbar {
  display: block
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto
}

.mm-listitem,
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listitem {
  color: rgba(0, 0, 0, .75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, .1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mm-listitem:after {
  content: '';
  border-color: #EBEBEB;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0
}

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none
}

.mm-listitem__btn,
.mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)
}

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .4);
  tap-highlight-color: rgba(255, 255, 255, .4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
  background: rgba(255, 255, 255, .4);
  background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
  background: rgba(0, 0, 0, .05);
  background: var(--mm-color-background-highlight)
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 0px
}

.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, .05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size)
}

.mm-listitem_spacer>.mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size)
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative
}

.mm-wrapper_background .mm-page {
  background: inherit
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0)
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

.mm-wrapper_blocking {
  overflow: hidden
}

.mm-wrapper_blocking body {
  overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}

/* Small devices (min-width: 576px) (max-width: 767.98px) // (landscape phones, less than 992px) */
@media only screen and (max-width:1030px) {
  .header.stylehome1.dashbord_pages:before {
    background-image: -moz-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
  }

  .mobile-menu .header_user_notif.dashbord_pages_mobile_version li:first-child {
    display: inline-block !important;
  }

  .header_user_notif.dashbord_pages_mobile_version {
    padding-top: 5px !important;
  }

  .header_user_notif.dashbord_pages_mobile_version li.user_notif {
    padding-top: 5px;
    vertical-align: middle !important;
  }

  .header_user_notif.dashbord_pages_mobile_version li.user_notif:first-child {
    margin-right: 10px;
  }

  .stylehome1.dashbord_mobile_logo.dashbord_pages .nav_logo_img {
    margin-left: 0 !important;
  }

  .stylehome1:before,
  .header.stylehome1 {
    background-color: #ffffff !important;
  }

  .stylehome1.home2,
  .stylehome1.home2:before {
    background-color: #141414 !important;
    border-bottom: none;
  }

  .stylehome1.home3 .header.stylehome1 {
    border-bottom: none !important;
  }
}

/* Small devices (min-width: 576px) (max-width: 767.98px) // (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {}
/* 
Ace Responsive Menu Plugin
Version: 1.0
Author: Samson Onna
E-mail: samson3d@gmail.com
----------------------------------------*/
/* Import Fonts
----------------------------------------*/
/* Ace Responsive Menu
----------------------------------------*/
a {
  color: #0d638f;
  text-shadow: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
.ace-responsive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  width:100%;
}
.ace-responsive-menu li{
  list-style: none;
}
.ace-responsive-menu li ul {
  display:none;
}
.ace-responsive-menu > li {
  border: 0px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
/* float: left;*/
}
.ace-responsive-menu li a {
  color:#c0c0c0;
}
.ace-responsive-menu > li > a.active span {
  color: #ffffff
}
.ace-responsive-menu > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 18px 20px 18px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #979797;
}
.ace-responsive-menu li a i {
  padding-right: 5px;
}
.ace-responsive-menu > li > a i {
  font-size: 16px;
  text-shadow: none;
}
.ace-responsive-menu li ul.sub-menu li a i {
  padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
  /*background: #272727 !important;*/
  color:#fff;
}
.ace-responsive-menu li .menu-active {
  position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
  margin-left: 8px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  width: 10px;
  display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
  content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0;
  position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
  background: #333;
}
.ace-responsive-menu li ul.sub-menu > li {
  width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
  display: block;
  margin: 0px 0px;
  padding: 12px 20px 12px 0px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
  position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
  display: none;
  float: left;
  width: 100%;
  background: #333;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle h3 {
  float: left;
  color: #FFF;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 16px;
}
.menu-toggle .icon-bar {
  display: block !important;
  width: 18px;
  height: 2px;
  background-color: #F5F5F5 !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin: 3px;
}
.menu-toggle .icon-bar:hover {
  background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
  float: right;
  background: #202020;
  border: 1px solid #0C0C0C;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}
.menu-toggle #menu-btn:focus {
  outline: none;
}
.hide-menu {
  display: none;
}

/* Accordion Menu Styles
----------------------------------------*/
ul[data-menu-style="accordion"] {
  width: 250px;
}
ul[data-menu-style="accordion"] > li {    
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: none !important;
}/*
ul[data-menu-style="accordion"] > li:first-child {
  border-top: 2px solid #FD5025;
}*/
ul[data-menu-style="accordion"] li ul.sub-menu > li {
  width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
  float: right;
  content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
  content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li > a i {
  padding-right: 10px;
  color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li {
  border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
  background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
  content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
  width: 200px;
}
ul[data-menu-style="vertical"] > li {
  float: none;
}/*
ul[data-menu-style="vertical"] > li:first-child {
  border-top: 2px solid #FD5025;
}*/
ul[data-menu-style="vertical"] li ul.sub-menu > li {
  width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
  float: right;
  content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
  position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
  position: absolute;
  left:200px;
  top:0px;
  width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
  padding-right: 10px;
  color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width:200px;
  left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width:200px;
  left: 200px;
}
ul[data-menu-style="vertical"] > li {
  border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
  background: #272727 !important;
}
/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/
@media screen and (max-width: 768px) {
    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 1px solid #242424;
       float: none;
    }   
    .ace-responsive-menu li a:hover {
        background: #272727 !important;
    }/*
    .ace-responsive-menu > li:first-child {
        border-top: 2px solid #FD5025;
    }*/
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
}
.options {
  width: 200px;
  float: left;
  margin-top: 30px;
}
.options h3 {
    font-size: 20px;
}
.options a {
  padding: 12px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  background: #535353;
  color: #FFF;
  text-decoration: none;
}
a.backLink {
  float:right;
  margin-bottom:10px;
}
/*!
 * Bootstrap-select v1.13.2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;z-index:1;text-align:right;white-space:nowrap}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:absolute;top:0;left:0;padding-top:inherit;padding-right:inherit;padding-bottom:inherit;padding-left:inherit;height:100%;width:100%;text-align:left}.bootstrap-select .dropdown-toggle .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*
  Flaticon icon font: Flaticon
  Creation date: 09/01/2020 08:18
*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-calendar:before {
    content: "\f100";
}

.flaticon-percent:before {
    content: "\f101";
}

.flaticon-money-bag:before {
    content: "\f102";
}

.flaticon-close:before {
    content: "\f103";
}

.flaticon-filter-results-button:before {
    content: "\f104";
}

.flaticon-pin:before {
    content: "\f105";
}

.flaticon-street-view:before {
    content: "\f106";
}

.flaticon-photo-camera:before {
    content: "\f107";
}

.flaticon-share:before {
    content: "\f108";
}

.flaticon-printer:before {
    content: "\f109";
}

.flaticon-tick:before {
    content: "\f10a";
}

.flaticon-play:before {
    content: "\f10b";
}

.flaticon-college-graduation:before {
    content: "\f10c";
}

.flaticon-heartbeat:before {
    content: "\f10d";
}

.flaticon-front-of-bus:before {
    content: "\f10e";
}

.flaticon-pdf:before {
    content: "\f10f";
}

.flaticon-document:before {
    content: "\f110";
}

.flaticon-download:before {
    content: "\f111";
}

.flaticon-smartphone-call:before {
    content: "\f112";
}

.flaticon-telephone:before {
    content: "\f113";
}

.flaticon-black-back-closed-envelope-shape:before {
    content: "\f114";
}

.flaticon-layers:before {
    content: "\f115";
}

.flaticon-envelope:before {
    content: "\f116";
}

.flaticon-home:before {
    content: "\f117";
}

.flaticon-heart:before {
    content: "\f118";
}

.flaticon-invoice:before {
    content: "\f119";
}

.flaticon-magnifying-glass:before {
    content: "\f11a";
}

.flaticon-chat:before {
    content: "\f11b";
}

.flaticon-box:before {
    content: "\f11c";
}

.flaticon-user:before {
    content: "\f11d";
}

.flaticon-logout:before {
    content: "\f11e";
}

.flaticon-view:before {
    content: "\f11f";
}

.flaticon-edit:before {
    content: "\f120";
}

.flaticon-garbage:before {
    content: "\f121";
}

.flaticon-reply:before {
    content: "\f122";
}

.flaticon-left-arrow:before {
    content: "\f123";
}

.flaticon-transfer:before {
    content: "\f124";
}

.flaticon-zoom-in:before {
    content: "\f125";
}

.flaticon-drop-down-arrow:before {
    content: "\f126";
}

.flaticon-maps-and-flags:before {
    content: "\f127";
}

.flaticon-more:before {
    content: "\f128";
}

.flaticon-transfer-1:before {
    content: "\f129";
}

.flaticon-high-five:before {
    content: "\f12a";
}

.flaticon-home-1:before {
    content: "\f12b";
}

.flaticon-profit:before {
    content: "\f12c";
}

.flaticon-next:before {
    content: "\f12d";
}

.flaticon-arrows:before {
    content: "\f12e";
}

.flaticon-angle-arrow-down:before {
    content: "\f12f";
}

.flaticon-plus:before {
    content: "\f130";
}

.flaticon-mouse:before {
    content: "\f131";
}

.flaticon-mouse-1:before {
    content: "\f132";
}

.flaticon-back:before {
    content: "\f133";
}

.flaticon-download-1:before {
    content: "\f134";
}

.flaticon-upload:before {
    content: "\f135";
}

.flaticon-left-arrow-1:before {
    content: "\f136";
}

.flaticon-right-arrow:before {
    content: "\f137";
}

.flaticon-download-arrow:before {
    content: "\f138";
}

.flaticon-house:before {
    content: "\f139";
}

.flaticon-house-1:before {
    content: "\f13a";
}

.flaticon-house-2:before {
    content: "\f13b";
}

.flaticon-building:before {
    content: "\f13c";
}

.flaticon-placeholder:before {
    content: "\f13d";
}

.flaticon-play-button:before {
    content: "\f13e";
}

.flaticon-caret-down:before {
    content: "\f13f";
}

.flaticon-password:before {
    content: "\f140";
}

.flaticon-login:before {
    content: "\f141";
}

.flaticon-user-1:before {
    content: "\f142";
}
/* ========== Owl Carousel - Animate Plugin */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:0}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#eeeeee;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* Slider */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
  background: #fff url('../css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/slick.woff') format('woff'), 
  url('../fonts/slick.ttf') format('truetype'), 
  url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: -25px;
}
[dir='rtl'] .slick-prev{
  right: -25px;
  left: auto;
}
.slick-prev:before{
  content: '←';
}
[dir='rtl'] .slick-prev:before{
  content: '→';
}
.slick-next{
  right: -25px;
}
[dir='rtl'] .slick-next{
  right: auto;
  left: -25px;
}
.slick-next:before{
  content: '→';
}
[dir='rtl'] .slick-next:before{
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 30px;
}
.slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
  color: black;
}
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide img:focus{
	outline: none;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-initialized .slick-slide:focus{
  outline: none;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*  ----------------------------------------------------------------
  MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
  ----------------------------------------------------------------  
  Demo at: http://www.aaronvanderzwan.com/maxcycle/
  Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
  Copyright (c) 2007-2011 Aaron Vanderzwan
  Dual licensed under the MIT and GPL licenses.
*/
/*! Version: 2.0.73 (12-Oct-2012) MaxImage Slider */
.mc-hide-scrolls{
  overflow:hidden;
}
.mc-cycle {
  height: 810px !important;
  left:0;
  overflow:hidden;
  top:-97px;
  width:100%;
  z-index:-1;
}
div.mc-image {
  /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
    If you are using fading transitions, use 'opacity: */
  -webkit-transition: opacity 1s ease-in-out; 
  -moz-transition: opacity 1s ease-in-out; 
  -o-transition: opacity 1s ease-in-out; 
  transition: opacity 1s ease-in-out;  
  /*If you are using horizontal slide transitions, use the following CSS:
  -webkit-transition: left 1s ease-in-out; 
  -moz-transition: left 1s ease-in-out; 
  -o-transition: left 1s ease-in-out; 
  transition: left 1s ease-in-out;*/  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
  height:100%;
  overflow:hidden;
  width:100%;
}
.mc-old-browser .mc-image {
  overflow:hidden;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../images/flags.png?1");
  --iti-path-flags-2x: url("../images/flags@2x.png?1");
  --iti-path-globe-1x: url("../images/globe.png");
  --iti-path-globe-2x: url("../images/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti * {
  box-sizing: border-box
}

.iti__hide {
  display: none
}

.iti__v-hide {
  visibility: hidden
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=tel],
.iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width)
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  background: 0 0;
  border: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: #fff
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px
}

.iti__search-input+.iti__country-list {
  border-top: 1px solid var(--iti-border-gray)
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap
}

@media (max-width:500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal
  }
}

.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width)
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: var(--iti-border-width) solid var(--iti-border-gray)
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: 0
}

.iti__dial-code {
  color: var(--iti-text-gray)
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color)
}

.iti__country-name,
.iti__flag-box {
  margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__country-name,
[dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=tel],
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=tel],
.iti--show-selected-dial-code input.iti__tel-input[type=text] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0
}

.iti--allow-dropdown .iti__country-container,
.iti--show-selected-dial-code .iti__country-container {
  right: auto;
  left: 0
}

[dir=rtl] .iti--allow-dropdown .iti__country-container,
[dir=rtl] .iti--show-selected-dial-code .iti__country-container {
  right: 0;
  left: auto
}

.iti--allow-dropdown .iti__country-container:hover,
.iti--allow-dropdown .iti__country-container:hover button {
  cursor: pointer
}

.iti--allow-dropdown .iti__country-container:hover .iti__selected-country {
  background-color: var(--iti-hover-color)
}

.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default
}

.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover .iti__selected-country,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover .iti__selected-country {
  background-color: transparent
}

.iti--show-selected-dial-code .iti__selected-country {
  background-color: var(--iti-hover-color)
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: var(--iti-arrow-padding)
}

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: var(--iti-arrow-padding)
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width)
}

.iti--container:hover {
  cursor: pointer
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0 0 1px 0 #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__np {
  --iti-flag-width: 13px
}

.iti__ch,
.iti__va {
  --iti-flag-width: 15px
}

.iti__be,
.iti__ne {
  --iti-flag-width: 18px
}

.iti__mc {
  --iti-flag-width: 19px
}

.iti__ac,
.iti__ae,
.iti__ai,
.iti__am,
.iti__as,
.iti__au,
.iti__az,
.iti__ba,
.iti__bm,
.iti__bn,
.iti__bs,
.iti__by,
.iti__ca,
.iti__cc,
.iti__ck,
.iti__cu,
.iti__cx,
.iti__dg,
.iti__dm,
.iti__eh,
.iti__er,
.iti__et,
.iti__fj,
.iti__fk,
.iti__gb,
.iti__gi,
.iti__gs,
.iti__gw,
.iti__hm,
.iti__hn,
.iti__hr,
.iti__hu,
.iti__ie,
.iti__im,
.iti__io,
.iti__jm,
.iti__jo,
.iti__ki,
.iti__kp,
.iti__kw,
.iti__ky,
.iti__kz,
.iti__lc,
.iti__lk,
.iti__lv,
.iti__ly,
.iti__md,
.iti__me,
.iti__mk,
.iti__mn,
.iti__mp,
.iti__ms,
.iti__my,
.iti__nc,
.iti__nf,
.iti__ng,
.iti__nr,
.iti__nu,
.iti__nz,
.iti__om,
.iti__ph,
.iti__pn,
.iti__ps,
.iti__sb,
.iti__sc,
.iti__sd,
.iti__sh,
.iti__si,
.iti__ss,
.iti__st,
.iti__su,
.iti__ta,
.iti__tc,
.iti__tj,
.iti__tk,
.iti__tl,
.iti__to,
.iti__tv,
.iti__uk,
.iti__uz,
.iti__vg,
.iti__ws,
.iti__zw {
  --iti-flag-height: 10px
}

.iti__fm,
.iti__gu,
.iti__lr,
.iti__mh,
.iti__py,
.iti__um,
.iti__us {
  --iti-flag-height: 11px
}

.iti__bd,
.iti__bg,
.iti__bh,
.iti__bi,
.iti__bz,
.iti__cq,
.iti__cr,
.iti__cv,
.iti__de,
.iti__fi,
.iti__gd,
.iti__gy,
.iti__ht,
.iti__ir,
.iti__je,
.iti__kg,
.iti__km,
.iti__li,
.iti__lt,
.iti__lu,
.iti__mx,
.iti__ni,
.iti__sv,
.iti__tt,
.iti__vu {
  --iti-flag-height: 12px
}

.iti__ar,
.iti__ax,
.iti__ee,
.iti__gt,
.iti__kh,
.iti__pl,
.iti__pw,
.iti__se,
.iti__tg {
  --iti-flag-height: 13px
}

.iti__al,
.iti__be,
.iti__bv,
.iti__cd,
.iti__ch,
.iti__dk,
.iti__fo,
.iti__ga,
.iti__il,
.iti__is,
.iti__mc,
.iti__ne,
.iti__no,
.iti__np,
.iti__pg,
.iti__sj,
.iti__sm,
.iti__va,
.iti__xk {
  --iti-flag-height: 15px
}

.iti__qa {
  --iti-flag-height: 8px
}

.iti__ac {
  --iti-flag-offset: 0px
}

.iti__ad {
  --iti-flag-offset: -22px
}

.iti__ae {
  --iti-flag-offset: -44px
}

.iti__af {
  --iti-flag-offset: -66px
}

.iti__ag {
  --iti-flag-offset: -88px
}

.iti__ai {
  --iti-flag-offset: -110px
}

.iti__al {
  --iti-flag-offset: -132px
}

.iti__am {
  --iti-flag-offset: -154px
}

.iti__ao {
  --iti-flag-offset: -176px
}

.iti__aq {
  --iti-flag-offset: -198px
}

.iti__ar {
  --iti-flag-offset: -220px
}

.iti__as {
  --iti-flag-offset: -242px
}

.iti__at {
  --iti-flag-offset: -264px
}

.iti__au {
  --iti-flag-offset: -286px
}

.iti__aw {
  --iti-flag-offset: -308px
}

.iti__ax {
  --iti-flag-offset: -330px
}

.iti__az {
  --iti-flag-offset: -352px
}

.iti__ba {
  --iti-flag-offset: -374px
}

.iti__bb {
  --iti-flag-offset: -396px
}

.iti__bd {
  --iti-flag-offset: -418px
}

.iti__be {
  --iti-flag-offset: -440px
}

.iti__bf {
  --iti-flag-offset: -460px
}

.iti__bg {
  --iti-flag-offset: -482px
}

.iti__bh {
  --iti-flag-offset: -504px
}

.iti__bi {
  --iti-flag-offset: -526px
}

.iti__bj {
  --iti-flag-offset: -548px
}

.iti__bl {
  --iti-flag-offset: -570px
}

.iti__bm {
  --iti-flag-offset: -592px
}

.iti__bn {
  --iti-flag-offset: -614px
}

.iti__bo {
  --iti-flag-offset: -636px
}

.iti__bq {
  --iti-flag-offset: -658px
}

.iti__br {
  --iti-flag-offset: -680px
}

.iti__bs {
  --iti-flag-offset: -702px
}

.iti__bt {
  --iti-flag-offset: -724px
}

.iti__bv {
  --iti-flag-offset: -746px
}

.iti__bw {
  --iti-flag-offset: -768px
}

.iti__by {
  --iti-flag-offset: -790px
}

.iti__bz {
  --iti-flag-offset: -812px
}

.iti__ca {
  --iti-flag-offset: -834px
}

.iti__cc {
  --iti-flag-offset: -856px
}

.iti__cd {
  --iti-flag-offset: -878px
}

.iti__cf {
  --iti-flag-offset: -900px
}

.iti__cg {
  --iti-flag-offset: -922px
}

.iti__ch {
  --iti-flag-offset: -944px
}

.iti__ci {
  --iti-flag-offset: -961px
}

.iti__ck {
  --iti-flag-offset: -983px
}

.iti__cl {
  --iti-flag-offset: -1005px
}

.iti__cm {
  --iti-flag-offset: -1027px
}

.iti__cn {
  --iti-flag-offset: -1049px
}

.iti__co {
  --iti-flag-offset: -1071px
}

.iti__cp {
  --iti-flag-offset: -1093px
}

.iti__cq {
  --iti-flag-offset: -1115px
}

.iti__cr {
  --iti-flag-offset: -1137px
}

.iti__cu {
  --iti-flag-offset: -1159px
}

.iti__cv {
  --iti-flag-offset: -1181px
}

.iti__cw {
  --iti-flag-offset: -1203px
}

.iti__cx {
  --iti-flag-offset: -1225px
}

.iti__cy {
  --iti-flag-offset: -1247px
}

.iti__cz {
  --iti-flag-offset: -1269px
}

.iti__de {
  --iti-flag-offset: -1291px
}

.iti__dg {
  --iti-flag-offset: -1313px
}

.iti__dj {
  --iti-flag-offset: -1335px
}

.iti__dk {
  --iti-flag-offset: -1357px
}

.iti__dm {
  --iti-flag-offset: -1379px
}

.iti__do {
  --iti-flag-offset: -1401px
}

.iti__dz {
  --iti-flag-offset: -1423px
}

.iti__ea {
  --iti-flag-offset: -1445px
}

.iti__ec {
  --iti-flag-offset: -1467px
}

.iti__ee {
  --iti-flag-offset: -1489px
}

.iti__eg {
  --iti-flag-offset: -1511px
}

.iti__eh {
  --iti-flag-offset: -1533px
}

.iti__er {
  --iti-flag-offset: -1555px
}

.iti__es {
  --iti-flag-offset: -1577px
}

.iti__et {
  --iti-flag-offset: -1599px
}

.iti__eu {
  --iti-flag-offset: -1621px
}

.iti__ez {
  --iti-flag-offset: -1643px
}

.iti__fi {
  --iti-flag-offset: -1665px
}

.iti__fj {
  --iti-flag-offset: -1687px
}

.iti__fk {
  --iti-flag-offset: -1709px
}

.iti__fm {
  --iti-flag-offset: -1731px
}

.iti__fo {
  --iti-flag-offset: -1753px
}

.iti__fr {
  --iti-flag-offset: -1775px
}

.iti__fx {
  --iti-flag-offset: -1797px
}

.iti__ga {
  --iti-flag-offset: -1819px
}

.iti__gb {
  --iti-flag-offset: -1841px
}

.iti__gd {
  --iti-flag-offset: -1863px
}

.iti__ge {
  --iti-flag-offset: -1885px
}

.iti__gf {
  --iti-flag-offset: -1907px
}

.iti__gg {
  --iti-flag-offset: -1929px
}

.iti__gh {
  --iti-flag-offset: -1951px
}

.iti__gi {
  --iti-flag-offset: -1973px
}

.iti__gl {
  --iti-flag-offset: -1995px
}

.iti__gm {
  --iti-flag-offset: -2017px
}

.iti__gn {
  --iti-flag-offset: -2039px
}

.iti__gp {
  --iti-flag-offset: -2061px
}

.iti__gq {
  --iti-flag-offset: -2083px
}

.iti__gr {
  --iti-flag-offset: -2105px
}

.iti__gs {
  --iti-flag-offset: -2127px
}

.iti__gt {
  --iti-flag-offset: -2149px
}

.iti__gu {
  --iti-flag-offset: -2171px
}

.iti__gw {
  --iti-flag-offset: -2193px
}

.iti__gy {
  --iti-flag-offset: -2215px
}

.iti__hk {
  --iti-flag-offset: -2237px
}

.iti__hm {
  --iti-flag-offset: -2259px
}

.iti__hn {
  --iti-flag-offset: -2281px
}

.iti__hr {
  --iti-flag-offset: -2303px
}

.iti__ht {
  --iti-flag-offset: -2325px
}

.iti__hu {
  --iti-flag-offset: -2347px
}

.iti__ic {
  --iti-flag-offset: -2369px
}

.iti__id {
  --iti-flag-offset: -2391px
}

.iti__ie {
  --iti-flag-offset: -2413px
}

.iti__il {
  --iti-flag-offset: -2435px
}

.iti__im {
  --iti-flag-offset: -2457px
}

.iti__in {
  --iti-flag-offset: -2479px
}

.iti__io {
  --iti-flag-offset: -2501px
}

.iti__iq {
  --iti-flag-offset: -2523px
}

.iti__ir {
  --iti-flag-offset: -2545px
}

.iti__is {
  --iti-flag-offset: -2567px
}

.iti__it {
  --iti-flag-offset: -2589px
}

.iti__je {
  --iti-flag-offset: -2611px
}

.iti__jm {
  --iti-flag-offset: -2633px
}

.iti__jo {
  --iti-flag-offset: -2655px
}

.iti__jp {
  --iti-flag-offset: -2677px
}

.iti__ke {
  --iti-flag-offset: -2699px
}

.iti__kg {
  --iti-flag-offset: -2721px
}

.iti__kh {
  --iti-flag-offset: -2743px
}

.iti__ki {
  --iti-flag-offset: -2765px
}

.iti__km {
  --iti-flag-offset: -2787px
}

.iti__kn {
  --iti-flag-offset: -2809px
}

.iti__kp {
  --iti-flag-offset: -2831px
}

.iti__kr {
  --iti-flag-offset: -2853px
}

.iti__kw {
  --iti-flag-offset: -2875px
}

.iti__ky {
  --iti-flag-offset: -2897px
}

.iti__kz {
  --iti-flag-offset: -2919px
}

.iti__la {
  --iti-flag-offset: -2941px
}

.iti__lb {
  --iti-flag-offset: -2963px
}

.iti__lc {
  --iti-flag-offset: -2985px
}

.iti__li {
  --iti-flag-offset: -3007px
}

.iti__lk {
  --iti-flag-offset: -3029px
}

.iti__lr {
  --iti-flag-offset: -3051px
}

.iti__ls {
  --iti-flag-offset: -3073px
}

.iti__lt {
  --iti-flag-offset: -3095px
}

.iti__lu {
  --iti-flag-offset: -3117px
}

.iti__lv {
  --iti-flag-offset: -3139px
}

.iti__ly {
  --iti-flag-offset: -3161px
}

.iti__ma {
  --iti-flag-offset: -3183px
}

.iti__mc {
  --iti-flag-offset: -3205px
}

.iti__md {
  --iti-flag-offset: -3226px
}

.iti__me {
  --iti-flag-offset: -3248px
}

.iti__mf {
  --iti-flag-offset: -3270px
}

.iti__mg {
  --iti-flag-offset: -3292px
}

.iti__mh {
  --iti-flag-offset: -3314px
}

.iti__mk {
  --iti-flag-offset: -3336px
}

.iti__ml {
  --iti-flag-offset: -3358px
}

.iti__mm {
  --iti-flag-offset: -3380px
}

.iti__mn {
  --iti-flag-offset: -3402px
}

.iti__mo {
  --iti-flag-offset: -3424px
}

.iti__mp {
  --iti-flag-offset: -3446px
}

.iti__mq {
  --iti-flag-offset: -3468px
}

.iti__mr {
  --iti-flag-offset: -3490px
}

.iti__ms {
  --iti-flag-offset: -3512px
}

.iti__mt {
  --iti-flag-offset: -3534px
}

.iti__mu {
  --iti-flag-offset: -3556px
}

.iti__mv {
  --iti-flag-offset: -3578px
}

.iti__mw {
  --iti-flag-offset: -3600px
}

.iti__mx {
  --iti-flag-offset: -3622px
}

.iti__my {
  --iti-flag-offset: -3644px
}

.iti__mz {
  --iti-flag-offset: -3666px
}

.iti__na {
  --iti-flag-offset: -3688px
}

.iti__nc {
  --iti-flag-offset: -3710px
}

.iti__ne {
  --iti-flag-offset: -3732px
}

.iti__nf {
  --iti-flag-offset: -3752px
}

.iti__ng {
  --iti-flag-offset: -3774px
}

.iti__ni {
  --iti-flag-offset: -3796px
}

.iti__nl {
  --iti-flag-offset: -3818px
}

.iti__no {
  --iti-flag-offset: -3840px
}

.iti__np {
  --iti-flag-offset: -3862px
}

.iti__nr {
  --iti-flag-offset: -3877px
}

.iti__nu {
  --iti-flag-offset: -3899px
}

.iti__nz {
  --iti-flag-offset: -3921px
}

.iti__om {
  --iti-flag-offset: -3943px
}

.iti__pa {
  --iti-flag-offset: -3965px
}

.iti__pe {
  --iti-flag-offset: -3987px
}

.iti__pf {
  --iti-flag-offset: -4009px
}

.iti__pg {
  --iti-flag-offset: -4031px
}

.iti__ph {
  --iti-flag-offset: -4053px
}

.iti__pk {
  --iti-flag-offset: -4075px
}

.iti__pl {
  --iti-flag-offset: -4097px
}

.iti__pm {
  --iti-flag-offset: -4119px
}

.iti__pn {
  --iti-flag-offset: -4141px
}

.iti__pr {
  --iti-flag-offset: -4163px
}

.iti__ps {
  --iti-flag-offset: -4185px
}

.iti__pt {
  --iti-flag-offset: -4207px
}

.iti__pw {
  --iti-flag-offset: -4229px
}

.iti__py {
  --iti-flag-offset: -4251px
}

.iti__qa {
  --iti-flag-offset: -4273px
}

.iti__re {
  --iti-flag-offset: -4295px
}

.iti__ro {
  --iti-flag-offset: -4317px
}

.iti__rs {
  --iti-flag-offset: -4339px
}

.iti__ru {
  --iti-flag-offset: -4361px
}

.iti__rw {
  --iti-flag-offset: -4383px
}

.iti__sa {
  --iti-flag-offset: -4405px
}

.iti__sb {
  --iti-flag-offset: -4427px
}

.iti__sc {
  --iti-flag-offset: -4449px
}

.iti__sd {
  --iti-flag-offset: -4471px
}

.iti__se {
  --iti-flag-offset: -4493px
}

.iti__sg {
  --iti-flag-offset: -4515px
}

.iti__sh {
  --iti-flag-offset: -4537px
}

.iti__si {
  --iti-flag-offset: -4559px
}

.iti__sj {
  --iti-flag-offset: -4581px
}

.iti__sk {
  --iti-flag-offset: -4603px
}

.iti__sl {
  --iti-flag-offset: -4625px
}

.iti__sm {
  --iti-flag-offset: -4647px
}

.iti__sn {
  --iti-flag-offset: -4669px
}

.iti__so {
  --iti-flag-offset: -4691px
}

.iti__sr {
  --iti-flag-offset: -4713px
}

.iti__ss {
  --iti-flag-offset: -4735px
}

.iti__st {
  --iti-flag-offset: -4757px
}

.iti__su {
  --iti-flag-offset: -4779px
}

.iti__sv {
  --iti-flag-offset: -4801px
}

.iti__sx {
  --iti-flag-offset: -4823px
}

.iti__sy {
  --iti-flag-offset: -4845px
}

.iti__sz {
  --iti-flag-offset: -4867px
}

.iti__ta {
  --iti-flag-offset: -4889px
}

.iti__tc {
  --iti-flag-offset: -4911px
}

.iti__td {
  --iti-flag-offset: -4933px
}

.iti__tf {
  --iti-flag-offset: -4955px
}

.iti__tg {
  --iti-flag-offset: -4977px
}

.iti__th {
  --iti-flag-offset: -4999px
}

.iti__tj {
  --iti-flag-offset: -5021px
}

.iti__tk {
  --iti-flag-offset: -5043px
}

.iti__tl {
  --iti-flag-offset: -5065px
}

.iti__tm {
  --iti-flag-offset: -5087px
}

.iti__tn {
  --iti-flag-offset: -5109px
}

.iti__to {
  --iti-flag-offset: -5131px
}

.iti__tr {
  --iti-flag-offset: -5153px
}

.iti__tt {
  --iti-flag-offset: -5175px
}

.iti__tv {
  --iti-flag-offset: -5197px
}

.iti__tw {
  --iti-flag-offset: -5219px
}

.iti__tz {
  --iti-flag-offset: -5241px
}

.iti__ua {
  --iti-flag-offset: -5263px
}

.iti__ug {
  --iti-flag-offset: -5285px
}

.iti__uk {
  --iti-flag-offset: -5307px
}

.iti__um {
  --iti-flag-offset: -5329px
}

.iti__un {
  --iti-flag-offset: -5351px
}

.iti__us {
  --iti-flag-offset: -5373px
}

.iti__uy {
  --iti-flag-offset: -5395px
}

.iti__uz {
  --iti-flag-offset: -5417px
}

.iti__va {
  --iti-flag-offset: -5439px
}

.iti__vc {
  --iti-flag-offset: -5456px
}

.iti__ve {
  --iti-flag-offset: -5478px
}

.iti__vg {
  --iti-flag-offset: -5500px
}

.iti__vi {
  --iti-flag-offset: -5522px
}

.iti__vn {
  --iti-flag-offset: -5544px
}

.iti__vu {
  --iti-flag-offset: -5566px
}

.iti__wf {
  --iti-flag-offset: -5588px
}

.iti__ws {
  --iti-flag-offset: -5610px
}

.iti__xk {
  --iti-flag-offset: -5632px
}

.iti__ye {
  --iti-flag-offset: -5654px
}

.iti__yt {
  --iti-flag-offset: -5676px
}

.iti__za {
  --iti-flag-offset: -5698px
}

.iti__zm {
  --iti-flag-offset: -5720px
}

.iti__zw {
  --iti-flag-offset: -5742px
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px
}

@media (min-resolution:2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x)
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x)
  }
}
.shareon {
  font-size: 0 !important
}

.shareon>* {
  display: inline-block;
  position: relative;
  height: 24px;
  min-width: 16px;
  margin: 3px;
  padding: 6px 10px;
  background-color: #333;
  border-radius: 3.33333px;
  border: 0;
  box-sizing: content-box;
  color: #fff;
  line-height: 1.5;
  transition: opacity .3s ease;
  vertical-align: middle
}

.shareon>:hover {
  border: 0;
  cursor: pointer;
  opacity: .7
}

.shareon>:not(:empty) {
  font-size: 16px;
  text-decoration: none
}

.shareon>:not(:empty):before {
  position: relative;
  height: 100%;
  width: 28px;
  top: 0;
  left: 0;
  background-position: 0 50%
}

.shareon>:before {
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 8px;
  left: 8px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  vertical-align: bottom
}

.shareon>.bluesky {
  background-color: #0285ff
}

.shareon>.bluesky:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364q.204-.03.415-.056-.207.033-.415.056c-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a9 9 0 0 1-.415-.056q.21.026.415.056c2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8'/%3e%3c/svg%3e")
}

.shareon>.copy-url:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3e%3c/svg%3e")
}

.shareon>.copy-url.done:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3e%3c/svg%3e")
}

.shareon>.email:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3crect height='16' rx='2' width='20' x='2' y='4'/%3e%3cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3e%3c/g%3e%3c/svg%3e")
}

.shareon>.facebook {
  background-color: #1877f2
}

.shareon>.facebook:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073'/%3e%3c/svg%3e")
}

.shareon>.fediverse {
  background-color: #8a54af
}

.shareon>.fediverse:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.239 8.64a2.43 2.43 0 0 1-1.041 1.036l5.714 5.736 1.377-.698zm7.537 7.566-1.378.698 2.895 2.907a2.43 2.43 0 0 1 1.041-1.037zm6.61-5.297-3.234 1.64.238 1.526 3.66-1.856a2.43 2.43 0 0 1-.663-1.31m-5.113 2.592-7.649 3.876a2.43 2.43 0 0 1 .664 1.31l7.223-3.66zm-2.46-9.549-3.69 7.205 1.089 1.094 3.908-7.628a2.43 2.43 0 0 1-1.307-.67m-4.65 9.078-1.87 3.65a2.44 2.44 0 0 1 1.307.67l1.652-3.226zm-2.998-3.34a2.44 2.44 0 0 1-1.216.255 3 3 0 0 1-.235-.025l1.092 6.983a2.44 2.44 0 0 1 1.216-.255q.118.007.234.025zm3.129 9.03a2.4 2.4 0 0 1 .025.49 2.4 2.4 0 0 1-.256.96l6.98 1.121a2.4 2.4 0 0 1-.025-.49 2.4 2.4 0 0 1 .257-.96zm12.78-6.476-3.222 6.29a2.43 2.43 0 0 1 1.307.671l3.222-6.29a2.43 2.43 0 0 1-1.307-.671M15.68 3.348a2.44 2.44 0 0 1-1.04 1.036l4.99 5.01a2.43 2.43 0 0 1 1.04-1.037zm-4.554-.731L4.818 5.813a2.43 2.43 0 0 1 .663 1.31l6.309-3.197a2.43 2.43 0 0 1-.664-1.31m3.502 1.774a2.44 2.44 0 0 1-1.236.264 3 3 0 0 1-.213-.022l.559 3.578 1.524.244zm-.565 5.9 1.32 8.46a2.43 2.43 0 0 1 1.199-.246q.128.007.254.028l-1.249-7.998zM5.486 7.15a2.4 2.4 0 0 1 .027.498 2.4 2.4 0 0 1-.253.953l3.58.575.704-1.374zm6.137.986L10.92 9.51l8.46 1.36a2.4 2.4 0 0 1-.024-.485 2.4 2.4 0 0 1 .26-.966zM13.645.015a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418m8.261 8.293a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418M16.57 18.725a2.212 2.212 0 1 0-.24 4.419 2.212 2.212 0 1 0 .24-4.419M5.01 16.871a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418M3.204 5.307a2.212 2.212 0 1 0-.24 4.418 2.212 2.212 0 1 0 .24-4.418'/%3e%3c/svg%3e")
}

.shareon>.hackernews {
  background-color: #fb651e
}

.shareon>.hackernews:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.842.564 7.545 14.144V24h2.905v-9.124L20.903.566h-3.21L13.186 9.51c-.682 1.367-1.262 2.631-1.262 2.631s-.545-1.299-1.195-2.63L6.291.563z'/%3e%3c/svg%3e")
}

.shareon>.linkedin {
  background-color: #0a66c2
}

.shareon>.linkedin:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535v8.683ZM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.85 2.85 0 0 1 0 2.886a2.851 2.851 0 1 1 2.85 2.852'/%3e%3c/svg%3e")
}

.shareon>.linkedin:not(:empty):before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.06 2.06 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0z'/%3e%3c/svg%3e")
}

.shareon>.mastodon {
  background-color: #6364ff
}

.shareon>.mastodon:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38q.398-.092.786-.213c.585-.184 1.27-.39 1.774-.753a.06.06 0 0 0 .023-.043v-1.809a.05.05 0 0 0-.02-.041.05.05 0 0 0-.046-.01 20.3 20.3 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.6 5.6 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422q.059-.011.11-.024c2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545m-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102q0-1.965 1.011-3.12c.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164q1.012 1.155 1.012 3.12z'/%3e%3c/svg%3e")
}

.shareon>.messenger {
  background-color: #00b2ff
}

.shareon>.messenger:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639s-5.24 11.638-12 11.638c-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48'/%3e%3c/svg%3e")
}

.shareon>.odnoklassniki {
  background-color: #ee8208
}

.shareon>.odnoklassniki:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 0a6.2 6.2 0 0 0-6.194 6.195 6.2 6.2 0 0 0 6.195 6.192 6.2 6.2 0 0 0 6.193-6.192A6.2 6.2 0 0 0 12.001 0zm0 3.63a2.567 2.567 0 0 1 2.565 2.565 2.57 2.57 0 0 1-2.564 2.564 2.57 2.57 0 0 1-2.565-2.564 2.567 2.567 0 0 1 2.565-2.564zM6.807 12.6a1.814 1.814 0 0 0-.91 3.35 11.6 11.6 0 0 0 3.597 1.49l-3.462 3.463a1.815 1.815 0 0 0 2.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 0 0 2.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.6 11.6 0 0 0 3.596-1.49 1.814 1.814 0 1 0-1.932-3.073 7.87 7.87 0 0 1-8.34 0c-.318-.2-.674-.29-1.024-.278'/%3e%3c/svg%3e")
}

.shareon>.pinterest {
  background-color: #bd081c
}

.shareon>.pinterest:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z'/%3e%3c/svg%3e")
}

.shareon>.pocket {
  background-color: #ef3f56
}

.shareon>.pocket:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m18.813 10.259-5.646 5.419a1.65 1.65 0 0 1-2.282 0l-5.646-5.419a1.645 1.645 0 0 1 2.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 0 1 2.326.049 1.64 1.64 0 0 1-.045 2.326zm5.083-7.546a2.16 2.16 0 0 0-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139q.069.053.143.105l.03.023a11.9 11.9 0 0 0 4.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12 12 0 0 0 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z'/%3e%3c/svg%3e")
}

.shareon>.print:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 14h12v8H6z'/%3e%3c/svg%3e")
}

.shareon>.reddit {
  background-color: #ff4500
}

.shareon>.reddit:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.512 1.173a1.88 1.88 0 0 1 1.877 1.874 1.884 1.884 0 0 1-1.877 1.857c-.99 0-1.817-.783-1.873-1.773l-3.897-.82-1.201 5.623c2.737.105 5.223.949 7.015 2.234a2.53 2.53 0 0 1 1.812-.737A2.634 2.634 0 0 1 24 12.063c0 1.075-.653 2-1.516 2.423q.066.388.063.78c0 4.043-4.698 7.31-10.512 7.31s-10.512-3.267-10.512-7.31c0-.275.022-.55.064-.801a2.63 2.63 0 0 1-1.559-2.402 2.634 2.634 0 0 1 2.633-2.632c.694 0 1.347.294 1.811.735 1.812-1.325 4.32-2.146 7.12-2.232l1.329-6.276a.5.5 0 0 1 .21-.296.52.52 0 0 1 .357-.063l4.361.926c.3-.644.952-1.057 1.663-1.052M7.917 18.052c-.13 0-.254.05-.347.14a.497.497 0 0 0 0 .696c1.264 1.263 3.728 1.37 4.444 1.37s3.16-.084 4.444-1.37a.545.545 0 0 0 .044-.695.5.5 0 0 0-.697 0c-.82.8-2.527 1.095-3.77 1.095s-2.97-.294-3.77-1.095a.5.5 0 0 0-.348-.143zm-.051-5.989A1.88 1.88 0 0 0 5.99 13.94c0 1.031.842 1.873 1.876 1.873a1.88 1.88 0 0 0 1.873-1.874 1.88 1.88 0 0 0-1.873-1.875Zm8.254 0a1.88 1.88 0 0 0-1.873 1.876c0 1.031.842 1.873 1.875 1.873a1.88 1.88 0 0 0 1.875-1.874 1.88 1.88 0 0 0-1.877-1.875'/%3e%3c/svg%3e")
}

.shareon>.teams {
  background-color: #6264a7
}

.shareon>.teams:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.625 8.127q-.55 0-1.025-.205t-.832-.563-.563-.832T18 5.502q0-.54.205-1.02t.563-.837q.357-.358.832-.563.474-.205 1.025-.205.54 0 1.02.205t.837.563q.358.357.563.837t.205 1.02q0 .55-.205 1.025t-.563.832q-.357.358-.837.563t-1.02.205m0-3.75q-.469 0-.797.328t-.328.797.328.797.797.328.797-.328.328-.797-.328-.797-.797-.328M24 10.002v5.578q0 .774-.293 1.46t-.803 1.194q-.51.51-1.195.803-.686.293-1.459.293-.445 0-.908-.105-.463-.106-.85-.329-.293.95-.855 1.729t-1.319 1.336-1.67.861-1.898.305q-1.148 0-2.162-.398-1.014-.399-1.805-1.102t-1.312-1.664-.674-2.086h-5.8q-.411 0-.704-.293T0 16.881V6.873q0-.41.293-.703t.703-.293h8.59q-.34-.715-.34-1.5 0-.727.275-1.365.276-.639.75-1.114.475-.474 1.114-.75.638-.275 1.365-.275t1.365.275 1.114.75q.474.475.75 1.114.275.638.275 1.365t-.275 1.365q-.276.639-.75 1.113-.475.475-1.114.75-.638.276-1.365.276-.188 0-.375-.024-.188-.023-.375-.058v1.078h10.875q.469 0 .797.328t.328.797M12.75 2.373q-.41 0-.78.158-.368.158-.638.434-.27.275-.428.639-.158.363-.158.773t.158.78q.159.368.428.638.27.27.639.428t.779.158.773-.158q.364-.159.64-.428.274-.27.433-.639t.158-.779-.158-.773q-.159-.364-.434-.64-.275-.275-.639-.433-.363-.158-.773-.158M6.937 9.814h2.25V7.94H2.814v1.875h2.25v6h1.875zm10.313 7.313v-6.75H12v6.504q0 .41-.293.703t-.703.293H8.309q.152.809.556 1.5.405.691.985 1.19.58.497 1.318.779.738.281 1.582.281.926 0 1.746-.352.82-.351 1.436-.966.615-.616.966-1.43.352-.815.352-1.752m5.25-1.547v-5.203h-3.75v6.855q.305.305.691.452.387.146.809.146.469 0 .879-.176.41-.175.715-.48.304-.305.48-.715t.176-.879'/%3e%3c/svg%3e")
}

.shareon>.telegram {
  background-color: #26a5e4
}

.shareon>.telegram:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.888 3.551c.168-.003.54.039.781.235.162.14.264.335.288.547.026.156.06.514.033.793-.302 3.189-1.616 10.924-2.285 14.495-.282 1.512-.838 2.017-1.378 2.066-1.17.11-2.058-.773-3.192-1.515-1.774-1.165-2.777-1.889-4.5-3.025-1.99-1.31-.7-2.033.434-3.209.297-.309 5.455-5.002 5.556-5.427.012-.054.024-.252-.094-.356s-.292-.069-.418-.04q-.267.061-8.504 5.62-1.208.831-2.187.806c-.72-.013-2.104-.405-3.134-.739C1.025 13.39.022 13.174.11 12.476q.068-.544 1.5-1.114 8.816-3.84 11.758-5.064c5.599-2.328 6.763-2.733 7.521-2.747Z'/%3e%3c/svg%3e")
}

.shareon>.tumblr {
  background-color: #36465d
}

.shareon>.tumblr:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178z'/%3e%3c/svg%3e")
}

.shareon>.twitter {
  background-color: #0f0f0f
}

.shareon>.twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='evenodd'%20clip-rule='evenodd'%20viewBox='0%200%20512%20462.799'%3E%3Cpath%20fill='%23fff'%20fill-rule='nonzero'%20d='M403.229%200h78.506L310.219%20196.04%20512%20462.799H354.002L230.261%20301.007%2088.669%20462.799h-78.56l183.455-209.683L0%200h161.999l111.856%20147.88L403.229%200zm-27.556%20415.805h43.505L138.363%2044.527h-46.68l283.99%20371.278z'%2F%3E%3C%2Fsvg%3E");
}

.shareon>.viber {
  background-color: #7360f2
}

.shareon>.viber:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817S.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.98.98 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932l-.008.008q-.4.484-.46.948a.6.6 0 0 0-.007.14q0 .205.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186q.405.517.87.984l.132.132q.466.463.984.87a15.5 15.5 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.3 1.3 0 0 0 .54.055q.466-.055.948-.46c.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83q-.54-.383-1.113-.71c-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a13 13 0 0 0-.71-1.115 28 28 0 0 0-.83-1.035.82.82 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z'/%3e%3c/svg%3e")
}

.shareon>.vkontakte {
  background-color: #07f
}

.shareon>.vkontakte:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.199 4.841H.11c.194 9.312 4.85 14.907 13.012 14.907h.462v-5.327c3 .299 5.268 2.492 6.178 5.327H24c-1.164-4.237-4.223-6.58-6.133-7.475 1.91-1.105 4.596-3.79 5.238-7.432h-3.85c-.836 2.955-3.313 5.641-5.67 5.895V4.84h-3.85v10.326C7.347 14.57 4.333 11.675 4.199 4.84Z'/%3e%3c/svg%3e")
}

.shareon>.web-share:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' d='M18 2a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM6 9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm12 7a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm-9.41-2.49 6.83 3.98m-.01-10.98-6.82 3.98'/%3e%3c/svg%3e")
}

.shareon>.whatsapp {
  background-color: #25d366
}

.shareon>.whatsapp:before {
  background-image: url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52s.198-.298.298-.497c.099-.198.05-.371-.025-.52s-.669-1.612-.916-2.207c-.242-.579-.487-.5-.669-.51a13 13 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074s2.096 3.2 5.077 4.487c.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413s.248-1.289.173-1.413c-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.82 9.82 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.82 11.82 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.9 11.9 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.82 11.82 0 0 0-3.48-8.413'/%3e%3c/svg%3e")
}
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index)
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

:root {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em
}

#cc-main.cc--rtl {
  direction: rtl
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600
}

#cc-main button>span {
  pointer-events: none
}

#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size .25s, color .25s ease
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color)
}

#cc-main .cc__link {
  color: var(--cc-link-color)
}

#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin
}

@media screen and (min-width:640px) {

  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert
  }

  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: .25rem solid var(--cc-bg);
    border-radius: 1rem
  }

  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg)
  }

  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px
  }
}

html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s
  }
}

.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809
}

.cc--darkmode #cc-main {
  color-scheme: dark
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1
}

#cc-main .cm--top {
  top: var(--cc-modal-margin)
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em))
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin)
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin)
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin)
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem
}

#cc-main .cm__title {
  font-size: 1.05em
}

#cc-main .cm__title+.cm__desc {
  margin-top: 1.1em
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: .9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr)
}

#cc-main .cm__btn+.cm__btn,
#cc-main .cm__btn-group+.cm__btn-group {
  margin-top: .375rem
}

#cc-main .cm--flip .cm__btn+.cm__btn,
#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0
}

#cc-main .cm--inline .cm__btn+.cm__btn {
  margin-left: .375rem;
  margin-top: 0
}

#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem
}

#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group {
  margin-bottom: .375rem;
  margin-right: 0
}

#cc-main .cm--wide .cm__btn+.cm__btn,
#cc-main .cm--wide .cm__btn-group+.cm__btn-group {
  margin-left: .375rem;
  margin-top: 0
}

#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group {
  margin-bottom: 0;
  margin-right: .375rem
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  padding: .5em 1em;
  text-align: center
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(.5);
  transition: stroke .15s ease
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close+.cm__texts .cm__title {
  padding-right: 3rem
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: .4em 0 .5em
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: .8em;
  width: 100%
}

#cc-main .cm__link-group>*+* {
  margin-left: 1.3rem
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1
}

#cc-main .cm--box .cm__btn--close {
  display: block
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse
}

#cc-main .cm--box.cm--wide {
  max-width: 36em
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row
}

#cc-main .cm--cloud .cm__texts {
  flex: 1
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%)
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%)
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%
}

#cc-main .cm--bar .cm__body {
  padding: .5em 0 .9em
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group {
  margin-left: .375rem;
  margin-top: 0
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color .15s ease, border-color .15s ease, color .15s ease
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%)
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0)
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset
}

#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem
}

#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn {
  margin-left: 0;
  margin-right: .375rem
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn {
  margin-left: .375rem;
  margin-right: 0
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group {
  margin-left: 0;
  margin-right: .375rem
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn {
  margin-left: .375rem;
  margin-right: 0
}

#cc-main.cc--rtl .cm__link-group>*+* {
  margin-left: 0;
  margin-right: 1.3rem
}

@media screen and (max-width:640px) {
  #cc-main {
    --cc-modal-margin: .5em
  }

  #cc-main .cm {
    max-width: none !important;
    width: auto !important
  }

  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important
  }

  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important
  }

  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important
  }

  #cc-main .cm__btn+.cm__btn,
  #cc-main .cm__btn-group+.cm__btn-group {
    margin: .375rem 0 0 !important
  }

  #cc-main .cm--flip .cm__btn+.cm__btn,
  #cc-main .cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important
  }

  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important
  }

  #cc-main .cm__btn {
    flex: auto !important
  }

  #cc-main .cm__link-group {
    justify-content: center !important
  }

  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important
  }
}

#cc-main .pm-wrapper {
  position: relative;
  z-index: 2
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1
}

#cc-main svg {
  fill: none;
  width: 100%
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all .15s ease;
  width: 40px
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(.5);
  transition: stroke .15s ease
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color)
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: .5em
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color .25s ease, border-color .25s ease
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-toggles+.pm__section {
  margin-top: 2em
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: .375rem
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color .25s ease, border-color .25s ease;
  width: 100%
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border)
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(.5) rotate(180deg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(.5)
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
  margin-top: .85em
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: .95em;
  font-weight: 600
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: .8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 .6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 .6em 1px;
  width: auto
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px
}

#cc-main .toggle-service .toggle__icon {
  position: relative
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px
}

#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle {
  transform: translateX(23px)
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all .25s ease
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, .36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .25s ease, background-color .25s ease;
  width: 23px
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity .15s ease;
  width: 100%
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg)
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(.55) rotate(-45deg)
}

#cc-main .toggle__icon-off {
  opacity: 1
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(.55)
}

#cc-main .section__toggle:checked~.toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on {
  opacity: 1
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off {
  opacity: 0
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg)
}

#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none
}

#cc-main .section__toggle:checked:disabled~.toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color)
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: .9em
}

#cc-main .pm__section-desc-wrapper>:not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: .4em 1.2em;
  position: relative;
  transition: background-color .15s ease
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px
}

#cc-main .pm__service-title {
  font-size: .95em;
  width: 100%;
  word-break: break-word
}

#cc-main .pm__section-desc {
  line-height: 1.5em
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%
}

#cc-main .pm__table-caption {
  text-align: left
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head>tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600
}

#cc-main .pm__table-tr {
  transition: background-color .15s ease
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: .625em .625em .625em 1.2em;
  vertical-align: top
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between
}

#cc-main .pm__btn-group {
  display: flex
}

#cc-main .pm__btn+.pm__btn,
#cc-main .pm__btn-group+.pm__btn-group {
  margin-left: .375rem
}

#cc-main .pm--flip .pm__btn+.pm__btn,
#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
  margin-left: 0;
  margin-right: .375rem
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: .5em 1.5em;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color)
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color)
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em))
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block
}

#cc-main .pm--bar .pm__table-head {
  display: none
}

#cc-main .pm--bar .pm__table-caption {
  display: block
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color)
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis
}

#cc-main .pm--bar .pm__table-td>div {
  flex: 3
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
  margin: .375rem 0 0
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%)
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%)
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%)
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0)
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left
}

#cc-main.cc--rtl .toggle-service {
  left: 0
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px)
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px)
}

#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle {
  transform: translateX(0)
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset
}

#cc-main.cc--rtl .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm__btn-group+.pm__btn-group {
  margin-left: 0;
  margin-right: .375rem
}

#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group {
  margin-left: .375rem;
  margin-right: 0
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
  margin-left: 0
}

@media screen and (max-width:640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em)
  }

  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: .9em !important
  }

  #cc-main .pm__badge {
    display: none
  }

  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block
  }

  #cc-main .pm__table-head {
    display: none
  }

  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color)
  }

  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between
  }

  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis
  }

  #cc-main .pm__table-td>div {
    flex: 3
  }

  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important
  }

  #cc-main .pm__btn-group {
    display: flex !important
  }

  #cc-main .pm__btn+.pm__btn,
  #cc-main .pm__btn-group+.pm__btn-group {
    margin: .375rem 0 0 !important
  }

  #cc-main .pm--flip .pm__btn+.pm__btn,
  #cc-main .pm--flip .pm__btn-group+.pm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important
  }

  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important
  }

  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important
  }
}
/*******
Project/Template Name:  FindHouse - Real Estate HTML Template
Template Url:
Author: CreativeLayers
Author Url: https://themeforest.net/user/creativelayers/portfolio
Version: 1.0
Description: FindHouse - Real Estate HTML Template
Tag: advanced custom search, agency, agent, business, clean, corporate, directory, google maps, homes, idx agent, listing properties, membership packages, property, real broker, real estate, real estate agent, real estate agency, realtor

********/
/*== Typography ==*/
html {
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body {
    background-attachment: fixed;
    /* background-color: #ffffff; */
    background-color: #f1f1f1;
    color: #777777;
    font-family: "Inter", serif;
    font-size: 16px;
    line-height: 1.642;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

body.body_overlay {
    position: fixed;
    transform: translate(0, 0);
    width: 100%;
}

body.body_overlay:before {
    background-color: rgba(0, 108, 112, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translate(360px, 0);
}

img {
    max-width: 100%;
}

p {
    font-size: 14px;
    color: #484848;
    font-weight: 400;
}

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

iframe {
    border: none;
    width: 100%;
}

a {
    color: #555555;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

.form-control {
    height: 50px;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

iframe {
    border: none;
}

::selection {
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    /* Firefox */
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    /* Safari */
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter", serif;
    line-height: 1.2;
    color: #484848;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #484848;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #484848;
    font-weight: 400;
}

h1,
h2,
h3,
h4 .h1,
.h2,
.h3,
.h4 {
    font-weight: bold;
}

h5,
h6,
.h5,
.h6 {
    font-weight: bold;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.ff-Inter {
    font-family: "Inter", serif;
}

.ff-fontawesome {
    font-family: FontAwesome !important;
}

.sign_up_modal:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sign_up_modal.modal .close:focus {
    outline: none;
}

.sign_up_modal .tab-content .tab-pane.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sign_up_modal .modal-header {
    background-color: #ffc200;
    border-radius: 50%;
    border: none;
    height: 50px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 50px;
    z-index: 9;
}

.sign_up_modal .modal-header button.close {
    margin-top: -5px;
    margin-right: 0;
    margin-left: 4px;
    opacity: 1;
    padding: 0;
}

.sign_up_modal .modal-header button.close span {
    color: #ffffff;
}

.sign_up_modal .modal-header button.close span:focus {
    border: none;
    outline: none;
    text-shadow: none;
}

.sign_up_tab li.nav-item {
    text-align: center;
    width: 50%;
}

.sign_up_tab li.nav-item .nav-link {
    background-color: #f5f5f5;
    height: 70px;
    line-height: 65px;
    margin: 0;
    padding: 0;
}

.sign_up_tab li.nav-item .nav-link {
    border: none;
    color: #484848;
    font-family: "Inter", serif;
    font-size: 18px;
    font-weight: bold;
}

.sign_up_tab li.nav-item .nav-link.active {
    background-color: #ffffff;
    border: none;
}

.modal-backdrop {
    display: none;
}

.cart {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.cart>li {
    cursor: pointer;
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.cart>li:hover .dropdown_content {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cart>li:hover .dropdown_content:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    top: -10px;
    width: 20px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown_content {
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: flex;
    height: 425px;
    flex-direction: column;
    margin: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 120%;
    -webkit-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
    transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s,
        -webkit-transform 0.2s ease-out;
    visibility: hidden;
    width: 414px;
    z-index: -1;
}

.dropdown_content>li:first-child {
    padding-top: 0;
}

.dropdown_content>li {
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    font-size: 14px;
    padding: 20px 0;
}

.dropdown_content>li:last-child {
    border-bottom: none;
}

.dropdown_content .list_content a img {
    border-radius: 50%;
    margin-right: 20px;
}

.dropdown_content .list_content a p {
    color: #484848;
    font-family: "Inter", serif;
    margin: 0;
}

.dropdown_content .list_content a small {
    font-size: 14px;
    margin: 0;
}

.dropdown_content .list_content a .close_icon {
    font-size: 16px;
    margin: -10px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown_content .list_content h5 {
    color: #212121;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.dropdown_content .list_content .cart_btns {
    border: 1px solid transparent;
    margin-right: 10px;
}

.dropdown_content .list_content .cart_btns:hover {
    background-color: #2ac4ea;
    border: 1px solid #2ac4ea;
}

.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns {
    border-radius: 25px;
    color: #ffffff !important;
    height: 50px;
    line-height: 40px;
    width: 170px;
}

.dropdown_content .list_content .checkout_btns:hover {
    background-color: #fbbc05;
}

/* Search Overlay */
.search_overlay {
    height: 100%;
    width: 100%;
}

.mk-search-trigger {
    position: absolute;
}

.mk-search-trigger.style2 {
    position: absolute;
    right: 72px;
    top: 26px;
}

.mk-search-trigger.style2:before {
    background-color: rgb(232, 238, 242);
    content: "";
    height: 38px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}

.search_overlay.home3 .mk-search-trigger,
.search_overlay.home5 .mk-search-trigger {
    position: relative;
    top: 0;
}

.search_overlay.home5 .mk-search-trigger {
    margin-left: 0;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type="submit"],
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 input[type="submit"] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}

#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus {
    outline: none;
    border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 15px;
    color: #484848;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
    border: none;
    outline: none;
    -webkit-transition: transform ease-out 0.2s;
    -moz-transition: transform ease-out 0.2s;
    -ms-transition: transform ease-out 0.2s;
    -o-transition: transform ease-out 0.2s;
    transition: transform ease-out 0.2s;
}

#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
    position: relative;
    vertical-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
    background-color: #ffffff;
    border: 0;
    border-radius: 5px;
    color: #262626;
    font-size: 17px;
    padding: 20px;
    width: 800px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2:focus {
    border: none;
    outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.94);
    text-align: center;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
    z-index: 9999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
    border: none;
    color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 70px;
    font-size: 26px;
    -webkit-transition: transform ease-out 0.2s;
    -moz-transition: transform ease-out 0.2s;
    -ms-transition: transform ease-out 0.2s;
    -o-transition: transform ease-out 0.2s;
    transition: transform ease-out 0.2s;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.mk-search-trigger {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#search-button,
#search-button2 {
    cursor: pointer;
    opacity: 1;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

#search-button i,
#search-button2 i {
    color: #484848;
    font-size: 22px;
}

.search_overlay.home5 #search-button i,
.search_overlay.home5 #search-button2 i {
    color: #484848;
}

/*== Header Top Style ==*/
.header_top.home2 {
    background-color: #000000;
    height: 80px;
    position: relative;
    z-index: 9;
}

.header_top.home3 {
    height: 70px;
}

.header_top.home3 .container-fluid {
    padding: 0 70px;
    position: relative;
    z-index: 9;
}

.home3_header_top_contact {
    margin-bottom: 0;
    margin-top: 25px;
}

.home3_header_top_contact li:first-child,
.home4_header_top_contact li:first-child {
    margin-right: 35px;
}

.home3_header_top_contact li a,
.home4_header_top_contact li a {
    color: #ffffff;
}

.home4_header_top_contact li a,
ul.sign_up_btn.home4 li a,
ul.sign_up_btn.home6 a {
    font-family: "Inter", serif;
    font-size: 14px;
    line-height: initial;
}

.header_top.home6 {
    background-color: #ffffff;
    height: 90px;
    position: relative;
}

.home4_header_top_contact {
    margin-bottom: 0;
    margin-top: 5px;
}

.sign_up_btn.home4 .btn {
    height: auto;
    line-height: inherit;
}

.header_top.home7 {
    background-color: transparent;
    height: 40px;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

.header_top.home7 .header_top_lang_widget_home6 button.btn.dropdown-toggle {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgba(255, 255, 255, 0.502);
    height: auto;
    line-height: 1.2;
}

.header_top.home7 .header_top_lang_widget_home6 button.btn.dropdown-toggle::after {
    margin-top: 5px;
}

ul.sign_up_btn.home7 a {
    font-size: 14px;
    font-family: "Inter", serif;
}

.light_white,
.light_white:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* Header Top Search Field css home2 */
.header_search_widget .mailchimp_form .form-control {
    background-color: #f7f7f7;
    border: none;
    border-radius: 25px;
    height: 50px;
    padding-left: 30px;
    width: 350px;
}

.header_search_widget .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.header_search_widget .mailchimp_form button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #484848;
    font-size: 22px;
    height: 45px;
    margin-left: -70px;
    line-height: 30px;
}

.header_search_widget .mailchimp_form button:active,
.header_search_widget .mailchimp_form button:focus {
    color: #484848 !important;
    border: none;
    box-shadow: none !important;
    outline: none;
}

.ht_left_widget,
.ht_right_widget {
    margin-top: 19px;
}

.ht_left_widget ul,
.ht_right_widget ul {
    margin-bottom: 0;
}

.ht_left_widget ul li {
    position: relative;
    vertical-align: middle;
}

.ht_right_widget ul li.list-inline-item:nth-child(2) {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-left: 10px;
    padding-right: 15px;
    text-align: center;
}

.ht_left_widget ul li.list-inline-item:first-child {
    margin-right: 25px;
}

.ht_right_widget ul {
    margin-bottom: 0;
}

.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn,
.header_top_lang_widget ul li .btn.cart_btn {
    color: #a4a4a4;
    font-size: 14px;
}

.ht_right_widget ul li a,
.home3_header_top_contact li a {
    font-family: "Inter", serif;
}

header.header-nav.menu_style_home_three.navbar-scrolltofixed .ht_left_widget.home3 .header_top_lang_widget {
    margin-top: 5px;
}

.ht_left_widget.home3 .cd-dropdown-trigger,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger.dropdown-is-active:hover,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger:hover {
    background-color: #ffffff !important;
    color: #484848;
}

.ht_left_widget.home3 .cd-dropdown-trigger {
    text-transform: capitalize;
}

.ht_left_widget.home3 .cd-dropdown-trigger::before,
.ht_left_widget.home3 .cd-dropdown-trigger::after {
    background-color: #484848;
}

.ht_right_widget a.btn.cart_btn span {
    background-color: #ffffff;
}

.header_top_lang_widget ul li a {
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_top_lang_widget ul li a.dropdown-item.active,
.header_top_lang_widget ul li a.dropdown-item:active {
    background-color: #000000;
}

.header_top_lang_widget button.btn.dropdown-toggle {
    background-color: transparent;
    border: none;
    bottom: -5px;
    color: #a4a4a4;
    float: right;
    margin-top: 10px;
    padding: 0 8px;
    width: 90px;
}

.header_top_lang_widget_home4 button.btn.dropdown-toggle,
.header_top_lang_widget_home6 button.btn.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #ffffff;
    line-height: inherit;
    width: 90px;
    font-size: 14px;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    display: inline;
    margin-top: -17px;
}

.header_top_lang_widget_home6.home7 .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    margin-top: 0;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item.active,
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item:active {
    background-color: #192675;
}

.menu6_search.home6 .mk-search-trigger,
.menu7_search.home7 .mk-search-trigger {
    margin-left: -25px;
    top: 22px;
}

.menu6_search.home6 .mk-search-trigger {
    top: 17px;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle::after {
    vertical-align: middle;
}

.header_top_lang_widget_home6.home7 button.btn.dropdown-toggle::after {
    vertical-align: top;
}

.header_top_lang_widget_home4 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.header_top_lang_widget_home6 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.header_top_lang_widget_home4 button .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget_home4 button .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget_home4 button .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus {
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus {
    box-shadow: none !important;
    outline: none !important;
}

.header_top_lang_widget .dropdown.bootstrap-select.show-tick {
    width: auto;
}

.cd-dropdown-content .cd-secondary-dropdown a {
    font-family: "Inter", serif;
}

li.has-children a {
    line-height: 51px;
}

/*== Menu Style For Home V1 & V2 ==*/
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list,
.menu-style-one nav.transparent .nav-header {
    background-color: transparent;
}

nav .wrap-core-nav-list,
nav .nav-header {
    background: #fff;
}

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 20px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #3a3a3a;
}

nav .menu li.active>a,
nav .menu li a:hover {
    color: #e74c3c;
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}

header.header-nav {
    padding: 0 30px;
}

header.header-nav.dashbord_pages {
    padding: 0 5px 0 15px;
}

header.header-nav a.navbar_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 37px;
    margin-top: 20px;
    position: relative;
}

.menu_style_home_one.stricky-fixed {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

header.header-nav a.navbar_brand .logo2 {
    display: none;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
    background-color: #ffffff;
    border-radius: 25px;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 180px;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing.home5,
header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing.home2.style2,
header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing.home2.style10 {
    top: 20px;
}

header.header-nav.menu_style_home_one.home9 ul.ace-responsive-menu li.add_listing {
    background-color: #5f1e8f;
}

header.header-nav.menu_style_home_one.home9 ul.ace-responsive-menu li.add_listing a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a {
    font-family: "Inter", serif;
    color: #ffc200;
    line-height: 1.2;
    top: -20px;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing {
    background-color: #ffc200;
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing a {
    color: #ffffff;
    line-height: 1.2;
}

header.header-nav.menu_style_home_one.stricky-fixed li.list_s:before {
    background-color: #e8eef2;
    opacity: 1;
}

header.header-nav.menu_style_home_one.dashbord_pages {
    background-image: -moz-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1 {
    display: none;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2 {
    display: inline-block;
}

header.header-nav.menu_style_home_one a.navbar_brand span,
header.header-nav.menu_style_home_three a.navbar_brand span,
header.header-nav.menu_style_home_five a.navbar_brand span {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: capitalize;
    vertical-align: middle;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand:before {
    background-color: #dadada;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu>li>a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i {
    color: #484848;
}

header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu {
    margin-left: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu {
    left: 260px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li>ul.sub-menu {
    margin-left: -180px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    padding-left: 0 !important;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    right: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before {
    background-color: #191919;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before {
    background-color: #051925;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu {
    margin-left: 0;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu {
    margin-left: -445px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a {
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    width: 260px;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
    background-color: transparent;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    background-color: #191919;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
    background-color: #051925;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #dedede;
    color: #484848;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    color: #c75533;
    padding-left: 20px;
    box-shadow: none !important;
}

header.header-nav.menu_style_home_one ul.sign_up_btn {
    margin-right: 35px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_three .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_four .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_five .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_six .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_seven .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_eight .ace-responsive-menu>li>a {
    font-family: "Inter", serif;
    padding: 38px 16px 30px 10px;
}

header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li>a {
    padding: 35px 10px 30px 10px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_four .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_five .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_six .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_seven .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_eight .ace-responsive-menu>li>a {
    padding: 27px 35px 30px 10px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu>li>a {
    padding: 27px 20px 30px 10px;
}

header.header-nav.menu_style_home_one.style2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

header.header-nav.menu_style_home_one.style2.home3 {
    background-color: #ffffff;
    box-shadow: none;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand {
    margin-top: 20px;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand span {
    color: #484848;
    font-family: "Inter", serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}

header.header-nav.menu_style_home_one.style2.home10,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li:nth-child(2) ul.sub-menu,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before {
    background-color: #1d293e;
}

header.header-nav.menu_style_home_one.style2.home10 a.navbar_brand span,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_one.style2.home10 .ace-responsive-menu>li>a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s {
    position: relative;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s:before {
    background-color: #e8eef2;
    content: "";
    height: 38px;
    left: -5px;
    position: absolute;
    right: 0;
    top: 26px;
    width: 1px;
}

header.header-nav.menu_style_home_one.style2.home10 ul.ace-responsive-menu li.list_s:before {
    display: none;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing {
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing.home2 {
    background-color: rgb(36, 50, 74);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

header.header-nav.menu_style_home_one.style3 ul.ace-responsive-menu li.add_listing.home6 {
    background-color: #ffc200;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing a {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1;
}

header.header-nav.menu_style_home_one.style2.home10 ul.ace-responsive-menu li.add_listing.home2 {
    border-radius: 8px;
    background-color: rgb(53, 71, 101);
    box-shadow: none;
}

header.header-nav.menu_style_home_one.style2.listing_single_page5 {
    position: absolute;
    width: 100%;
    z-index: 9;
}

header.header-nav.menu_style_home_one.home4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.menu_style_home_one.style2.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
}

/*== Menu Style For Home V2 ==*/
header.header-nav.home2.style_one {
    display: -webkit-box;
    background-color: #141414;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.home2.style_one .ace-responsive-menu>li>a {
    padding: 27px 40px 27px 5px;
}

header.header-nav.home2.style_one ul.sign_up_btn li {
    position: relative;
}

header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before {
    background-color: #434343;
    content: "";
    height: 30px;
    right: -5px;
    position: absolute;
    top: 5px;
    width: 1px;
}

header.header-nav.home2.style_one ul.sign_up_btn li a {
    color: #a4a4a4;
    font-family: "Inter", serif;
    font-size: 14px;
    line-height: 1.2;
}

header.header-nav.home2.style_one ul.sign_up_btn li a:hover {
    color: #ffffff;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    border-radius: 5px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #dedede;
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    color: #ffffff;
    padding-left: 20px;
    box-shadow: none !important;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #555;
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    box-shadow: none !important;
    color: #ffffff;
    padding-left: 20px;
}

header.header-nav.menu_style_home_three a.navbar_brand {
    margin-top: 10px;
}

header.header-nav.menu_style_home_three .ht_left_widget.home3 ul li:last-child {
    margin-top: 5px;
}

header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form .form-control {
    margin-top: 10px;
}

header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form button {
    background-color: transparent;
    margin-top: 10px;
}

/*== Menu Style For Home V3 ==*/
header.header-nav.menu_style_home_three {
    background-color: #051925;
    padding: 0;
}

header.header-nav.menu_style_home_three a.navbar_brand:before {
    background-color: #6077dd;
    height: 80px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu>li {
    float: right;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
    background-color: #051925;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:nth-child(3) {
    left: 0;
    margin-left: 0;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li a,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a {
    color: #ffffff;
    font-family: "Inter", serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #2e2e2e;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.menu_style_home_three .ace-responsive-menu>li.last a {
    padding-right: 5px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu>li .sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu>li .sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu>li .sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu>li .sub-menu li:hover a {
    padding-left: 20px;
}

header.header-nav.menu_style_home_three .container-fluid {
    padding: 0 70px;
}

header.header-nav.menu_style_home_three a.navbar_brand:before {
    display: none;
}

.sign_up_btn .btn {
    box-shadow: none;
    border-radius: 4px;
    color: #ffffff;
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sign_up_btn.home3 .btn {
    font-family: "Inter", serif;
    font-size: 14px;
    line-height: 1.2;
}

.sign_up_btn.home3 .btn i {
    font-size: 18px;
    margin-right: 5px;
}

.sign_up_btn li:first-child .btn span {
    padding-left: 10px;
}

.sign_up_btn a.btn.cart_btn,
.sign_up_btn a.btn.search_btn,
.cart_btnes.home4 a.btn.cart_btn {
    font-size: 24px;
    line-height: normal;
}

.cart_btnes.home4 a.btn.cart_btn {
    color: #ffffff;
    margin-top: 15px;
}

.sign_up_btn a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span {
    background-color: #192675;
    margin: 0 auto 0 -10px;
}

.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup {
    color: #ffffff;
}

.sign_up_btn a.btn.cart_btn span,
.ht_right_widget .cart_btn a.btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span {
    border-radius: 50%;
    height: 17px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    width: 17px;
}

.sign_up_btn.home3 a.btn.cart_btn span {
    line-height: 17px;
}

.ht_right_widget .cart_btn a.btn span {
    line-height: 20px;
}

.cart_btn.home5 a.btn.cart_btn span {
    color: #ffffff;
    margin-top: -5px;
    z-index: 9;
}

.cart_btn.home5 a.btn.cart_btn span sup {
    font-size: 10px;
    line-height: 1.7rem;
    margin-left: 0;
}

.ht_right_widget .cart_btn a.btn span {
    margin: -5px auto 0 -5px;
}

.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup {
    font-size: 10px;
    margin-left: -10px;
    vertical-align: baseline;
}

.cart_btnes.home4 a.btn.cart_btn span sup {
    margin-left: 0;
}

.ht_right_widget .cart_btn a.btn span sup {
    color: #141414;
    font-size: 10px;
    margin-left: 0;
    vertical-align: sub;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0 !important;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s a.btn.flaticon-user {
    line-height: 30px;
}

header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s {
    border-right: 1px solid #dadada;
}

.sign_up_btn li.list_s:last-child {
    border: none;
}

.sign_up_btn li .btn .cart_btn {
    background-color: #192675;
    font-size: 10px;
    height: 17px;
    width: 17px;
    text-align: center;
}

/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_four {
    background: transparent;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_four a.navbar_brand {
    margin-top: 10px;
}

header.header-nav.menu_style_home_four.stricky-fixed .cart_btnes.home4 a.btn.cart_btn {
    color: #484848;
}

header.header-nav.menu_style_home_four a.navbar_brand span {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

header.header-nav.menu_style_home_four.stricky-fixed {
    background-color: #ffffff;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span {
    color: #484848;
}

header.header-nav.menu_style_home_four a.navbar_brand:before {
    background-color: transparent !important;
}

header.header-nav.menu_style_home_four .ace-responsive-menu>li>a {
    color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a {
    color: #484848;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu>li {
    float: right;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li a {
    color: #ffffff;
    font-family: "Inter", serif;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a {
    color: #484848;
}

/*== Menu Style For Home V5 ==*/
header.header-nav.menu_style_home_five {
    background-color: #ffffff;
    height: 98px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

header.header-nav.menu_style_home_five a.navbar_brand {
    margin-top: 8px;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
    background-color: #6077dd;
    height: 80px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
    display: block;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu li {
    width: auto;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content {
    height: auto;
    right: 10px;
    top: 110%;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .cart_btns {
    background-color: #ffc200;
    border: 1px solid #ffc200;
    float: left;
    line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .checkout_btns {
    background-color: #ff1053;
    border: 1px solid #ff1053;
    float: right;
    line-height: 0;
    line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn {
    font-size: 22px;
    padding-top: 21px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span {
    background-color: #192675;
    border-radius: 50%;
    height: 17px;
    line-height: 17px;
    margin: -2px auto 0 -10px;
    position: absolute;
    text-align: center;
    width: 17px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span:before {
    display: none;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span sup {
    color: #ffffff;
    font-size: 10px;
    z-index: 9;
}

header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a {
    color: #484848;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li a {
    padding-top: 27px;
    font-family: "Inter", serif;
    text-transform: capitalize;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a {
    padding: 12px 20px 12px 15px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu>li {
    float: right;
}

header.header-nav.menu_style_home_five .ace-responsive-menu>li:first-child {
    padding-left: 10px;
}

header.header-nav.menu_style_home_five .container-fluid {
    padding: 0 70px;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
    display: none;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #484848;
    font-size: 24px;
    height: 45px;
    margin-left: -65px;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:active,
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:focus {
    color: #000000 !important;
    border: none;
    box-shadow: none !important;
    outline: none;
}

header.header-nav.menu_style_home_five .sign_up_btn {
    margin-bottom: 0;
}

header.header-nav.menu_style_home_five .sign_up_btn .btn {
    color: #484848;
    margin-top: 10px;
}

.ht_left_widget.home5 .cd-dropdown-trigger::before,
.ht_left_widget.home5 .cd-dropdown-trigger::after {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control {
    background-color: #edeff7;
    border: 1px solid #edeff7;
    border-radius: 25px;
    color: #555555;
    font-size: 14px;
    height: 45px;
    margin-top: 5px;
    padding-left: 30px;
    width: 450px;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control:focus {
    border: 1px solid #edeff7;
    box-shadow: none;
    outline: none;
}

header.header-nav.menu_style_home_five .ht_left_widget.home5 .cd-dropdown-trigger {
    background-color: #484848;
    color: #ffffff;
}

.home5_shop_reg_widget li:first-child {
    margin-right: 0;
}

/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_six {
    display: -webkit-box;
    background: #ffffff;
    height: 80px;
    padding: 10px 0;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.menu_style_home_six a.navbar_brand {
    margin-top: 10px;
}

header.header-nav.menu_style_home_six.stricky-fixed .cart_btnes.home4 a.btn.cart_btn {
    color: #484848;
}

header.header-nav.menu_style_home_six a.navbar_brand span {
    color: #484848;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

header.header-nav.menu_style_home_six.stricky-fixed {
    background-color: #ffffff;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span {
    color: #484848;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
    background-color: transparent !important;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li>a {
    color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a {
    color: #484848;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li {
    float: right;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
    color: #ffffff;
    font-family: "Inter", serif;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li.last {
    margin-right: 40px;
}

header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a {
    color: #484848;
}

.menu6_search.home6 #search-button i {
    color: #484848;
}

.home7_search.home7 #search-button i {
    color: #ffffff;
}

header.header-nav.menu_style_home_four.home8 .container-fluid {
    padding: 0 70px;
}

header.header-nav.menu_style_home_four.home8.stricky-fixed a.navbar_brand span {
    background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*== Menu Style For Home V6 ==*/
header.header-nav.menu_style_home_six {
    background-color: #ffffff;
    border-bottom: none;
    padding: 0;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li>a {
    padding: 25px 25px 25px 5px;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
    color: #251730;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
    background-color: transparent;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
    border: none;
    color: #ffffff;
    margin-top: 10px;
}

/*== Menu Style For Home V7 ==*/
header.header-nav.menu_style_home_seven {
    display: -webkit-box;
    background-color: transparent;
    height: 80px;
    padding: 10px 0;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_seven a.navbar_brand {
    margin-top: 0;
    position: relative;
}

header.header-nav.menu_style_home_seven a.navbar_brand:before {
    display: none;
}

header.header-nav.menu_style_home_seven a.navbar_brand .logo1.home7 {
    border-radius: 0 0 5px 5px;
    margin-top: -50px;
}

header.header-nav.menu_style_home_seven.stricky-fixed .cart_btnes.home4 a.btn.cart_btn {
    color: #484848;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li>a {
    color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a {
    color: #484848;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li {
    float: right;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li a {
    color: #ffffff;
    font-family: "Inter", serif;
    padding: 18px 20px 18px 15px;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a:hover {
    padding-left: 20px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li.last {
    margin-right: 40px;
}

/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar {
    color: #484848;
    height: 86px;
    line-height: 4;
}

.stylehome1 .mm-panel {
    background-color: #f7f7f7;
}

.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
    margin-top: 30px;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn {
    border-bottom: none;
    margin: 50px auto;
    max-width: 90%;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
    color: #ffffff;
    font-size: 16px;
}

.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #484848;
}

.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #e5e5e5;
    color: #484848;
}

.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #cecff9;
}

.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #e5e5e5;
    color: #484848;
}

.stylehome1.home4 .mm-navbar,
.stylehome1.home4 .mm-panel {
    background-color: #201b72;
}

.stylehome1.home4 a.mm-listitem__text,
.stylehome1.home4 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #cecff9;
}

.stylehome1.home4 a.mm-listitem__text:hover,
.stylehome1.home4 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #151156;
    color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
    background-color: #ffffff;
}

.stylehome1.home6 .mm-panel {
    background-color: #ebf9f4;
}

.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #252834;
}

.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #43d4b6;
    color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
    color: #252834;
}

.stylehome1.home6 .mm-btn_next::after {
    border-color: #252834;
}

.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus {
    color: #ffffff;
}

.stylehome1 .mm-navbar,
.stylehome1 .mm-btn_prev:before {
    background-color: #ffffff;
}

/*== Home Css ==*/
.home_content {
    padding: 380px 0 400px;
    /* cambios argentinos*/
    height: inherit;
}

.home_content .home-text p {
    font-weight: 600;
}

.home_content.home4 {
    padding: 55px 0;
}

.home_content.home5 {
    /* padding: 230px 0 240px;
    position: relative; */
    /* cambios argentinos*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_content.home5.style2 {
    padding-top: 290px;
}

.home-text.home5 .discounts_para {
    margin-bottom: 100px;
}

.home_content.home6 {
    padding: 350px 0 100px;
    position: relative;
}

.home_content.home7 {
    padding: 350px 0 90px;
    position: relative;
}

.home_content .home-text.home5 h4 {
    font-family: "Inter", serif;
    color: #ffffff;
    /* font-style: italic; */
    line-height: 1.2;
}

.home5 .flex {
    display: flex;
}

.icon_home5 {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    cursor: pointer;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 173.33px;
}

.grid-icon {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    column-gap: 0.5rem;
}

@media screen and (min-width: 370px) {
    .grid-icon {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        column-gap: 1rem;
    }
}

@media screen and (min-width: 390px) {
    .grid-icon {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        column-gap: 1.3rem;
        margin-left: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    .grid-icon {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
        column-gap: 1.3rem;
        margin-left: 15px !important;
    }
}

@media screen and (min-width: 1024px) {
    .grid-icon {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        row-gap: 1rem;
        margin-left: 15px !important;
    }
}

.icon_home5 span {
    color: #ffffff;
    font-size: 40px;
}

.icon_home5 p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.home1_adsrchfrm {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
    z-index: 9;
}

.home1_adsrchfrm:before {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.home_adv_srch_opt {
    margin-top: 145px;
    position: relative;
}

.home_adv_srch_opt .nav-pills {
    border-bottom: none;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}

.home_adv_srch_opt.home3 {
    margin-top: -17px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

.home_adv_srch_opt.home4 {
    margin-top: 40px;
}

.home_adv_srch_opt.home3 .nav-pills,
.home_adv_srch_opt.home6 .nav-pills {
    margin: 0;
}

.home_adv_srch_opt .nav-pills li.nav-item a.nav-link:first-child {
    margin-right: 15px;
}

.home_adv_srch_opt .nav-pills li.nav-item a.nav-link {
    background-color: #ffffff;
    border-radius: 8px;
    color: #1b2032;
    font-size: 16px;
    height: 50px;
    width: 110px;
    text-align: center;
    line-height: 35px;
}

.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #ffffff;
}

.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active:before {
    background-color: #ffc200;
    content: "";
    height: 20px;
    margin-left: 5px;
    position: absolute;
    top: 35px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home_adv_srch_opt.home4 .nav-pills li.nav-item a.nav-link {
    border-radius: 25px;
}

.home_adv_srch_opt.home4 .home1_adsrchfrm {
    border-radius: 45px;
    height: 90px;
    padding: 20px;
}

.home_adv_srch_opt.home4 .home1_adsrchfrm:before {
    border-radius: 60px;
}

.home_adv_srch_opt.home6 {
    margin-top: 100px;
}

.home_adv_srch_opt.home6 .nav-pills li.nav-item a.nav-link.active {
    background-color: #3e4c66;
    border-color: #3e4c66;
    color: #ffffff;
}

.home_adv_srch_opt.home6 .nav-pills li.nav-item a.nav-link.active:before {
    background-color: #3e4c66;
}

.home_adv_srch_opt .tab-content {
    margin-top: 30px;
}

.home_adv_srch_opt.home7,
.home_adv_srch_opt.home9 {
    margin-top: 25px;
}

.home1-advnc-search ul li {
    display: inline-block;
    line-height: 3;
    margin-right: 15px !important;
    vertical-align: text-top;
}

.home1-advnc-search.home2 {
    padding-left: 8px;
}

.home1-advnc-search.home2 ul li {
    margin-right: 15px !important;
}

.home1-advnc-search.home10 .small_dropdown2 {
    margin-right: 10px;
}

.home1-advnc-search.home10 .mega-dropdown .dropbtn i {
    padding-left: 10px;
}

.home1-advnc-search.home5 ul li {
    margin-right: 5px !important;
}

.home1-advnc-search.home10 ul li {
    margin-right: 18px !important;
}

.home1-advnc-search.home10 ul li:last-child {
    margin-right: 0 !important;
}

.home1-advnc-search.home10 ul li .search_option_button button {
    width: 180px;
}

.home1-advnc-search ul li:first-child .form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
    height: 50px;
    width: 215px;
}

.home1-advnc-search.home2.style2 ul li:first-child .form-control::placeholder,
.home1-advnc-search.home2.style2 ul li:nth-child(3) .form-group .form-control::placeholder,
.home1-advnc-search .search_option_two.home2.style2 .dropdown.bootstrap-select .dropdown-toggle .filter-option,
.small_dropdown2.home2.style2 .dd_btn,
.mega-dropdown.home2.style2 .dropbtn {
    color: #006c70;
}

.home1-advnc-search.home4 ul li:first-child .form-control {
    border-radius: 25px;
    padding-left: 20px;
}

.home1-advnc-search.home4 ul li:nth-child(3) .form-group label {
    border-radius: 0 25px 25px 0;
    right: 5px;
}

.home1-advnc-search ul li:first-child input[type="text"].form-control::-webkit-input-placeholder {
    background-color: #ffffff;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 1.2;
}

.home1-advnc-search.home3 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home3 ul li:nth-child(3) .form-group input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home4 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home4 ul li:nth-child(3) .form-group input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home6 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home6 ul li:nth-child(3) .form-group input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home9 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home5_advanced_search_form .form-group input[type="text"].form-control::-webkit-input-placeholder {
    color: #006c70;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 1.2;
}

.home1-advnc-search.home7 {
    background-color: rgba(255, 255, 255, 0.102);
    border-radius: 8px;
    height: 91px;
    line-height: 90px;
}

.home1-advnc-search.home9 {
    background-color: #ffffff;
    border-radius: 8px;
    height: 91px;
    line-height: 90px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 632px;
}

.home1-advnc-search.home9 ul.h1ads_1st_list {
    padding: 0 0 0 15px;
}

.home1-advnc-search.home9 ul li:first-child .form-control {
    border: none;
    width: 400px;
}

.header_search_widget .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search ul li .form-group {
    margin-bottom: 0;
}

.home1-advnc-search ul li:nth-child(2) {
    margin-right: 0;
}

/* .home1-advnc-search ul li:nth-child(3) .form-group {
    position: relative;
}
.home1-advnc-search ul li:nth-child(3) .form-group .form-control {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    height: 50px;
    width: 190px;
}
.home1-advnc-search ul li:nth-child(3) .form-group label {
    background-color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 5px;
    width: 40px;
}
.home1-advnc-search ul li:nth-child(3) .form-group label span {
    font-size: 18px;
} */
.home1-advnc-search ul li:last-child {
    margin-right: 0 !important;
}

.home1-advnc-search ul li .search_option_button button {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 170px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home1-advnc-search ul li .search_option_button button:hover {
    background-color: #ffffff;
    border: 2px solid #ffc200;
    color: #ffc200;
}

.home1-advnc-search.home3 ul li .search_option_button button {
    background-color: #3e4c66;
}

.home1-advnc-search.home6 ul li .search_option_button button {
    background-color: #3e4c66;
    border: 1px solid #3e4c66;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(29, 41, 62, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(29, 41, 62, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(29, 41, 62, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(29, 41, 62, 0.3);
}

.home1-advnc-search.home6 ul li .search_option_button.style2 button {
    background-color: #ffc200;
    border: 1px solid #ffc200;
}

.home1-advnc-search.home3 ul li .search_option_button button:hover {
    background-color: #ffffff;
    border: 1px solid #3e4c66;
    color: #3e4c66;
}

.search_option_button.home5 button {
    background-image: -moz-linear-gradient(0deg,
            rgb(250, 124, 65) 0%,
            rgb(255, 101, 101) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(250, 124, 65) 0%,
            rgb(255, 101, 101) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(250, 124, 65) 0%,
            rgb(255, 101, 101) 100%);
    border-radius: 8px;
    border: 1px solid rgb(255, 101, 101);
    color: #ffffff;
    height: 50px;
}

.home1-advnc-search.home7 ul li .search_option_button button {
    background-image: -moz-linear-gradient(120deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(120deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(120deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
}

.home1-advnc-search ul.apeartment_area_list {
    text-align: left;
}

.home1-advnc-search ul.apeartment_area_list li,
.home1-advnc-search ul.apeartment_area_list li:nth-child(2) {
    margin-right: 15px;
}

input.amount2,
input.amount4 {
    text-align: right;
}

input.amount,
input.amount2,
input.amount3,
input.amount4 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #006c70;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    width: 48%;
}

input.amount:hover,
input.amount:active,
input.amount:focus,
input.amount2:hover,
input.amount2:active,
input.amount2:focus,
input.amount3:hover,
input.amount3:active,
input.amount3:focus,
input.amount4:hover,
input.amount4:active,
input.amount4:focus {
    border: none;
    outline: none;
}

.home1-advnc-search .dropdown-menu.pricing .dropdown-item:hover {
    background-color: transparent;
}

.home1-advnc-search .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content,
.sasw_list .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    background-color: #f7f7f7;
    border: none;
    border-radius: 3.5px;
    height: 7px;
    margin-top: 25px;
    width: 240px;
}

.home1-advnc-search.home5 .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    width: 100%;
}

.home1-advnc-search .ui-slider-range.ui-corner-all.ui-widget-header,
.sasw_list .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #ffc200;
}

.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    height: 25px;
    top: -10px;
    width: 25px;
}

.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:before,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:before {
    background-color: #ffc200;
    border-radius: 10px;
    content: "";
    height: 11px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 6px;
    width: 11px;
}

.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    background-color: #ffffff;
    cursor: pointer;
}

.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:active,
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:active,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    background-color: #ffffff;
    border: none;
    outline: none;
}

.home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 35px;
    width: 180px;
}

.home1-advnc-search.home5 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
    width: 100%;
}

.home1-advnc-search.home4 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
.home1-advnc-search.home4 ul li:nth-child(3) .form-group .form-control,
.small_dropdown2.home4 .dd_btn,
.home1-advnc-search.home4 ul li .search_option_button button {
    border-radius: 25px;
    padding-left: 20px;
}

.home1-advnc-search.home3 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle .filter-option-inner-inner,
.home1-advnc-search.home4 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle .filter-option-inner-inner,
.home1-advnc-search.home6 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle .filter-option-inner-inner,
.home5_advanced_search_form .dropdown.bootstrap-select>.dropdown-toggle .filter-option-inner-inner,
.home5_advanced_search_form .dropdown.bootstrap-select>.dropdown-toggle .filter-option-inner-inner,
.small_dropdown2.home3 .dd_btn,
.mega-dropdown.home3 .dropbtn,
.small_dropdown2.home4 .dd_btn,
.small_dropdown2.home5 .dd_btn,
.small_dropdown2.home6 .dd_btn,
.mega-dropdown.home4 .dropbtn,
.mega-dropdown.home5 .dropbtn,
.mega-dropdown.home6 .dropbtn {
    color: #006c70;
}

.home1-advnc-search .dropdown.bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    width: 190px;
}

.home1-advnc-search .search_option_two .dropdown.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 14px;
    color: #484848;
}

.home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle:focus,
.home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle:active {
    box-shadow: none;
    outline: none;
}

.home1-advnc-search.home7 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
    width: 194px;
    height: 50px;
}

.home1-advnc-search.home7 ul li {
    display: inline-block;
}

.home1-advnc-search.home7 ul li:nth-child(2) {
    vertical-align: middle;
    width: 500px;
}

.home1-advnc-search.home7 ul.dropdown-menu.inner.show li {
    display: block;
}

.home1-advnc-search .search_option_two .dropdown.bootstrap-select .dropdown-menu.show,
.home1-advnc-search .dropdown.bootstrap-select .dropdown-menu.show {
    min-width: 250px !important;
}

.home1-advnc-search.home5 .search_option_two .dropdown.bootstrap-select .dropdown-menu.show,
.home1-advnc-search.home5 .dropdown.bootstrap-select .dropdown-menu.show {
    min-width: 100% !important;
}

.home1-advnc-search .search_option_two ul.dropdown-menu.inner.show li,
.home1-advnc-search ul.dropdown-menu.inner.show li {
    font-size: 14px;
    margin-right: 0 !important;
}

.home1-advnc-search .search_option_two .dropdown-menu {
    top: 50px !important;
}

form.home5_advanced_search_form .search_option_two .dropdown-menu {
    top: 10px !important;
}

.home1-advnc-search .search_option_two.home2 .dropdown-menu {
    top: 35px !important;
}

.home1-advnc-search .search_option_two .dropdown-menu button.btn {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.home1-advnc-search .search_option_two .dropdown-menu.show:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home1-advnc-search .bootstrap-select .bs-ok-default:after {
    color: #ffc200;
}

.home1-advnc-search .bootstrap-select .dropdown-menu li a {
    color: #484848;
    font-size: 14px;
    line-height: 2;
    width: 250px;
}

.home1-advnc-search.home5 .form-group.df label {
    font-size: 24px;
    line-height: 2;
    position: absolute;
    right: 10%;
}

.home1-advnc-search.home5 {
    padding: 0 15px;
}

.home5_advanced_search_form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.home5_advanced_search_form:before {
    background-color: rgba(255, 255, 255, 0.149);
    border-radius: 8px;
    content: "";
    bottom: -10px;
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.home5_advanced_search_form .form-group input.form-control {
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

form.home5_advanced_search_form .form-group input.form-control::placeholder,
form.home5_advanced_search_form .form-group input.form-control:-ms-input-placeholder,
form.home5_advanced_search_form .form-group input.form-control::-ms-input-placeholder {
    color: #006c70;
}

.small_dropdown .dd_btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    height: 50px;
    line-height: 2.5;
    width: 180px;
    text-align: left;
}

.small_dropdown2 .dd_btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #484848;
    height: 50px;
    line-height: 2.5;
    margin: 0;
    outline: none;
    text-align: left;
    width: 150px;
}

.small_dropdown .dd_btn label,
.small_dropdown2 .dd_btn label {
    float: right;
}

.small_dropdown2.home5 {
    position: relative;
}

.home1-advnc-search.home5 .bootstrap-select .dropdown-menu li a,
.small_dropdown2.home5 .dd_btn {
    /* width: 100%; */
}

.small_dropdown .dd_btn:hover {
    cursor: pointer;
}

.small_dropdown:hover .dd_content {
    display: block;
}

.dd_content {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    height: 240px !important;
    left: -40% !important;
    margin: 0 auto;
    padding: 40px 30px;
    position: absolute;
    right: 0 !important;
    top: 140px;
    width: 250px;
}

.dd_content2 {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    height: max-content !important;
    left: auto;
    margin: 0 auto;
    max-width: 304px;
    padding: 40px 30px;
    position: absolute;
    right: 26%;
    top: 140px;
}

.dd_content:before,
.dd_content2:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 25%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dd_content:after {
    background-color: transparent;
    content: "";
    height: 42px;
    left: auto;
    margin: 0 auto;
    right: 0 !important;
    top: -25% !important;
    width: 200px !important;
    position: absolute;
}

.dd_content2:after {
    background-color: transparent;
    content: "";
    height: 90px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 15%;
    top: -29%;
    width: 100px;
    z-index: -1;
}

.dd_content2.home2 {
    top: 110px;
    z-index: 9;
}

.dd_content2.home5 {
    max-width: 100%;
    right: 0;
    top: 70px;
    z-index: 9;
}

/* MegaDropDown Content Style/Css Code */
.mega-dropdown .dropbtn {
    color: #484848;
    border: none;
    font-size: 14px;
    margin: 0;
    outline: none;
    position: relative;
}

.mega-dropdown .dropbtn:hover {
    cursor: pointer;
}

.dropdown-content {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    min-height: 254px;
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 9;
    padding: 15px;
}

.dropdown-content:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 20%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-content.home2 {
    top: 110px;
}

.mega-dropdown.home5 .dropdown-content {
    top: 0;
}

.mega-dropdown.home5 .dropdown-content:before {
    display: none;
}

.mega-dropdown.home5 span.dropbtn {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    width: 100%;
}

.mega-dropdown.home5 span.dropbtn i {
    float: right;
    margin-right: 10px;
}

/* Home Two Featured Row */
.featured_row {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    height: 90px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -100px;
}

.home1-advnc-search .dropdown-menu.show {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 8px;
    overflow: visible !important;
}

.home1-advnc-search .bootstrap-select .bs-ok-default:after {
    color: #ffc200;
}

.home10-mainslider {
    margin-top: 0;
}

.home10-mainslider .banner-style-one .slide:before {
    background-color: rgba(29, 41, 62, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home10-mainslider .banner-style-one .banner-title {
    font-size: 45px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

.home10-mainslider .home-content {
    padding-top: 15px;
}

.home_iconbox_container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5%;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.search_box_home4 form.form-inline.mailchimp_form {
    display: inline-block;
    margin-top: 25px;
    position: relative;
}

.search_box_home4 .header_search_widget .mailchimp_form .form-control {
    border-radius: 30px;
    border: none;
    height: 60px;
    padding-left: 30px;
    width: 450px;
}

.search_box_home4 .header_search_widget .mailchimp_form button {
    position: absolute;
    right: 20px;
    top: 7px;
}

.home-text h1,
.home-text h2,
.home-text h3 {
    color: #ffffff;
    margin-top: 0;
}

.home-text.home6 h2 {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.home-text.home6 p {
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.mouse_scroll {
    position: relative;
}

.mouse_scroll .wrapper {
    position: absolute;
    right: 0;
    top: -130px;
}

.mouse_scroll.home5 .wrapper,
.mouse_scroll.home8 .wrapper {
    z-index: 9;
}

.mouse_scroll .wrapper .icon {
    cursor: pointer;
    display: inline-block;
    padding-right: 14px;
    text-align: right;
}

.mouse_scroll .wrapper .icon h4 {
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.mouse_scroll .wrapper .icon p {
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.2;
    margin: 0;
}

.mouse_scroll .wrapper .thumb {
    float: right;
}

/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
    position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main-banner-wrapper {
        overflow: hidden;
    }
}

.main-banner-wrapper .carousel-btn-block,
.listing_single_property_slider .owl-controls .owl-nav {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn,
.listing_single_property_slider .owl-controls .owl-nav .owl-prev,
.listing_single_property_slider .owl-controls .owl-nav .owl-next {
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 82px;
    width: 42px;
    line-height: 82px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    z-index: 9;
}

.listing_single_property_slider .owl-controls .owl-nav {
    top: 41%;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-prev {
    background-color: #ffffff;
    color: #006c70;
    left: 30px;
    position: absolute;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-next {
    background-color: #ffffff;
    color: #006c70;
    right: 30px;
    position: absolute;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
    background-color: #ffffff;
    color: #006c70;
    opacity: 1;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    position: absolute;
    left: 30px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    position: absolute;
    right: 30px;
}

.banner-style-one .slide {
    padding: 165px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-style-one .slide:before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-style-one .owl-nav {
    display: none;
}

.banner-style-one h3,
.banner-style-one p {
    margin: 0;
}

.banner-style-one .banner-title,
.banner-style-one .banner_top_title,
.banner-style-one .banner_top_title small {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner_top_title {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.banner-style-one .banner_top_title small {
    font-size: 14px;
    color: #ffffff;
}

.banner-style-one .banner-title {
    font-weight: normal;
    text-transform: uppercase;
}

.main-banner-wrapper.home7 .carousel-btn-block .carousel-btn {
    top: 70px;
}

.banner-style-one p {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 300;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    padding: 19.5px 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner-btn:hover {
    background-color: #ffffff;
    color: #2d174f;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .banner_top_title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-style-one .active p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-style-one .active .banner-btn {
    border: 2px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.banner-style-one .active .banner-btn:hover,
.banner-style-one .active .banner-btn:active,
.banner-style-one .active .banner-btn:focus {
    background-color: #ffffff;
    color: #ffc200;
}

.banner-style-one .owl-dots {
    display: none !important;
    margin: 0;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px;
    text-align: center;
}

.banner-style-one .owl-dots .owl-dot span {
    background-color: #eeeeee;
    width: 8px;
    height: 8px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-style-one .owl-dots .owl-dot+.owl-dot {
    margin-left: 7px;
}

.banner-style-one .owl-dots .owl-dot.active span {
    height: 13px;
    width: 13px;
    background-color: #ffffff;
}

.banner-style-one.no-dots .owl-dots {
    display: none !important;
}

.home-one,
.home-four,
.home-five,
.home-seven,
.home-nine {
    margin-top: -96px;
    padding: 0;
}

.home-six {
    margin-top: -90px;
    padding: 0;
}

.home-seven {
    /* background-image: url(../images/background/10.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 800px;
}

.home-nine {
    /* background-image: url(../images/background/12.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 960px;
    z-index: 0 !important;
}

.home-nine:before {
    background-image: -moz-linear-gradient(120deg,
            rgb(100, 17, 147) 0%,
            rgb(35, 0, 90) 100%);
    background-image: -webkit-linear-gradient(120deg,
            rgb(100, 17, 147) 0%,
            rgb(35, 0, 90) 100%);
    background-image: -ms-linear-gradient(120deg,
            rgb(100, 17, 147) 0%,
            rgb(35, 0, 90) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}

.home-one .home-text {
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
}

.home-one .home-text a.btn {
    border: 2px solid #ffffff;
    border-radius: 27px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.home-one .home-text a.btn:hover {
    background-color: #ffffff;
    color: #2d174f;
}

.home-three {
    margin-top: 0;
}

.home-three:before {
    background-color: rgba(29, 41, 62, 0.702);
    bottom: 0;
    border-radius: 8px;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.home3_home_content {
    padding: 160px 0;
    position: relative;
}

.home3_home_content h1 {
    font-size: 55px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.home3_home_content h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.2;
}

.home3_home_content a.popup_video_btn {
    background: rgb(255, 90, 95);
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 74px;
    line-height: 74px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 56%;
    width: 74px;
    z-index: 9;
}

.home3_home_content a.popup_video_btn:after {
    background-color: rgba(255, 90, 95, 0.5);
    border-radius: 100%;
    content: "";
    height: 89px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 89px;
    z-index: -1;
}

.row_style.home8 {
    bottom: -8px;
    left: -15px;
    width: 105%;
}

.home-four .banner-style-one .slide:before {
    background-image: -moz-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    background-image: -webkit-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    background-image: -ms-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    left: 0;
    opacity: 0.902;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}

.home4_overlay:before {
    background-color: rgba(10, 10, 10, 0.5);
    bottom: 97px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home-five {
    margin-top: 0;
}

.home-five .home-text {
    padding: 230px 0 210px;
}

.home-five .home-text h2 {
    color: #484848;
    font-size: 45px;
}

.home-five .home-text p {
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 30px;
    max-width: 495px;
}

.home-five .home-text a.btn {
    border: 2px solid #484848;
    border-radius: 27px;
    color: #484848;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.home-five .home-text a.btn:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #2d174f;
}

.slide.slide-one.home6 {
    height: 730px;
}

.banner-style-one .slide.slide-one.home6 .banner-title {
    font-size: 50px;
    font-weight: normal;
    line-height: initial;
    text-transform: uppercase;
}

.banner-style-one .slide.slide-one.home6 p {
    margin: 0 auto;
    max-width: 450px;
}

.banner-style-one .slide.home6 {
    padding: 295px 0;
}

.banner-style-one .slide.home6:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home1_bgi1 {
    /* background-image: url(../images/background/1.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 960px;
}

.home1-overlay {
    position: relative;
}

.home1-overlay:before {
    content: "";
    background-color: rgb(29, 41, 62);
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.home5_bgi5 {
    /* background-image: url(../images/background/5.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* cambios argentinos valor original: 960px */
    /* cambios Induu valor original: 55rem */
    height: 60rem;
}

.fade {
    position: relative;
    opacity: 1;
    animation: fade-opacity 3000ms linear;
}

.fade:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: fade-color 3000ms linear;
    z-index: -1;
}

@keyframes fade-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-color {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    50% {
        background-color: rgba(0, 0, 0, 0.7);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.home5-overlay:before {
    content: "";
    background-color: rgb(0, 0, 0);
    /* cambios argentinos valor original: 0.6 */
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.home-six {
    background-color: #ffffff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.home6-overlay:before {
    /* background-image: url(../images/background/7.jpg); */
    bottom: 0;
    content: "";
    opacity: 0.7;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home8-overlay {
    position: relative;
}

.home8-overlay:before {
    content: "";
    background-color: rgb(29, 41, 62);
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.listing-home-bg {
    /* background-image: url(../images/background/13.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.listing-home-bg:before {
    background-color: rgba(29, 41, 62, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home_content.listing {
    padding: 90px 0;
}

.home_content.listing.slider_style {
    padding: 120px 0 90px;
}

.home_adv_srch_opt.listing {
    margin-top: 45px;
}

.home-listing-slider {
    margin-top: 0;
    position: relative;
}

.home-listing-slider .banner-style-one .slide:before {
    background-color: rgba(29, 41, 62, 0.6);
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}

/*== Home Icon Box ==*/
.home4_iconbox {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.home4_iconbox li {
    background-color: rgba(255, 255, 255, 0.149);
    border-radius: 22.5px;
    height: 45px;
    padding: 0 20px;
    text-align: center;
    width: 180px;
}

.home4_iconbox .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.home4_iconbox .icon span,
.home4_iconbox .icon p {
    color: #ffffff;
}

.home4_iconbox .icon span {
    font-size: 25px;
    padding-right: 10px;
}

.home4_iconbox .icon p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 3;
    margin-bottom: 0;
}

/*== Home Five Overlay Slider ==*/
.divider.home5 {
    padding: 170px 135px;
}

.divider-btn {
    line-height: 40px;
}

.home1-divider2 {
    /* background-image: url(../images/background/3.jpg); */
    -webkit-background-size: cover;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 145px 0 145px;
    position: relative;
}

.home1-divider2:before {
    background-color: rgba(36, 65, 231, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.app_grid h1 {
    margin-bottom: 5px;
}

.app_grid h1,
.app_grid p {
    color: #ffffff;
}

.app_grid p {
    margin-bottom: 40px;
}

.app_grid button:last-child {
    margin-right: 0;
}

.app_grid .apple_btn,
.app_grid .play_store_btn {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    height: 75px;
    line-height: normal;
    margin-right: 30px;
    position: relative;
    -ms-text-align-last: auto;
    text-align: left;
    width: 210px;
}

.app_grid .apple_btn {
    width: 230px;
}

.app_grid .apple_btn:hover,
.app_grid .play_store_btn:hover {
    border: 2px solid transparent;
    cursor: pointer;
}

.app_grid .apple_btn .icon,
.app_grid .play_store_btn .icon {
    font-size: 36px;
    float: left;
    margin-right: 20px;
    margin-left: 15px;
}

.app_grid .apple_btn .title,
.play_store_btn .title {
    display: block;
    font-size: 16px;
}

.app_grid .apple_btn .subtitle,
.play_store_btn .subtitle {
    font-size: 13px;
}

.phone_img {
    position: absolute;
    right: 0;
    top: -80px;
}

/*== School Category Courses ==*/
.img_hvr_box {
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 60px 30px 55px;
    position: relative;
    text-align: center;
}

.img_hvr_box:before {
    background-color: rgba(10, 10, 10, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img_hvr_box:hover {
    cursor: pointer;
}

.img_hvr_box:hover:before {
    background-color: rgba(36, 65, 231, 0.8);
}

.img_hvr_box.home3:hover:before {
    background-color: rgba(54, 159, 219, 0.8);
}

.img_hvr_box .overlay .details {
    display: block;
    position: relative;
}

.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p {
    color: #ffffff;
    margin-bottom: 0;
}

.img_hvr_box .overlay .details h5 {
    font-size: 18px;
}

.img_hvr_box .overlay .details p {
    font-size: 15px;
}

.home7_row {
    margin-top: -105px;
}

.img_hvr_box.home7 {
    height: 200px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    width: 307px;
}

.img_hvr_box.home7 .overlay {
    margin-top: 30px;
}

.img_hvr_box.home7 .overlay .details h4 {
    color: #ffffff;
    font-family: "Inter SemiBold";
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.img_hvr_box.home7:before {
    background-color: rgba(236, 208, 111, 0.9);
}

.img_hvr_box.home7.two:before {
    background-color: rgba(255, 16, 83, 0.9);
}

.img_hvr_box.home7.three:before {
    background-color: rgba(0, 167, 142, 0.9);
}

.img_hvr_box.home7.four:before {
    background-color: rgba(0, 188, 228, 0.9);
}

.courses_all_btn .btn {
    border: 2px solid;
    border-radius: 25px;
    font-size: 15px;
    height: 50px;
    line-height: 35px;
    margin-top: 30px;
    width: 235px;
}

.courses_all_btn.home3 .btn {
    border-color: #369fdb;
    color: #369fdb;
}

.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus {
    background-color: #369fdb;
    color: #ffffff;
}

.course-single2 {
    background-color: #f9fafc;
}

.courses_single_container {
    position: relative;
    width: 100%;
}

.cs_row_one .cs_instructor {
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
}

.cs_row_one .cs_instructor .cs_instrct_list li {
    margin-right: 15px;
}

.cs_row_one .cs_instructor .cs_instrct_list li .thumb {
    height: 50px;
    width: 50px;
}

.cs_row_one .cs_instructor .cs_instrct_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_instrct_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: #484848;
    line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_watch_list li:first-child a {
    font-size: 20px;
}

.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a {
    border-radius: 5px;
    background-color: rgb(36, 65, 231);
    color: #ffffff;
    display: block;
    height: 30px;
    text-align: center;
    width: 90px;
}

.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span {
    font-size: 13px;
    font-family: "Open Sans";
    color: #ffffff;
    line-height: 2.2;
}

.cs_row_one .cs_title {
    font-size: 26px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
}

.cs_row_one .cs_review_seller {
    margin-bottom: 15px;
}

.cs_row_one .cs_review_seller li {
    margin-right: 4px;
}

.cs_row_one .cs_review_seller li a {
    font-size: 13px;
    font-family: "FontAwesome";
    color: #bcc52a;
    line-height: 1.2;
}

.cs_row_one .cs_review_seller li:first-child {
    margin-right: 15px;
}

.cs_row_one .cs_review_seller li:first-child a {
    border-radius: 5px;
    background-color: rgb(255, 16, 83);
    color: #ffffff;
    display: block;
    height: 30px;
    text-align: center;
    width: 90px;
}

.cs_row_one .cs_review_seller li:first-child a span {
    font-size: 13px;
    font-family: "Open Sans";
    color: #ffffff;
    line-height: 2.2;
}

.cs_row_one .cs_review_seller li:last-child a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.cs_row_one .cs_review_enroll {
    margin-bottom: 30px;
}

.cs_row_one .cs_review_enroll li {
    margin-right: 15px;
}

.cs_row_one .cs_review_enroll li a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.cs_row_one .cs_review_enroll li a span {
    padding-right: 6px;
}

.cs_row_one .courses_big_thumb {
    margin-bottom: 30px;
}

.cs_row_one .courses_big_thumb .thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    position: relative;
}

.cs_ins_container .courses_big_thumb .iframe_video {
    border-radius: 5px;
    min-height: 540px;
    max-width: 960px;
}

.cs_row_one .courses_big_thumb .thumb img {
    border-radius: 5px;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon:before {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
    color: #ffffff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
    top: 58%;
}

.cs_row_one.csv3 .cs_review_enroll {
    display: inline;
}

.cs_row_two .cs_overview {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(42, 53, 59, 0);
    margin-bottom: 30px;
    padding: 30px;
}

.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    margin-top: 30px;
}

.cs_row_two .cs_overview .title {
    font-family: "Inter SemiBold";
    font-size: 20px;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 22px;
}

.cs_row_two .cs_overview h4 {
    font-family: "Inter", serif;
    font-size: 18px;
    color: rgb(59, 59, 59);
    line-height: 1.333;
    margin-bottom: 10px;
}

.cs_row_two .cs_overview p {
    font-family: "Open Sans";
    font-size: 15px;
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.cs_row_two .cs_overview ul.cs_course_syslebus {
    margin-bottom: 17px;
    margin-right: 100px;
}

.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2 {
    display: inline-block;
}

.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p {
    font-family: "Open Sans";
    font-size: 15px;
    color: rgb(126, 126, 126);
    display: inline;
    line-height: 2.8;
    margin-bottom: 0;
    padding-left: 10px;
}

.cs_row_two .cs_overview ul.list_requiremetn li i {
    font-size: 10px;
    color: rgb(126, 126, 126);
}

.cs_row_two .cs_overview ul.list_requiremetn li p {
    color: rgb(126, 126, 126);
    font-family: "Open Sans";
    font-size: 15px;
    display: inline;
    line-height: 2.667;
    margin-bottom: 0;
    padding-left: 13px;
}

.cs_row_three .course_content {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(42, 53, 59, 0);
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
}

.cs_row_three .course_content .cc_headers {
    position: relative;
}

.cs_row_three .course_content h4.title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    float: left;
    line-height: 1.2;
}

.cs_row_three .course_content .details {
    display: inline-block;
    position: relative;
    width: 100%;
}

.cs_row_three .course_content .details .cc_tab {
    margin-top: 30px;
}

.cs_row_three .course_content .details .cc_tab h4.panel-title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(59, 59, 59);
    line-height: 1.7;
    border-radius: 5px;
    background-color: rgb(237, 239, 247);
    height: 50px;
    padding: 10px 20px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
    border: 1px solid rgb(235, 235, 235);
    padding: 20px 25px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child {
    border-bottom: none;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 1.6;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span {
    padding-right: 4px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew {
    float: right;
    margin-right: 50px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a {
    color: #ffc200;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_time {
    float: right;
}

.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.cs_row_six .sfeedbacks .sspd_review_liked {
    background-color: rgb(237, 239, 247);
    border-radius: 20px;
    height: 40px;
    text-align: center;
    max-width: 200px;
}

.cs_row_six .sfeedbacks .sspd_review_liked a {
    font-size: 14px;
    font-family: "Open Sans";
    line-height: 2.714;
}

.cs_row_six.csv2.style2 {
    overflow: hidden;
}

.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    margin-bottom: 25px;
    line-height: 1.2;
}

.cs_row_four .about_ins_container .about_ins_info {
    float: left;
}

.cs_row_four .about_ins_container .details {
    padding-left: 160px;
}

.cs_row_four .about_ins_container .details h4 {
    font-size: 20px;
    font-family: "Inter", serif;
    color: #484848;
    margin-bottom: 0;
    line-height: 1.5;
}

.cs_row_four .about_ins_container .details .subtitle {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(137, 137, 137);
    margin-bottom: 15px;
    line-height: 1.714;
}

.cs_row_four .about_ins_container .details p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 1.6;
}

.cs_row_four .about_ins_container .details .about_ins_list li:first-child p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    margin-bottom: 0;
    line-height: 1.6;
}

.cs_row_four .about_ins_container .details .about_ins_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 1.6;
}

.cs_row_four .about_ins_container .details .review_list {
    float: left;
    margin-right: 80px;
}

.cs_row_four.csv2 .about_ins_container .details .review_list {
    margin-right: 50px;
}

.cs_row_four.csv2 .about_ins_container .details .about_info_list li {
    margin-right: 15px;
}

.cs_row_four .about_ins_container .details .review_list li {
    margin-right: 4px;
}

.cs_row_four .about_ins_container .details .review_list li i {
    font-size: 13px;
    color: #bcc52a;
    line-height: 1.2;
}

.cs_row_four .about_ins_container .details .about_info_list li {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
    margin-right: 30px;
}

.cs_row_four .about_ins_container .details .about_info_list li:last-child {
    margin-right: 0;
}

.cs_row_four .about_ins_container .details .about_info_list li span {
    padding-right: 10px;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
    border-radius: 5px;
    max-width: 470px;
    padding-left: 100px;
}

.cs_row_five .student_feedback_container .s_feeback_content ul.skills {
    margin-bottom: 30px;
}

.cs_row_five .student_feedback_container .s_feeback_content ul.skills li {
    color: rgb(79, 79, 79);
    font-size: 14px;
    font-family: "Open Sans";
    float: left;
    line-height: 1.2;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar {
    background-color: #d0d23c !important;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar-container {
    border-radius: 5px;
    height: 10px !important;
    overflow: hidden;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar p.title {
    float: right;
    margin-right: -50px;
    margin-top: -10px;
}

.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar {
    border-radius: 5px;
    max-width: 170px;
    padding-left: 100px;
}

.my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
    margin-left: -190px;
    margin-right: 130px;
    margin-top: 10px;
}

.my_course_content_list .mc_content_list .sonny_progressbar p.title {
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -10px;
}

.cs_row_five .student_feedback_container .aii_average_review {
    border-radius: 5px;
    background-color: rgb(237, 239, 247);
    height: 180px;
    position: absolute;
    right: 30px;
    top: 75px;
    width: 230px;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content {
    margin-top: 45px;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content h2 {
    font-size: 50px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 0.6;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content .aii_rive_list li {
    font-size: 13px;
    font-family: "FontAwesome5FreeSolid";
    color: #bcc52a;
    margin-right: 3px;
    line-height: 1.2;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 1.2;
}

.r_course_title {
    font-size: 26px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 30px;
}

.mbp_first.media.csv1.style2 {
    position: relative;
}

.mbp_first.media.csv1.style2:before {
    bottom: -30px;
    background-color: #dedede;
    content: "";
    position: absolute;
    height: 1px;
    left: -30px;
    right: -30px;
    width: 105%;
}

/*== Feature Property ==*/
.latest-property {
    border-bottom: 1px solid #ebebeb;
}

.best-property .container {
    max-width: 1560px;
}

.feat_property {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feat_property:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
}

.feat_property .thumb {
    background-color: #000000;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    position: relative;
}

.feat_property .thumb img {
    opacity: 0.6;
    object-fit: cover;
}

.feat_property .thumb .blog_tag {
    background-color: #ffc200;
    border-radius: 3px;
    color: rgb(254, 254, 254);
    font-family: "Inter", serif;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 110px;
}

.for_blog.feat_property.home7 .thumb {
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.for_blog.feat_property .thumb img {
    opacity: 1;
}

.feat_property .thumb .thmb_cntnt,
.properti_city.home6 .thumb .thmb_cntnt {
    bottom: 0;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.feat_property .thumb .thmb_cntnt ul.tag,
.properti_city.home6 .thumb .thmb_cntnt ul.tag {
    position: relative;
    left: 12px;
    top: 10px;
    display: flex;
    flex-direction: row;
}

.feat_property .thumb .thmb_cntnt ul.tag li,
.feat_property.home8 ul.tag li,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li,
.feat_property.list .dtls_headr ul.tag li {
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    /* width: 75px; */
}

.feat_property.home8 ul.tag {
    margin-bottom: 10px;
}

.feat_property .thumb .thmb_cntnt ul.tag li:first-child,
.feat_property.home8 ul.tag li:first-child,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child,
.feat_property.list .dtls_headr ul.tag li:first-child {
    background-color: rgb(62, 76, 102);
}

.feat_property .thumb .thmb_cntnt ul.tag li:last-child,
.feat_property.home8 ul.tag li:last-child,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child,
.feat_property.list .dtls_headr ul.tag li:last-child {
    background-color: #ffc200;
    margin-right: 0;
}

.feat_property .thumb .thmb_cntnt ul.tag li a,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li a,
.feat_property.home8 ul.tag li a,
.feat_property.list ul.tag li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #fefefe;
    line-height: 1.2;
}

.feat_property .thumb .thmb_cntnt .icon {
    bottom: 15px;
    position: absolute;
    right: 20px;
}

.feat_property .thumb .thmb_cntnt .icon li {
    border-radius: 8px;
    background-color: rgb(15, 21, 31);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 0.502;
    text-align: center;
    width: 35px;
}

.feat_property.home8 .icon li {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 1;
    text-align: center;
    width: 35px;
}

.feat_property.home8 .icon li a {
    color: #484848;
}

.feat_property.home8 .details .tc_content {
    display: inline-block;
}

.feat_property .details .tc_content ul.icon {
    float: right;
    margin-bottom: 0;
}

.feat_property .thumb .thmb_cntnt .icon li a {
    color: #ffffff;
}

.feat_property .thumb .thmb_cntnt .icon li:last-child,
.feat_property.home8 .icon li:last-child {
    margin-right: 0;
}

.feat_property .thumb .thmb_cntnt div.fp_price {
    bottom: 15px;
    font-size: 22px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    left: 15px;
    line-height: 1.2;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.feat_property.home8 {
    overflow: visible;
    position: relative;
}

.feat_property.list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.feat_property.list .thumb {
    width: 45%;
    margin: 10px;
    position: relative;
}

.feat_property.list.style2 .thumb {
    height: auto;
    max-width: -webkit-fill-available;
}

.feat_property.list .details {
    width: 70%;
}

.feat_property.list .details .fp_footer {
    border: none;
    padding: 0 20px 10px;
}

.feat_property.list .details .tc_content {
    padding: 25px 20px 10px;
    position: relative;
}

.feat_property.list .dtls_headr {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.feat_property.list .dtls_headr a.fp_price {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    right: 20px;
}

.feat_property.list.favorite_page {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 30px;
}

.feat_property.list.favorite_page .thumb {
    height: 126px;
    max-width: 150px;
    margin: 0;
    position: relative;
}

.feat_property.list.favorite_page .view_edit_delete_list {
    position: absolute;
    right: 0;
}

.feat_property.list.favorite_page.style2 {
    border-bottom: none;
    margin: 10px 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feat_property.list.favorite_page.style2 .details .tc_content p {
    margin-bottom: 0;
}

.status_tag.badge {
    border-radius: 3px;
    background-color: rgb(255, 90, 95);
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 1.2;
    padding: 5px 8px;
    text-align: center;
}

.status_tag.badge2 {
    border-radius: 3px;
    background-color: rgb(57, 218, 138);
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
}

.status_tag.badge3 {
    border-radius: 3px;
    background-color: rgb(253, 57, 122);
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
}

.bs_carousel .feat_property.home8 {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.bs_carousel .carousel-item.active .feat_property.home8 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.feat_property.home8:before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    bottom: -10px;
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.feat_property.home8 a.fp_price {
    color: #ffc200;
    float: left;
    font-size: 22px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    position: relative;
}

.feat_property .thumb .thmb_cntnt a.fp_price small {
    font-size: 14px;
}

.feat_property .details {
    position: relative;
}

.feat_property .details .tc_content {
    padding: 20px;
}

.feat_property .details .tc_content p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.feat_property .details .tc_content h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.feat_property .details .tc_content .prop_details {
    margin-bottom: 0;
}

.feat_property.home8 .details .tc_content .prop_details {
    margin-bottom: 10px;
}

.feat_property .details .tc_content .prop_details li {
    margin-right: 30px;
}

.feat_property .details .tc_content .prop_details li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.feat_property .details .tc_content .prop_details li:last-child {
    margin-right: 0;
}

.feat_property.home2 .details .tc_content h5 {
    color: #484848;
    font-family: "Inter", serif;
    line-height: 1.333;
}

.feat_property .details .fp_footer {
    border-top: 1px solid #eeeeee;
    display: inline-block;
    padding: 20px;
    position: relative;
    width: 100%;
}

.feat_property .details .fp_footer .fp_meta {
    margin-bottom: 0;
}

.feat_property .details .fp_footer .fp_meta li {
    margin-right: 10px;
    vertical-align: middle;
}

.feat_property .details .fp_footer .fp_meta li:last-child {
    margin-right: 0;
}

.feat_property .details .fp_footer .fp_meta li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #777777;
    line-height: 1.2;
}

.feat_property .details .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 10px;
}

.for_blog.feat_property .details .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 30px;
}

.feat_property .details .fp_footer .fp_pdate {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #777777;
    line-height: 1.2;
    margin-top: 12px;
}

.feat_property.home2 .details .fp_footer .fp_pdate {
    color: #192675;
}

.feat_property.home8:hover .thumb .overlay:before {
    background-color: rgba(25, 38, 117, 0.7);
}

.feat_property.home8 .wc_age_seat li a {
    color: #7e7e7e;
    font-size: 13px;
}

.feat_property.home3 {
    border: none;
}

.feat_property.home3 .thumb {
    padding: 0;
}

.feat_property.home3 .details .fp_footer {
    border-top: none;
}

.feat_property.home7 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.feat_property.home7:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.feat_property.home7.style2 {
    border: none;
    overflow: visible;
}

.feat_property.home7.style3 {
    box-shadow: none;
}

.feat_property.home7.style2:before {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.feat_property.home7.style3 .details .tc_content {
    padding: 20px 0;
}

.feat_property.home7.style3 .thumb,
.feat_property.home7.style4 .thumb {
    border-radius: 8px;
}

.feat_property.home7.style4 .thumb {
    margin: 10px;
    max-height: 215px;
}

.feat_property.home7.style4 .thumb .thmb_cntnt.style2 {
    bottom: auto;
}

.feat_property.home7.style4 .thumb .thmb_cntnt.style3 {
    top: auto;
}

.feat_property.home7 .thumb {
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.feat_property.home7.agent .thumb {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
}

.feat_property.home7.agent .thumb img {
    border-radius: 8px;
}

.feat_property.home7 .details {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
}

.feat_property.agent .thumb img,
.feat_property.agency .thumb img {
    opacity: 1;
    object-fit: cover;
}

.feat_property.agent .details .fp_footer .fp_pdate,
.feat_property.agency .details .fp_footer .fp_pdate {
    margin-top: 6px;
}

.feat_property.agency .thumb {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.feat_property.agency .thumb img {
    margin: 0 auto;
}

.feat_property.list.agency .thumb {
    border-bottom: none;
    height: 235px;
    width: 40%;
}

.feat_property.list.agency .details {
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
}

.feat_property.home7.style4:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
    left: 20px;
}

.feat_property.home7.style4:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    right: 20px;
}

.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    left: -30px;
    position: absolute;
    top: 40%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    right: -30px;
    position: absolute;
    top: 40%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fp_single_item_slider.owl-theme .owl-nav {
    margin: 0;
}

.properti_city_home8 {
    position: relative;
    margin-bottom: 30px;
}

.properti_city_home8 .details p {
    margin-bottom: 0;
}

.properti_city_home8 .thumb {
    background-color: #f7f7f7;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto 20px;
    position: relative;
    width: 200px;
}

.properti_city_home8 .thumb img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
}

.properti_city.home6 .details .tc_content h4,
.properti_city.home6 .details a.fp_price,
.properti_city.home6 ul.prop_details li a {
    color: #ffffff;
    font-weight: 600;
}

.properti_city.home6 .overlay .details h4 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.properti_city.home6 .details a.fp_price {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 2;
}

.feature_property_slider.owl-carousel.owl-theme .owl-nav,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}

.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle;
}

.best_property_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #cccccc;
    border-radius: 50%;
    margin: 3px;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.best_property_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.best_property_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #202020 !important;
    border: 5px solid #e0e2e3;
    height: 15px;
    width: 15px;
}

.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgb(206, 52, 56);
    border-radius: 50%;
    margin: 3px;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(154, 34, 38) !important;
    border: 5px solid rgb(255, 155, 158);
    width: 15px;
    height: 15px;
}

.for_blog.feat_property.home9 {
    min-height: 283px;
    margin-top: 140px;
    overflow: visible;
    position: relative;
}

.for_blog.feat_property.home9 .thumb {
    position: absolute;
    top: -130px;
}

.for_blog.feat_property.home9 .details {
    bottom: 0;
    position: absolute;
}

.for_blog.feat_property.home9 .details .tc_content h4 {
    margin-bottom: 0;
}

.for_blog.feat_property .details .tc_content .bpg_meta li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(119, 119, 119);
    line-height: 1.2;
}

.for_blog.feat_property .details .tc_content p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

/*== Property Cities ==*/
.properti_city {
    margin-bottom: 30px;
    position: relative;
}

.properti_city:hover {
    cursor: pointer;
}

.properti_city .thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.properti_city .thumb img {
    object-fit: cover;
    width: 100%;
    /* height: 100%; */
    height: 300px !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.properti_city:hover .thumb img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
}

.properti_city .overlay {
    background: -moz-linear-gradient(270deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(0, 0, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, rgba(255, 255, 255, 0.01)),
            color-stop(100%, rgba(0, 0, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(0, 0, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(0, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(0, 0, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(0, 0, 0, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d293e', GradientType=0);
    /* ie6-9 */
    border-radius: 0px 0px 10px 10px;
    bottom: 0;
    height: 244px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.properti_city .overlay .details {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}

.properti_city .overlay .details h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
}

.properti_city.home5 .overlay .details .left {
    background-color: #ffffff;
    border-radius: 17.5px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    float: left;
    /* height: 35px; */
    margin-left: 30px;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.properti_city.home5 .overlay .details .left:before {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 17.5px;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.properti_city.home5 .overlay .details .left h4 {
    font-size: 10px;
    font-family: "Inter", serif;
    /* color: #484848; */
    color: #000;
    font-weight: bold;
    line-height: 2.3;
    margin: 0;
}

.properti_city.home5 .overlay .details p {
    float: right;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 10px;
}

.properti_city.home5 .overlay .details {
    bottom: 30px;
}

.properti_city.home6 .thumb .thmb_cntnt {
    left: 8px;
    position: absolute;
    top: 20px;
}

.properti_city.home6 .overlay .details {
    padding-left: 20px;
    text-align: left;
}

.properti_city .overlay .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.2;
}

.properti_city.style2 {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.properti_city.style2:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.properti_city.style2 .details {
    padding: 20px 20px 10px;
    text-align: center;
}

.properti_city.style2 .details p {
    margin-bottom: 0;
}

.property_city_home6 {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.property_city_home6:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.property_city_home6 .thumb {
    position: relative;
}

.property_city_home6 .details {
    padding: 50px 25px 0;
}

.modern_apertment {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 55px 15px 50px 45px;
    position: relative;
}

.modern_apertment .title {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.modern_apertment .subtitle {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modern_apertment p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.429;
    margin-bottom: 30px;
}

.modern_apertment .booking_btn {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
    height: 50px;
    width: 170px;
}

.properti_city.home7 .details {
    padding-top: 20px;
}

.properti_city.home7 .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgba(119, 119, 119, 0.8);
    line-height: 1.2;
}

/*== Search Smart Property ==*/
.search_smart_property {
    padding: 75px 0;
    position: relative;
}

.search_smart_property h2 {
    font-size: 30px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.search_smart_property p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.875;
    margin-bottom: 30px;
}

.search_smart_property button.ssp_btn {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 8px;
    color: #484848;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    height: 60px;
    line-height: 1.2;
    width: 200px;
}

.search_smart_property button.ssp_btn:hover {
    background-color: #3e4c66;
    color: #ffffff;
}

.icon_hvr_img_box {
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.icon_hvr_img_box:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon_hvr_img_box:hover:before {
    background-color: rgba(29, 41, 62, 0.8);
}

.icon_hvr_img_box .icon {
    color: #ffc200;
    font-size: 50px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.icon_hvr_img_box .details {
    position: relative;
}

.icon_hvr_img_box:hover .details h4,
.icon_hvr_img_box:hover .details p,
.icon_hvr_img_box:hover .overlay .icon {
    color: #ffffff;
}

/*== Single Property ==*/
.single_property_title {
    position: relative;
}

.listing_single_row {
    margin-bottom: 25px;
    margin-top: -100px;
}

.single_property_title .upload_btn {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    color: rgb(72, 72, 72);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-family: "Inter", serif;
    height: 45px;
    line-height: 2.1;
    outline: none;
    position: relative;
    text-align: center;
    width: 150px;
}

.single_property_title .upload_btn span {
    font-size: 20px;
    padding-right: 5px;
}

.single_property_title.multicolor_style h2,
.single_property_title.multicolor_style p,
.single_property_social_share.multicolor_style h2,
.single_property_social_share.multicolor_style h2 small {
    color: #ffffff;
}

.single_property_social_share h2 {
    font-size: 30px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.single_property_social_share h2 small {
    font-size: 18px;
}

.single_property_social_share.style2 {
    position: absolute;
    right: 30px;
}

.spss ul li {
    border-radius: 8px;
    background-color: #000000;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.spss ul li:hover {
    background-color: #ffc200;
    cursor: pointer;
}

.spss ul li a:hover {
    color: #ffffff;
}

.spss ul li a {
    font-size: 14px;
    color: #ffc200;
}

.spss.style2 ul li {
    background-color: #ffffff;
}

.spss.style2 ul li a {
    color: #484848;
}

.spls_style_two {
    position: relative;
}

.spls_style_two .overlay {
    bottom: 0;
    border-radius: 8px;
    background-color: rgba(29, 41, 62, 0.8);
    cursor: pointer;
    left: 0;
    margin-bottom: 0;
    padding-top: 35%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.spls_style_two .overlay .title {
    font-size: 26px;
    font-family: "Inter", serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
}

.spls_style_two img {
    border-radius: 8px;
}

.faq_according .accordion .card.floor_plan {
    outline: none;
}

.faq_according .accordion .card.floor_plan .card-header.active .btn-link {
    color: #484848;
}

.faq_according .accordion .card.floor_plan .card-header.active {
    border: 1px solid #ebebeb;
}

.faq_according .accordion .card.floor_plan .card-header .btn-link ul li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.single_page_listing_tab {
    position: relative;
}

.single_page_listing_tab .nav-tabs {
    border: none;
    margin-top: 45px;
    position: absolute;
    z-index: 9;
}

.single_page_listing_tab .nav-tabs .nav-item {
    border: none;
    margin-right: 10px;
}

.single_page_listing_tab .nav-tabs .nav-item .nav-link {
    border-radius: 8px;
    background-color: rgba(15, 21, 31, 0.502);
    border: 1px solid transparent;
    font-size: 20px;
}

.single_page_listing_tab .nav-tabs .nav-link.active {
    border: none;
}

.single_page_listing_style {
    position: relative;
}

.property_video {
    padding: 30px;
    position: relative;
}

.property_video .thumb {
    border-radius: 8px;
    overflow: hidden;
}

.property_video .thumb .pro_img {
    min-height: 390px;
}

.property_video .thumb .overlay_icon a {
    background-color: rgb(255, 90, 95);
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 70px;
    z-index: 99;
}

.property_video .thumb .overlay_icon a:after {
    background-color: rgb(255, 90, 95, 0.2);
    border-radius: 100%;
    content: "";
    height: 90px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 90px;
    z-index: -1;
}

.property_video .thumb .overlay_icon a .map_img_icon {
    width: 23px;
}

.video_popup_btn {
    border-radius: 50%;
    display: block;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
    animation: pulse-black 2s infinite;
}

.video_popup_btn span {
    color: #ffffff;
    font-size: 22px;
}

.video_popup_btn.red {
    background: rgba(255, 90, 95, 1);
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 90, 95, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
    }
}

.lsd_list {
    margin-bottom: 40px;
    position: relative;
}

.lsd_list li {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 40px;
    padding: 6px 25px;
    text-align: center;
}

.lsd_list li a {
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    line-height: 1.2;
}

.lsd_list li:hover a {
    color: #ffc200;
}

.listing_single_description {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px 8px 0 0;
    padding: 30px;
}

.listing_single_description.style2 {
    border-radius: 0;
}

.listing_single_description2 {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    padding: 30px;
}

.listing_single_description .card.card-body {
    border: none;
    padding: 0;
}

.white_goverlay {
    position: relative;
}

.white_goverlay:before {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.3) 30%,
            rgba(255, 255, 255, 0.8) 20%);
    bottom: 0;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.white_goverlay.z-1:before {
    z-index: -1;
}

.additional_details {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    padding: 30px;
    position: relative;
}

.additional_details ul li p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    line-height: 2.857;
    margin-bottom: 0;
}

.additional_details ul li p span {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 2.857;
}

.property_attachment_area {
    border-radius: 0 0 8px 8px;
}

.property_attachment_area,
.walkscore_area {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.iba_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 25px;
}

.icon_box_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.icon_box_area .score {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
}

.icon_box_area.style2 .details {
    padding: 25px 20px 0;
}

.icon_box_area .details {
    padding: 15px 20px;
}

.icon_box_area .details h5 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.icon_box_area .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    margin-bottom: 0;
}

.walkscore_area .more_info {
    color: rgb(72, 72, 72);
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 1.714;
    text-decoration: underline;
}

.whats_nearby {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    position: relative;
}

.education_distance {
    display: grid;
    position: relative;
}

.education_distance h5 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0;
}

.education_distance h5 span {
    color: #4585ff;
    font-size: 24px;
    margin-right: 5px;
}

.education_distance.style2 h5 span {
    color: #fb8855;
}

.education_distance.style3 h5 span {
    color: #92d060;
}

.single_line .para {
    color: rgb(72, 72, 72);
    font-size: 14px;
    font-family: "Inter", serif;
    float: left;
    line-height: 2.143;
    margin-bottom: 0;
}

.single_line .para span {
    color: #767676;
}

.single_line .review {
    float: right;
    margin-bottom: 0;
}

.single_line .review li {
    margin-right: 3px;
}

.single_line .review li:nth-child(5) {
    margin-right: 25px;
}

.single_line .review li:nth-child(5) a {
    color: #e1e1e1;
}

.single_line .review span.total_rive_count {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(118, 118, 118);
    line-height: 2.143;
}

.single_line .review li a {
    font-size: 14px;
    color: rgb(188, 197, 42);
    line-height: 2.143;
}

/*== Listing Single V5 Page Sticky Nav ==*/
.sticky_heading {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tabs {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tabs-container {
    background-color: #ffffff;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-first {
    padding-top: 13px;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tabs-container--top-second {
    background-color: #ffffff;
    padding-top: 13px;
    height: 60px;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tabs-container li:active,
.sticky-nav-tabs-container li:hover,
.sticky-nav-tabs-container li:visited,
.sticky-nav-tabs-container li.active {
    border-bottom: 1px solid #ffc200;
}

.sticky-nav-tabs-container li.active a {
    color: #ffc200;
}

.sticky-nav-tabs-container li:visited {
    border-bottom: 1px solid #ffc200;
}

.sticky-nav-tabs-container li:visited a {
    color: #ffc200;
}

.sticky-nav-tabs-container li a {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
}

.sticky-nav-tab {
    color: #221f1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 25px 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sticky-nav-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #66b1f1;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.listing_single_property_compare {
    position: relative;
    text-align: center;
}

.listing_single_property_compare ul li.list-inline-item {
    margin-right: 25px;
    text-align: center;
}

.listing_single_property_compare ul li .icon {
    background-color: #e3e3e3;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 15px;
    width: 50px;
}

.listing_single_property_compare ul li .icon span {
    color: #484848;
}

.listing_single_property_compare ul li p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    line-height: 1.857;
    margin-bottom: 0;
}

/*== Why Choose Us ==*/
.why_chose_us {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 50px 41px 30px 41px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why_chose_us:hover {
    cursor: pointer;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.why_chose_us:hover .details h4 {
    color: #ffc200;
}

.why_chose_us:hover .details p {
    color: #ffffff;
}

.why_chose_us .icon {
    background-color: #ffe8e9;
    border-radius: 50%;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    width: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why_chose_us:hover .icon {
    background-color: #ffc200;
}

.why_chose_us:hover .icon span {
    color: #ffffff;
}

.why_chose_us .icon span {
    color: #ffc200;
    font-size: 68px;
    line-height: 130px;
}

.why_chose_us .details {
    margin-top: 50px;
}

.why_chose_us .details h4 {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
}

.why_chose_us .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 1.714;
}

.why_chose_us.style2 {
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.why_chose_us.style2 .icon {
    background-color: #000;
}

.why_chose_us.style2:hover:before {
    background-color: #ffc200;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.why_chose_us.style2:hover .icon {
    background-color: #ffc200;
}

.why_chose_us.style2:hover .icon span {
    color: #000;
}

.features_row {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    margin-bottom: 70px;
    margin-top: -220px;
}

.why_chose_us.home6 {
    border-radius: 0;
    border-right: 1px solid #ebebeb;
    margin-bottom: 0;
    overflow: hidden;
    padding: 30px 20px;
}

.why_chose_us.home6.bdrrn {
    border-right: none;
}

.why_chose_us.home6,
.why_chose_us.home6:hover {
    box-shadow: none;
}

.why_chose_us.home6 .icon {
    background-color: #3e4c66;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.why_chose_us.home6:hover .icon {
    background-color: #ffc200;
}

.why_chose_us.home6:hover .icon span {
    color: #ffffff;
}

.why_chose_us.home6 .icon span {
    color: #ffffff;
    font-size: 50px;
    line-height: 100px;
}

.why_chose_us.home6 .details {
    margin-top: 30px;
}

.why_chose_us.home6:hover .details h4 {
    color: #ffc200;
}

.why_chose_us.home7 {
    padding: 25px 50px 0 41px;
}

.why_chose_us.home7:hover {
    box-shadow: none;
}

.why_chose_us.home7 .icon {
    background-image: -moz-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    height: 110px;
    margin: 0 auto;
    width: 110px;
    position: relative;
}

.why_chose_us.home7 .icon:before {
    background-color: rgba(254, 59, 117, 0.1);
    border-radius: 50%;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.why_chose_us.home7 .icon span {
    color: #ffffff;
    font-size: 50px;
    line-height: 110px;
}

.why_chose_us.home10:hover {
    background-color: #ffc200;
}

.why_chose_us.home10:hover .icon {
    background-color: #ffffff;
}

.why_chose_us.home10:hover .icon span {
    color: #ffc200;
}

.why_chose_us.home10:hover .details h4,
.why_chose_us.home10:hover .details p {
    color: #ffffff;
}

/*== Why Choose Us ==*/
.our-testimonial {
    background-color: #1d293e;
}

.our-testimonial:before {
    /* background-image: url("../images/background/2.jpg"); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.our-testimonial.home5 {
    background-color: #232733;
}

.our-testimonial.home5:before {
    /* background-image: url("../images/background/6.jpg"); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.149;
    position: absolute;
    right: 0;
    top: 0;
}

.you-looking-for {
    background-color: rgb(8, 15, 29);
    height: 365px;
}

.you-looking-for:before {
    /* background-image: url("../images/background/8.jpg"); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.modern-apertment {
    background-color: rgb(29, 41, 62);
    height: 549px;
}

.modern-apertment:before {
    /* background-image: url("../images/background/9.jpg"); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.our-hot-offer {
    /* background-image: url("../images/background/11.jpg"); */
    height: 581px;
}

.our-hot-offer:before {
    background-image: -moz-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.851;
    position: absolute;
    right: 0;
    top: 0;
}

.our_hotoffer {
    position: relative;
    margin-top: 120px;
}

.our_hotoffer h2 {
    font-size: 30px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.our_hotoffer p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.our_hotoffer button.btn.ht_offer {
    border-radius: 8px;
    background-image: -moz-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    color: #ffffff;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    width: 170px;
}

.View_All {
    position: absolute;
    left: 443.484px;
    top: 3835.4px;
    z-index: 419;
}

.our-testimonials {
    border-bottom: 1px solid #ebebeb;
}

.testimonial_grid {
    position: relative;
    text-align: center;
}

.testimonial_grid .thumb {
    position: relative;
}

.testimonial_grid .thumb img {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline;
    height: 114px;
    width: 114px;
}

.testimonial_grid .details {
    padding: 20px 40px;
}

.testimonial_grid .details h4 {
    color: #ffffff;
    margin-bottom: 0;
}

.testimonial_grid .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.429;
    margin-bottom: 0;
}

.testimonial_grid.style2 {
    padding: 40px 0 0;
}

.testimonial_grid.style2 .details h4,
.testimonial_grid.style2 .details p {
    color: #484848;
}

.testimonial_grid.style2 .thumb {
    position: relative;
}

.testimonial_grid.style2 .thumb .tg_quote {
    border-radius: 50%;
    background-image: -moz-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    height: 43px;
    left: 0;
    line-height: 43px;
    margin: 0 auto;
    position: absolute;
    right: -100px;
    top: 70px;
    width: 43px;
}

.testimonial_grid.style2 .thumb .tg_quote span {
    color: #ffffff;
}

.testimonial_grid.style2 .thumb img {
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.testimonial_grid_slider.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}

.testimonial_grid_slider.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle;
}

.testimonial_grid_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-radius: 50%;
    margin: 3px;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial_grid_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_grid_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff !important;
    border: 5px solid rgb(92, 106, 124);
    height: 15px;
    width: 15px;
}

.testimonial_grid_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #dedede;
}

.testimonial_grid_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_grid_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #24324a !important;
    border: 5px solid #dedede;
}

.start_partner h2 {
    color: #ffffff;
    line-height: 1.2;
}

.start_partner p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.2;
}

.parner_reg_btn a.btn {
    border-radius: 8px;
    background-color: rgb(255, 120, 124);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    height: 60px;
    line-height: 50px;
    width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.parner_reg_btn a.btn:hover,
.parner_reg_btn a.btn:active,
.parner_reg_btn a.btn:focus {
    background-color: #ffffff;
    color: #ffc200;
}

.parner_reg_btn.home5 a.btn {
    background-color: #ffffff;
    color: #fa7a44;
}

.parner_reg_btn.home5 a.btn:hover,
.parner_reg_btn.home5 a.btn:active,
.parner_reg_btn.home5 a.btn:focus {
    background-color: #fa7a44;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.parner_reg_btn.home7 a.btn {
    background-image: -moz-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(148deg,
            rgb(253, 85, 89) 0%,
            rgb(255, 51, 125) 100%);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    color: #ffffff;
}

.container-fluid.style2 {
    max-width: 1720px;
    width: 90%;
}

.courses-list {
    background-color: #f9fafc;
}

.my_course_content {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    padding: 20px 0 0;
}

.courses_list_heading,
.my_course_content_header {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.my_course_content_header {
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px 20px 30px;
}

.my_course_content_list {
    position: relative;
}

.my_course_content_list .mc_content_list {
    border: 1px solid rgb(235, 235, 235);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px;
}

.my_course_content_list .mc_content_list:hover {
    background-color: #f9fafc;
}

.my_course_content_list .mc_content_list:last-child {
    border-bottom: none;
}

.my_course_content_list .mc_content_list .thumb {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 20px;
    min-height: 150px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
}

.my_course_content_list .mc_content_list .thumb .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.my_course_content_list .mc_content_list:hover .thumb .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
}

.my_course_content_list .mc_content_list .thumb .overlay ul {
    margin-top: 110px;
}

.my_course_content_list .mc_content_list .thumb .overlay ul li {
    border-radius: 17.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: transparent;
    height: 35px;
    text-align: center;
    width: 100px;
}

.my_course_content_list .mc_content_list .thumb .overlay ul li a {
    color: #ffffff;
    line-height: 2;
}

.my_course_content_list .mc_content_list .thumb img {
    border-radius: 5px;
}

.my_course_content_list .mc_content_list .details .mc_footer ul {
    display: inline;
}

.my_course_content_list .mc_content_list .details .mc_footer ul:first-child {
    margin-right: 25px;
}

.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li {
    margin-right: 3px;
}

.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(199, 85, 51);
    font-weight: bold;
    line-height: 1.2;
    margin-left: 15px;
}

.my_course_content_list .mc_content_list .details .mc_footer {
    margin-top: 23px;
}

.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate a {
    color: rgb(199, 85, 51);
}

.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li:nth-child(6) a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li a i {
    color: #bcc52a;
    line-height: 1.2;
}

.my_course_content_list .mc_content_list .details .mc_content .subtitle {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
    margin-bottom: 5px;
}

.my_course_content_list .mc_content_list .details .mc_content .subtitle .title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(10, 10, 10);
    line-height: 1.333;
}

.my_course_content_list .mc_content_list .details .mc_content h5.title span {
    border-radius: 5px;
    background-color: rgb(27, 213, 75);
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 90px;
}

.my_course_content_list .mc_content_list .details .mc_content h5.title span.style2 {
    background-color: #ff1053;
}

.my_course_content_list .mc_content_list .details .mc_content h5.title span .tag {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans";
    line-height: 2.2;
}

.my_course_content_list .mc_content_list .details .mc_content p {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.714;
}

.my_setting_content {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

.my_setting_content_header {
    border: 1px solid rgb(235, 235, 235);
    padding: 30px;
}

.my_profile_setting_input.form-group {
    margin-bottom: 30px;
}

.my_profile_setting_input label,
.my_profile_setting_textarea label {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.5;
}

.my_profile_setting_input .form-control {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    height: 52px;
    padding-left: 20px;
}

.my_profile_setting_input .form-control::placeholder {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    line-height: 1.2;
}

.my_profile_setting_textarea {
    margin-bottom: 25px;
}

.my_profile_setting_input .btn1 {
    background-color: rgba(255, 90, 95, 0);
    border: 2px solid rgb(255, 90, 95);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 90, 95);
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    margin-right: 30px;
    width: 200px;
}

.my_profile_setting_input .btn1:hover {
    background-color: rgb(255, 90, 95);
    color: #ffffff;
}

.my_profile_setting_input .btn2 {
    background-color: rgb(255, 90, 95);
    border: 2px solid rgb(255, 90, 95);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.my_profile_setting_input .btn2:hover {
    color: rgb(255, 90, 95);
    background-color: #ffffff;
    border: 2px solid rgb(255, 90, 95);
}

.my_profile_setting_input .btn3 {
    background-color: rgb(29, 41, 62);
    border: 2px solid rgb(29, 41, 62);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.my_profile_setting_input .btn3:hover {
    border: 2px solid rgb(29, 41, 62);
    color: rgb(29, 41, 62);
    background-color: #ffffff;
}

.my_profile_setting_input2 label {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(10, 10, 10);
    line-height: 1.2;
}

.my_profile_setting_input .form-control:focus {
    outline: none;
}

.admore_btn {
    border-radius: 8px;
    background-color: rgb(236, 236, 236);
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 160px;
}

.my_setting_savechange_btn {
    border-radius: 5px;
    background-color: rgb(36, 65, 231);
    font-size: 15px;
    font-family: "Open Sans";
    color: #ffffff;
    line-height: 1.2;
    height: 55px;
    width: 150px;
}

.view_edit_delete_list li:hover {
    cursor: pointer;
}

.view_edit_delete_list li {
    background-color: rgb(247, 247, 247);
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.view_edit_delete_list li a span {
    color: #ffc200;
    font-size: 20px;
}

.courses_list_heading.style2 {
    box-shadow: none;
}

.courses_container {
    position: relative;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
}

.courses_container.style2 {
    box-shadow: none;
}

.courses_container .courses_list_content {
    border: 1px solid rgb(235, 235, 235);
    padding: 20px;
    position: relative;
}

.courses_container .courses_list_content:hover {
    background-color: #f9fafc;
}

.courses_list_content .feat_property.list {
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
}

.courses_list_content .feat_property.list {
    background-color: transparent;
}

.courses_list_content .feat_property.list:hover {
    box-shadow: none;
}

.courses_list_content .feat_property.list .details .tc_content p {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.714;
}

.courses_list_content .feat_property.list:hover .details .tc_content h5 {
    color: #ffc200;
}

.original_price {
    font-size: 13px;
    font-family: "Inter", serif;
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.courses_list_content .feat_property.list .details .fp_footer ul.tc_review {
    margin-bottom: 0;
    margin-right: 20px;
}

.courses_list_content .feat_property.list .details .fp_footer ul.tc_review li {
    margin-right: 4px;
}

.courses_list_content .feat_property.list .details .fp_footer ul.tc_review li a {
    font-size: 13px;
    font-family: "FontAwesome";
    color: #bcc52a;
    line-height: 1.2;
}

.courses_list_content .feat_property.list .details .fp_footer ul.tc_review li:last-child a {
    color: #7e7e7e;
}

.courses_list_content .feat_property.list .details .tc_content {
    padding: 0px 0px 20px 15px;
}

.courses_list_content .feat_property.list .details .fp_footer {
    padding: 0 20px;
}

.courses_list_content .feat_property.list .thumb {
    border-radius: 5px;
    overflow: hidden;
    width: 450px;
}

.courses_list_content .feat_property.list .details .fp_footer {
    border: none;
}

/*== Popular Job Categories => Icon Hover Image Box ==*/
.hvr_img_box_container {
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.hvr_img_box_container:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.hvr_img_box_container .hvr_img_box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hvr_img_box_container:hover .hvr_img_box {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hvr_img_box {
    position: relative;
    padding: 60px 50px;
}

.hvr_img_box.imgs {
    height: 100%;
    position: absolute;
    width: 100%;
}

.hvr_img_box_container:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hvr_img_box_container .overlay .details {
    display: block;
    height: 250px;
    padding: 60px 50px;
    position: relative;
    width: 300px;
    z-index: 9;
}

.hvr_img_box_container .overlay .details h5 {
    color: #484848;
    font-family: "Inter SemiBold";
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hvr_img_box_container .overlay .details p {
    color: #7e7e7e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.hvr_img_box_container .overlay .details a {
    color: #192675;
    font-size: 14px;
    line-height: 24px;
}

.hvr_img_box_container .overlay .details a span.span {
    padding-left: 15px;
}

.hvr_img_box_container:hover .overlay .details h5,
.hvr_img_box_container:hover .overlay .details p,
.hvr_img_box_container:hover .overlay .details a {
    color: #ffffff;
}

.pjc_all_btn {
    margin-top: 25px;
}

.pjc_all_btn a.btn {
    border-radius: 4px;
    line-height: 45px;
    padding: 5px 40px;
}

.pjc_all_btn.home5 a.btn {
    border: 1px solid #262626;
    color: #262626;
}

.pjc_all_btn.home5 a.btn:hover {
    border: 1px solid #ffc200;
    color: #ffffff;
}

/*== Funfact Counter ==*/
.funfact_one .icon {
    color: #ffffff;
    font-size: 70px;
    line-height: initial;
}

.funfact_one .details ul {
    margin-bottom: 0;
}

.funfact_one .details .timer,
.funfact_one .details ul li {
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 30px;
    font-weight: bold;
    margin-right: -2px;
}

.funfact_one .details ul li:last-child {
    margin: 0;
}

.funfact_one .details h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}

.funfact_one .timer {
    color: #ffffff;
    font-size: 25px;
}

.funfact_one p {
    margin-bottom: 0;
}

.funfact_one.home6 {
    text-align: center;
}

.funfact_one.home6 .icon {
    color: #1fbda5;
    font-size: 60px;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 6px;
}

.funfact_one.home6 .timer {
    color: #252834;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
}

.funfact_one.home6:hover .icon {
    color: #252834;
}

.brdr_left_right {
    position: relative;
}

.brdr_left_right:before {
    background-color: #383838;
    bottom: 0;
    content: "";
    height: 40px;
    left: -30px;
    position: absolute;
    top: 25px;
    width: 1px;
}

.brdr_left_right.home6:before {
    left: -15px;
}

.brdr_left_right.home3:before {
    background-color: #d5d6d8;
}

.footer_middle_area.home5 {
    background-color: #232733;
}

.footer_middle_area.home6 {
    background-color: #f0f0f0;
    position: relative;
}

/*== Footer Social Widget ==*/
.footer_social_widget {
    position: relative;
}

.footer_social_widget li {
    padding-right: 10px;
}

.footer_social_widget li a {
    color: #8a99b3;
    font-size: 16px;
    font-family: "FontAwesome";
    line-height: 1.2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer_social_widget.home3 li a {
    color: #777777;
}

.footer_social_widget li:hover a {
    color: #ffffff;
}

.footer_social_widget.home3 li:hover a {
    color: #ffc200;
}

.footer_mailchimp_form {
    position: relative;
}

.footer_mailchimp_form .col-10 input.form-control {
    background-color: #2c2c2c;
    border: 1px solid #ffc200;
    border-radius: 25px;
    color: #000;
    height: 50px;
    padding-left: 30px;
    width: 100%;
}

.footer_mailchimp_form.home3 .col-auto input.form-control {
    background-color: #e8eef2;
    border: 1px solid #e8eef2;
    color: #777777;
}

.footer_mailchimp_form.home5 .col-auto input.form-control {
    background-color: #292d39;
    border: 1px solid #292d39;
}

.footer_mailchimp_form.home6 .col-auto input.form-control {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    border: 1px solid #ffffff;
    color: #484848;
}

.footer_mailchimp_form.home6 .col-auto input.form-control:hover,
.footer_mailchimp_form.home6 .col-auto input.form-control:focus,
.footer_mailchimp_form.home6 .col-auto input.form-control:active {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.footer_mailchimp_form .col-auto input.form-control:hover,
.footer_mailchimp_form .col-auto input.form-control:focus,
.footer_mailchimp_form .col-auto input.form-control:active {
    box-shadow: none;
    outline: none;
}

.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
    color: #8a99b3;
}

.footer_mailchimp_form .col-auto button {
    background-color: #354765;
    border: 1px solid #354765;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.footer_mailchimp_form.home3 .col-auto button {
    background-color: #3e4c66;
    border: 1px solid #3e4c66;
    color: #ffffff;
}

.footer_mailchimp_form.home5 .col-2 button {
    background-color: #ffc200;
    color: #000 !important;
    border-radius: 50%;
    border: none;
    height: 50px;
    width: 50px;
    transition: all 0.3s ease 0s;
}

.footer_mailchimp_form.home5 .col-2 button:hover {
    background-color: #000;
    color: #ffc200 !important;
    border-radius: 50%;
    border: none;
    height: 50px;
    width: 50px;
}

.footer_mailchimp_form.home6 .col-auto button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    color: #484848;
}

.footer_middle_area.home3 .footer_social_widget p {
    color: #969ca9;
}

.footer_middle_area.home3 .footer_social_widget li a {
    color: #969696;
}

.footer_middle_area.home3 .footer_social_widget li:hover a,
.footer_middle_area.home4 .footer_social_widget li:hover a {
    color: #484848;
}

.footer_social_widget.home8 li a {
    color: #969696;
}

.footer_social_widget.home8 li:hover a {
    color: #484848;
}

/*== 1st Layout Footer ==*/
.footer_one {
    padding: 80px 0 70px;
}

.footer_one {
    background-color: #24324a;
}

.footer_middle_area {
    background-color: #1d293e;
}

.footer_bottom_area {
    background-color: #484848;
}

.copyright-widget p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #8a99b3;
    line-height: 2.143;
    margin-bottom: 0;
}

.copyright-widget.home3 p,
.copyright-widget.home6 p {
    color: #777777;
}

.footer_one.home3 {
    background-color: #ffffff;
    border-bottom: 1px solid #e8eef2;
}

.footer_middle_area.home3 {
    background-color: #ffffff;
}

.footer_bottom_area.home3 {
    background-color: #ebeef4;
}

.footer_one.home4 {
    background-color: #f9fafc;
}

.footer_bottom_area.home3 .copyright-widget p,
.footer_bottom_area.home4 .copyright-widget p {
    color: #969696;
}

.footer_bottom_area.home4 {
    background-color: #fafafa;
}

.footer_middle_area.home4 {
    border-top: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.footer_one.home5 {
    background-color: #181818;
    color: #ffc200;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.footer_one.home8 {
    background-color: transparent;
}

.footer_one.home8:before {
    /* background-image: url(../images/background/3.png );*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -75px;
    z-index: -1;
}

/*== Footer Widget ==*/
.footer_about_widget p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #8a99b3;
    line-height: 2.143;
    margin-bottom: 0;
}

.footer_about_widget.home5 p,
.footer_qlink_widget.home5 li a,
.footer_contact_widget.home5 li a,
.footer_social_widget.home5 li a {
    color: #ffc200;
}

.footer_about_widget.home6 p,
.footer_qlink_widget.home6 li a,
.footer_contact_widget.home6 li a {
    color: #777777;
}

.footer_social_widget.home6 li a {
    color: #484848;
}

.footer_about_widget.home3 p {
    color: #777777;
}

.footer_contact_widget li {
    padding-bottom: 0;
}

.footer_qlink_widget {
    padding-left: 70px;
}

.footer_about_widget h4,
.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_apps_widget h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer_about_widget.home3 h4,
.footer_qlink_widget.home3 h4,
.footer_contact_widget.home3 h4,
.footer_social_widget.home3 h4,
.footer_apps_widget.home3 h4 {
    color: #484848;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer_about_widget.home3 li a,
.footer_qlink_widget.home3 li a,
.footer_contact_widget.home3 li a {
    color: #777777;
}

.footer_about_widget.home6 h4,
.footer_qlink_widget.home6 h4,
.footer_contact_widget.home6 h4,
.footer_social_widget.home6 h4,
.footer_apps_widget.home6 h4 {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.333;
}

.footer_qlink_widget.home6 li:hover a {
    color: #484848;
}

.footer_about_widget li a,
.footer_qlink_widget li a,
.footer_contact_widget li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #8a99b3;
    line-height: 2.429;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer_about_widget li:hover a,
.footer_qlink_widget li:hover a,
.footer_contact_widget li:hover a {
    color: #ffffff;
    padding-left: 8px;
}

.footer_apps_widget .app_grid .apple_btn,
.footer_apps_widget .app_grid .play_store_btn {
    background-color: #484848;
    border: none;
    border-radius: 4px;
    height: 75px;
    margin-bottom: 15px;
    margin-right: 0;
    width: 220px;
}

.footer_apps_widget .app_grid .apple_btn:hover,
.footer_apps_widget .app_grid .play_store_btn:hover {
    background-color: #ffc200;
}

.footer_apps_widget .app_grid .play_store_btn {
    margin-bottom: 0;
}

.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .play_store_btn span {
    margin-right: 5px;
}

.footer_apps_widget .app_grid .apple_btn span.title,
.footer_apps_widget .app_grid .play_store_btn span.title {
    color: #ffffff;
}

.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .apple_btn span.subtitle,
.footer_apps_widget .app_grid .play_store_btn span,
.footer_apps_widget .app_grid .play_store_btn span.subtitle {
    color: #969696;
}

.footer_apps_widget .app_grid .apple_btn:hover span,
.footer_apps_widget .app_grid .apple_btn:hover span.subtitle,
.footer_apps_widget .app_grid .play_store_btn:hover span,
.footer_apps_widget .app_grid .play_store_btn:hover span.subtitle {
    color: #ffffff;
}

.footer_apps_widget.home3 .app_grid .apple_btn:hover,
.footer_apps_widget.home3 .app_grid .play_store_btn:hover {
    background-color: #369fdb;
}

.footer_apps_widget .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .apple_btn:active,
.footer_apps_widget.home3 .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .play_store_btn:active,
.footer_apps_widget.home3 .app_grid .play_store_btn:focus {
    box-shadow: none;
    outline: none;
}

.logo-widget {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.logo-widget span {
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.logo-widget.home3 span {
    color: #051925;
}

.logo-widget.home8 span {
    background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_menu_widget ul {
    margin-bottom: 0;
}

.footer_menu_widget ul li {
    margin-right: 0 !important;
    padding-right: 25px;
    vertical-align: middle;
}

.footer_menu_widget ul li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #8a99b3;
    line-height: 2.143;
}

.footer_menu_widget ul li a:hover {
    color: #ffffff;
}

.footer_menu_widget.home3 ul li a,
.footer_menu_widget.home6 ul li a {
    color: #777777;
}

.footer_menu_widget.home5 ul li a,
.copyright-widget.home5 p {
    color: #98a2aa;
}

.footer_menu_widget.home3 ul li a:hover,
.footer_menu_widget.home6 ul li a:hover {
    color: #484848;
}

.footer_apps_widget.home3 h4,
.footer_about_widget.home4 h4,
.footer_qlink_widget.home4 h4,
.footer_contact_widget.home4 h4,
.footer_apps_widget.home4 h4,
.footer_one.home3 .footer_qlink_widget li:hover a,
.footer_one.home3 .footer_about_widget li:hover a,
.footer_one.home3 .footer_contact_widget li:hover a,
.footer_one.home4 .footer_qlink_widget li:hover a,
.footer_one.home4 .footer_about_widget li:hover a,
.footer_one.home4 .footer_contact_widget li:hover a {
    color: #051925;
}

.footer_about_widget.home8 p {
    line-height: 30px;
}

.footer_one.home8:after {
    background-color: #e2e9f0;
    bottom: 80px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.logo-widget.home8 {
    margin-left: 150px;
}

.footer_apps_widget .mailchimp_form .form-control {
    background-color: #1a1a1a;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    color: #707070;
    height: 52px;
    width: 80%;
}

.footer_apps_widget .mailchimp_form button {
    background-color: transparent;
    border: transparent;
    color: #484848;
    height: 45px;
    margin-left: -62px;
    width: 45px;
}

.footer_qlink_widget.home5 h4,
.footer_apps_widget.home5 h4 {
    color: #ffffff;
}

.footer_one.home3 .footer_apps_widget .mailchimp_form button {
    background-color: #1c327e;
}

.mailchimp_form.home5 .form-control {
    background-color: #fafafa;
}

.footer_apps_widget.home6 .mailchimp_form .form-control {
    background-color: #101219;
}

.footer_menu {
    padding-left: 60px;
}

.footer_menu ul li:last-child {
    border-radius: 4px;
}

.footer_menu ul li:last-child a {
    background-color: transparent !important;
    color: #7c7c7c;
    padding-left: 20px;
}

.footer_menu ul li:last-child:hover a {
    color: #7c7c7c;
}

.footer_menu ul li .bootstrap-select>.dropdown-toggle {
    background-color: #2f2b2b;
    box-shadow: none !important;
    border: transparent;
    color: #ffffff;
    height: 45px;
    line-height: 35px;
    margin-left: 15px;
    outline: none !important;
    padding-left: 25px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: 130px;
    z-index: 1;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
    outline: none;
}

.footer_menu ul li .bootstrap-select {
    width: auto !important;
}

.footer_bottom_area.home3 .footer_menu ul li .bootstrap-select>.dropdown-toggle {
    background-color: #1f2532;
}

.footer_bottom_area.home4 .footer_menu ul li .bootstrap-select>.dropdown-toggle {
    background-color: #ededed;
    border-radius: 22.5px;
    color: #8b8b8b;
}

.footer_bottom_area.home5 {
    background-color: #ffffff;
}

.footer_bottom_area.home5 .footer_menu ul li .bootstrap-select>.dropdown-toggle {
    background-color: #e6e6e6;
    color: #8b8b8b;
}

/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
    /* background-image: url(../images/background/inner-pagebg.jpg); */
    background-repeat: no-repeat;
    height: 410px;
    position: relative;
}

.inner_page_breadcrumb:before {
    background-color: rgb(29, 41, 62);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}

.inner_page_breadcrumb .breadcrumb_content {
    margin-top: 120px;
}

.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content {
    margin-top: 100px;
}

.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
    background-color: transparent;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
}

.inner_page_breadcrumb .breadcrumb_title {
    font-size: 40px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.inner_page_breadcrumb .breadcrumb_title li:first-child {
    color: #7f7f7f;
}

.inner_page_breadcrumb .breadcrumb_title li:last-child {
    color: #221f1f;
}

.inner_page_breadcrumb .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    text-transform: capitalize;
}

.breadcrumb_content.style2 {
    margin-bottom: 55px;
}

.breadcrumb_content.style2 ol.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

/*== About Page About Content ==*/
.about_content p.large {
    color: #484848;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 45px;
}

.about_content p {
    font-size: 14px;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 40px;
}

ul.ab_counting li {
    margin-right: 30px !important;
}

ul.ab_counting li:last-child {
    margin-right: 0;
}

.about_counting {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.about_counting .icon span {
    color: #ffc200;
    font-size: 40px;
    line-height: 1.2;
}

.about_counting .details {
    padding-left: 12px;
}

.about_counting .details h3 {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    margin-bottom: 0;
}

.about_counting .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
}

.about_thumb {
    position: relative;
    overflow: hidden;
}

.about_thumb img {
    border-radius: 8px;
}

.about_thumb a {
    background: #ffc200;
    border-radius: 100%;
    font-size: 22px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 43%;
    width: 70px;
    z-index: 99;
}

.about_thumb a:after {
    background-color: rgba(255, 90, 95, 0.2);
    border-radius: 100%;
    content: "";
    height: 87px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 87px;
    z-index: -1;
}

/*== About home3 ==*/
.home3_about,
.home3_about2 {
    overflow: hidden;
}

.about_home3 {
    margin-top: 100px;
}

.about_home3 h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.about_home3 h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about_home3 p {
    margin-bottom: 0;
    max-width: 560px;
}

.about_home3 a.about_btn_home3 {
    background-color: #ffffff;
    border: 2px solid #369fdb;
    border-radius: 25px;
    color: #369fdb;
    height: 50px;
    line-height: 35px;
    margin-top: 40px;
    width: 180px;
}

.about_home3 a.about_btn_home3:hover,
.about_home3 a.about_btn_home3:active,
.about_home3 a.about_btn_home3:focus {
    background-color: #369fdb;
    color: #ffffff;
}

.about_home3 .partners_thumb_list {
    margin-bottom: 0;
    margin-top: 50px;
}

.about_home3 .partners_thumb_list li {
    margin-right: 55px;
}

.about_home3 .partners_thumb_list li:last-child {
    margin-right: 0;
}

.home3_about_icon_box {
    border-radius: 5px;
    display: block;
    margin-bottom: 45px;
    padding: 30px 60px 35px 40px;
    position: relative;
    z-index: 1;
}

.home3_about_icon_box.home8 {
    padding: 70px 60px 60px 45px;
}

.home3_about_icon_box .icon {
    font-size: 70px;
}

.home3_about_icon_box .icon span {
    color: #ffffff;
}

.home3_about_icon_box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.home3_about_icon_box h4,
.home3_about_icon_box p {
    color: #ffffff;
}

.home3_about_icon_box p {
    font-size: 15px;
    line-height: 30px;
}

.home3_about_icon_box.one {
    background-color: #ecd06f;
    margin-top: -50px;
}

.home3_about_icon_box.two {
    background-color: #ff1053;
    margin-top: -80px;
}

.home3_about_icon_box.three {
    background-color: #00a78e;
    margin-bottom: 0;
}

.home3_about_icon_box.four {
    background-color: #00bce4;
    margin-bottom: 0;
    margin-top: -25px;
}

.home3_about_icon_box.five {
    background-color: #2ac4ea;
    margin-top: -50px;
}

.home3_about_icon_box.six {
    background-color: #ffc200;
    margin-bottom: 0;
}

.home3_about_icon_box.seven {
    background-color: #fbbc05;
    margin-bottom: 0;
    margin-top: -25px;
}

.about_home4_shape4 {
    bottom: 550px;
    position: absolute;
    left: -225px;
    z-index: -1;
}

.about2_home3 {
    margin-top: 100px;
}

.about2_home3 h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.about2_home3 p {
    font-size: 18px;
    margin-bottom: 0;
}

.about2_home3 a.about_btn_home3 {
    background-color: #ffffff;
    border: 2px solid #051925;
    border-radius: 25px;
    color: #051925;
    height: 50px;
    line-height: 35px;
    margin-top: 30px;
    width: 180px;
}

.about2_home3 a.about_btn_home3:hover,
.about2_home3 a.about_btn_home3:active,
.about2_home3 a.about_btn_home3:focus {
    background-color: #051925;
    color: #ffffff;
}

.instructor_col {
    text-align: center;
    margin-bottom: 40px;
}

.instructor_col .thumb img {
    height: 150px;
    margin: 0 auto;
    width: 150px;
}

.instructor_col .details p {
    font-size: 14px;
    margin-bottom: 0;
}

.instructor_col .details ul {
    margin-top: 10px;
}

.instructor_col .details ul li {
    margin-right: 4px;
}

.instructor_col .details ul li a {
    color: #d0d23c;
}

.instructor_col .details ul li:last-child a {
    color: #7e7e7e;
}

.about_box_home6 .details {
    position: relative;
}

.about_box_home6 .details h3 {
    font-size: 26px;
    font-family: "Inter SemiBold";
    margin-bottom: 20px;
}

.about_box_home6 .details p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 35px;
    max-width: 540px;
}

.about_box_home6 .details a {
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
    height: 50px;
    line-height: 30px;
    width: 200px;
}

.about_box_home7 .thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.about_box_home7 .thumb:before {
    background-color: #ffffff;
    border-radius: 5px;
    content: "";
    height: 410px;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 630px;
    z-index: -1;
}

.about_box_home7 .thumb:before {
    background-color: #f9f9f9;
}

.smp_icon_box {
    position: relative;
}

.smp_icon_box .icon {
    margin-bottom: 15px;
}

.smp_icon_box .details h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.smp_icon_box .details p {
    color: #131313;
    font-size: 15px;
    line-height: 30px;
}

.smp_icon_box.box1 .details h4 {
    color: #f25141;
}

.smp_icon_box.box2 .details h4 {
    color: #93c524;
}

.smp_icon_box.box3 .details h4 {
    color: #28a8e3;
}

.smp_icon_box.box4 .details h4 {
    color: #00a78e;
}

.about_home3.home8 {
    margin-top: 30px;
}

.our-team.instructor-page {
    background-color: #f9fafc;
}

.team_member {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team_member:hover {
    cursor: pointer;
}

.team_member .thumb {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.team_member .thumb .overylay {
    background-color: rgba(255, 90, 95, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team_member.home4 .thumb .overylay {
    opacity: 0;
}

.team_member.home4:hover .thumb .overylay {
    background-image: -moz-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    background-image: -webkit-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    background-image: -ms-linear-gradient(-36deg,
            rgb(62, 62, 165) 0%,
            rgb(255, 90, 95) 100%);
    opacity: 0.902;
}

.team_member:hover .thumb .overylay {
    opacity: 1;
}

.team_member .thumb .overylay .social_icon,
.our_agent .thumb .overylay .social_icon {
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.team_member .thumb .overylay .social_icon li,
.our_agent .thumb .overylay .social_icon li {
    margin-right: 20px;
}

.team_member .thumb .overylay .social_icon li:last-child,
.our_agent .thumb .overylay .social_icon li:last-child {
    margin-right: 0;
}

.team_member .thumb .overylay .social_icon li a i,
.our_agent .thumb .overylay .social_icon li a i {
    color: #ffffff;
    font-size: 13px;
}

.team_member .details {
    padding: 20px 0 5px;
}

.team_member .details p {
    font-size: 14px;
    color: rgba(72, 72, 72, 0.8);
    line-height: 1.2;
    margin-bottom: 0;
}

.team_member.style2 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.team_member.style3:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}

.team_member .instructor_col {
    margin-bottom: 15px;
}

.team_member .instructor_col .thumb img {
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}

.team_member .instructor_col .details p {
    font-size: 15px;
}

.team_member .tm_footer {
    border-top: 1px solid #eeeeee;
}

.team_member .tm_footer ul {
    margin-bottom: 0;
    padding: 10px 0 10px;
}

.team_member .tm_footer ul li:first-child {
    padding-right: 10px;
}

.team_member .tm_footer ul li a {
    font-size: 14px;
}

.our-agents {
    border-bottom: 1px solid #e8eef2;
    padding-bottom: 90px;
}

.our_agent {
    margin-bottom: 30px;
    position: relative;
}

.our_agent .thumb {
    margin-bottom: 15px;
    position: relative;
}

.our_agent .details p {
    margin-bottom: 0;
}

.our_agent .thumb .overylay {
    background-color: rgba(8, 15, 29, 0.8);
    border-radius: 8px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our_agent:hover .thumb .overylay {
    cursor: pointer;
    opacity: 1;
}

/*== Testimonials Grid ==*/
.testimonial_item .thumb {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial_item .thumb img {
    height: 60px;
    width: 60px;
}

.testimonial_item .details {
    margin: 0 0 0 6%;
    padding: 0 35px;
    position: relative;
    text-align: center;
}

.testimonial_item .details h4 {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.testimonial_item .details .small {
    font-size: 16px;
    font-family: "Inter", serif;
    line-height: 1.5;
}

.testimonial_item .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(119, 119, 119);
    font-style: italic;
    line-height: 1.714;
    margin-bottom: 0;
    margin-top: 30px;
}

.testimonialsec {
    float: left;
    position: relative;
    width: 100%;
}

.testimonialsec:before {
    bottom: -50px;
    color: #1b2032;
    content: "\f10d";
    font-size: 270px;
    font-family: fontawesome;
    left: 0;
    margin: 0 auto;
    opacity: 0.03;
    position: absolute;
    right: 0;
    text-align: center;
}

.tes-for {
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.tes-nav {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}

.tes-nav img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: none;
    height: 60px;
    margin: 0 auto;
    opacity: 0.6;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

li.slick-slide.slick-active:nth-child(6) img,
li.slick-slide.slick-active:nth-child(8) img {
    -webkit-transform: translate(5%, 0) scale(1.3);
    -moz-transform: translate(5%, 0) scale(1.3);
    -o-transform: translate(5%, 0) scale(1.3);
    transform: translate(5%, 0) scale(1.3);
}

.tes-nav .slick-list .slick-track li.slick-slide.slick-active {
    margin: 20px 0 0;
}

.tes-nav .slick-list .slick-track li.slick-slide.slick-current.slick-active.slick-center {
    margin: 0;
    width: 130px !important;
}

.tes-nav .slick-list .slick-track li.slick-slide.slick-active:first-child img,
.tes-nav .slick-list .slick-track li.slick-slide.slick-active:last-child img {
    height: 60px;
    width: 60px;
}

.tes-nav .slick-list .slick-track li.slick-slide.slick-active:nth-child(2) img,
.tes-nav .slick-list .slick-track li.slick-slide.slick-active:nth-child(4) img {
    height: 80px;
    width: 80px;
}

.tes-nav .slick-slide.slick-current.slick-active.slick-center img {
    height: 100px;
    margin: 0 auto;
    opacity: 1;
    width: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(41, 39, 58, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(41, 39, 58, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(41, 39, 58, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(41, 39, 58, 0.3);
    -webkit-transform: translate(5%, 0) scale(0.9);
    -moz-transform: translate(5%, 0) scale(0.9);
    -o-transform: translate(5%, 0) scale(0.9);
    transform: translate(5%, 0) scale(0.9);
}

.testimonial_item.home2 {
    position: relative;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial_item.home2 .details {
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 13px 60px 35px;
    padding-left: 120px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial_item.home2 .thumb .title {
    color: #060606;
    font-size: 18px;
}

.testimonial_item.home2 .thumb .subtitle {
    color: #ffc200;
    font-size: 13px;
    margin-bottom: 40px;
}

.testimonial_item.home2 .details .icon {
    font-size: 40px;
    left: 50px;
    line-height: normal;
    position: absolute;
    top: 70px;
}

.testimonial_item.home2 .thumb img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial_post {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 20px 30px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    position: relative;
}

.testimonial_post .details .icon {
    margin-bottom: 20px;
    font-size: 30px;
}

.testimonial_post .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 22px;
}

.testimonial_post .thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.testimonial_post .thumb img {
    width: 90px;
}

.testimonial_post .thumb h4.title {
    margin-top: 25px;
    padding-left: 20px;
}

.testimonial_slider_home9 .testimonial_post {
    margin: 0px 10px 50px;
}

.feature_property_slider.owl-carousel.owl-theme,
.feature_property_slider.owl-carousel .owl-stage-outer,
.feature_property_home3_slider.owl-carousel.owl-theme,
.feature_property_home3_slider.owl-carousel .owl-stage-outer,
.best_property_slider.owl-carousel.owl-theme,
.best_property_slider.owl-carousel .owl-stage-outer,
.testimonial_slider_home9.owl-carousel.owl-theme,
.testimonial_slider_home9.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial_slider_home9.owl-carousel.owl-theme .owl-dots .owl-dot {
    margin-right: 10px;
    vertical-align: middle;
}

.testimonial_slider_home9.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #b9b9b9;
    border-radius: 50%;
    margin: 3px;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial_slider_home9.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border: 5px solid #ffffff;
    height: 15px;
    width: 15px;
}

.testimonial_slider_home9.owl-carousel.owl-theme .owl-nav {
    display: none;
}

.becomea_instructor {
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 65px 15px 55px 200px;
}

.becomea_instructor.style2 {
    background-color: #f9f9f9;
    padding: 65px 200px 55px 15px;
}

.becomea_instructor h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.becomea_instructor p {
    margin-bottom: 30px;
}

.becomea_instructor a {
    border-radius: 5px;
    font-size: 14px;
    padding: 20px 25px 20px 40px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.becomea_instructor a span {
    padding-left: 15px;
}

.becomea_instructor_home3 {
    border-radius: 5px;
    padding: 65px 0 55px 35px;
}

.becomea_instructor_home3 h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}

.becomea_instructor_home3 p {
    color: #ffffff;
    font-size: 16px;
}

.becomea_instructor_home3.style1 {
    background-color: #369fdb;
}

.becomea_instructor_home3.style2 {
    background-color: #051925;
}

.becomea_instructor_home3 a {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    line-height: 35px;
    margin-top: 20px;
    width: 198px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.becomea_instructor_home3.style1 a {
    color: #369fdb;
}

.becomea_instructor_home3.style1 a:hover,
.becomea_instructor_home3.style1 a:active,
.becomea_instructor_home3.style1 a:focus {
    background-color: #051925;
    color: #ffffff;
}

.becomea_instructor_home3.style2 a {
    color: #051925;
}

.becomea_instructor_home3.style2 a:hover,
.becomea_instructor_home3.style2 a:active,
.becomea_instructor_home3.style2 a:focus {
    background-color: #369fdb;
    color: #ffffff;
}

.becomea_instructor_home3 a span {
    padding-left: 15px;
}

/*== Blog Post Home V1 ==*/
.blog_post {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb {
    display: grid;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_post:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 0;
}

.blog_post.one .thumb .post_title {
    font-size: 5vw;
    color: #ffffff;
    left: 20px;
    opacity: 0.15;
    position: absolute;
    top: 0;
}

.blog_post_home2 .bph2_header .bph2_date_meta,
.blog_post.one .thumb .post_date {
    background-color: #ffffff;
    border-radius: 5px;
    height: 64px;
    left: auto;
    padding-left: 15px;
    padding-top: 10px;
    right: 30px;
    text-align: center;
    width: 80px;
}

.blog_post_home2 .bph2_header .bph2_date_meta span,
.blog_post.one .thumb .post_date span {
    color: #484848;
    font-family: "Inter", serif;
    font-size: 18px;
    font-weight: bold;
    display: table-caption;
    line-height: 22px;
}

.blog_post .thumb .post_date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.blog_post.one .thumb:before {
    background-color: rgba(25, 38, 117, 0.7);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.blog_post .thumb:before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog_post.one .details .post_meta {
    position: relative;
}

.blog_post.one .details .post_meta ul li {
    margin-right: 30px;
}

.blog_post.one .details .post_meta ul li:last-child {
    margin-right: 0;
}

.blog_post.one .details .post_meta ul li a {
    color: #ffffff;
    font-size: 14px;
}

.blog_post.one .details .post_meta ul li a i {
    font-size: 16px;
    margin-right: 10px;
}

.blog_post .details {
    bottom: 20px;
    left: 30px;
    position: absolute;
    z-index: 9;
}

.blog_post .details h4 {
    font-size: 20px;
    margin-top: 8px;
    width: 90%;
}

.blog_post .details h4 {
    color: #ffffff;
}

.blog_post .details h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.read_more_home a {
    color: #c75533;
}

.blog_post_home4 {
    position: relative;
}

.blog_post_home4 .bph4_thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
    box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    position: relative;
}

.blog_post_home4 .bph4_thumb:before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.blog_post_home4 .bph4_thumb .bph4_date_meta {
    border-radius: 4px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    text-align: center;
}

.blog_post_home4 .bph4_thumb .bph4_date_meta .year {
    background-color: #f8faf9;
    color: #221f1f;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 20px 3px;
}

.blog_post_home4 .bph4_thumb .bph4_date_meta .year,
.blog_post_home4 .bph4_thumb .bph4_date_meta .date {
    margin-bottom: 0;
}

.blog_post_home4 .bph4_thumb .bph4_date_meta .date {
    background-color: #ffffff;
    color: #221f1f;
    font-size: 15px;
    font-weight: normal;
    padding: 3px 13px 5px;
}

.blog_post_home4.home8 .bph4_thumb {
    box-shadow: none;
}

.blog_post_home4.home8 .bph4_thumb:before {
    background-color: transparent;
}

.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .year {
    background-color: #ffc200;
    color: #ffffff;
}

.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .date {
    background-color: #192675;
    color: #ffffff;
}

.blog_post_home4 .details {
    padding-top: 25px;
}

.blog_post_home4 .details h4 {
    font-size: 18px;
    line-height: 30px;
}

.blog_post_home4 .details p {
    font-size: 15px;
    line-height: 28px;
    max-width: 342px;
}

.blog_post_home6 {
    position: relative;
}

.blog_post_home6 h3.title {
    font-size: 26px;
    margin-bottom: 50px;
}

.blog_post_home6 .thumb h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.blog_post_home6 .thumb a {
    font-size: 15px;
    line-height: 30px;
}

.blog_post_home6_media_objects .title {
    font-size: 15px;
    margin-bottom: 60px;
    padding-top: 5px;
    position: relative;
    text-align: right;
}

.blog_post_home6_media_objects .title a {
    color: #484848;
    font-size: 15px;
}

.blog_post_home6_date {
    cursor: pointer;
    position: relative;
}

.blog_post_home6_date .title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.blog_post_home6_date .post_grid {
    background-color: #f9f9f9;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 15px 30px 15px;
    position: relative;
}

.blog_post_home6_date .post_grid.home7 {
    background-color: #ffffff;
}

.blog_post_home6_date .post_grid:hover .post_date {
    background-color: #192675;
}

.blog_post_home6_media_objects .title a span,
.blog_post_home6_date .title a span {
    padding-left: 15px;
}

.blog_post_home6_date .title h3 {
    float: left;
    font-size: 26px;
    margin-bottom: 50px;
}

.blog_post_home6_date .title a {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}

.blog_post_home6_date .post_grid .post_date {
    border-radius: 5px;
    background-color: #ff1053;
    color: #ffffff;
    float: left;
    height: 60px;
    line-height: normal;
    margin-right: 15px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    width: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_home6_date .post_grid .post_meta ul {
    margin-bottom: 0;
}

.blog_post_home6_date .post_grid .post_meta ul li a {
    font-size: 13px;
}

.blog_post_home6_date .post_grid .post_meta ul li a span {
    font-size: 16px;
    padding-right: 5px;
}

.about_home6 .partners_thumb_list {
    margin-bottom: 0;
    margin-top: 70px;
}

.about_home6 .partners_thumb_list li {
    margin-right: 55px;
}

.about_home6 .partners_thumb_list li:last-child {
    margin-right: 0;
}

.footer_apps_widget_home1.home6 input.form-control {
    margin: 0 45px 0 0;
}

.footer_apps_widget_home1.home6 button.btn,
.footer_apps_widget_home1.home7 button.btn {
    border-radius: 5px;
}

.footer_apps_widget_home1.home7 input.form-control {
    background-color: #f9f9f9;
}

/*== Team Slider Code ==*/
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
    left: -25px;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    right: -25px;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    background-color: #ffffff !important;
    border-radius: 50%;
    color: #006c70;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
    background-color: #ffc200 !important;
    color: #ffffff;
}

.team_slider.owl-carousel.owl-theme .owl-nav,
.feature_property_home3_slider.owl-carousel.owl-theme .owl-nav,
.feature_property_home6_slider.owl-carousel.owl-theme .owl-nav,
.our_agents_home6_slider.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}

.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    right: -15%;
}

.feature_property_home6_slider.owl-carousel.owl-theme .owl-stage-outer,
.our_agents_home6_slider.owl-carousel.owl-theme .owl-stage-outer {
    display: inline-block;
}

.feature_post_slider .shop_grid .thumb img {
    margin: 0 auto;
    width: auto;
}

/*== Pricing Table Four ==*/
.membership_container {
    background-color: #ffffff;
    padding: 30px 0 0;
    position: relative;
}

ul.mc_parent_list .membership_header .thumb {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

ul.mc_parent_list .membership_header .thumb:before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

ul.mc_parent_list .membership_header .thumb a {
    background-color: #ffffff;
    border-radius: 8px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}

ul.mc_parent_list .membership_header .thumb a span {
    font-size: 10px;
}

ul.mc_parent_list .membership_header .thumb .price {
    bottom: 15px;
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    line-height: 1.2;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

ul.mc_parent_list .membership_header .details {
    padding-top: 12px;
}

ul.mc_parent_list .membership_header .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #ffc200;
    line-height: 1.2;
}

ul.mc_parent_list li {
    margin-right: -3px !important;
}

ul.mc_parent_list ul.mc_child_list.one li {
    font-weight: bold;
    padding: 10px 50px 10px 50px;
}

ul.mc_parent_list ul.mc_child_list.one li,
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
    border-bottom: 1px solid #ebebeb;
    color: #484848;
    font-size: 16px;
    font-family: "Inter", serif;
    line-height: 3.333;
}

ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
    padding: 10px 20px;
}

ul.mc_parent_list ul.mc_child_list.one li:first-child,
ul.mc_parent_list ul.mc_child_list.two li:first-child,
ul.mc_parent_list ul.mc_child_list.three li:first-child,
ul.mc_parent_list ul.mc_child_list.four li:first-child,
ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child {
    padding-top: 25px;
}

ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child {
    border-bottom: none;
}

ul.mc_parent_list ul.mc_child_list .membership_header h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.333;
    margin: 0;
}

/*== Our Partners ==*/
.our-partner {
    padding: 40px 0;
}

.our_partner {
    text-align: center;
}

.start-partners.home5 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.start-partners.home5 .mask {
    background-color: #eebe00e8;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.start-partners.home5 .mask .start_partner.tac-smd h2,
.start-partners.home5 .mask .start_partner.tac-smd p {
    color: #000;
}

.start-partners.home5 .mask .parner_reg_btn.home5.text-right.tac-smd a {
    background-color: #000;
    color: #f1c40f !important;
    transition: all 0.3s ease 0s;
}

.start-partners.home5 .mask .parner_reg_btn.home5.text-right.tac-smd a:hover {
    background-color: #f1c40f;
    color: #000 !important;
}

.start-partners.home7 {
    background-image: -moz-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(60, 4, 135) 0%,
            rgb(76, 21, 148) 100%);
}

/*== Our Newslatters ==*/
.our-newslatters {
    background-color: #f9fafc;
}

.footer_apps_widget_home1 input.form-control {
    border: none;
    border-radius: 5px;
    height: 50px;
    margin: 0 auto;
    width: 65%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.footer_apps_widget_home1 input.form-control:focus {
    border: none;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.footer_apps_widget_home1 button.btn {
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    width: 150px;
}

.footer_apps_widget_home1 button.btn span {
    margin-left: 10px;
}

.our-newslatters.home7 {
    background-color: #ffffff;
}

/*== Error/404 Page ==*/
.our-error {
    padding: 80px 0;
    position: relative;
}

.logo-widget.error_paged {
    padding-left: 30px;
}

.erro_code {
    margin-top: 50px;
}

.erro_code h1 {
    font-size: 45px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.error_page.footer_apps_widget {
    position: relative;
    margin-bottom: 25px;
}

.error_page.footer_apps_widget p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

.error_page.footer_apps_widget .form-inline {
    display: inline-block;
    margin-top: 20px;
}

.error_page.footer_apps_widget .mailchimp_form .form-control {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    height: 52px;
    width: 600px;
}

a.btn.btn_error {
    background-color: #ffc200;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-family: "Inter", serif;
    height: 50px;
    line-height: 35px;
    width: 200px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

/*== Service Pages Style Code ==*/
.service_grid {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service_grid:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.service_grid .details {
    padding: 20px 0 10px;
}

.service_grid .details h4 {
    line-height: 1.444;
    margin: 0;
}

/*== Pricing Table Pages Style Code ==*/
.pricing_table {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing_table:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.pricing_table .pricing_header {
    padding: 35px 0;
}

.pricing_table .pricing_header .price {
    font-size: 40px;
    color: #ffc200;
    font-weight: bold;
    line-height: 0.65;
    margin-bottom: 20px;
}

.pricing_table .pricing_header h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.444;
}

.pricing_table .pricing_content ul li {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 3.571;
}

.pricing_table .pricing_footer {
    margin-top: 20px;
}

.pricing_table .pricing_footer a.btn.pricing_btn {
    background-color: #ffffff;
    border: 2px solid #ffc200;
    border-radius: 8px;
    color: #ffc200;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 30px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    height: 46px;
}

.pricing_table .pricing_footer a.btn.pricing_btn:hover {
    background-color: #ffc200;
    color: #ffffff;
}

/*== LogIn Register Page ==*/
.our-log {
    background-color: #f9fafc;
}

.login_form {
    padding: 0;
}

.login_form hr,
.sign_up_form hr {
    margin-bottom: 25px;
    position: relative;
}

.login_form hr:before,
.sign_up_form hr:before {
    background-color: #ffffff;
    bottom: 0;
    color: #006c70;
    content: "Or";
    font-size: 14px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -12px;
    width: 10%;
}

.login_form .input-group-text,
.sign_up_form .input-group-text {
    background-color: transparent;
    border: none;
    color: #006c70;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 6px;
}

.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label {
    font-size: 14px;
    padding-top: 2px;
}

.login_form .btn-fpswd {
    color: #8b91dd;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 2.214;
}

.sign_up_form .divide,
.login_form .divide {
    position: relative;
}

.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider {
    background-color: #f9fafc;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    width: 62px;
}

.sign_up_form.inner_page,
.login_form.inner_page {
    padding: 0 80px 0;
}

.login_form.inner_page .heading h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.login_form .heading,
.sign_up_form .heading {
    margin-bottom: 25px;
}

.login_form .heading h4,
.sign_up_form .heading h4 {
    color: #006c70;
}

.login_form button.btn-fb,
.sign_up_form button.btn-fb {
    background-color: #ffffff;
    border: 1px solid #506dab;
    border-radius: 8px;
    color: #506dab;
    font-size: 14px;
    height: 52px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.login_form button.btn-fb:hover,
.sign_up_form button.btn-fb:hover {
    background-color: #506dab;
    border: 1px solid #506dab;
    color: #ffffff;
}

.login_form button.btn-googl,
.sign_up_form button.btn-googl {
    background-color: #ffffff;
    border: 1px solid #dd4b39;
    border-radius: 8px;
    color: #dd4b39;
    font-size: 14px;
    height: 52px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.login_form button.btn-googl:hover,
.sign_up_form button.btn-googl:hover {
    background-color: #dd4b39;
    border: 1px solid #dd4b39;
    color: #ffffff;
}

.login_form button i,
.sign_up_form button i {
    font-size: 16px;
}

.login_form .form-control:focus,
.sign_up_form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.sign_up_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 3;
}

.login_form .heading h4 {
    font-family: "Inter", serif;
}

.login_form.inner_page .heading p {
    margin-bottom: 0;
}

.login_form.inner_page .form-control {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: #ffffff;
}

.login_form .form-control {
    margin-bottom: 20px;
}

.login_form .form-control,
.sign_up_form .form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    height: 52px;
    line-height: 1.2;
}

.login_form .form-check-input {
    height: 17px;
    width: 17px;
}

.login_form .form-check-label {
    color: #484848;
    font-size: 14px;
    padding-left: 8px;
}

.login_form .btn-log {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.sign_up_form {
    padding: 0;
}

.sign_up_form.inner_page .form-control {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: #ffffff;
}

.sign_up_form .form-check-input {
    border-radius: 2px;
    height: 15px;
    width: 15px;
}

/* Create a custom checkbox */
.sign_up_form .checkmark {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sign_up_form .form-check-label {
    color: #484848;
    font-size: 14px;
    padding-left: 7px;
}

.sign_up_form button {
    margin-bottom: 10px;
}

.sign_up_form .btn-log {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    color: #ffffff;
    font-size: 16px;
    font-family: "Inter", serif;
    height: 50px;
}

/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons {
    margin-bottom: 60px;
}

.shortcode_widget_buttons .ui_kit_button button {
    margin-right: 10px;
}

.shortcode_widget_buttons .ui_kit_button button:last-child {
    margin-right: 0;
}

.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.faq_content {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
}

.faq_according .panel .panel-body {
    padding: 15px 0;
}

.faq_according .panel .panel-body p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.faq_according .panel .panel-body h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(59, 59, 59);
    line-height: 1.333;
}

.faq_according .panel-heading {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    height: 50px;
    margin-bottom: 20px;
}

.faq_according .panel-heading .panel-title {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
}

.faq_according .panel-heading .panel-title a {
    padding: 0 20px;
}

.faq_according .accordion .card {
    border: none;
}

.faq_according .accordion .card .card-header {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px !important;
    height: 52px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.faq_according .accordion .card .card-header.active {
    background-color: #ffffff;
    border: 1px solid #ffc200;
}

.faq_according .accordion .card .card-header .btn-link {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    display: block;
    font-weight: bold;
    padding: 0;
}

.faq_according .accordion .card .card-header .btn-link:active,
.faq_according .accordion .card .card-header .btn-link:focus,
.faq_according .accordion .card .card-header .btn-link:hover {
    text-decoration: none;
}

.faq_according .accordion .card .card-header.active .btn-link {
    color: #ffc200;
}

.faq_according .accordion .card .card-header::before {
    font-family: "Font Awesome\ 5 Free";
    color: #484848;
    content: "\f106";
    float: right;
    font-weight: 700;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 10px;
    margin-top: 0;
}

.faq_according .accordion .card .card-header.active::before {
    color: #ffc200;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.faq_according .accordion .card .card-body {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    padding: 10px 0 30px;
}

.faq_according .accordion .card .card-body p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

/*== Terms & Condition Page ==*/
.terms_condition_grid {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.terms_condition_grid .grids h4 {
    margin-bottom: 25px;
}

.terms_condition_grid .grids p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

.terms_condition_widget {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    position: relative;
}

.terms_condition_widget .title {
    margin-bottom: 20px;
}

.terms_condition_widget ul {
    margin-bottom: 0;
}

.terms_condition_widget ul li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 2.857;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.terms_condition_widget ul li:hover a,
.terms_condition_widget ul li a span:hover {
    color: #ffc200;
}

.terms_condition_widget ul li:hover a span {
    color: #484848;
}

.terms_condition_widget ul li a span {
    color: #484848;
}

/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
    background-color: #ffc200;
    border-radius: 4px;
}

.ui_kit_tab .nav.nav-tabs {
    height: 60px;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: #ffffff;
    height: 43px;
    line-height: 27px;
    margin-top: 10px;
    text-align: center;
    width: 104px;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active {
    border-radius: 9px;
    background-color: #ff797d;
    border: none;
}

.Rounded_Rectangle_13 {
    position: absolute;
    left: 1076px;
    top: 618px;
    width: 95px;
    height: 43px;
    z-index: 63;
}

.ui_kit_tab .tab-content .tab-pane {
    padding: 35px 0;
}

.ui_kit_tab .tab-content .tab-pane p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.857;
    margin-bottom: 0;
}

/*== Table Widget UI Page ==*/
.ui_kit_table .table {
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.ui_kit_table .table th {
    background-color: #24324a;
    border-bottom: transparent;
    color: #ffffff;
    font-weight: normal;
}

.ui_kit_table .table th,
.ui_kit_table .table td {
    padding-left: 30px;
}

/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert {
    border-radius: 8px;
    height: 70px;
    line-height: 50px;
}

.alert.alart_style_one {
    background-color: #4cbfd8;
    color: #ffffff;
}

.alert.alart_style_two {
    background-color: #8c689d;
    color: #ffffff;
}

.alert.alart_style_three {
    background-color: #35c2a5;
    color: #ffffff;
}

.alert.alart_style_four {
    background-color: #ff8480;
    color: #ffffff;
}

.ui_kit_button .btn {
    border-radius: 4px;
    height: 55px;
    width: 170px;
}

/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
    padding-left: 20px;
}

.ui_kit_input .form-control:focus {
    box-shadow: none;
    border-color: #dddddd;
}

/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5 {
    margin-bottom: 18px;
}

.ui_kit_textarea .form-control:focus {
    box-shadow: none;
    border-color: #dddddd;
}

/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
    border-radius: 4px;
    color: #7f7f7f;
    height: 50px;
    margin-right: 5px;
    width: 100px;
}

.ui_kit_tooltip .btn:hover {
    color: ;
}

.ui_kit_tooltip .btn:focus {
    box-shadow: none;
    border-color: #dddddd;
}

/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    color: #6d6d6d !important;
    height: 50px;
    line-height: 35px;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ui_kit_select_search button.btn:focus {
    box-shadow: none !important;
    border-color: #dddddd;
    outline: none !important;
}

.ui_kit_select_search .bs-searchbox .form-control {
    height: 50px;
}

.ui_kit_select_search .bs-searchbox .form-control:focus {
    box-shadow: none;
    border-color: #dddddd;
}

.ui_kit_select_search .bs-searchbox:before {
    color: #d0d1d3;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 45px;
    position: absolute;
    right: 25px;
    z-index: 999;
}

.ui_kit_select_search .dropdown-item {
    color: #484848;
}

.ui_kit_select_search .dropdown-item:hover {
    background-color: transparent;
    color: #221f1f;
}

.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active {
    background-color: transparent;
    color: #7f7f7f;
}

/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio {
    display: inline-block;
    vertical-align: top;
}

.ui_kit_radiobox .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.ui_kit_radiobox input[type="radio"] {
    box-shadow: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.ui_kit_radiobox .radio label {
    cursor: pointer;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    line-height: 25px;
    margin: 0px 0 10px;
    padding-left: 29px;
    position: relative;
}

.ui_kit_radiobox label,
legend {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.ui_kit_radiobox .radio input[type="radio"]:checked+label .radio-label {
    background-color: #ffc200;
    box-shadow: inset 0 0 0 5px #fff;
}

.ui_kit_radiobox .radio input[type="radio"]+label .radio-label {
    content: "";
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #dedede;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 0;
}

.ui_kit_radiobox label span,
legend span {
    font-weight: 400;
    font-size: 14px;
    color: #444;
}

.ui_kit_radiobox .radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block;
}

.ui_kit_radiobox .radio input[type="radio"]+label .radio-label:after {
    background-color: #ffc200;
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    z-index: 99;
}

/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox input[type="checkbox"],
.ui_kit_checkbox input[type="radio"] {
    height: 17px;
    width: 17px;
}

.ui_kit_checkbox.style2 .custom-control-label::before {
    border-radius: 8.5px;
}

.ui_kit_checkbox .custom-control-label::after {
    left: -1.4rem;
    top: 5px;
}

.custom-control-label:focus,
.custom-control:focus {
    outline: none;
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 18px;
    top: 0.25rem;
    width: 18px;
}

.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffc200;
    border-color: #ffc200;
}

.ui_kit_checkbox .custom-control-label {
    color: #4f4f4f;
    font-size: 14px;
    justify-content: left;
    line-height: 28px;
    margin: 0 0 10px;
    outline: none;
    padding-left: 7px;
    padding-right: 15px;
    width: 100%;
}

.ui_kit_checkbox .custom-control-label span {
    color: #c1c1c1;
    font-size: 14px;
}

.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox .custom-control-label {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    line-height: 2;
    margin: 0 0 10px;
    outline: none;
    padding-left: 25px;
}

.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffc200;
}

.ui_kit_whitchbox .custom-switch .custom-control-label::before {
    height: 1.25rem;
    border: 1px solid #dddddd;
    width: 3.15rem;
}

.ui_kit_whitchbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem);
}

.ui_kit_whitchbox .custom-switch .custom-control-label::after {
    height: 14px;
    top: 7px;
    width: 14px;
}

/*== Select Box Widget UI Page ==*/
.ui_kit_select_box .custom-select:focus {
    box-shadow: none;
    border-color: #dddddd;
}

.ui_kit_select_box .dropdown.bootstrap-select.custom-select-lg {
    padding-left: 0;
    padding-top: 0;
}

.ui_kit_progress_bar .skills li span {
    color: #262626;
}

.ui_kit_select_box .bootstrap-select .dropdown-menu {
    margin-top: 10px;
}

/*== BlockQueto UI Page ==*/
.ui_page_heading {
    position: relative;
}

.ui_page_heading .blockquote {
    background-color: #f7f7f7;
    border-left: 8px solid #ffc200;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 30px 30px 30px 50px;
}

.ui_page_heading .blockquote .blockquote-header {
    margin-bottom: 15px;
}

.ui_page_heading .blockquote .blockquote-header span {
    font-size: 30px;
    color: rgb(187, 187, 187);
    font-style: italic;
    line-height: 0.333;
}

.ui_page_heading .blockquote p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    font-style: italic;
    line-height: 1.714;
}

.order_list {
    margin-bottom: 0;
}

.order_list li {
    padding-left: 30px;
    position: relative;
}

.order_list li a span {
    color: #ffc200;
    left: 0;
    position: absolute;
    font-weight: bolder;
}

.feat_property .details .tc_content .prop_details li a span {
    color: #ffc200;
    margin-right: 0.25rem;
    font-weight: bolder;
}

.order_list li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 2.857;
}

.list-style-type-bullet li {
    color: #ffc200;
    list-style-type: disc;
    margin-left: 100px;
    padding-left: 0;
    position: relative;
}

.ui_page_headings {
    margin-bottom: 40px;
}

.ui_page_headings h1 {
    font-size: 45px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
}

.ui_page_headings h2 {
    font-size: 35px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 0.686;
    margin-bottom: 35px;
}

.ui_page_headings h3 {
    font-size: 30px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 35px;
}

.ui_page_headings h4 {
    font-size: 26px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 0.923;
    margin-bottom: 35px;
}

.ui_page_headings h5 {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.091;
    margin-bottom: 35px;
}

.ui_page_headings h6 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.333;
    margin-bottom: 35px;
}

/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.ui_kit_multi_select_box .bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 2.5;
}

.ui_kit_select_search .dropdown-menu.show {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 2.5;
}

.ui_kit_select_box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.ui_kit_select_box .bootstrap-select>.dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #7f7f7f;
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
}

.ui_kit_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus {
    box-shadow: none;
    outline: none !important;
}

.ui_kit_select_box .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
    outline: none;
}

.ui_kit_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_select_box .show>.btn-light.dropdown-toggle,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_multi_select_box .show>.btn-light.dropdown-toggle {
    background-color: #ffffff;
    color: #7f7f7f;
}

/*== Blog Post Main Page ==*/
.mbp_pagination {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mbp_thumb_post .thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.main_blog_post_content {
    position: relative;
}

.blog_sp_tag {
    background-color: #ffc200;
    border-radius: 3px;
    height: 25px;
    margin-bottom: 30px;
    text-align: center;
    width: 110px;
}

.blog_sp_tag a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #fefefe;
    line-height: 1.2;
}

.blog_sp_title {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.blog_sp_post_meta {
    margin-bottom: 30px;
}

.blog_sp_post_meta li:nth-child(2),
.blog_sp_post_meta li:nth-child(4),
.blog_sp_post_meta li:nth-child(6) {
    margin-right: 25px;
}

.blog_sp_post_meta li:last-child {
    margin-right: 0;
}

.main_blog_post_content .mbp_thumb_post {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
}

.main_blog_post_content .mbp_thumb_post .details {
    padding-top: 30px;
}

.main_blog_post_content .mbp_thumb_post .details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

.main_blog_post_content .mbp_thumb_post .details ul.post_meta {
    margin-bottom: 20px;
}

.mbp_thumb_post .details .post_meta li:nth-child(2) {
    margin-right: 20px;
    margin-left: 8px;
}

.mbp_thumb_post .details .post_meta li:nth-child(4) {
    margin-left: 8px;
}

.mbp_thumb_post li {
    display: inline-block;
}

.mbp_pagination ul.page_navigation {
    height: 70px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin-right: 6px;
    margin-top: 12px;
}

.mbp_pagination ul.page_navigation li .page-link {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #777777;
    line-height: 1.2;
    height: 45px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: #ffc200;
    color: #ffffff;
}

.event_counter_plugin_container {
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(52, 82, 255) 0%,
            rgb(255, 16, 83) 100%);
    height: 100px;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}

.event_counter_plugin_content {
    text-align: center;
}

.event_counter_plugin_content ul {
    margin-bottom: 0;
    text-align: center;
}

.event_counter_plugin_content ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-family: "Open Sans";
    color: #ffffff;
    line-height: 2.667;
    margin-top: 10px;
    text-align: left;
    text-transform: capitalize;
    width: 22%;
}

.event_counter_plugin_content ul li:last-child {
    width: auto;
}

.event_counter_plugin_content ul li span {
    display: block;
    font-size: 26px;
    font-family: "Inter", serif;
    color: #ffffff;
    line-height: 1.2;
}

/*== Blog Grid Post ==*/
.blog_grid_post {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

.blog_grid_post .thumb {
    position: relative;
    overflow: hidden;
}

.blog_grid_post .thumb:before {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.blog_grid_post .thumb .tag {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(250, 250, 250);
    line-height: 1.2;
    left: 30px;
    line-height: 40px;
    position: absolute;
    top: 30px;
}

.blog_grid_post .thumb .post_date {
    bottom: 30px;
    font-weight: bold;
    max-width: 95px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.blog_grid_post .thumb .post_date h2 {
    font-size: 50px;
    font-family: "Inter", serif;
    color: #ffffff;
    margin-bottom: 0;
}

.blog_grid_post .thumb .post_date span {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #ffffff;
}

.blog_grid_post .details h3 {
    font-size: 26px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog_grid_post .details {
    padding: 20px 25px 30px 30px;
}

.blog_grid_post .details ul.post_meta {
    margin-bottom: 18px;
}

.blog_grid_post .details ul.post_meta li a span {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.blog_grid_post .details p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
    margin-bottom: 0;
}

.blog_grid_post.style2 .details {
    border-radius: 0 5px 5px 0;
    padding: 60px 45px 55px 40px;
}

.blog_grid_post.style2 .details p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.blog_grid_post .details .post_meta li:nth-child(2) {
    margin-right: 20px;
    margin-left: 8px;
}

.blog_grid_post .details .post_meta li:nth-child(4) {
    margin-left: 8px;
}

.blog_grid_post li {
    display: inline-block;
}

.blog_grid_post.style2.event_lists {
    border-left: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main_blog_post_content .event_lists:hover .blog_grid_post.event_lists {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}

.blog_grid_post.style2.event_lists .thumb img {
    max-width: 600px;
    max-height: 385px;
}

.blog_grid_post.style2.event_lists ul li {
    display: list-item;
}

.blog_grid_post.style2.event_lists .details {
    padding: 50px 75px 60px 50px;
}

.blog_grid_post.style2.event_lists .details h3 {
    font-size: 22px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.091;
}

.blog_grid_post.style2.event_lists .details p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.blog_grid_post.style2.event_lists .details ul {
    margin-top: 25px;
}

.blog_grid_post.style2.event_lists .details ul li {
    margin-bottom: 20px;
}

.blog_grid_post.style2.event_lists .details ul li:last-child {
    margin-bottom: 0;
}

.blog_grid_post.style2.event_lists .details ul li a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.blog_grid_post.style2.event_lists .details ul li a span {
    font-size: 18px;
    padding-right: 10px;
}

.event_participator_tile {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 50px;
}

.participator_team .thumb img {
    height: 100px;
    width: 100px;
}

.participator_team .details h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.333;
    margin-bottom: 0;
    margin-top: 20px;
}

.participator_team .details p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

/*== Search Widget Blog Page ==*/
.sidebar_recent_product,
.sidebar_feature_listing,
.sidebar_search_widget {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.sidebar_recent_product,
.sidebar_feature_listing {
    padding: 30px 30px 0;
}

.sidebar_recent_product .title,
.sidebar_feature_listing .title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sidebar_recent_product .media,
.sidebar_feature_listing .media {
    margin-bottom: 30px;
}

.sidebar_recent_product .media img {
    border-radius: 6px;
    height: 80px;
    width: 90px;
}

.sidebar_recent_product .media .media-body .post_title,
.sidebar_feature_listing .media .media-body .post_title {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.sidebar_recent_product .media .media-body a,
.sidebar_feature_listing .media .media-body a {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 90, 95);
    font-weight: bold;
    line-height: 1.2;
}

.sidebar_feature_listing .media .media-body ul li {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    margin-right: 0;
}

.blog_search_widget button.btn {
    height: 48px;
}

.blog_search_widget input.form-control {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    flex: 1;
    height: 52px;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_search_widget input.form-control:focus {
    border-right: none;
}

.blog_search_widget button#button-addon2 {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: transparent !important;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 52px;
}

.blog_search_widget button#button-addon2:focus {
    box-shadow: none;
}

.blog_search_widget button#button-addon2:hover {
    color: #6c757d;
}

/*== Category Widget Blog Page ==*/
.blog_category_widget {
    margin-bottom: 30px;
}

.blog_recent_post_widget .title,
.blog_category_widget .title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 0;
}

.blog_category_widget ul.list-group {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px;
}

.blog_category_widget ul li.list-group-item {
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-family: "Open Sans";
    color: #484848;
    padding: 10px 0;
}

.blog_category_widget ul li.list-group-item span {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    font-weight: normal;
}

.event_details_widget {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    margin-bottom: 30px;
    padding: 30px;
}

.event_details_widget .title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 25px;
}

.event_details_widget ul {
    margin-bottom: 0;
}

.event_details_widget ul li {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.5;
    margin-bottom: 20px;
}

.event_details_widget ul li:last-child {
    margin-bottom: 0;
}

.event_details_widget ul li span {
    font-size: 18px;
    padding-right: 10px;
}

.category_sidebar_widget {
    position: relative;
}

.category_sidebar_widget .category_list {
    margin-bottom: 0;
}

.category_sidebar_widget .category_list li a {
    font-family: "Open Sans";
    font-size: 15px;
    color: rgb(79, 79, 79);
    line-height: 2.667;
}

.category_sidebar_widget .category_list li a span {
    font-family: "Open Sans";
    font-size: 14px;
    color: rgb(193, 193, 193);
    line-height: 2.857;
}

.feature_course_widget {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px 0 15px;
    margin-bottom: 30px;
}

.feature_course_widget h4 {
    font-family: "Inter SemiBold";
    font-size: 20px;
    color: #484848;
    line-height: 1.2;
    padding-left: 30px;
}

.feature_course_widget ul li {
    border: 1px solid rgb(235, 235, 235);
    color: #484848;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 2.667;
    padding: 0 30px;
}

.feature_course_widget ul li span {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 2.667;
}

.feature_course_widget ul li:last-child {
    border-bottom: none;
    padding: 0 30px;
}

.instructor_pricing_widget {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

.instructor_pricing_widget.csv2 {
    margin-top: -300px;
}

.instructor_pricing_widget .price {
    font-size: 30px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.instructor_pricing_widget .price span {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 2.667;
}

.instructor_pricing_widget .price small {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(193, 193, 193);
    line-height: 2.857;
}

.instructor_pricing_widget h5 {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 2.667;
}

.instructor_pricing_widget .price_quere_list li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 2.667;
}

.instructor_pricing_widget .price_quere_list li a span {
    color: #484848;
    font-size: 18px;
    padding-right: 5px;
}

.cart_btnss {
    border-radius: 27px;
    background-color: rgb(255, 16, 83);
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    color: #ffffff;
    height: 50px;
    line-height: 3.2;
    margin-bottom: 23px;
    margin-top: 23px;
    max-width: 234px;
}

.cart_btnss:hover {
    background-color: #ffffff;
    border: 1px solid #ff1053;
    color: #ff1053;
}

.cart_btnss_white {
    background-color: #ffffff;
    border: 1px solid #ff1053;
    border-radius: 27px;
    color: #ff1053;
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 3.2;
    margin-bottom: 23px;
    height: 50px;
    max-width: 234px;
}

.cart_btnss_white:hover {
    background-color: #ff1053;
    color: #ffffff;
}

/*== Recent Post Widget Blog Page ==*/
.blog_recent_post_widget {
    margin-bottom: 30px;
}

.blog_recent_post_widget .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.blog_recent_post_widget.media_widget {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px 20px 30px 30px;
}

.blog_recent_post_widget.media_widget .media {
    margin-bottom: 30px;
}

.blog_recent_post_widget.media_widget .media:last-child {
    margin-bottom: 0;
}

.blog_recent_post_widget.media_widget .media img {
    border-radius: 8px;
    max-width: 90px;
}

.blog_recent_post_widget .media-body .post_title {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #212121;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog_recent_post_widget .media-body a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(123, 123, 123);
    line-height: 1.2;
}

/*== Tag Widget Blog Page ==*/
.blog_tag_widget {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px 30px 20px;
}

.blog_tag_widget .title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog_tag_widget .tag_list li {
    border-radius: 6px;
    background-color: rgb(227, 227, 227);
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0px 25px;
}

.blog_tag_widget .tag_list li:hover {
    cursor: pointer;
}

.blog_tag_widget .tag_list li a {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

/*== BlokQuote Blog Sinlge Page ==*/
.mbp_blockquote {
    background-color: rgb(247, 247, 247);
    border-left: 8px solid #ffc200;
    border-radius: 8px;
    height: 147px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 25px 30px 30px 40px;
}

.mbp_blockquote .blockquote {
    position: relative;
}

.mbp_blockquote .blockquote:before {
    background-color: transparent;
}

.mbp_blockquote .blockquote span {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(187, 187, 187);
    font-style: italic;
    line-height: 0.333;
}

.mbp_blockquote .blockquote em {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    font-style: italic;
    line-height: 1.714;
}

.blog_post_share li {
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_share li:first-child {
    background-color: transparent;
    margin-right: 25px;
    width: auto;
}

.blog_post_share li:first-child a {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 2.5;
}

.blog_post_share li:first-child:hover {
    background-color: transparent;
}

.blog_post_share li:hover {
    cursor: pointer;
}

.blog_post_share li a {
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
}

.blog_post_share li:hover a {
    color: rgb(72, 73, 77);
}

.blog_post_share li p {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(59, 59, 59);
    line-height: 1.333;
}

/*== Next Prev Pagination Blog Sinlge Page ==*/
.mbp_pagination_tab {
    padding: 35px 0;
    position: relative;
}

.mbp_pagination_tab .pag_prev {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.mbp_pagination_tab .pag_prev a,
.mbp_pagination_tab .pag_next a {
    background-color: rgb(208, 208, 208);
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    padding-left: 0;
    text-align: center;
    width: 45px;
}

.mbp_pagination_tab .pag_prev:hover,
.mbp_pagination_tab .pag_next:hover {
    cursor: pointer;
}

.mbp_pagination_tab .pag_next a {
    display: inline-block;
    float: right;
}

.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    background-color: #ffc200;
}

.mbp_pagination_tab .pag_prev a span,
.mbp_pagination_tab .pag_next a span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -ms-transform: matrix(0, -1, 1, 0, 0, 0);
}

.mbp_pagination_tab .pag_prev .detls {
    padding-left: 15px;
}

.mbp_pagination_tab .pag_next a {
    padding-right: 0;
}

.mbp_pagination_tab .pag_next .detls {
    padding-right: 15px;
}

.mbp_pagination_tab .pag_prev .detls,
.mbp_pagination_tab .pag_next .detls {
    display: inline-block;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.75;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls h5,
.mbp_pagination_tab .pag_next .detls h5 {
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls h5:hover,
.mbp_pagination_tab .pag_next .detls h5:hover,
.mbp_pagination_tab .pag_prev .detls p:hover,
.mbp_pagination_tab .pag_next .detls p:hover,
.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    color: #ffc200;
}

/*== Commenting Blog Sinlge Page ==*/
.mbp_pagination_comments {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    position: relative;
}

.mbp_pagination_comments .total_review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 30px 0;
    position: relative;
}

.mbp_pagination_comments .total_review h4 {
    margin-bottom: 0;
}

.mbp_pagination_comments .total_review ul.review_star_list li {
    margin-right: 3px;
}

.mbp_pagination_comments .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.mbp_pagination_comments .mbp_first.media {
    padding: 30px 30px;
}

.mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

.mbp_pagination_comments .mbp_first img {
    margin-right: 1.6rem !important;
}

.mbp_pagination_comments .mbp_first .media-body .sub_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.mbp_pagination_comments .review_star_list li i {
    font-size: 14px;
    color: #bcc52a;
}

.mbp_pagination_comments a.write_review {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(255, 90, 95);
    position: absolute;
    right: 30px;
}

.mbp_pagination_comments .tr_outoff {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(118, 118, 118);
}

/*== Commenting Form Blog Sinlge Page ==*/
.mbp_comment_form {
    margin-top: 20px;
}

.mbp_comment_form h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.mbp_comment_form .comments_form {
    background-color: #f1f1f1;
    padding: 30px 50px 50px;
}

.mbp_comment_form .comments_form input {
    border: 1px solid #dddddd;
    height: 50px;
}

.mbp_comment_form .comments_form input:focus,
.mbp_comment_form .comments_form button.btn:focus,
.mbp_comment_form .comments_form textarea:focus {
    box-shadow: none;
}

.mbp_comment_form .comments_form textarea {
    border: 1px solid #dddddd;
    height: auto;
}

.mbp_comment_form .comments_form .form-group label {
    color: #221f1f;
}

.mbp_comment_form .comments_form button.btn {
    border-radius: 4px;
    font-size: 16px;
    height: 55px;
    margin-top: 10px;
}

.mbp_comment_form .comments_form button span {
    padding-left: 10px;
}

/*== Dashbord details Page ==*/
.our-dashbord {
    position: relative;
}

.our-dashbord.dashbord {
    padding-top: 145px;
}

.our-dashbord.dashbord .container-fluid {
    padding-left: 3%;
    padding-right: 60px;
}

.breadcrumb_widgets {
    border-radius: 5px;
    background-color: rgb(225, 230, 239);
    height: 70px;
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
}

.breadcrumb_widgets .title {
    font-size: 22px;
    font-family: "Inter SemiBold";
    color: rgb(10, 10, 10);
    line-height: 1.2;
    margin-bottom: 0;
}

.breadcrumb_widgets .breadcrumb {
    background-color: transparent;
    padding: 0;
    position: relative;
}

.breadcrumb_widgets .breadcrumb .breadcrumb-item {
    font-family: "Open Sans";
    font-size: 15px;
    color: #7e7e7e;
}

.breadcrumb_widgets .breadcrumb .breadcrumb-item.active {
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.user_board {
    padding: 0 15px 0 0;
    position: relative;
}

.user_profile {
    margin-bottom: 10px;
    position: relative;
}

.user_profile .media .media-body h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    padding-left: 30px;
}

.user_profile .media .media-body h5,
.user_profile .media .media-body p {
    margin-bottom: 0;
}

.user_profile .media img {
    width: 65px;
}

.dashbord_nav_list h4 {
    position: relative;
    padding-left: 30px;
}

.dashbord_nav_list li {
    height: 50px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dashbord_nav_list li a {
    color: #7f7f7f;
    font-size: 16px;
}

.dashbord_nav_list li:hover a,
.dashbord_nav_list li:hover a span {
    color: #ffc200;
}

.dashbord_nav_list li.active {
    background-color: #f9fafc;
}

.dashbord_nav_list li.active a {
    color: #ffc200;
}

.dashbord_nav_list li.active:before {
    background-color: #ffc200;
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 2px;
}

.dashbord_nav_list li a span {
    font-size: 23px;
    margin-right: 15px;
}

.my_dashboard_review,
.my_listing_single {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    padding: 30px;
}

.my_dashboard_review .review_content .review_title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.my_dashboard_review .review_content .review_date {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(118, 118, 118);
    line-height: 2.143;
}

.my_dashboard_review .review_content .para {
    margin-top: 10px;
}

.my_dashboard_review .review_content .sspd_review ul li {
    margin-right: 3px;
}

.my_dashboard_review .review_content .sspd_review ul li a {
    font-size: 14px;
    font-family: "FontAwesome";
    color: rgb(188, 197, 42);
    line-height: 2.143;
}

.packages_table .table,
.savesearched_table .table,
.property_table .table {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
}

.packages_table .table .thead-light th,
.savesearched_table .table .thead-light th,
.property_table .table .thead-light th {
    background-color: rgb(36, 50, 74);
    border: none;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 2.2;
}

.packages_table .table td,
.packages_table .table th,
.savesearched_table .table td,
.savesearched_table .table th,
.property_table .table td,
.property_table .table th {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: 600;
    line-height: 3;
    padding-left: 30px;
}

.property_table .table td,
.property_table .table th {
    vertical-align: middle;
}

.savesearched_table td.para,
.property_table td.para {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
}

.pck_chng_btn .btn {
    border-radius: 8px;
    background-color: rgb(255, 90, 95);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.skill_sidebar_widget {
    margin-top: 40px;
    margin-left: 15px;
    padding-right: 50px;
}

.skill_sidebar_widget h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.skill_sidebar_widget .sonny_progressbar .bar {
    border-radius: 5px;
    height: 10px;
}

.skill_sidebar_widget .sonny_progressbar .bar-container {
    border-radius: 5px;
    height: 10px !important;
    overflow: hidden;
}

.password_change_form form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    height: 48px;
    margin-bottom: 30px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.password_change_form form input:focus {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    outline: none;
}

.password_change_form form button {
    border-radius: 4px;
    height: 55px;
    padding: 0 35px;
}

.password_change_form form button:focus {
    box-shadow: none;
    outline: none;
}

/*== Header User Notification & User ID ==*/
.header_user_notif {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_user_notif li {
    display: inline-block;
    vertical-align: middle;
}

.header_user_notif li:first-child {
    margin-right: 20px;
}

.header_user_notif li:nth-child(2) {
    margin-right: 15px;
}

.header_user_notif li span {
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
}

.header_user_notif li .dropdown .notification_icon {
    border-radius: 50%;
    background-color: #e35a9a;
    display: block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    width: 43px;
}

.header_user_notif li img {
    width: 50px;
}

.header_user_notif .user_notif {
    position: relative;
}

.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show {
    border: none;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: -270px !important;
    padding: 30px 10px 25px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    max-width: 340px;
}

.header_user_notif .user_setting .dropdown-menu.notification_dropdown_content.show:before {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 40px;
    width: 37px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show .view_all_noti {
    display: block;
    padding: 20px 0 0;
}

.header_user_notif .user_notif .so_heading:before {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 30px;
    width: 37px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_user_notif .user_notif .so_heading p {
    border-bottom: 1px solid #dedede;
    color: #484848;
    font-size: 18px;
    font-family: "Inter", serif;
    line-height: 1.333;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.header_user_notif .user_notif .so_content {
    max-height: 200px;
}

.header_user_notif .user_notif .so_content .simplebar-offset {
    width: auto;
}

.header_user_notif .user_notif .so_content ul {
    margin-bottom: 0;
}

.header_user_notif .user_notif .so_content ul li {
    border-bottom: 1px solid #dedede;
    padding: 20px 0 20px;
}

.header_user_notif .user_notif .so_content ul li h5,
.header_user_notif .user_notif .so_content ul li p {
    font-size: 15px;
    margin-bottom: 0;
}

.header_user_notif .user_notif .so_content ul li p {
    color: #7f7f7f;
}

.header_user_notif .user_notif .so_content ul li:first-child {
    margin-right: 0;
}

.header_user_notif .user_notif .so_content ul li:last-child {
    border-bottom: none;
}

.header_user_notif .user_notif {
    padding: 0;
}

.header_user_notif .user_notif .simplebar-offset:focus {
    outline: none;
}

.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar * {
    background: transparent;
}

.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-track {
    display: none;
}

.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-thumb {
    background-color: #dfdfdf !important;
    border-radius: 6px;
}

.simplebar-placeholder {
    max-height: 355px !important;
    width: 325px !important;
}

/*== Header User Setting ID ==*/
.user_setting {
    position: relative;
}

.user_setting:before {
    content: "";
    background-color: #e8eef2;
    height: 38px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.user_setting .btn {
    border: 1px solid transparent;
    color: #ffffff;
}

.user_setting a.btn.dropdown-toggle:after {
    display: none;
}

.user_setting .btn:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.user_setting .dropdown-menu.show {
    border: none;
    border-radius: 5px;
    margin-top: 19px;
    margin-left: -200px !important;
    padding: 20px 30px 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    width: 300px;
}

.user_setting .dropdown-menu.show:before {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 40px;
    width: 37px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user_setting .dropdown-menu.show .user_set_header {
    padding: 10px 0;
}

.user_setting .dropdown-menu.show .user_set_header img {
    margin-right: 15px;
}

.user_setting .dropdown-menu .user_set_header p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_set_header p span {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_setting_content {
    padding: 15px 0 0;
}

.user_setting .dropdown-menu .user_setting_content a {
    color: #484848;
    font-size: 16px;
    font-family: "Inter", serif;
    line-height: 2.125 !important;
    padding-left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.user_setting .dropdown-menu .user_setting_content a:hover {
    padding-left: 12px;
}

.user_setting .dropdown-menu .user_setting_content a.active,
.user_setting .dropdown-menu .user_setting_content a.active span,
.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content a:hover span {
    background-color: transparent;
}

.user_setting .dropdown-menu .user_setting_content a span {
    margin-right: 10px;
}

/*== Candidate Job Review Page Table ==*/
.candidate_revew_search_box input.form-control {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-right: none;
    border-radius: 8px 0px 0px 8px;
    height: 52px;
    margin-right: 0 !important;
    padding-left: 20px;
    padding-right: 0;
    width: 258px;
}

.candidate_revew_search_box button {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-left: none;
    border-radius: 0 8px 8px 0;
    color: #484848;
    height: 52px;
    width: 70px;
}

.candidate_revew_search_box button:hover {
    color: #484848;
}

.candidate_revew_search_box input.form-control:focus,
.candidate_revew_search_box button:focus {
    box-shadow: none;
    outline: none;
}

.candidate_revew_select .bootstrap-select>.dropdown-toggle,
.grid_list_search_result .bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #7f7f7f;
    height: 50px;
    line-height: 35px;
}

.candidate_revew_select .bootstrap-select>.dropdown-toggle:hover,
.candidate_revew_select .bootstrap-select>.dropdown-toggle:focus,
.candidate_revew_select .bootstrap-select>.dropdown-toggle:active,
.grid_list_search_result .bootstrap-select>.dropdown-toggle:hover,
.grid_list_search_result .bootstrap-select>.dropdown-toggle:focus,
.grid_list_search_result .bootstrap-select>.dropdown-toggle:active {
    background-color: #ffffff;
    color: #7f7f7f;
    box-shadow: none;
    outline: none !important;
}

.candidate_revew_select .dropdown-item.active,
.candidate_revew_select .dropdown-item:active,
.grid_list_search_result .dropdown-item.active,
.grid_list_search_result .dropdown-item:active {
    background-color: #f7f7f7;
    color: #484848;
}

.grid_list_search_result {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 62px;
    margin: 0 auto 30px;
    padding: 0 15px;
    position: relative;
    width: 96%;
}

.grid_list_search_result.style2 {
    width: 98%;
}

.grid_list_search_result .left_area p {
    margin-bottom: 0;
    margin-top: 20px;
}

.grid_list_search_result .right_area ul {
    margin-bottom: 0;
}

.grid_list_search_result .right_area li {
    margin-top: 6px;
}

.grid_list_search_result .right_area ul li:first-child {
    margin-right: 40px;
    position: relative;
}

.grid_list_search_result .right_area.style2 ul li:first-child {
    margin-right: 0;
}

.grid_list_search_result .right_area.style2 ul li:first-child:before {
    display: none;
}

.grid_list_search_result .right_area ul li:first-child:before {
    background-color: rgb(232, 238, 242);
    content: "";
    height: 35px;
    position: absolute;
    right: -22px;
    top: 8px;
    width: 1px;
}

.grid_list_search_result .right_area ul li:first-child .dropdown.bootstrap-select.show-tick,
.grid_list_search_result .right_area ul li:first-child button.btn.dropdown-toggle {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 80px;
}

.grid_list_search_result .right_area.style2 ul li:first-child button.btn.dropdown-toggle {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
}

.grid_list_search_result .right_area ul li:last-child .dropdown.bootstrap-select.show-tick,
.grid_list_search_result .right_area ul li:last-child button.btn.dropdown-toggle {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 105px;
}

.grid_list_search_result .right_area ul.dropdown-menu.inner li {
    margin-right: 0;
    overflow: hidden;
}

.grid_list_search_result .right_area ul li .filter-option-inner-inner {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
}

.grid_list_search_result .right_area ul li span.stts,
.grid_list_search_result .right_area ul li span.shrtby {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
}

.grid_list_search_result .right_area .bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #777777;
    font-weight: 600;
}

.grid_list_search_result .half_map_advsrch_navg ul li:first-child:before {
    background-color: rgb(232, 238, 242);
    content: "";
    height: 35px;
    position: absolute;
    right: -20px;
    top: 7px;
    width: 1px;
}

.grid_list_search_result .half_map_advsrch_navg ul li:first-child {
    margin-right: 35px;
    position: relative;
}

.grid_list_search_result .half_map_advsrch_navg ul li {
    margin-right: 15px;
    margin-top: 6px;
}

.half_map_advsrch_navg.style2 ul li {
    margin-right: 10px;
}

.half_map_advsrch_navg.style3 ul li:first-child {
    margin-right: 15px;
}

.half_map_advsrch_navg.style3 ul li:first-child:before {
    display: none;
}

.half_map_advsrch_navg.style3 ul li {
    margin-right: 10px;
}

.half_map_area_content {
    height: 850px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.half_map_area.version4 {
    bottom: 0;
    width: 100%;
    top: 0;
}

.our-listing-list-v4::-webkit-scrollbar,
.half_map_area_content::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.our-listing-list-v4::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
}

.half_map_area_content::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
    height: 250px;
}

.half_map_area_content .search_option_two.home2 .dropdown-menu {
    top: 0 !important;
}

.grid_list_search_result .half_map_advsrch_navg .dropdown.bootstrap-select.show-tick.show .dropdown-menu.show .inner.show {
    overflow-y: scroll !important;
}

.grid_list_search_result .half_map_advsrch_navg ul li ul.dropdown-menu.inner.show li {
    margin-right: 0;
}

.grid_list_search_result .half_map_advsrch_navg ul li:last-child {
    margin-right: 0;
}

.grid_list_search_result .half_map_advsrch_navg ul li .dropdown.bootstrap-select.show-tick {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
}

.grid_list_search_result .half_map_advsrch_navg ul li button.btn.dropdown-toggle {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
}

.half_map_area_content .grid_list_search_result {
    width: 97%;
}

.half_style .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
}

.h1ads_1st_list.half_style input.form-control {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    height: 52px;
    line-height: 50px;
    padding-left: 20px;
}

.h1ads_1st_list.half_style input.form-control::placeholder {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.h1ads_1st_list.half_style li:last-child {
    margin-right: 0 !important;
}

.h1ads_1st_list.half_style .navbered {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    width: 142px;
}

.h1ads_1st_list.half_style .navbered .dropbtn i {
    color: #bdc6ce;
    float: right;
    margin-left: -15px;
    margin-right: 15px;
}

.h1ads_1st_list.half_style .navbered .dropdown-content:before {
    right: 5%;
}

.h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
    width: 69%;
}

.h1ads_1st_list.half_style li.custome_fields_half:nth-child(3) {
    width: 12%;
}

.h1ads_1st_list.half_style .apeartment_area_list li:nth-child(2) {
    width: auto;
}

.feature_property_half_clist li.extrawide {
    margin-left: 10px;
    margin-right: 0;
    width: 32%;
}

.feature_property_half_clist.style2 li.extrawide {
    width: 48%;
}

.listing_list_style {
    margin-top: 18px;
    position: relative;
    text-align: right;
}

.listing_list_style ul li {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 49px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing_list_style ul li:hover {
    background-color: rgb(227, 227, 227);
    cursor: pointer;
}

.listing_list_style ul li a {
    color: #484848;
}

.sidebar_listing_list {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.sidebar_listing_list.style2 {
    border: none;
    max-height: 960px;
    overflow-y: scroll;
    padding: 30px 25px;
}

.sidebar_listing_list.style2::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 0;
    width: 4px;
}

.sidebar_listing_list.style2::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.sl_creator {
    margin-bottom: 30px;
}

.sl_creator .media-body h5 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.2;
}

.sl_creator .media-body p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    line-height: 1.5;
    margin-bottom: 0;
}

.sl_creator .media-body a {
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.sasw_list .search_area {
    position: relative;
}

.sasw_list .search_area input {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    height: 52px;
    padding-left: 20px;
}

.sasw_list.style2 .search_area input.form-control::placeholder,
.sasw_list.style2 .search_option_two .filter-option-inner-inner,
.sasw_list.style2 .small_dropdown2 .dd_btn span,
.sasw_list.style2 .min_area.style2 input.form-control::placeholder,
.sasw_list.style2 .max_area input.form-control::placeholder,
.sasw_list.style2 .panel-heading h4.panel-title a.accordion-toggle.link {
    color: #006c70 !important;
}

.sasw_list .search_area textarea {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    line-height: 2.2;
}

.sasw_list .min_area .form-control::placeholder,
.sasw_list .max_area .form-control::placeholder,
.sasw_list .search_area input::placeholder,
.sasw_list .search_area textarea::placeholder {
    color: #484848;
}

.sasw_list .search_area input:focus,
.sasw_list button.btn.dropdown-toggle {
    outline: none;
    box-shadow: none;
}

.sasw_list .search_area label {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.sasw_list button.btn.dropdown-toggle {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    height: 52px;
    line-height: 42px;
    padding-left: 20px;
}

.sasw_list .search_option_two {
    margin-bottom: 20px;
}

.sasw_list .small_dropdown2 {
    position: relative;
}

.sasw_list .small_dropdown2 .dd_content2 {
    right: 0;
    left: 0;
    top: 65px;
    z-index: 9;
}

.sasw_list .small_dropdown2 .dd_btn {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}

.sasw_list .search_option_two .selectpicker {
    width: 100%;
}

.sasw_list .panel-heading h4.panel-title {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 25px;
}

.sasw_list .panel-heading h4.panel-title i {
    color: #bdc6ce;
}

.sasw_list #accordion .panel-heading a.accordion-toggle:before {
    display: none;
}

.sasw_list .ui_kit_checkbox .custom-control-label {
    padding-right: 0;
}

.sasw_list #accordion .panel {
    margin-bottom: 10px;
}

.sasw_list .min_area {
    margin-right: 20px;
}

.sasw_list .min_area,
.sasw_list .max_area {
    width: 135px;
}

.sasw_list .max_area {
    float: right;
    margin-right: 0;
}

.sasw_list .min_area .form-control,
.sasw_list .max_area .form-control {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    font-size: 14px;
    height: 52px;
    padding-left: 20px;
}

.sasw_list .search_option_button button.btn {
    height: 50px;
}

.sidebar_feature_property_slider .owl-prev,
.sidebar_feature_property_slider .owl-next {
    background-color: transparent !important;
    left: 0;
    position: absolute;
    top: 33%;
}

.sidebar_feature_property_slider .owl-next {
    left: auto;
    right: 0;
}

.sidebar_feature_property_slider .feat_property {
    margin-bottom: 20px;
}

.sidebar_feature_property_slider .feat_property .thumb {
    height: 220px;
}

.sidebar_feature_property_slider .feat_property .thumb .thmb_cntnt a.fp_price {
    bottom: 50px;
    left: 10px;
}

.sidebar_feature_property_slider .feat_property .thumb .thmb_cntnt h4 {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

/*== My Resume Page ==*/
.portfolio_upload {
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    height: 223px;
    margin-bottom: 30px;
    text-align: center;
}

.portfolio_upload .btn {
    color: #ffffff;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 46px;
    font-weight: normal;
}

.portfolio_upload .icon {
    font-size: 48px;
    margin-top: 50px;
}

.portfolio_upload .icon {
    color: #ffc200;
    font-size: 48px;
    margin-top: 50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.portfolio_upload p {
    font-size: 22px;
    font-family: "Inter", serif;
    color: rgb(72, 72, 72);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
}

.portfolio_upload input[type="file"] {
    font-size: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*== Message Page ==*/
.message_container {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.inbox_user_list {
    display: inline-block;
    padding: 30px 30px 40px;
    width: 100%;
}

.inbox_user_list ul {
    height: 625px;
    overflow-y: scroll;
}

.inbox_user_list ul::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.inbox_user_list ul::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
    height: 250px;
}

.inbox_user_list .wrap {
    position: relative;
}

.inbox_user_list .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.inbox_user_list .wrap .meta h5.name {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.inbox_user_list .wrap .meta p.preview {
    font-size: 14px;
    font-family: "Inter", serif;
    color: rgb(119, 119, 119);
    line-height: 2;
    margin-bottom: 0;
}

.inbox_user_list .wrap .m_notif {
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgb(252, 68, 90);
    color: #ffffff;
    font-size: 10px;
    font-family: "Lato";
    line-height: 17px;
    height: 21px;
    position: absolute;
    right: 5%;
    text-align: center;
    top: 10px;
    width: 21px;
}

.inbox_user_list ul li {
    padding: 10px 0;
}

.inbox_user_list .iu_heading {
    padding-bottom: 25px;
}

.inbox_user_list ul li.contact .wrap .meta {
    display: inline-block;
    margin-top: 10px;
}

.iu_heading .candidate_revew_search_box input.form-control {
    width: 75%;
}

.iu_heading .candidate_revew_search_box .candidate_revew_search_box button {
    background-color: transparent;
}

.inbox_user_list ul li.contact .wrap span {
    background-color: #95a5a6;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 13px;
    left: 50px;
    margin: 0px 0 0 1px;
    position: absolute;
    width: 13px;
}

.inbox_user_list ul li.contact .wrap span.online {
    background-color: #2ecc71;
}

.inbox_user_list ul li.contact .wrap span.away {
    background-color: #f1c40f;
}

.inbox_user_list ul li.contact .wrap span.busy {
    background-color: #e74c3c;
}

.inbox_user_list ul li.contact .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 50px;
}

.message_container .inbox_chatting_box {
    position: relative;
    max-height: 575px !important;
    height: auto;
    margin-right: 10px;
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.message_container .inbox_chatting_box::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.message_container .inbox_chatting_box::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 3px;
}

.message_container .user_heading {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(235, 235, 235);
    border-radius: 8px 8px 0 0;
    padding: 30px;
    position: relative;
}

.inbox_chatting_box .chatting_content {
    display: inline-block;
    padding: 15px 30px 0 30px;
    position: relative;
    width: 100%;
}

.message_container .user_heading .wrap img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.message_container .user_heading .wrap h5.name {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(10, 10, 10);
    line-height: 1.2;
    margin-bottom: 0;
}

.message_container .user_heading .wrap p.preview {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(127, 127, 127);
    line-height: 1.867;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li {
    padding: 20px 0;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li.media.sent {
    float: left;
    clear: both;
}

.inbox_chatting_box .chatting_content li.media img {
    border-radius: 50px;
    margin-bottom: 10px;
}

.inbox_chatting_box .chatting_content li.media .media-body {
    display: block;
    flex: auto;
}

.inbox_chatting_box .chatting_content li.media span {
    background-color: #95a5a6;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 13px;
    left: 80px;
    margin: 2px 0 0 -2px;
    position: absolute;
    width: 13px;
}

.inbox_chatting_box .chatting_content li.media span.busy {
    background-color: #e74c3c;
}

.inbox_chatting_box .chatting_content li.media .media-body .date_time {
    font-size: 14px;
}

.inbox_chatting_box .chatting_content li.media .media-body p {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    color: #484848;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 0;
    padding: 10px 15px;
    max-width: 290px;
}

.inbox_chatting_box .chatting_content li.media.reply {
    float: right;
    clear: both;
}

.inbox_chatting_box .chatting_content li.media.reply.first {
    margin: -15px 0;
}

.inbox_chatting_box .chatting_content li.media.reply .media-body p {
    border-radius: 3px;
    background-color: #eef1ff;
    color: #484848;
    max-width: 320px;
    padding: 10px 15px;
}

.message_container .message_input {
    background-color: #f9fafc;
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.message_container .message_input form input.form-control {
    background-color: #f7f7f7;
    border-color: transparent;
    border-radius: 8px;
    height: 70px;
    width: 100%;
    padding-left: 30px;
}

.message_container .message_input form input.form-control::placeholder {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

.message_container .message_input form input.form-control:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form button.btn {
    background-color: #ffc200;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    flex: 1;
    height: 50px;
    position: absolute;
    right: 20px;
    width: 190px;
}

.message_container .message_input form button.btn:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form button.btn span {
    font-size: 20px;
    padding-left: 10px;
}

/*== My Profile Page ==*/
.my_profile_select_box label {
    color: #221f1f;
}

.my_profile_select_box {
    margin-bottom: 20px;
}

.my_profile_select_box .dropdown.bootstrap-select {
    display: inline;
}

.my_profile_select_box .dropdown.bootstrap-select button.btn {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #7f7f7f;
    height: 50px;
    line-height: 35px;
}

.my_profile_select_box .dropdown.bootstrap-select button.btn:focus {
    box-shadow: none;
    outline: none !important;
}

.my_profile_select_box .dropdown.bootstrap-select:focus {
    border: 1px solid #dddddd;
}

/*== DashBoard Pages ==*/
.ff_one {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-radius: 8px;
    height: 150px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 20px 20px 25px;
}

.ff_one .icon {
    border-radius: 50%;
    background-color: rgba(29, 41, 62, 0.102);
    float: right;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.ff_one .icon span {
    color: #1d293e;
    font-size: 36px;
}

.ff_one.style2 .icon span {
    color: #9499da;
}

.ff_one.style3 .icon span {
    color: #ffc200;
}

.ff_one.style4 .icon span {
    color: #ffbc7d;
}

.ff_one .detais {
    padding-top: 25px;
}

.ff_one .detais .timer {
    font-size: 36px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.ff_one .detais p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(119, 119, 119);
    margin-bottom: 0;
}

.ff_one.style2 .icon {
    background-color: rgba(148, 153, 218, 0.149);
}

.ff_one.style3 .icon {
    background-color: rgba(255, 90, 95, 0.149);
}

.ff_one.style4 .icon {
    background-color: rgba(255, 188, 125, 0.149);
}

.application_statics {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
}

.application_statics h4 {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.recent_job_activity {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    padding: 30px;
}

.recent_job_activity h4 {
    color: #484848;
    font-size: 18px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.recent_job_activity .grid {
    margin-bottom: 25px;
}

.recent_job_activity .grid ul.bb_none {
    border-bottom: none;
}

.recent_job_activity .grid ul li:first-child {
    border-radius: 50%;
    background-color: rgb(255, 232, 233);
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    text-align: center;
    width: 45px;
}

.recent_job_activity .grid ul li:first-child .icon {
    color: #ffc200;
    font-size: 20px;
}

.recent_job_activity .grid ul li p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

.dashboard_sidebar_menu {
    position: relative;
    z-index: 9999;
}

.sidebar-menu {
    background-color: #1d293e;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 295px;
    z-index: 9;
}

.sidebar-menu::-webkit-scrollbar {
    border-radius: 6px;
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.sidebar-menu::-webkit-scrollbar * {
    background: transparent;
    border-radius: 6px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background-color: #1d293e;
    border-radius: 6px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #1d293e !important;
    border-radius: 6px;
}

.sidebar-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu li a {
    border-left: 2px solid transparent;
    color: rgb(138, 153, 179);
    display: block;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 3.571;
    padding: 0 15px;
}

.sidebar-menu li a .fa {
    width: 20px;
}

.sidebar-menu li a span {
    padding-left: 10px;
}

.sidebar-menu li:hover a,
.sidebar-menu li.active a {
    color: #ffffff;
    background-color: #172133;
    border-left-color: #ffc200;
}

.sidebar-menu li .treeview-menu {
    margin: 0;
    background-color: #172133;
}

.sidebar-menu li .label,
.sidebar-menu li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.header {
    background-color: #24324a;
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0 10px 30px;
    text-align: left;
}

.sidebar-menu li a .fa-angle-down {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 18px;
}

.sidebar-menu li.active a .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar-menu li.active .treeview-menu {
    display: block;
}

.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu li {
    margin: 0;
}

.sidebar-menu .treeview-menu li a {
    color: rgb(138, 153, 179);
    display: block;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 2.5;
    padding-left: 30px;
}

.sidebar-menu .treeview-menu li a .fa {
    width: 20px;
}

.sidebar-menu .treeview-menu li a i {
    font-size: 8px;
}

.sidebar-menu .treeview-menu li a .fa-angle-down,
.sidebar-menu .treeview-menu li a .fa-angle-up {
    width: auto;
}

.sidebar-menu .treeview-menu li.active a,
.sidebar-menu .treeview-menu li a:hover {
    color: #fff;
}

.sidebar-menu .title {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(96, 112, 140);
    line-height: 1.5;
    margin-top: 30px;
    padding-left: 15px;
}

/*== sidebar about widget ==*/
.siderbar_contact_widget h4 {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    margin-bottom: 15px;
    line-height: 1.2;
}

.siderbar_contact_widget p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    margin-bottom: 0;
    line-height: 2.667;
}

.siderbar_contact_widget .scw_social_icon li a {
    font-size: 16px;
    font-family: "FontAwesome";
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

/*== Pricing SLider ==*/
.cl_pricing_slider {
    position: relative;
    padding: 0 10px;
}

.cl_pricing_slider p {
    margin-bottom: 0;
}

.cl_pricing_slider div#slider-range {
    background-color: #dfdfdf;
    border-radius: 3px;
    height: 6px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.cl_pricing_slider .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #ffc200;
}

.cl_pricing_slider span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #fff;
    border: 2px solid #ffc200;
    border-radius: 50%;
    height: 18px;
    outline: none;
    top: -7px;
    width: 18px;
}

.cl_pricing_slider .sl_input {
    background-color: transparent;
    border: none;
    color: #221f1f;
    text-align: center;
}

.cl_pricing_slider .sl_input:focus {
    box-shadow: none;
    outline: none;
}

.cl_skill_checkbox .content.ui_kit_checkbox {
    border-radius: 6px;
    height: 250px;
    overflow: hidden scroll;
    text-align: left;
}

.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar {
    border-radius: 6px;
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar * {
    background: transparent;
    border-radius: 6px;
}

.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    border-radius: 6px;
}

.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-thumb {
    background-color: #a2a2a2 !important;
    border-radius: 6px;
}

/*== Profile Avatar ==*/
.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 260px;
    text-align: center;
}

.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.wrap-custom-file label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    /* background-image: url(../images/team/upload_photo.jpg); */
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap-custom-file label span {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    bottom: 20px;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 2.2;
    height: 50px;
    left: 20px;
    position: absolute;
    width: 160px;
}

.wrap-custom-file label i {
    color: #ffc200;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.wrap-custom-file label.file-ok {
    background-size: cover;
    background-position: center;
}

.wrap-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: rgba(36, 65, 231, 0.9);
}

.wrap-custom-file label.file-ok .fa {
    display: none;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    top: 0;
    width: 27%;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    height: 50px;
    border-radius: 8px;
    background-color: rgb(29, 41, 62);
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background-color: #ffffff;
    border: 1px solid #ffc200;
}

.avatar-upload .avatar-edit input+label:hover:after {
    color: #ffc200;
}

.avatar-upload .avatar-edit input+label::after {
    content: "Upload";
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    height: 50px;
    left: 0;
    position: absolute;
    width: 70%;
}

.avatar-upload #imagePreview {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    height: 100%;
}

.portfolio_item {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.portfolio_item img {
    height: 200px;
    width: 200px;
}

.portfolio_item .edu_stats_list {
    border-radius: 8px;
    background-color: rgb(255, 90, 95);
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
}

.portfolio_item .edu_stats_list span {
    color: rgb(255, 255, 255);
}

.resume_uploader .upload input[type="file"] {
    display: none;
}

.resume_uploader .upload-path {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    flex: 1;
    height: 50px;
    margin-right: 20px;
    outline: none;
    padding-left: 20px;
    width: 70%;
}

.resume_uploader .upload {
    border-radius: 8px;
    border: 1px solid rgb(29, 41, 62);
    background-color: rgb(29, 41, 62);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-family: "Inter", serif;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    outline: 0;
    position: relative;
    text-align: center;
    width: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.resume_uploader .upload:hover {
    background-color: #ffffff;
    border: 1px solid #ffc200;
    color: #ffc200;
}

.resume_uploader .upload:active {
    background-color: #ffffff;
}

/*== UI Page Elements ==*/
.company_life input.amount {
    text-align: right;
}

.company_life input.amount2 {
    text-align: left;
}

.company_life input.amount,
.company_life input.amount2 {
    color: #221f1f;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: inline-block;
    margin-top: 30px;
    width: 40%;
}

.company_life .cl_pricing_slider span.ui-slider-handle.ui-corner-all.ui-state-default {
    top: -4px;
}

.company_life .ui-slider-horizontal {
    background-color: #dfdfdf !important;
    height: 6px;
}

.company_life .slider-range {
    width: 100%;
}

/*== Alpha v2 Page ==*/
.alpha-pag {
    background: #ffffff;
    margin-bottom: 35px;
    text-align: center;
}

.alpha-pag ul {
    margin-bottom: 0;
}

.alpha-pag ul.option-set li {
    margin-right: 40px;
}

.alpha-pag ul.option-set li:last-child {
    margin-right: 0;
}

.alpha-pag ul.option-set li a {
    padding: 0 0 5px;
}

.alpha-pag ul.option-set li a.selected {
    border-bottom: 2px solid #ffc200;
    color: #ffc200;
}

.alpha-pag li a {
    color: #7d7d7d;
    padding: 0 8px;
}

.alpha-pag li a:hover {
    color: #221f1f;
}

.emply-text-sec {
    float: left;
    width: 100%;
}

.emply-text {
    float: left;
    margin-bottom: 40px;
}

.emply-text>h4 {
    margin-bottom: 30px;
}

/*== Carrer Tips Home V3 ==*/
.blog_post_home2 {
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 450px;
    margin: 0 13px 45px;
    overflow: hidden;
    position: relative;
}

.blog_post_home2.one {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 30px 25px;
}

.blog_post_home2.one .bph2_header:before {
    display: none;
}

.blog_post_home2 .bph2_header:before {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog_post_home2:hover {
    cursor: pointer;
}

.blog_post_home2:hover .bph2_header:before {
    background-color: rgba(36, 65, 231, 0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog_post_home2 .bph2_header img {
    height: 100%;
}

.blog_post_home2 .bph2_header .bph2_date_meta {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: 30px;
    text-align: center;
}

.blog_post_home2 .bph2_header .bph2_date_meta:hover,
.blog_post_home2 .bph2_header .bph2_date_meta:hover span {
    background-color: #484848;
    color: #ffffff;
}

.blog_post_home2.one .details {
    bottom: 0;
    margin-top: 210px;
    padding: 0;
    position: relative;
}

.blog_post_home2.one .details h4 {
    color: #484848;
}

.blog_post_home2.one .details p {
    margin-bottom: 0;
}

.blog_post_home2.one .details .post_meta ul li a {
    color: #898989;
}

.blog_post_home2 .details {
    position: absolute;
    bottom: 50px;
    padding: 0 30px;
}

.blog_post_home2 .details h4 {
    color: #fafafa;
    font-family: "Inter", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}

.blog_post_home2 .details .post_meta ul li a {
    color: #fafafa;
    font-size: 14px;
}

.blog_post_home2 .details .post_meta ul li a i {
    font-size: 18px;
    padding-right: 5px;
}

.read_more_home5 h4 {
    font-weight: bold;
}

/*== Testimonials Home V3 ==*/
.testimonial_content {
    background-color: #ffffff;
    border-radius: 4px;
    height: 300px;
    margin: 70px 100px;
    position: relative;
    padding: 60px 100px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

.testimonial_content .thumb {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: -120px;
    position: relative;
}

.testimonial_content .thumb h4 {
    margin-bottom: 0;
}

.testimonial_content .thumb p {
    color: #ffc200;
    margin-bottom: 0;
}

.testimonial_content .thumb img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial_content .details p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 510px;
}

.t_icon.home3 {
    color: #1c327e;
    left: 130px;
    top: 0px;
}

/*== Contact Page ==*/
.form_grid {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    padding: 30px;
}

.form_grid h4 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.form_grid p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 30px;
}

.form_grid .contact_form input {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    color: #484848;
    font-size: 14px;
    height: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-left: 20px;
}

.form_grid .contact_form textarea.form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 20px;
}

.form_grid .contact_form button {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.contact_localtion {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.contact_localtion h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact_localtion p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 20px;
}

.contact_localtion .content_list h5 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.contact_localtion .content_list p {
    margin-bottom: 30px;
}

.contact_form_social_area {
    margin-bottom: 0;
    position: relative;
}

.contact_form_social_area li {
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.contact_form_social_area li:hover {
    cursor: pointer;
}

.contact_form_social_area li a {
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
}

/*== Maximage_slider ==*/
.maximage-home .mc-image {
    height: 920px !important;
    position: relative !important;
}

.maximage-home .mc-image img {
    margin: 0 !important;
    width: 100% !important;
}

.maxtext {
    bottom: 45%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.maxtext h1 {
    color: #ffffff;
    font-size: 50px;
    font-family: "Inter", serif;
    line-height: 1.2;
    text-transform: uppercase;
}

.maxtext p {
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 1.2;
}

/*== Color Area ==*/
.img-whp {
    width: 100% !important;
}

.text-thm {
    color: #ffc200 !important;
}

.hvr-text-thm:hover {
    color: #ffc200 !important;
}

.text-thm2 {
    color: #ff787c !important;
}

.text-thm3 {
    color: #006c70 !important;
}

.text-thm4 {
    color: #1fbda6;
}

.text-thm5 {
    color: #192675;
}

.text-thm6 {
    color: #ff1053;
}

.color-white {
    color: #ffffff !important;
}

.color-lightgray {
    color: #d3d3d3;
}

.color-gray {
    color: gray;
}

.color-gray2 {
    color: #7e7e7e;
}

.color-green2 {
    color: #28b928;
}

.color-blue {
    color: #201b71;
}

.color-orose {
    color: #c75533;
}

.color-dark {
    color: #484848;
}

.color-black {
    color: #000;
}

.color-black2 {
    color: #484848;
}

.color-black11 {
    color: #111111 !important;
}

.color-black22 {
    color: #222222;
}

.color-black33 {
    color: #333333;
}

.color-black31 {
    color: #303030;
}

.color-black44 {
    color: #434343;
}

.color-black55 {
    color: #555555;
}

.color-black66 {
    color: #676767;
}

.color-primary {
    color: #337ab7;
}

.color-success {
    color: #5cb85c;
}

.color-info {
    color: #5bc0de;
}

.color-silver {
    color: #c0c0c0;
}

.color-warning {
    color: #f0ad4e;
}

.color-danger {
    color: #d9534f;
}

.color-green {
    color: #28b928;
}

.color-fb {
    color: #3b5998;
}

.color-golden {
    color: #febe42;
}

.color-red {
    color: #ff4b53;
}

.bgc-thm {
    background-color: #ffc200 !important;
}

.bgc-thm2 {
    background-color: #ff787c !important;
}

.bgc-fb {
    background-color: #3b5998;
}

.color-twtr {
    color: #1da1f2;
}

.bgc-twtr {
    background-color: #1da1f2;
}

.color-inst {
    color: #d31a77;
}

.bgc-inst {
    background-color: #d31a77;
}

.color-lnkdn {
    color: #007bb6;
}

.bgc-lnkdn {
    background-color: #007bb6;
}

.color-pint {
    color: #cb2027;
}

.bgc-pint {
    background-color: #cb2027;
}

.color-skyp {
    color: #00aff0;
}

.bgc-skyp {
    background-color: #00aff0;
}

.color-skyp {
    color: #00aff0;
}

.bgc-skyp {
    background-color: #00aff0;
}

.color-drbl {
    color: #ea4c89;
}

.bgc-drbl {
    background-color: #ea4c89;
}

.color-behnc {
    color: #0b7bff;
}

.bgc-behnc {
    background-color: #0b7bff;
}

.color-utube {
    color: #ff0000;
}

.bgc-utube {
    background-color: #ff0000;
}

.color-gogle {
    color: #ea4335;
}

.bgc-gogle {
    background-color: #ea4335;
}

.bgc-darkblue {
    background-color: #112360;
}

.bgc-seagreen {
    background-color: #43d4b6;
}

.bgc-black11 {
    background-color: #111111;
}

.bgc-split {
    background-color: #181413 !important;
}

.bgc-primary {
    background-color: #337ab7;
}

.bgc-success {
    background-color: #5cb85c;
}

.bgc-info {
    background-color: #5bc0de;
}

.bgc-warning {
    background-color: #f0ad4e;
}

.bgc-danger {
    background-color: #d9534f;
}

.bgc-white {
    background-color: #ffffff !important;
}

.bgc-lightgray {
    background-color: #d3d3d3;
}

.bgc-snowshade {
    background-color: #f9f9f9;
}

.bgc-snowshade2 {
    background-color: #fafafa;
}

.bgc-golden {
    background-color: #febe42;
}

.color-whitef1 {
    color: #f1f1f1;
}

.color-whitef2 {
    color: #f2f2f2;
}

.color-whitef3 {
    color: #f3f3f3;
}

.color-whitef4 {
    color: #f4f4f4;
}

.color-whitef5 {
    color: #f5f5f5;
}

.color-whitef6 {
    color: #f6f6f6;
}

.color-whitef7 {
    color: #f7f7f7;
}

.color-whitef8 {
    color: #f8f8f8;
}

.color-whitef9 {
    color: #f9f9f9;
}

.color-whitef0 {
    color: #f0f0f0;
}

.bgc-f0 {
    background-color: #f0f0f0;
}

.bgc-f1 {
    background-color: #f1f1f1;
}

.bgc-f2 {
    background-color: #f2f2f2;
}

.bgc-f3 {
    background-color: #f3f3f3;
}

.bgc-f4 {
    background-color: #f4f4f4;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.bgc-f6 {
    background-color: #f6f6f6;
}

.bgc-f7 {
    background-color: #f1f1f1;
}

.bgc-f8 {
    background-color: #f8f8f8;
}

.bgc-f9 {
    background-color: #f9f9f9;
}

.bgc-fa {
    background-color: #fafafa !important;
}

.bgc-transparent {
    background-color: transparent !important;
}

.bgc-darkcyan {
    background-color: darkcyan;
}

.bgc-darkblue {
    background-color: #004274;
}

.bgc-green {
    background-color: #28b928;
}

.bdrrn {
    border: none;
}

.bdrs0 {
    border-radius: 0 !important;
}

.bdr1 {
    border: 1px solid #ebebeb;
}

.bdrs5 {
    border-radius: 5px;
}

.bdrs8 {
    border-radius: 8px;
}

.bdrs10 {
    border-radius: 10px;
}

.bdrs20 {
    border-radius: 20px;
}

.bdrs50 {
    border-radius: 50%;
}

.bxshd {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hvr-bxshd:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tdu {
    text-decoration: underline;
}

.tdu-hvr:hover {
    cursor: pointer;
    text-decoration: underline;
}

.all-body-content {
    background-color: #ffffff;
    margin-bottom: 760px;
    position: relative;
    z-index: 9;
}

.h125 {
    height: 125px;
}

.bb1 {
    border-bottom: 1px solid #ebebeb;
}

/*== Button Area ==*/
.btn {
    border-radius: 4px;
}

.btn.dbxshad {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.btn.circle {
    border-radius: 27px;
}

.btn.white {
    background-color: #ffffff;
    color: #ffc200;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-thm {
    background-color: #ffc200;
    border: 2px solid #ffc200;
    border-radius: 5px;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-thm.rounded {
    background-color: #ffc200;
    border-radius: 5px;
    color: #ffffff;
}

.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus {
    background-color: #ffffff;
    border-color: #ffc200;
    color: #ffc200 !important;
}

.btn-thm.white:hover,
.btn-thm.white:active,
.btn-thm.white:focus {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #ffffff;
}

.btn-thm2 {
    background-color: #ff787c;
    border-color: #ff787c;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus {
    background-color: #ffffff;
    border-color: #ff787c;
    color: #ff787c;
}

.btn-thm3 {
    background-color: #ff1053;
    border: 2px solid #ff1053;
    border: none;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
    background-color: #ffffff;
    border-color: #ff1053;
    color: #ff1053;
}

.btn-dark {
    background-color: #051925;
    border-color: #051925;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background-color: #ffffff;
    border-color: #051925;
    color: #051925;
}

.btn-yellow {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    color: #333333;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    border-color: #eeeeee;
    color: #303030;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    color: #ffc200;
}

.btn-gray {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background-color: #ffc200;
    color: #ffffff;
}

.btn-green {
    background-color: #28b928;
    border-color: #28b928;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    color: #ffffff;
}

.btn-blue {
    background-color: #1c327e;
    border-color: #1c327e;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #ffffff;
}

.btn-transparent {
    background-color: transparent;
    border-color: #ffc200;
    color: #ffc200;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    background-color: #ffc200;
    color: #ffffff;
}

.btn-transparent2 {
    background-color: transparent;
    border-color: -webkit-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    border-color: -o-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    border-color: -ms-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    border-color: -moz-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    border-color: linear-gradient(60deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    color: #4568dc;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-transparent2:hover,
.btn-transparent2:active,
.btn-transparent2:focus {
    background: -webkit-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    background: -o-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    background: -ms-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    background: -moz-linear-gradient(30deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    background: linear-gradient(60deg,
            rgb(69, 104, 220) 0%,
            rgb(123, 105, 199) 50%,
            rgb(176, 106, 179) 100%);
    color: #ffffff;
}

.btn-default {
    font-size: 14px;
    padding: 8px 15px;
}

/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz30 {
    font-size: 30px;
}

.fz40 {
    font-size: 40px;
}

.fz45 {
    font-size: 45px;
}

.fz48 {
    font-size: 48px;
}

.fz50 {
    font-size: 50px;
}

.fz55 {
    font-size: 55px;
}

.fz60 {
    font-size: 60px;
}

.fz72 {
    font-size: 72px;
}

.fz100 {
    font-size: 100px !important;
}

.lh30 {
    line-height: 30px;
}

.h05 {
    height: 5px !important;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.h55 {
    height: 55px;
}

.h60 {
    height: 60px;
}

.h65 {
    height: 65px;
}

.h70 {
    height: 70px;
}

.h75 {
    height: 75px;
}

.h80 {
    height: 80px;
}

.h85 {
    height: 85px;
}

.h90 {
    height: 90px;
}

.h95 {
    height: 95px;
}

.h100p {
    height: 100%;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px;
}

.h320 {
    height: 320px;
}

.h345 {
    height: 345px;
}

.h350 {
    height: 350px;
}

.h355 {
    height: 355px;
}

.h400 {
    height: 400px;
}

.h450 {
    height: 450px;
}

.h500 {
    height: 500px;
}

.h550 {
    height: 550px;
}

.h600 {
    height: 600px;
}

.h650 {
    height: 650px;
}

.h660 {
    height: 660px;
}

.h700 {
    height: 700px;
}

.h750 {
    height: 750px;
}

.h800 {
    height: 800px;
}

.h850 {
    height: 850px;
}

.h900 {
    height: 900px;
}

.h950 {
    height: 950px;
}

.h1000 {
    height: 1000px;
}

.wa {
    width: auto;
}

.w60 {
    width: 60px !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100% !important;
}

.maxw100 {
    max-width: 100%;
}

.maxw1600 {
    max-width: 1600px;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fwb {
    font-weight: bold;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dif {
    display: inline-flex;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dfr {
    display: flow-root;
}

.dn {
    display: none;
}

.ovh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.posa {
    position: absolute;
}

.posr {
    position: relative;
}

/*== Custome Margin Padding ==*/
.ulockd-pmz {
    margin: 0;
    padding: 0;
}

.p0 {
    padding: 0 !important;
}

.p1 {
    padding: 1;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.p55 {
    padding: 55px;
}

.p60 {
    padding: 60px;
}

.p65 {
    padding: 65px;
}

.p70 {
    padding: 70px;
}

.p75 {
    padding: 75px;
}

.p80 {
    padding: 80px;
}

.pad10 {
    padding: 10% 5%;
}

.pad17 {
    padding-top: 17% !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

.pt100 {
    padding-top: 100px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 1px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pr55 {
    padding-right: 55px;
}

.pr60 {
    padding-right: 60px;
}

.pr65 {
    padding-right: 65px;
}

.pr70 {
    padding-right: 70px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

.prpl0 {
    padding-left: 0;
    padding-right: 0;
}

.prpl5 {
    padding-left: 5px;
    padding-right: 5px;
}

.prpl10 {
    padding-left: 10px;
    padding-right: 10px;
}

.prpl15 {
    padding-left: 15px;
    padding-right: 15px;
}

.prpl20 {
    padding-left: 20px;
    padding-right: 20px;
}

.prpl25 {
    padding-left: 25px;
    padding-right: 25px;
}

.prpl30 {
    padding-left: 30px;
    padding-right: 30px;
}

.prpl35 {
    padding-left: 35px;
    padding-right: 35px;
}

.prpl40 {
    padding-left: 40px;
    padding-right: 40px;
}

.prpl2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ptpb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptpb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plpr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.m0a {
    margin: 0 auto;
}

.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-35 {
    margin-top: -35px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-45 {
    margin-top: -45px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-55 {
    margin-top: -55px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-65 {
    margin-top: -65px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-75 {
    margin-top: -75px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-85 {
    margin-top: -85px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-95 {
    margin-top: -95px;
}

.mt-100 {
    margin-top: -100px;
}

.mt-150 {
    margin-top: -150px;
}

.mt-150 {
    margin-top: -150px;
}

.mt-200 {
    margin-top: -200px;
}

.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px !important;
}

.mt300 {
    margin-top: 3000px;
}

.mt-30 {
    margin-top: -30px;
}

.mr0 {
    margin-right: 0px;
}

.ulockd-mrgb35 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.zi1 {
    z-index: 1;
}

.zi9 {
    z-index: 9;
}

.zi-1 {
    z-index: -1;
}

.curp {
    cursor: pointer;
}

/*== BackGround Images ==*/
.bg-img2 {
    /*  background-image: url("../images/background/2.jpg"); */
}

.bg-img3 {
    background-attachment: scroll;
    /* background-image: url("../images/background/3.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 600px;
}

.bg-img4 {
    background-attachment: scroll;
    /*  background-image: url("../images/background/4.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 450px;
}

.bg-img5 {
    background-attachment: scroll;
    /*  background-image: url("../images/background/5.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}

.bg-img6 {
    background-attachment: scroll;
    /* background-image: url("../images/background/8.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    height: 960px;
}

.bg-ptrn1 {
    background-attachment: scroll;
    /* background-image: url("../images/pattern/1.png"); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-ptrn2 {
    background-attachment: scroll;
    /* background-image: url("../images/pattern/2.png"); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section {
    padding: 60px 0;
    position: relative;
}

.main-title {
    position: relative;
    margin-bottom: 50px;
}

.main-title h2 {
    color: #484848;
    font-family: "Inter", serif;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-title h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-title p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: rgb(119, 119, 119);
    line-height: 1.2;
    margin-bottom: 0;
}

.main-title p a {
    color: #484848;
    font-weight: bold;
    line-height: 1.5;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader img {
    width: 400px;
}

.preloader-movil {
    display: none;
}

.preloader-desktop {
    display: flex;
}

@media screen and (max-width: 768px) {
    .preloader img {
        width: 200px;
    }

    .preloader-movil {
        display: flex;
    }

    .preloader-desktop {
        display: none;
    }
}

.scrollToHome:hover {
    color: #ffffff;
}

.scrollToHome {
    border-radius: 50%;
    background-color: #141e2f;
    bottom: 15px;
    color: #8a99b3 !important;
    display: none;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    padding: 3px 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.scrollToHome.home7 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    color: #232733;
}

a.scrollToHome.home8 {
    right: 6%;
}

/*== BackGround Color White Overlay ==*/
.bgc-overlay-white3:before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white35:before {
    background-color: rgba(255, 255, 255, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white4:before {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white45:before {
    background-color: rgba(255, 255, 255, 0.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white5:before {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white55:before {
    background-color: rgba(255, 255, 255, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white6:before {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white65:before {
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white7:before {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white75:before {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white8:before {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white85:before {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white9:before {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white95:before {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*== BackGround Color Black Overlay ==*/
.bgc-overlay-black3:before {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black35:before {
    background-color: rgba(0, 0, 0, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black4:before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black45:before {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black5:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black55:before {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black6:before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black65:before {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black7:before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black75:before {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black8:before {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black85:before {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black9:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black95:before {
    background-color: rgba(0, 0, 0, 0.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*== Parallax Css ==*/
.parallax {
    background-attachment: scroll;
    background-position: 50% 0px;
    z-index: 1;
    position: relative;
}

.home-seven.parallax {
    z-index: 0;
}

/*== Divider Css ==*/
.divider {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}

.divider:before {
    background-color: rgba(25, 38, 117, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.divider_home2 {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}

.divider_home1 {
    background-color: rgb(29, 41, 62);
}

.divider_home1:before {
    /*    background-image: url("../images/background/2.jpg 
    ");*/
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.divider_home2:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form_control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.divider-one h1,
.divider-two h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}

.divider-two h1 {
    margin-bottom: 120px;
}

.divider-one .divider-btn {
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    height: 50px;
    line-height: 35px;
    width: 215px;
}

.divider-one .divider-btn:hover {
    border: 2px solid #ffc200;
}

.divider-one p {
    margin-bottom: 15px;
}

.divider2 {
    padding-bottom: 110px;
    padding-top: 135px;
}

.divider2:before {
    /* background-image: url(../images/background/2.png); */
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 30px;
    width: 100%;
}

.divider-two {
    position: relative;
}

.divider-two h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 50px;
}

.divider-two p {
    margin-bottom: 0;
}

#mc_embed_signup input {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #ffffff;
    font-weight: 300;
    height: 45px;
    width: 85%;
}

#mc_embed_signup input:focus {
    outline: none;
}

#mc_embed_signup input::placeholder {
    color: #ffffff;
}

#mc_embed_signup .mc-field-group {
    margin-bottom: 40px;
}

#mc_embed_signup .mailchimp_btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    height: 50px;
    width: 190px;
}

#mc_embed_signup .mailchimp_btn:hover {
    background-color: #ffffff;
    color: #192675;
}

.divider-two .wrapper {
    text-align: center;
}

div#countdown .col-xs-6.col-sm-3:first-child {
    margin-right: 40px;
    text-align: left;
    width: auto;
}

div#countdown .col-xs-6.col-sm-3 {
    display: inline-block;
}

.divider-two .time {
    color: #fff;
    font-size: 30px;
    line-height: normal;
}

.divider-two .label {
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

/*== Chart Js Css ==*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 100%;
}

.c_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*== Tags Bar Css ==*/
.selected_filter_widget {
    border: 1px solid rgb(237, 239, 247);
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
    position: relative;
    width: 100%;
}

.selected_filter_widget.style2 {
    border: 1px solid rgb(237, 239, 247);
}

.selected_filter_widget.style3 {
    border: none;
    padding: 0 15px;
}

.selected_filter_widget.style4 {
    background-color: #f9fafc;
    border-radius: 5px;
    border: none;
    padding: 35px;
}

.selected_filter_widget .tags-bar.style2 {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.selected_filter_widget.style2 .accordion .link {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
}

.tags-bar {
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.tags-bar>span {
    background-color: #edeff7;
    color: #4f4f4f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    font-size: 13px;
    height: 30px;
    line-height: 55px;
    margin-right: 5px;
    padding: 10px 20px;
    position: relative;
    width: 125px;
}

.tags-bar>span i {
    color: #383535;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    height: 16px;
    padding-left: 10px;
}

.tags-bar .action-tags {
    float: right;
}

.tags-bar .action-tags a {
    color: #939393;
    font-size: 13px;
}

.tags-bar .action-tags a i {
    font-size: 16px;
}

#accordion .panel {
    border: 0;
    border-radius: 0;
    margin-top: 0px;
}

#accordion a {
    display: block;
    text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    color: #484848;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: #484848;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-heading a:not(.collapsed) {
    color: #484848;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* arrow fontawesome icon to the right */
#accordion .panel-heading .accordion-toggle::before {
    font-family: "FontAwesome";
    color: #484848;
    content: "\f107";
    float: right;
    font-weight: lighter;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.body_content.translated {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
}

.sidebar_content_details {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    bottom: 0;
    height: auto;
    left: 0;
    margin-left: 0;
    overflow-y: scroll;
    padding: 80px 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 360px;
    z-index: 9;
}

.sidebar_content_details::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: -10px;
    width: 5px;
    z-index: 3;
}

.sidebar_content_details::-webkit-scrollbar * {
    background: transparent;
    margin-right: -10px;
}

.sidebar_content_details::-webkit-scrollbar-track {
    display: none;
}

.sidebar_content_details::-webkit-scrollbar-thumb {
    background-color: #dfdfdf !important;
    border-radius: 2.5px;
    margin-right: -10px;
}

.sidebar_content_details.is-full-width {
    left: 0;
    margin-left: -100%;
    position: fixed;
}

.sidebar_content_details.is-full-width.style2 {
    margin-left: 0;
}

.sidebar_content_details.style2 {
    border: 1px solid transparent;
    padding: 0;
    left: -376px;
}

.sidebar_content_details.style3 {
    padding: 5px 0 0;
    margin-left: -200%;
    z-index: 9999;
}

.sidebar_content_details.style3.sidebar_ml0 {
    margin-left: 0;
}

.sidebar_switch {
    position: relative;
}

#main .filteropen,
#main2 .filteropen2,
#main2 .filter_open_btn {
    background-color: #ffc200;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    height: 50px;
    left: auto;
    line-height: 50px;
    overflow: hidden;
    padding-left: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 38px;
    width: 170px;
    z-index: 999 !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

#main2 .filter_open_btn {
    top: 5px;
}

#open.flaticon-filter-results-button:before,
#open.flaticon-close:before,
#open2.flaticon-filter-results-button:before,
#open2.flaticon-close:before {
    background-color: #202020;
    left: 0;
    position: absolute;
    width: 48px;
}

#main .filteropen.style2,
#main2 .filteropen2.style2 {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

.sidebar_switch.style #main .filteropen,
.sidebar_switch.style2 #main2 .filteropen2 {
    left: 55px;
    right: auto;
    top: 55px;
}

.listing_toogle_sidebar.sidenav {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-top: none;
    height: 875px;
    left: 0;
    overflow-x: hidden;
    padding: 0 0 70px;
    position: fixed;
    top: 170px;
    width: 380px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-100%, -80px);
    -moz-transform: translate(-100%, -80px);
    -o-transform: translate(-100%, -80px);
    transform: translate(-100%, -80px);
}

.listing_toogle_sidebar.sidenav a {
    display: block;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing_toogle_sidebar.sidenav .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    top: 0;
    right: 25px;
}

.listing_toogle_sidebar.sidenav::-webkit-scrollbar {
    background: transparent;
    border-radius: 10px;
    padding-right: 10px;
    width: 8px;
}

.listing_toogle_sidebar.sidenav::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 3px;
    margin-right: 5px;
}

/* Shop Page Style*/
.sp_search_content {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    height: 62px;
    padding: 15px 30px;
    position: relative;
}

.search_result {
    display: inline-block;
}

.search_drpdwn {
    display: inline-block;
    float: right;
}

.search_drpdwn button.btn.dropdown-toggle.btn-light {
    background-color: transparent;
    border: none;
}

.search_drpdwn button.btn.dropdown-toggle.btn-light:hover,
.search_drpdwn button.btn.dropdown-toggle.btn-light:active,
.search_drpdwn button.btn.dropdown-toggle.btn-light:focus {
    border: none;
    box-shadow: none;
    outline: none !important;
}

.search_drpdwn .filter-option-inner-inner {
    color: #777777;
}

.shop_grid {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop_grid .thumb {
    position: relative;
}

.shop_grid .thumb .tag {
    border-radius: 3px;
    background-color: #ffc200;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #fefefe;
    height: 25px;
    left: 10px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 70px;
}

.shop_grid .details {
    padding: 20px 10px 10px 10px;
    position: relative;
}

.shop_grid .details h4.item-tile {
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.444;
    margin-bottom: 15px;
}

.shop_grid .details h4.item-tile .price {
    font-family: "Inter", serif;
    color: #ffc200;
    font-weight: bold;
    float: right;
}

.shop_grid .details .add_to_cart {
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    height: 45px;
    width: 150px;
}

/* Shop Order Page Style */
.shop_order_box {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    padding: 30px;
}

.shop_order_box .main_title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.shop_order_box .order_list_raw {
    margin-bottom: 80px;
    margin-top: 60px;
    text-align: center;
}

.shop_order_box .order_list_raw ul {
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li {
    margin-right: 60px;
    text-align: left;
}

.shop_order_box .order_list_raw ul li:last-child {
    margin-right: 0px;
}

.shop_order_box .order_list_raw ul li h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.333;
    margin-bottom: 4px;
}

.shop_order_box .order_list_raw ul li p {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.shop_order_box .order_details .title {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 40px;
}

.shop_order_box .order_details .title2 {
    font-size: 20px;
    font-family: "Inter SemiBold";
    color: #484848;
    line-height: 1.2;
    margin-bottom: 20px;
}

.shop_order_box .order_details .od_content {
    margin-bottom: 60px;
}

.shop_order_box .order_details .od_content li {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
    margin-bottom: 25px;
}

.shop_order_box .order_details .od_content .tamount {
    font-size: 18px;
    font-family: "Inter SemiBold";
    color: rgb(255, 16, 83);
    line-height: 1.333;
}

/*== Shop Chaeckout Page Style ==*/
.checkout_form {
    position: relative;
}

.checkout_form.style2 {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
}

.checkout_form.style2 .heading p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 15px;
}

.checkout_form .checkout_coupon .form1 {
    display: block;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
}

.checkout_form .checkout_coupon form input.coupon_input {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    height: 52px;
    margin-right: 24px;
    width: 300px;
}

.checkout_form .checkout_coupon form label {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.75;
}

.checkout_form .checkout_coupon form input {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    height: 52px;
    margin-right: 24px;
}

.checkout_form .checkout_coupon form textarea {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    padding: 25px;
}

.checkout_form .checkout_coupon form button {
    border-radius: 8px;
    background-color: #3e4c66;
    color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(62, 76, 102, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(62, 76, 102, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(62, 76, 102, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(62, 76, 102, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    margin-bottom: 0;
    width: 170px;
}

.checkout_form .checkout_coupon form button:hover {
    border: 1px solid #3e4c66;
    background-color: #ffffff;
    color: #3e4c66;
}

.checkout_form .checkout_coupon form button.btn2 {
    margin-right: 24px;
}

.checkout_form .checkout_coupon form button.btn3 {
    background-color: #ffc200;
    border-radius: 8px;
    color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    position: absolute;
    right: 0;
    width: 170px;
}

.checkout_form .checkout_coupon form button.btn3:hover {
    border: 1px solid #ffc200;
    background-color: #ffffff;
    color: #ffc200;
}

.checkout_form .checkout_coupon .form2 .my_profile_select_box .dropdown.bootstrap-select button.btn {
    width: 100%;
}

.checkout_form .checkout_coupon .form2 .my_profile_select_box .dropdown-item.active,
.checkout_form .checkout_coupon .form2 .my_profile_select_box .dropdown-item:active {
    background-color: transparent;
    color: #6f7074;
}

.checkout_form .checkout_coupon .form2 .form-group {
    margin-bottom: 30px;
}

.checkout_form .checkout_coupon .form2 label {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(79, 79, 79);
    line-height: 1.867;
}

.checkout_form .checkout_coupon .form2 .ai_title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
}

.checkout_form .checkout_coupon .form2 p {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.75;
}

.order_sidebar_widget {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px 30px 10px;
    position: relative;
}

.order_sidebar_widget.style2 {
    padding: 30px;
}

.order_sidebar_widget .title {
    color: #484848;
    font-size: 18px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}

.order_sidebar_widget ul li p {
    margin-bottom: 27px;
}

.order_sidebar_widget .subtitle p {
    color: #484848;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
}

.order_sidebar_widget .subtitle span,
.order_sidebar_widget .subtitle .totals {
    color: #ffc200;
    font-size: 16px;
    font-family: "Inter", serif;
}

.payment_widget {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px;
}

.payment_widget .bt_details {
    border-radius: 5px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 25px;
}

.payment_widget .bt_details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

.payment_widget_btn .btn-block {
    margin-top: 30px;
    width: 100%;
}

.payment_widget_btn .btn-block:hover {
    border: 1px solid #ff1053;
}

.cart_page_form thead {
    display: block;
}

.cart_page_form {
    border: 2px solid rgb(237, 239, 247);
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.cart_page_form table.table.table-responsive {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.cart_page_form tr.carttable_row {
    background-color: #f7f7f7;
    border-radius: 8px;
    display: block;
    height: 60px;
}

.cart_page_form tr.carttable_row th:first-child {
    width: 47%;
}

.cart_page_form tr.carttable_row th:nth-child(2).cartm_title {
    width: 19%;
}

.cart_page_form tr.carttable_row th:nth-child(3).cartm_title {
    width: 15%;
}

.cart_page_form tr.carttable_row th:nth-child(4).cartm_title {
    width: 20%;
}

.cart_page_form tr.carttable_row th.cartm_title {
    background-color: #f7f7f7;
    border: none;
    color: #484848;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 2.2;
    padding-left: 20px;
}

.table_body .cart_list {
    margin-bottom: 0;
}

.cart_page_form .table_body td,
.cart_page_form .table_body th {
    border-bottom: 1px solid #ebebeb;
    border-top: none;
    padding: 30px 0 30px 0;
    vertical-align: middle;
}

.cart_page_form.style2 .table_body td,
.cart_page_form.style2 .table_body th {
    padding: 30px 31px;
    vertical-align: middle;
}

.cart_page_form.style2 .table_body th {
    width: 55%;
}

.cart_page_form.style2 .table_body td {
    width: 13%;
}

.cart_page_form.style3 .table_body td,
.cart_page_form.style3 .table_body th {
    border-bottom: 1px solid #dedede;
}

.cart_page_form.style3 {
    border: none;
}

.cart_page_form.style3 .table_body tr {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.cart_page_form.style3 .table_body td {
    width: 0%;
}

.cart_page_form.style3 .table_body th {
    width: 52%;
}

.order_key_status li:last-child span {
    margin-left: 54px;
}

.cart_page_form.style3 tr.borderless_table_row {
    border-left: none;
    border-right: none;
}

.cart_page_form.style3 tr.borderless_table_row th,
.cart_page_form.style3 tr.borderless_table_row td,
.cart_page_form.style3 tr.borderless_table_row.style2 th,
.cart_page_form.style3 tr.borderless_table_row.style2 td {
    border: none;
}

.cart_page_form tbody.table_body {
    display: inline-table;
    width: 100%;
}

.cart_page_form tbody.table_body th .cart_list .cart_title {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.444;
}

.cart_page_form tbody.table_body th .cart_list li {
    margin-right: 0;
    vertical-align: middle;
}

.cart_page_form tbody.table_body td .cart_count {
    border: none;
    border-radius: 8px;
    background-color: #efefef;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    width: 70px;
}

.cart_page_form tbody.table_body td .cart_count:focus {
    outline: none;
}

.order_key_status li {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(10, 10, 10);
    line-height: 2.222;
}

.order_key_status li span {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 2.667;
    margin-left: 75px;
}

/* Shop Single Page Style */
.single_product_grid {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.single_product_grid .sps_content .content {
    text-align: left;
}

.single_product_grid .sps_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.single_product_grid .sps_content .content .shop_single_product_details {
    padding: 15px 10px 0 0;
}

.single_product_grid .sps_content .content .shop_single_product_details p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
}

.single_product_slider.owl-theme .owl-nav {
    display: none;
}

.single_product_slider.owl-theme .owl-dots {
    text-align: left;
}

.single_product_slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 6px;
    height: 80px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
    width: 90px;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:first-child span {
    background-image: url(../images/shop/ss1.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../images/shop/ss2.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../images/shop/ss3.png);
    background-position: center center;
    background-size: cover;
}

.single_product {
    position: relative;
}

.single_product .product_popup {
    border-radius: 50%;
    background-color: #ffffff;
    height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px;
}

.single_product .product_popup span {
    color: #484848;
    font-size: 25px;
    line-height: 2;
}

.single_product .single_item .thumb img {
    height: 312px;
}

.shop_single_product_details h4 {
    color: #484848;
    font-size: 22px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.182;
    margin-bottom: 15px;
}

.shop_single_product_details .cart_btns input {
    background-color: #efefef;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    text-align: center;
    width: 70px;
}

.shop_single_product_details .sspd_price {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #ffc200;
    font-weight: bold;
    line-height: 1.2;
}

.shop_single_product_details .cart_btns input:focus {
    outline: none;
}

.shop_single_product_details .cart_btns button.btn {
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    border-radius: 8px;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    height: 50px;
    width: 170px;
}

.shop_single_product_details .cart_btns button.btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffc200;
    color: #ffc200;
}

.shop_single_product_details .sspd_sku li a {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.shop_single_product_details .sspd_social_icon li:first-child {
    font-size: 18px;
    font-family: "Inter", serif;
    color: rgb(59, 59, 59);
    line-height: 1.333;
    padding-right: 10px;
}

.shop_single_product_details .sspd_social_icon li {
    padding-right: 20px;
}

.shop_single_product_details .sspd_social_icon li a {
    font-size: 16px;
    font-family: "FontAwesome";
    color: #b6b9c7;
    line-height: 1.2;
}

.shop_single_product_details .sspd_social_icon li:hover a {
    color: rgb(72, 73, 77);
}

.product_single_content .mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.857;
    margin-bottom: 0;
}

.product_single_content.style2 {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(42, 53, 59, 0);
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title ul li a {
    font-size: 13px;
    font-family: "FontAwesome";
    color: #bcc52a;
    line-height: 1.2;
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title .sspd_review ul li {
    margin-right: 2px;
}

.cs_rwo_tabs.csv2 .nav-tabs {
    border-bottom: none;
}

.cs_rwo_tabs.csv2 .nav-tabs .nav-link {
    border: 1px solid transparent;
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    height: 64px;
    line-height: 2.5;
    text-align: center;
    width: 165px;
}

.cs_rwo_tabs.csv2 .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.cs_rwo_tabs.csv2 .nav-tabs .nav-link.active {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

.cs_rwo_tabs.csv2 .nav-tabs .nav-link.active:before {
    background-color: #ffffff;
    content: "";
    height: 18px;
    left: 0;
    margin-left: 75px;
    margin-top: 46px;
    position: absolute;
    right: 0;
    width: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shop_single_tab_content .nav-tabs {
    border-bottom: 1px solid #ebebeb;
}

.shop_single_tab_content .nav-tabs li.nav-item {
    padding: 15px 0 0 30px;
}

.shop_single_tab_content.style3 .nav-tabs {
    border-bottom: none;
}

.shop_single_tab_content.style3 .nav-tabs li.nav-item {
    padding: 0 0 0 30px;
}

.shop_single_tab_content.style3 .nav-tabs .nav-link {
    padding-top: 0;
}

.shop_single_tab_content.style3 .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 400;
}

.ls_barchart {
    max-height: 345px !important;
}

.shop_single_tab_content {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 8px;
}

.shop_single_tab_content .mbp_pagination_comments {
    margin-top: 0;
    position: relative;
}

ul.total_reivew_view {
    cursor: pointer;
    margin-bottom: 0;
    padding: 30px 30px 0;
    position: relative;
    width: 100%;
}

ul.total_reivew_view li.sub_titles {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 10px;
}

ul.total_reivew_view li.avrg_review {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #767676;
    line-height: 2.143;
}

ul.total_reivew_view li.write_review {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #ffc200;
    line-height: 2.57;
    position: absolute;
    right: 30px;
}

ul.total_reivew_view .star_list li {
    margin-right: 4px;
}

ul.total_reivew_view .star_list li a {
    font-size: 14px;
    font-family: "FontAwesome";
    color: #bcc52a;
    line-height: 2.143;
}

ul.total_reivew_view .star_list li:last-child a {
    color: #e1e1e1;
}

.shop_single_tab_content .mbp_pagination_comments .mbp_first.media {
    padding: 30px 30px 20px;
}

.shop_single_tab_content .mbp_pagination_comments .mbp_first.media .media-body h4.sub_title {
    margin-bottom: 0;
}

.shop_single_tab_content .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.5rem 0;
}

.shop_single_tab_content .nav-tabs .nav-link.active {
    border-bottom: 1px solid #ffc200;
    color: #ffc200;
}

.mbp_comment_form.style2 {
    padding: 10px 30px 30px;
}

.bsp_reveiw_wrt {
    border: 1px solid rgb(235, 235, 235);
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px;
}

.mbp_comment_form.style2 h4,
.bsp_reveiw_wrt h4 {
    font-size: 18px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.mbp_comment_form.style2 ul {
    margin-bottom: 20px;
}

.mbp_comment_form.style2 .sspd_review .review_rating_para,
.review_star li p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.714;
    padding-left: 10px;
}

.mbp_comment_form.style2 .sspd_review li,
.review_star li,
.review_star li .sspd_review ul li {
    margin-right: 0;
}

.mbp_comment_form.style2 .sspd_review li ul li a,
.review_star li ul li a {
    font-size: 14px;
    font-family: "FontAwesome";
    color: #bcc52a;
    line-height: 2.143;
}

.mbp_comment_form.style2 .sspd_review li ul li:last-child a,
.review_star li ul li:last-child a {
    color: #e1e1e1;
}

.mbp_comment_form.style2 .comments_form,
.bsp_reveiw_wrt .comments_form {
    background-color: transparent;
    padding: 0;
}

.mbp_comment_form.style2 .comments_form .form-group input,
.bsp_reveiw_wrt .comments_form .form-group input {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
    height: 52px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.mbp_comment_form.style2 .comments_form .form-group textarea,
.bsp_reveiw_wrt .comments_form .form-group textarea {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    color: #484848;
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 20px;
}

.mbp_comment_form.style2 .comments_form button.btn,
.bsp_reveiw_wrt .comments_form button.btn {
    border-radius: 8px;
    background-color: #ffc200;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    color: #ffffff;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: bold;
    height: 50px;
    line-height: 35px;
    width: 200px;
}

.mbp_comment_form.style2 .comments_form button.btn:hover,
.mbp_comment_form.style2 .comments_form button.btn:focus,
.bsp_reveiw_wrt .comments_form button.btn:hover,
.bsp_reveiw_wrt .comments_form button.btn:focus {
    background-color: #ffffff;
    color: #ffc200;
    border: 1px solid #ffc200;
}

.custom_hr {
    position: relative;
}

.custom_hr:before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.custom_hr.style3:before {
    top: 30px;
}

.become_instructor_container {
    position: relative;
}

.become_instructor_container .titles {
    color: #484848;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}

/* Google map Multiple marker with content box */
.home_two_map.style2 {
    display: table-footer-group;
    position: relative;
}

.map-canvas.half_style {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
}

.gm-style .gm-style-iw-c {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 8px;
    top: 15px;
    max-height: 321px !important;
    max-width: 290px !important;
}

.gm-style .gm-style-iw-t::after {
    top: 15px;
}

button.gm-ui-hover-effect {
    background-color: #ffffff !important;
    border-radius: 5px;
    border: 0 !important;
    color: inherit;
    font-size: 30px;
    height: 35px;
    line-height: 30px;
    outline: none;
    opacity: 1;
    position: absolute !important;
    right: 10px !important;
    text-align: center;
    top: 15px !important;
    width: 35px;
}

button.gm-ui-hover-effect:hover,
button.gm-ui-hover-effect:focus {
    opacity: 1;
}

.gm-style-iw-d {
    height: auto;
    width: 290px;
}

.gm-style-iw-d img {
    margin-bottom: 15px;
    max-height: 175px;
    max-width: 270px;
    width: 100%;
}

.gm-style-iw-d h5 {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #ffc200;
    line-height: 1.2;
}

.gm-style-iw-d h4 {
    font-size: 16px;
    font-family: "Inter", serif;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.gm-style-iw-d p {
    font-size: 14px;
    font-family: "Inter", serif;
    color: #484848;
    line-height: 1.2;
}

.gm-style-iw-d p span {
    margin-right: 10px;
}

.img-whp-welcome {
    height: 240px !important;
    width: 100% !important;
}

.img-whp-offer {
    height: 240px !important;
    width: 100% !important;
}

.list-img {
    height: 300px !important;
    width: 100% !important;
}

.list-price-currency {
    margin-left: 235px !important;
}

.side-offer-font-black {
    color: black !important;
    bottom: 15px !important;
}

.side-list-price {
    color: black !important;
    bottom: 15px !important;
    left: 220px !important;
}

.flex-offers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

#filters .view {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

#filters .view .filter,
.badge,
.badge.bmaq {
    background: #ffc200;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #212529;
    transition: all 300ms ease-in;
}

.badge {
    display: inline-block;
    text-align: center;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
}

.badge.bmaq {
    display: inline-block;
    text-align: center;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    position: relative;
    bottom: 1rem;
}

#filters .view .filter:hover,
.badge.bmaq:hover,
.badge:hover {
    background: #202020;
    color: #ffc200;
}

#filters .view .filter .filter-remove {
    margin-left: 0.5rem;
    font-size: 1rem;
}

#filters .view .filter .filter-remove:hover {
    color: #f25141;
    cursor: pointer;
}

ul.mb0.prices-list {
    justify-content: space-around;
    display: flex;
    align-items: center;
}

ul.mb0.prices-list li.list-item {
    display: block !important;
}

.btn-header {
    background-color: #ffc200 !important;
    border-radius: 0.25rem;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    padding: 0.5rem 2.25rem;
    border: none;
    transition: all 200ms ease-in;
    text-align: center;
    cursor: pointer;
}

.btn-header:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffc200;
    color: #ffc200;
}

.header-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search input,
.header-search button {
    height: 40px;
    font-size: 16px;
}

.header-search input {
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 0 1rem;
}

.header-search button {
    width: 10%;
    border-radius: 0 50px 50px 0;
    border: none;
    background-color: #ffc200;
    color: #000;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.for-sale {
    background-color: #389b11 !important;
    color: #fff;
}

.for-rent {
    background-color: #e26803 !important;
    color: #fff;
}

.for-bidding {
    background-color: #232eca !important;
    color: #fff;
}

.for-service {
    background-color: #9C27B0 !important;
    color: #fff;
}

.for-offers {
    background-color: #ffc200 !important;
    color: #000;
}

.header-nav,
.header-nav.stricky-fixed,
.header-nav.menu_style_home_one.style2 {
    background-color: #000000 !important;
}

.sidebar_listing_list.dn-991,
#filters {
    background-color: #fff !important;
}

.btn,
.btn-thm {
    color: #000 !important;
}

.feat_property .details .text-thm.flex-offers {
    color: #e6b002 !important;
    font-weight: 800;
}

.dropdown-menu.search-results {
    width: 100%;
    overflow-y: scroll;
    max-height: 300px;
    flex-direction: column;
    left: -18% !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-search .dropdown-menu.search-results {
    transform: translate3d(0px, 2px, 0px) !important;
}

@media screen and (min-width: 768px) {
    .dropdown-menu.search-results {
        left: -10% !important;
    }
}

.search_area .dropdown-menu.search-results {
    left: 0 !important;
}

.dropdown-menu.search-results a {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ccc;
    color: #141414 !important;
    text-transform: uppercase;
}

.dropdown-menu.search-results a:last-child {
    border-bottom: none;
}

.dropdown-menu.search-results a:hover {
    background-color: #141414;
    color: #fff !important;
}

form.form_lang_switch::after,
form.form_currency_switch::after {
    content: "\f0d7";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #f1c40f;
    pointer-events: none;
}

form.form_currency_switch::after {
    right: 1rem;
}

form.form_lang_switch.nav2::after,
form.form_currency_switch.nav::after {
    left: 60px;
    color: #000;
}

form.form_currency_switch.nav::after {
    left: 6rem;
    color: #000;
}

form.form_lang_switch.open::after,
form.form_currency_switch.open::after {
    content: "\f0d8";
}

@media (min-width: 767px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .flex-md-bar {
        justify-content: space-evenly;
        align-items: center;
        column-gap: 2rem;
    }

    .w-md-15 {
        width: 15%;
    }
}

html,
body {
    scroll-behavior: smooth;
}

#filters span[data-filter="clear-filter"] {
    color: #000;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    transition: .3s ease-in;
    text-decoration: underline;
}

#filters span[data-filter="clear-filter"]:hover {
    color: #f25141;
}

ul.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

ul.main-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.35rem;
    color: #fff !important;
    white-space: nowrap;
}

ul.main-menu li a:hover {
    color: #ffc200 !important;
}

ul.main-menu li a:hover+ul.sub-menu,
ul.main-menu li:hover ul.sub-menu {
    display: block;
}

ul.main-menu li a span.arrow::before {
    content: "\f0d7";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #f1c40f;
}

ul.main-menu li a:hover span.arrow::before,
ul.main-menu li:hover a span.arrow::before {
    transform: rotateZ(180deg);
}

ul.main-menu li ul.sub-menu li a {
    color: #000 !important;
}

ul.main-menu li ul.sub-menu li a:hover {
    color: #ffc200 !important;
}

section.our-listing {
    margin-left: 10px;
    margin-right: 10px;
}

.mbp_pagination ul.page_navigation li .page-link {
    transition: all 0.3s ease;
}

.mbp_pagination ul.page_navigation li .page-link:hover {
    background-color: #ffc200;
    color: #fff !important;
}

ul.main-menu li a.active,
ul.main-menu li ul.sub-menu li a.active,
ul.main-menu li a.active span.title,
.stylehome1 a.mm-listitem__text.active span.title,
.stylehome1 a.mm-listitem__text.active {
    color: #ffc200 !important;
}

/* Dar estilos de listas ordenadas y a sus sublistas, excluyendo listas dentro de mce-toc */
.blog_post_container .details ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 20px;
}

.blog_post_container .details ol li {
    display: list-item !important;
    list-style: decimal;
}

.blog_post_container .details ol li ol {
    padding-left: 20px;
    /* Espaciado para sublistas */
}

.blog_post_container .details ol li ol li {
    list-style: lower-alpha;
}

.blog_post_container .details ol li ol li ol {
    list-style: lower-roman;
}

.blog_post_container .details ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px;
}

.blog_post_container .details ul li {
    display: list-item !important;
    list-style: disc;
}

.blog_post_container .details ul li ul {
    padding-left: 20px;
    /* Espaciado para sublistas */
}

.blog_post_container .details ul li ul li {
    list-style: circle;
}

.blog_post_container .details ul li ul li ul {
    list-style: square;
}

/* Excluir listas dentro de un contenedor mce-toc */
.blog_post_container .details .mce-toc ol li,
.blog_post_container .details .mce-toc ul li {
    list-style: none;
    text-decoration: underline;
    padding-bottom: 0.20rem;
    padding-top: 0.20rem;
}

.blog_post_container .details .mce-toc {
    margin-bottom: 2rem;
}

.details img,
.details figure img {
    aspect-ratio: auto;
    object-fit: contain;
    height: max-content;
}

.blog_tag_widget .tag_list li {
    white-space: normal !important;
    height: min-content !important;
}

/* Estilos para todos los enlaces dentro del contenido del blog */
.blog_post_container .mbp_thumb_post .details a[href] {
    color: #1a73e8;
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog_post_container .mbp_thumb_post .details a[href]:hover,
.blog_post_container .mbp_thumb_post .details a[href]:focus {
    color: #ffc200 !important;
    border-bottom: 1px solid #ffc200 !important;
    text-decoration: none;
}

/* Enlaces visitados dentro del blog */
.blog_post_container .mbp_thumb_post .details a[href]:visited {
    color: #5e35b1;
}

/* Enlaces activos (clic rápido) */
.blog_post_container .mbp_thumb_post .details a[href]:active {
    color: #d93025;
}

/* Enlaces en listas, citas, párrafos, encabezados */
.blog_post_container .mbp_thumb_post .details p a[href],
.blog_post_container .mbp_thumb_post .details li a[href],
.blog_post_container .mbp_thumb_post .details blockquote a[href],
.blog_post_container .mbp_thumb_post .details h1 a[href],
.blog_post_container .mbp_thumb_post .details h2 a[href],
.blog_post_container .mbp_thumb_post .details h3 a[href] {
    padding-bottom: 4px;
}

.text-break {
    white-space: break-spaces !important;
}

.text-white {
    color: #fff !important;
}

@media screen and (min-width: 1024px) {
    .btn-header2 {
        background-color: #ffc200;
        padding: 5px 10px;
        border-radius: 0.25rem;
        color: black;
        border: 1px solid #ffc200;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .btn-header2:hover,
    .active .btn-header2 {
        background-color: #000;
        color: #ffc200 !important;
    }
}

.list-inline-item .flaticon-share:before {
    color: #ffc200;
}

.list-inline-item:hover .flaticon-share:before,
.list-inline-item .flaticon-share:hover:before {
    color: #fff;
}

.d-block {
    display: block !important;
}

@media screen and (min-width: 1100px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg2-none {
        display: none !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

/* style Desktop */
.new-home {
    flex-direction: row !important;
}

.new-home .best-heavy-machinery {
    color: #ffc200;
}

.new-home .find-the-best-container {
    width: 100%;
    font-size: 3rem;
    font-weight: 800;
    font-family: "Inter", serif;
    text-align: left;
    display: inline-block;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    color: #fff;
    max-width: 45rem !important;
    margin-left: 0px !important;
}

.new-home .search-and-compare {
    margin: 0;
    font-size: 1.25rem !important;
    color: #fff !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.new-home .search-and-compare-container {
    width: 100% !important;
    margin-top: 1.2rem;
    display: inline-block !important;
    max-width: 45rem !important;
}

.new-home .tablerad-2-icon {
    width: 24px;
    height: 24px;
}

.new-home .publish-your-offer {
    position: relative;
    font-weight: 500 !important;
}

.new-home .tablerad-2-parent,
section .tablerad-2-parent {
    width: 100%;
    border-radius: 5px;
    background-color: #ffc200;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    box-sizing: border-box;
    gap: 4px;
    text-align: left;
    font-size: 20px;
    color: #222;
    font-family: "Inter", serif !important;
    transition: all 0.3s ease;
}

.new-home .tablerad-2-parent:hover,
section .tablerad-2-parent:hover {
    background-color: #f5f5f5;
    color: #ffc200;
}

.new-home .img-whp.list-img {
    height: 250px !important;
    object-fit: cover;
}

.new-home .tc_content {
    text-align: left;
}

.btn-header.newHover:hover {
    color: #ffc200 !important;
}

.dropdown-menu.search-results {
    left: -10% !important;
}

.new-home .header-search .dropdown-menu.search-results {
    transform: translate3d(0, 0, 0) !important;
}

@media screen and (min-width: 1023px) {
    .dropdown-menu.search-results {
        width: 80% !important;
    }

    .search_area .dropdown-menu.search-results {
        width: 100% !important;
    }

    .new-home .dropdown-menu.search-results {
        left: -12% !important;
        width: 81% !important;
    }
}

/* style Mobile */
@media screen and (max-width: 1024px) {

    .new-home .best-heavy-machinery,
    .new-home .find-the-best-container {
        font-size: clamp(1.25rem, 3vw, 1.80rem) !important;
        line-height: 1.4 !important;
    }

    .new-home .search-and-compare {
        font-size: 1rem !important;
    }

    .new-home .search-and-compare-container {
        margin-top: 0.5rem;
    }

    /* Si aplicar estilos clase .home5_bgi5 tiene un hijo con la clase .new-home */
    .home5_bgi5:has(.new-home) {
        height: 40rem !important;
    }
}

.featured {
    position: relative;
    z-index: 0;
    background: #323232;
    padding: 6px 5px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin: -0.65rem -0.75rem 0 -0.75rem;
}

.featured.featured-primary {
    background: #ffc200;
    color: #000;
}

.featured.featured-danger {
    background: #f25141;
    color: #fff;
}

.featured.featured-success {
    background: #389b11;
    color: #fff;
}

.featured.featured-info {
    background: #005df3;
    color: #fff;
}

.optimize-your-search {
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: "Inter", serif;
    color: #222;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}

.easily-navigate-ul {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 24px;
}

.easily-navigate-ul li {
    list-style: disc;
    margin-bottom: 1.25rem;
    color: #323232;
    padding: 0px 10px;
}

.easily-navigate-a-container {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-family: "Inter", serif;
    color: #444;
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .home_content:has(.new-home) {
        padding: 20px 0 20px !important;
        height: inherit;
    }
}

.btn-warning {
    background-color: #ffc200 !important;
    background: #ffc200 !important;
}

.feat_property .details .tc_content .prop_details li a {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    margin-bottom: 0.5rem;
    /* flex-wrap: wrap; */
    width: fit-content;
}

.feat_property .details .tc_content .prop_details li a span {
    font-size: 18px;
    background-color: #ffc200;
    border-radius: 50%;
    color: #222;
}

.sl_creator .media {
    align-items: center !important;
}

.icon-redes a {
    background-color: #222;
    color: #ffc200 !important;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.icon-redes a:hover {
    background-color: #ffc200;
    color: #222 !important;
}

.thumb2,
.thumb {
    cursor: pointer;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.option-count::after {
    content: attr(data-count);
    background-color: #222;
    color: #f0c900;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

.list-searches-popular li {
    list-style: none;
    margin-bottom: 4px;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    border: 1px solid #ddd;
}

.list-searches-popular li:hover {
    background-color: #000;
    color: #fec200;
}

.list-searches-popular li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loader-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    position: absolute;
    width: 100%;
    background: #00000030;
    margin-left: -1rem;
    margin-top: -1rem;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    border-radius: .25rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
}

.loader-mini.active {
    opacity: 1;
    visibility: visible;
}

.loader-mini-inner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ffc202;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    animation: spin_loader 2s linear infinite;
}

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header-offer .feat_property .details .fp_footer .fp_meta li:nth-child(2) {
    text-align: left !important;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media only screen and (max-width: 1600px) {
    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 65%;
    }

    .bg-img3 {
        border-radius: 0px;
    }

    .home-three:before {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1440px) {
    .dn-1440 {
        display: none;
    }

    .dib-1440 {
        display: inline-block;
    }

    .mouse_scroll {
        right: -120px;
    }

    .our-dashbord.dashbord .container-fluid {
        padding-left: 8%;
        padding-right: 15px;
    }

    .home1-mainslider {
        overflow-x: hidden;
    }

    .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
    .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: -5%;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 60%;
    }

    .feature_property_half_clist.style2 li.extrawide {
        width: 95%;
    }
}

@media only screen and (max-width: 1366px) {
    .dn-1366 {
        display: none;
    }

    .dib-1366 {
        display: inline-block;
    }

    .mouse_scroll {
        right: -100px;
    }

    .mouse_scroll.home8 {
        right: -80px;
    }

    .m_box.our-dashbord:before {
        width: 23.5%;
    }

    .ht_left_widget {
        margin-top: 15px;
    }

    .sasw_list .max_area {
        float: right;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 58%;
    }

    .sidebar-menu {
        width: 230px;
    }

    .sidebar-menu li.header {
        padding-left: 15px;
    }

    .our-dashbord.dashbord .container-fluid {
        padding-left: 3%;
        padding-right: 15px;
    }

    .ff_one .detais {
        margin-top: 0;
    }

    .ht_left_widget.home3 .header_search_widget .mailchimp_form .form-control {
        width: 200px;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a {
        padding: 30px 30px 30px 10px;
    }

    .becomea_instructor {
        padding: 65px 15px 55px 100px;
    }

    .becomea_instructor.style2 {
        padding: 65px 100px 55px 15px;
    }

    .ht_left_widget.home5 {
        margin-top: 15px;
    }

    header.header-nav.menu_style_home_five .container-fluid {
        padding: 0 15px;
    }

    .blog_post_home6_date .post_grid {
        padding: 30px 10px 30px 10px;
    }

    .team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
        left: -30px;
    }

    .team_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: -30px;
    }

    .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
        left: -10px;
    }

    .feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: -10px;
    }

    .cart_page_form.style3 .table_body th {
        padding: 20px 15px;
        width: 35%;
    }

    .cart_page_form.style3 .table_body td {
        padding: 20px 15px;
    }
}

/*  (min-width:1280px)+++ */
@media only screen and (max-width: 1280px) {
    .mouse_scroll {
        right: -50px;
    }

    .brdr_left_right::before {
        left: -10px;
    }

    .feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
    .our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: -3%;
    }

    .mouse_scroll.home8 {
        right: 0;
    }

    .feature_property_half_clist li.extrawide {
        width: 46%;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 54%;
    }

    .iu_heading .candidate_revew_search_box input.form-control {
        width: 70%;
    }

    header.header-nav.menu_style_home_one a.navbar_brand {
        margin-top: 21px;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
        padding: 37px 20px 27px 5px;
    }

    .home1-mainslider .banner-style-one .banner-title {
        font-size: 40px;
    }

    .ht_left_widget ul li.list-inline-item:first-child,
    .ht_left_widget ul li.list-inline-item:nth-child(2) {
        margin-right: 10px;
    }

    .header_search_widget .mailchimp_form .form-control {
        padding-left: 15px;
        width: 400px;
    }

    .becomea_instructor {
        padding: 65px 15px 55px 50px;
    }

    .becomea_instructor.style2 {
        padding: 65px 50px 55px 15px;
    }

    .blog_post_home2 .details {
        bottom: 80px;
    }

    .blog_post_home2.one .details {
        margin-top: 100px;
    }

    .about_home3 .partners_thumb_list li {
        margin-right: 30px;
    }

    .hvr_img_box {
        padding: 40px 25px;
    }

    .about_box_home6 .thumb:before {
        height: 355px;
        width: 540px;
    }

    .col-lg-7.col-xl-7.pr0 {
        padding-right: 5px !important;
    }

    .col-lg-5.col-xl-5.pl0 {
        padding-left: 5px !important;
    }

    .footer_menu_widget.home6 ul li {
        padding-right: 5px;
    }

    .logo-widget.home6 span {
        font-size: 18px;
        vertical-align: middle;
    }

    .about_home6 .partners_thumb_list li {
        margin-right: 20px;
    }

    .blog_post_home6_date .post_grid {
        padding: 30px 10px 30px 20px;
    }

    .img_hvr_box.home7 {
        width: auto;
    }

    .logo-widget.home8 {
        margin-left: 100px;
    }

    .main-banner-wrapper.home7 .carousel-btn-block .carousel-btn.left-btn {
        left: 15px;
    }

    .main-banner-wrapper.home7 .carousel-btn-block .carousel-btn.right-btn {
        right: 15px;
    }

    .blog_tag_widget .tag_list li:nth-child(3) {
        margin-bottom: 15px;
    }

    .blog_grid_post.style2 .details {
        padding: 20px 45px 25px 40px;
    }

    .courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
        padding-left: 70px;
    }

    .instructor_pricing_widget {
        padding: 30px 15px;
    }

    .courses_single_container .cs_row_four .about_ins_container .details .review_list {
        float: none;
    }

    .courses_single_container .cs_row_five .student_feedback_container .aii_average_review {
        right: 15px;
    }

    .blog_grid_post.style2.event_lists {
        border-left: 2px solid rgb(237, 239, 247);
    }

    .blog_grid_post.style2.event_lists .details {
        padding: 30px;
    }
}

/*  (min-width:1200px)+++ */
@media only screen and (min-width: 1200px) {
    .dashbord .container {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        max-width: 1395px;
    }
}

/*  (max-width:1200px)+++ */
@media only screen and (max-width: 1200px) {
    .mouse_scroll {
        right: 0px;
    }

    .fn-xl {
        float: none !important;
    }

    .home-one {
        margin-top: -151px;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
        padding: 37px 10px 27px 5px;
    }

    header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
        width: 165px;
    }

    .inbox_chatting_box .chatting_content li.media.reply.first {
        margin: 0;
    }

    .m_box.our-dashbord:before {
        width: 25%;
    }

    .cnddte_fvrt.our-dashbord:before {
        width: 25%;
    }

    .ff_one .detais {
        padding: 35px 20px 18px 35px;
    }

    .feature_property_home6_slider.owl-carousel.owl-theme .owl-stage-outer,
    .our_agents_home6_slider.owl-carousel.owl-theme .owl-stage-outer {
        display: block;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a {
        padding: 30px 25px 30px 10px;
    }

    header.header-nav.menu_style_home_four.home8 .ace-responsive-menu>li>a {
        padding: 18px 15px 18px 15px;
    }

    header.header-nav.menu_style_home_five a.navbar_brand {
        margin-right: 15px;
    }

    .about_box_home7 .thumb::before {
        height: 350px;
        width: 540px;
    }

    .ff_one {
        padding: 15px 10px;
    }

    .ff_one .detais {
        display: inline;
    }

    .user_board {
        padding: 0 10px 0 0;
    }

    .my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
        margin-left: -175px;
        margin-right: 115px;
    }

    .my_course_content_list .mc_content_list .sonny_progressbar p.title {
        margin-right: -15px;
    }
}

/* (min-width:992px) (max-width: 1199.98px) // Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) {

    /* ExTra Class Start*/
    .p0-mdd {
        padding: 0;
    }

    .m0-mdd {
        margin: 0 !important;
    }

    .tac-md {
        text-align: center;
    }

    .dn-lg,
    .dn-1199 {
        display: none !important;
    }

    .plpr5-md {
        padding-left: 5px;
        padding-right: 5px;
    }

    .fn-1199,
    .fn-lg {
        float: none !important;
    }

    .pr0-md {
        padding-right: 0;
    }

    .plpr0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .pr15-xl {
        padding-right: 15px !important;
    }

    .pl15-xl {
        padding-left: 15px !important;
    }

    .dn-1199 {
        display: none;
    }

    .pl0-1199 {
        padding-left: 0;
    }

    .pr0-1199 {
        padding-right: 0;
    }

    /* ExTra Class End*/
    /* Margin Padding Change In Responsive Area */
    .ulockd-pad9100 {
        padding-left: inherit !important;
    }

    .pl130-md {
        padding-left: 130px;
    }

    .ulockd-mrgn12-150 {
        margin-top: auto;
    }

    /* END */
    header.header-nav.menu_style_home_one ul.sign_up_btn {
        margin-top: 20px;
    }

    header.header-nav.menu_style_home_one .mk-search-trigger {
        top: 25px;
    }

    header.header-nav.menu_style_home_one {
        padding: 0 30px;
    }

    header.header-nav.dashboard {
        padding: 0 5px 0 15px;
    }

    header.header-nav.menu_style_home_one a.navbar_brand {
        margin-top: 21px;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
        padding: 37px 20px 27px 10px;
    }

    header.header-nav.style_one .ace-responsive-menu>li>a {
        padding: 27px 10px 27px 5px;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a,
    header.header-nav.menu_style_home_four .ace-responsive-menu>li>a {
        padding: 30px 20px 30px 10px;
    }

    header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
        height: 33px;
        top: 25px;
        width: 100px;
    }

    header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a {
        top: -25px;
    }

    header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing a {
        line-height: 0.7;
    }

    .sign_up_btn .btn {
        width: auto;
    }

    .cnddte_fvrt.our-dashbord:before {
        width: 35%;
    }

    /* home responsibe style 2 Start*/
    /* home slider end */
    .home1_adsrchfrm {
        padding: 30px 20px;
    }

    .home1-advnc-search ul li:first-child .form-control,
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control {
        width: 150px;
    }

    .small_dropdown2 .dd_btn {
        width: 100px;
    }

    .home1-advnc-search ul li .search_option_button button {
        width: 140px;
    }

    .dropdown-content {
        min-height: 300px;
    }

    .feature_property_slider.owl-carousel.owl-theme.owl-loaded .owl-stage-outer {
        padding: 0;
    }

    .feat_property .details .fp_footer .fp_pdate {
        float: left !important;
        margin-left: 58px;
        margin-top: -15px;
    }

    .feat_property.list .details .fp_footer .fp_pdate {
        float: right !important;
        margin-top: 10px;
    }

    .feat_property .details .fp_footer .fp_meta li {
        vertical-align: text-top;
    }

    .footer_mailchimp_form .col-auto input.form-control {
        width: 150px;
    }

    .footer_social_widget li {
        padding-left: 10px;
        padding-right: 0;
    }

    .footer_qlink_widget {
        padding-left: 50px;
    }

    ul.ab_counting li {
        margin-right: 20px !important;
    }

    ul.mc_child_list {
        margin-bottom: 30px;
    }

    ul.mc_parent_list ul.mc_child_list.one li {
        padding: 10px 50px 10px 50px;
    }

    .checkout_form .checkout_coupon form input.coupon_input {
        width: 200px;
    }

    .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
        left: -15px;
    }

    .feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: -15px;
    }

    /* cambios argentinos*/
    /* .home-one .home-text.home5 {
        position: relative; 
    } */
    .home-text.home5 .discounts_para {
        margin-bottom: 30px;
    }

    .home-text.home5 ul li {
        margin-bottom: 10px;
    }

    .home1-advnc-search.home5 {
        padding: 0;
    }

    .ht_left_widget {
        left: 22%;
        margin-top: -15px;
        position: relative;
    }

    .property_city_home6 .details {
        padding: 40px 10px;
    }

    .home1-advnc-search.home7 ul li:nth-child(2) {
        width: 300px;
    }

    .why_chose_us.home7 {
        padding: 25px 30px;
    }

    .mouse_scroll.home8 {
        right: 0;
    }

    .testimonial_item .details {
        margin: 0 0 0 25px;
    }

    .home1-advnc-search.home10 ul li {
        margin-right: auto !important;
    }

    .for_blog.feat_property.home9 .thumb {
        top: -90px;
    }

    .for_blog.feat_property.home9 {
        margin-top: 90px;
    }

    .blog_sp_post_meta li:nth-child(2),
    .blog_sp_post_meta li:nth-child(4),
    .blog_sp_post_meta li:nth-child(6) {
        margin-right: 10px;
    }

    .sasw_list .min_area,
    .sasw_list .max_area {
        width: 100%;
    }

    .home_two_map.style2 {
        display: block;
    }

    .map-canvas.half_style {
        height: 400px;
        position: relative !important;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 65%;
    }

    .feature_property_half_clist.style2 li.extrawide {
        width: 48%;
    }

    .sidebar_switch.style2 #main2 .filteropen2 {
        left: auto;
        right: 10px;
    }

    .sidebar-menu {
        width: 250px;
    }

    .ff_one {
        padding: 15px 20px;
    }

    .our-dashbord.dashbord .container-fluid {
        padding-left: 15px;
    }

    .faq_according.style2 .accordion .card .card-header {
        display: inline-table;
    }

    .listing_single_property_slider .owl-controls .owl-nav {
        top: 30%;
    }

    .team_member .overlay .tm_social_icon {
        top: 45%;
    }

    .ui_kit_button .btn {
        margin-bottom: 15px;
    }

    .mbp_pagination ul.page_navigation {
        padding-left: 20px;
    }

    .footer_menu {
        padding-left: 0;
    }

    .home_bg3:after {
        right: 0;
    }

    .contact_form_grid {
        margin-top: 50px;
    }

    .home5_mt {
        padding: 30px 0;
    }

    .mobile-menu .header_user_notif {
        right: 10%;
        padding-top: 15px;
    }

    .mobile-menu .header_user_notif li:first-child {
        vertical-align: text-top;
    }

    .mobile-menu .header_user_notif .user_notif .dropdown-menu.show {
        top: 0 !important;
        margin-left: -270px;
    }

    .mobile-menu .header_user_notif li.user_setting .dropdown-menu.show {
        margin-left: -125px;
    }

    .mobile-menu .header_user_notif li.user_setting .btn.dropdown-toggle:after {
        display: none;
    }

    .header_user_notif li.user_setting .btn span {
        display: none;
    }

    .stylehome1 .nav_logo_img,
    .stylehome1.dashbord_mobile_logo .nav_logo_img {
        position: relative;
    }

    .alpha-pag ul.option-set li {
        margin-bottom: 10px;
    }

    .header_top.home3 .container-fluid,
    header.header-nav.menu_style_home_three .container-fluid {
        padding: 0 30px;
    }

    header.header-nav.menu_style_home_three .ht_left_widget.home3.float-left {
        float: left !important;
        margin-top: 20px;
    }

    header.header-nav.menu_style_home_three a.navbar_brand {
        margin-right: 15px;
        margin-top: 15px;
    }

    header.header-nav.menu_style_home_three .ht_left_widget ul li.list-inline-item:first-child {
        margin-right: 0;
    }

    header.header-nav.menu_style_home_three.navbar-scrolltofixed .ht_left_widget.home3 .header_top_lang_widget {
        margin-top: 0;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
    header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
    header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
    header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu {
        margin-left: -520px;
    }

    header.header-nav.menu_style_home_four.home8 .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu {
        margin-left: -520px;
    }

    header.header-nav.menu_style_home_four.home8 .container-fluid {
        padding: 0 30px;
    }

    header.header-nav.menu_style_home_four.home8 .ace-responsive-menu>li>a {
        padding: 23px 15px 18px 5px;
    }

    .header_top.home3 {
        background-color: #051925;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a {
        padding: 30px 10px 30px 10px;
    }

    .search_overlay.home3 .mk-search-trigger {
        margin-left: 10px;
    }

    .becomea_instructor,
    .becomea_instructor.style2 {
        padding: 65px 15px 55px;
    }

    .header_top.home2 {
        height: auto;
        padding: 15px 0;
    }

    .ht_left_widget.home2 ul li:first-child {
        float: left;
    }

    .ht_left_widget ul li.list-inline-item:nth-child(2) {
        margin-left: -230px;
    }

    .ht_left_widget.home5.float-left {
        float: left !important;
    }

    .ht_right_widget.float-right {
        float: none !important;
        text-align: center;
    }

    .ht_right_widget ul {
        text-align: center !important;
    }

    .home3_about_icon_box,
    .home3_about_icon_box.home8 {
        padding: 30px;
    }

    .about_home3 .partners_thumb_list li {
        margin-right: 15px;
    }

    .cart_btnes.home4 a.btn.cart_btn {
        margin-top: 15px;
    }

    div#countdown .col-xs-6.col-sm-3:first-child {
        margin-right: 0;
    }

    section.home4_about {
        overflow: hidden;
    }

    .footer_apps_widget_home1.home6 input.form-control {
        margin: 0 20px 0 0;
    }

    .blog_post_home6 {
        margin-bottom: 30px;
    }

    .logo-widget.home8 {
        margin-left: 50px;
    }

    .blog_post_home2 {
        margin: 0 5px 45px;
    }

    .home7_row {
        margin-top: 60px;
    }

    .funfact_two_details li {
        margin-right: 60px !important;
    }

    .logo-widget.error_paged {
        padding-left: 0;
    }

    .checkout_form .checkout_coupon form input {
        margin-right: 15px;
    }

    .courses_single_container .cs_row_four .about_ins_container .about_ins_info {
        float: none;
        margin-bottom: 15px;
    }

    .courses_single_container .cs_row_four .about_ins_container .details {
        padding-left: 0;
    }

    .courses_single_container .cs_row_five .student_feedback_container .aii_average_review {
        display: inline-block;
        left: 0;
        position: relative;
        top: auto;
    }

    .courses_single_container .cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew {
        display: none;
    }

    .courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
        top: 70%;
    }

    .instructor_pricing_widget.csv2 {
        margin-top: 0;
    }

    .blog_grid_post.event_lists {
        margin-bottom: 0;
    }

    .participator_team,
    .main_blog_post_content .row.event_lists {
        margin-bottom: 30px;
    }

    .user_board {
        padding: 0 30px;
    }

    .header_user_notif li:first-child {
        margin-right: 10px;
    }

    .application_statics {
        margin-bottom: 30px;
    }

    .user_board {
        padding-right: 15px;
        padding-left: 0;
    }

    .user_profile .media .media-body h4 {
        padding-left: 30px;
    }

    .dashbord_nav_list li {
        padding-left: 30px;
        margin-right: 30px;
    }

    .my_course_content_header {
        display: block;
    }

    .my_course_content_list .mc_content_list {
        display: block;
    }

    .my_course_content_list .mc_content_list .thumb {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .dashbord_nav_list h4 {
        padding-left: 30px;
    }

    .my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
        margin: 0 auto;
    }

    .my_course_content_list .mc_content_list .sonny_progressbar p.title {
        float: right;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .dn-md {
        display: none !important;
    }

    .fn-md {
        float: none !important;
    }

    header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
        top: 20px;
    }

    header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a {
        top: -20px;
    }

    header.header-nav.menu_style_home_one.style2 a.navbar_brand {
        margin-top: 10px;
    }

    header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing a {
        line-height: normal;
    }

    header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s:before {
        top: 15px;
    }

    .iu_heading .candidate_revew_search_box input.form-control {
        width: 68%;
    }

    .feat_property.list.favorite_page.style2 .thumb {
        width: 200px;
    }

    .feat_property.list.favorite_page.style2 .details .tc_content {
        padding-top: 0;
    }

    .user_profile {
        padding: 20px 5px;
    }

    .our-dashbord:before {
        width: 34% !important;
    }

    .footer_social_widget li {
        margin-right: 0 !important;
    }

    .m_box.our-dashbord:before {
        width: 33%;
    }

    .sign_up_form.inner_page,
    .login_form.inner_page {
        padding: 0;
    }

    header.header-nav.menu_style_home_five .ace-responsive-menu li a {
        padding: 22px 10px 12px 10px;
    }

    .home_slider2 i.left {
        left: 15px;
    }

    .home_slider2 span.left.slick-arrow {
        left: 40px;
    }

    .home_slider2 i.right {
        right: 15px;
    }

    .home_slider2 span.right.slick-arrow {
        right: 40px;
    }

    .home1-mainslider .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
        left: 10px;
    }

    .home1-mainslider .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
        right: 10px;
    }

    .banner-style-one .slide {
        padding: 165px 60px;
    }

    header.header-nav.menu_style_home_one a.navbar_brand {
        margin-top: 10px;
    }

    header.header-nav.menu_style_home_one ul.sign_up_btn {
        margin-top: 15px;
    }

    header.header-nav.menu_style_home_one .mk-search-trigger {
        top: 20px;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
        padding: 27px 14px 27px 5px;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu {
        right: 115px;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu:before {
        left: auto;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li.list_four ul.sub-menu,
    header.header-nav.menu_style_home_three .ace-responsive-menu li.list_three ul.sub-menu {
        right: auto;
    }

    header.header-nav.menu_style_home_six .ace-responsive-menu>li>a {
        padding: 23px 10px 18px 5px;
    }

    header.header-nav.menu_style_home_seven .ace-responsive-menu>li>a {
        padding: 18px 15px 18px 15px;
    }

    .home_iconbox_container {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .dn-992 {
        display: none !important;
    }

    .db-992 {
        display: block !important;
    }

    .fn-992 {
        float: none !important;
    }

    .pt65-992 {
        padding-top: 65px !important;
    }

    .maxw100flex-992 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .maxw100-992 {
        max-width: 100%;
    }

    header.header-nav.menu_style_home_five .ace-responsive-menu>li>a {
        padding: 25px 15px 18px 5px;
    }

    .stylehome1:before {
        position: absolute;
        content: "";
        background-color: #0a0a0a;
        bottom: 0;
        height: 65px;
        right: 0;
        top: 0;
        width: 100%;
    }

    .stylehome1.home3:before {
        background-color: transparent !important;
    }

    .stylehome1.home4:before {
        background-color: transparent !important;
    }

    .stylehome1.home5:before,
    .stylehome1.home6:before {
        background-color: #ffffff !important;
    }

    .stylehome1.home3 .mm-navbar,
    .stylehome1.home3 .mm-panel {
        background-color: #1c327e !important;
    }

    .mobile-menu .header_user_notif {
        z-index: 99;
    }

    .testimonial_content {
        padding: 60px 40px;
    }

    .home5-slider {
        margin-top: -31px;
    }

    .ulockd_bgi3 {
        background-position: center top !important;
    }

    .main-banner-wrapper .carousel-btn-block {
        top: 5%;
    }

    .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
        left: auto;
        right: 80px;
    }

    .home-four {
        margin-top: 1px !important;
    }

    .home-one {
        margin-top: 0;
    }

    /* cambios argentinos 
    .home_content.home5 {
        padding: 230px 0 240px;
    } */

    .home_content.home5.style2 {
        padding-top: 200px;
    }

    .our-dashbord.dashbord {
        padding-top: 45px;
    }

    .home_iconbox_container {
        margin-bottom: 120px;
    }

    .header_top.home2,
    .header_top.home3,
    .header_top.home4,
    .header_top.home6,
    .header_top.home7,
    .header_top.home8,
    .home8_wave::before {
        display: none;
    }

    .home1-mainslider {
        margin-top: -95px;
    }

    #mk-fullscreen-searchform2 {
        margin-top: 250px;
    }

    .header_top.home6.hone {
        z-index: 9;
    }

    .mouse_scroll .icon {
        top: -85px;
    }

    .mouse_scroll:before {
        bottom: 40px;
    }

    .mouse_scroll:after {
        bottom: 20px;
    }

    .home4_overlay::before {
        top: -75px;
    }

    .inner_page_breadcrumb {
        margin-top: -95px;
    }

    .checkout_form .checkout_coupon form input,
    .checkout_form .checkout_coupon form button.btn2 {
        margin-right: 15px;
    }

    .inbox_user_list {
        padding: 30px 25px 40px;
    }

    .header.stylehome1.home5 a#search-button-listener2 {
        color: #0a0a0a !important;
    }

    .home_adv_srch_opt.home4 .home1_adsrchfrm:before {
        border-radius: 8px;
    }

    .home_adv_srch_opt.home4 .home1_adsrchfrm {
        border-radius: 8px;
    }
}

/* Medium devices (min-width:768px) (max-width: 991.98px) // (tablets, less than 992px) */
@media only screen and (max-width: 991px) {

    /* ExTra Class Start*/
    .mb35-smd {
        margin-bottom: 35px;
    }

    .mb0-991 {
        margin-bottom: 0 !important;
    }

    .mb30-smd,
    .mb30-991 {
        margin-bottom: 30px !important;
    }

    .mb50-smd,
    .mb50-991 {
        margin-bottom: 50px;
    }

    .mt30-smd,
    .mt30-991 {
        margin-top: 30px;
    }

    .mt50-smd {
        margin-top: 50px;
    }

    .pb30-991 {
        padding-bottom: 30px;
    }

    .tal-smd,
    .tal-991 {
        text-align: left !important;
    }

    .tac-smd {
        text-align: center !important;
    }

    .fn-smd {
        float: none !important;
    }

    .dn-smd,
    .dn-991 {
        display: none !important;
    }

    .db-smd,
    .db-991 {
        display: block !important;
    }

    .dv-smd {
        display: inherit !important;
    }

    .prpl0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .prpl5-sm {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .mt10-smd {
        margin-top: 10px !important;
    }

    .pb0-991 {
        padding-bottom: 0 !important;
    }

    .pt0-991 {
        padding-top: 0 !important;
    }

    /* ExTra Class End*/
    /* Home responsibe style Start*/
    /* home slider end */
    .home1-advnc-search ul li:first-child .form-control,
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control {
        margin-bottom: 15px;
        width: 190px;
    }

    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
        margin-bottom: 0 !important;
    }

    .home1-advnc-search .search_option_two .dropdown-menu {
        top: 15px !important;
    }

    .home1-advnc-search ul.apeartment_area_list li {
        margin-right: 10px !important;
    }

    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 150px;
    }

    .small_dropdown2 .dd_btn {
        width: 150px;
    }

    .home1-advnc-search ul li .search_option_button button {
        width: 170px;
    }

    .small_dropdown2.home10 .dd_content2 {
        top: 150px;
        z-index: 9;
    }

    .dd_content2 {
        right: auto;
        top: 200px;
    }

    .dd_content2:before {
        left: 50px;
        right: auto;
    }

    .dropdown-content {
        height: 450px;
        top: 200px;
    }

    .dropdown-content:before {
        left: -10%;
    }

    .mega_dropdown_content_closer h5 {
        margin-top: 10px;
        text-align: center !important;
    }

    /* cambios argentinos 
    .home_content {
        padding: 300px 0 400px !important;
    } */

    .home_content.home4 {
        padding: 350px 0 40px !important;
    }

    .home_content.listing {
        padding: 40px 0 !important;
    }

    .home_content.listing.slider_style {
        padding: 480px 0 0 !important;
    }

    .form_grid,
    .terms_condition_grid {
        margin-bottom: 30px;
    }

    .faq_according .accordion .card .card-header {
        height: auto;
    }

    .featured_row {
        position: relative;
        display: table;
        padding: 0 0 20px;
    }

    .home3_home_content {
        padding: 20px 0;
    }

    .home3_home_content a.popup_video_btn {
        top: 0;
    }

    .home_adv_srch_opt.home4 .home1_adsrchfrm {
        display: table;
    }

    .home4_iconbox li {
        margin-bottom: 10px;
    }

    ul.apeartment_area_list.home5 {
        margin-top: -35px;
    }

    .home-text.home5 .discounts_para {
        margin-bottom: 30px;
    }

    .home1-advnc-search.home5 .form-group.df label {
        right: 35px;
    }

    /* cambios argentinos
    .home_content.home5 {
        padding: 80px 0 40px !important;
    } */

    .home_content.home5.style2 {
        padding-top: 0 !important;
    }

    .property_city_home6 .details {
        padding: 50px 25px 0;
    }

    .home1-advnc-search.home7 ul li:nth-child(2) {
        width: 200px;
    }

    .our_hotoffer {
        margin-top: 0;
    }

    .our-hot-offer {
        height: auto;
    }

    .testimonial_item .details {
        margin: 0 0 0 10px;
        padding-top: 15px;
    }

    .for_blog.feat_property.home9 {
        margin-top: 120px;
    }

    .for_blog.feat_property.home9 .thumb {
        top: -115px;
    }

    .sidebar_feature_property_slider .feat_property .thumb {
        height: auto;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 50%;
    }

    .dropdown-content.half_style {
        height: 490px;
    }

    .shop_single_tab_content.style2 {
        margin-bottom: 30px;
    }

    .sidebar_switch.mobile_style {
        height: 60px;
        position: relative;
    }

    .sidebar_listing_list.style2.mobile_sytle_sidebar {
        /* max-height: 667px; */
        max-height: 100vh;
        margin-bottom: 6rem;
        padding-bottom: 6rem;
        overflow-y: scroll;
    }

    .sidebar_listing_list.style2 {
        max-height: 667px;
        overflow-y: scroll;
    }

    .start_partner {
        margin-bottom: 30px;
    }

    .footer_about_widget {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_qlink_widget {
        padding-left: 0px;
    }

    .footer_mailchimp_form .col-auto input.form-control {
        width: auto;
    }

    .footer_menu_widget {
        margin-bottom: 15px;
    }

    .footer_menu_widget,
    .copyright-widget {
        text-align: center !important;
    }

    .blog_post.one .thumb .post_title {
        font-size: 48px;
    }

    .icon_box_hiw .icon.middle:before {
        display: none;
    }

    .icon_box_hiw .icon.middle:after {
        display: none;
    }

    .our-dashbord:before {
        width: 48%;
    }

    .login_form,
    .footer_about_widget,
    .footer_qlink_widget,
    .main_blog_post_content,
    .footer_contact_widget {
        margin-bottom: 30px;
    }

    .home5_mt {
        margin-top: 0;
    }

    .sign_up_form button,
    .login_form button {
        margin-bottom: 40px !important;
    }

    .sign_up_form button.btn2,
    .login_form button.btn2 {
        margin-bottom: 0 !important;
    }

    .home-content {
        margin: 150px 0 80px;
    }

    .home-content.home7 {
        margin: 350px 0 80px;
    }

    .home_icon_box {
        margin-bottom: 30px;
        text-align: center;
    }

    .funfact_one {
        margin-bottom: 30px;
    }

    #our-partners {
        padding-bottom: 30px;
    }

    .our_partner {
        margin: 30px;
        text-align: center;
    }

    .app_grid .apple_btn {
        margin-bottom: 15px;
    }

    .blog_post_home2.home3 {
        margin-bottom: 30px;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
        max-width: 500px;
    }

    .blog_post_home6_media_objects {
        margin-bottom: 30px;
    }

    .home7_row {
        margin-top: 60px;
    }

    .testimonial_item.home2 .details {
        padding: 30px;
    }

    .blog_post_home4.home8 {
        margin-bottom: 30px;
    }

    .logo-widget.home8 {
        margin-left: 180px;
    }

    .footer_one.home8::after {
        bottom: 150px;
    }

    .about_program {
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }

    .home1-mainslider .banner-style-one .banner-title {
        font-size: 30px;
        font-weight: bold;
    }

    .home1-mainslider .main-banner-wrapper .carousel-btn-block {
        top: 35%;
    }

    .home-content {
        margin: 100px 0 80px;
    }

    .home_iconbox_container {
        margin-top: -390px;
    }

    .main-banner-wrapper.home7 .carousel-btn-block .carousel-btn.left-btn {
        left: 0;
    }

    .main-banner-wrapper.home7 .carousel-btn-block .carousel-btn.right-btn {
        right: 0;
    }

    .logo-widget.error_paged {
        padding-left: 30px;
    }

    .mbp_pagination ul.page_navigation {
        margin-bottom: 30px;
    }

    .shop_order_box .order_list_raw ul li {
        margin-right: 45px;
    }

    .order_sidebar_widget {
        margin-top: 30px;
    }

    .single_product_grid {
        margin-bottom: 30px;
    }

    .courses_single_container .cs_row_one .cs_instructor .cs_instrct_list,
    .courses_single_container .cs_row_one .cs_instructor .cs_watch_list,
    .cs_row_one.csv2 .cs_instructor .cs_watch_list {
        float: none !important;
    }

    .cs_row_one.csv2 .cs_instructor .cs_watch_list {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .courses_single_container .cs_row_one .cs_instructor .cs_instrct_list,
    .courses_single_container .cs_row_one .cs_instructor .cs_watch_list li {
        margin-bottom: 20px !important;
    }

    .ff_one {
        padding: 30px;
    }

    .home1-mainslider .home-content {
        padding-top: 0;
    }

    .mouse_scroll .icon {
        top: -65px;
    }

    .mouse_scroll:before {
        bottom: 20px;
    }

    .mouse_scroll:after {
        bottom: 0px;
    }

    .row_home4 {
        margin: 0 !important;
    }

    .home_icon_box.home4 .icon span {
        float: none !important;
    }

    .home_icon_box.home4 .icon {
        color: #2441e7;
    }

    .home_icon_box.home4 p {
        color: #6f7074;
    }

    #main2 .filter_open_btn.style2 {
        right: 10px;
        top: 15px;
    }

    .listing_single_row {
        margin-bottom: 42px;
        margin-top: -150px;
    }
}

@media only screen and (max-width: 768px) {
    .nav_logo_img.mt10 {
        margin-top: 5px;
    }

    .menu-toggle {
        background-color: transparent !important;
    }

    .menu_style_home_one.stricky-fixed,
    header.header-nav.style_one {
        background-color: transparent;
    }

    header.header-nav.menu_style_home_one {
        display: none;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu,
    header.header-nav.menu_style_home_one .ace-responsive-menu>li {
        background-color: #262626;
    }

    header.header-nav.menu_style_home_one .ace-responsive-menu li a {
        padding: 27px 15px 27px 15px;
    }

    header.header-nav.menu_style_home_three.stricky-fixed {
        background-color: #4568dc;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
        background-color: #4568dc;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li:hover a .title:before,
    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a.active .title:before {
        background-color: transparent;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu>li,
    header.header-nav.menu_style_home_three .ace-responsive-menu li a {
        border-bottom: #4568dc;
    }

    header.header-nav.menu_style_home_three .ace-responsive-menu li a:hover,
    header.header-nav.menu_style_home_three .ace-responsive-menu>li>a {
        background-color: #4568dc !important;
        border-color: #4568dc !important;
        padding: 18px 15px 18px 15px;
    }

    header.header-nav.menu_style_home_four.stricky-fixed {
        background-color: #201b71;
    }

    header.header-nav.menu_style_home_four .ace-responsive-menu li a:hover,
    header.header-nav.menu_style_home_four .ace-responsive-menu>li>a,
    header.header-nav.menu_style_home_five .ace-responsive-menu>li>a {
        padding: 25px 15px 18px;
    }

    header.header-nav.menu_style_home_six {
        width: 100% !important;
    }

    header.header-nav.menu_style_home_six .ace-responsive-menu,
    header.header-nav.menu_style_home_six .ace-responsive-menu li a {
        background-color: #ffffff !important;
    }

    header.header-nav.menu_style_home_six .ace-responsive-menu li:last-child {
        border-bottom: none;
    }

    .menu-toggle #menu-btn {
        background-color: #79b530 !important;
        border-color: #79b530 !important;
    }

    header.header-nav.menu_style_home_six .menu-toggle #menu-btn {
        background-color: #13b493 !important;
        border-color: #79b530 !important;
    }

    .dn-smd {
        display: none !important;
    }

    .ui_kit_tooltip .btn {
        margin-bottom: 10px;
    }

    .our-dashbord:before {
        display: none;
    }

    .sticky-nav-tab {
        padding: 20px 10px 0;
    }

    .testimonial_content {
        padding: 60px 20px;
    }

    .footer_social_widget.home5 li {
        margin-bottom: 5px;
    }

    .cl_skill_checkbox .content.ui_kit_checkbox {
        text-align: left;
    }

    .sticky-nav-tab {
        padding: 20px 10px 10px;
    }

    .sidebar_block {
        margin-bottom: 30px;
    }

    button.btn.btn-thm.btns.ml10 {
        margin-left: auto;
    }

    .container-fluid.style2 {
        width: 100%;
    }

    .header_top.home3 {
        display: none;
    }

    .about_home3 {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .home3_about_icon_box.three,
    .home3_about_icon_box.six {
        margin-bottom: 45px;
    }

    .home3_about_icon_box.one,
    .home3_about_icon_box.two,
    .home3_about_icon_box.four,
    .home3_about_icon_box.five,
    .home3_about_icon_box.seven {
        margin-top: 0;
    }

    .about2_home3 {
        margin-top: 30px;
        text-align: center;
    }

    .about_thumb_home3 {
        text-align: center !important;
    }

    .search_box_home4 .header_search_widget .mailchimp_form .form-control {
        width: 400px;
    }

    .home_icon_box.home4 {
        margin-bottom: 50px;
    }

    .home_icon_box.home4 .icon span {
        margin-right: 0;
        margin-top: -20px;
    }

    .divider-two {
        margin-bottom: 50px;
    }

    .main-title.home6 {
        margin-bottom: 30px;
        text-align: center;
    }

    .about_home6 .partners_thumb_list {
        margin-top: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer_social_widget.home6 {
        margin-top: 0;
    }

    .about_box_home6 {
        margin-bottom: 60px;
    }

    .funfact_two_details li {
        margin-bottom: 30px;
        margin-right: 80px !important;
    }
}

/* Small devices (min-width: 576px) (max-width: 767.98px) // (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {

    /* ExTra Class Start*/
    .tal-xsd,
    .tal-767 {
        text-align: left !important;
    }

    .tac-xsd {
        text-align: center !important;
    }

    .dn-xsd {
        display: none;
    }

    .db-xsd {
        display: block;
    }

    .fn-xsd {
        float: none !important;
    }

    .pb0-767 {
        padding-bottom: 0 !important;
    }

    .pt0-xsd {
        padding-top: 0 !important;
    }

    .mb10-767 {
        margin-bottom: 10px !important;
    }

    .mb20-xsd {
        margin-bottom: 20px;
    }

    .mb35-xsd {
        margin-bottom: 35px !important;
    }

    .mt0-xsd,
    .mt0-767 {
        margin-top: 0 !important;
    }

    .mt30-xsd,
    .mt30-767 {
        margin-top: 30px !important;
    }

    .mb0-xsd,
    .mb0-767 {
        margin-bottom: 0px !important;
    }

    .mb30-xsd,
    .mb30-767 {
        margin-bottom: 30px !important;
    }

    /* ExTra Class End*/
    /* Home Content*/
    .home1-advnc-search ul li:first-child .form-control,
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control {
        width: 135px;
    }

    .small_dropdown2 .dd_btn {
        width: 140px;
    }

    .home1-advnc-search .dropdown.bootstrap-select>.dropdown-toggle {
        margin-bottom: 10px;
    }

    .home1-advnc-search ul.apeartment_area_list li {
        margin-right: 15px;
    }

    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 220px;
    }

    .dropdown-content {
        height: 500px;
        top: 0;
        z-index: 1;
    }

    .dropdown-content:before {
        left: 0%;
    }

    .feature_property_slider.owl-carousel.owl-theme .owl-item {
        max-width: 100%;
    }

    /*.feature_property_slider .feat_property{margin: 30px 20px 30px;}*/
    .properti_city .overlay {
        height: 100%;
    }

    .footer_mailchimp_form .col-auto input.form-control {
        width: 170px;
    }

    .mouse_scroll {
        display: none;
    }

    /* cambios argentinos 
    .home_content {
        padding: 150px 0 400px !important;
    } */

    .home_adv_srch_opt {
        margin-top: 100px;
    }

    .error_page.footer_apps_widget .mailchimp_form .form-control {
        width: 500px;
    }

    .checkout_form .checkout_coupon form button.btn3 {
        position: relative;
    }

    .home_content.home4 {
        padding: 250px 0 30px !important;
    }

    .main-banner-wrapper .carousel-btn-block {
        bottom: 12%;
        top: auto;
    }

    .main-banner-wrapper.home10 .carousel-btn-block {
        bottom: 20%;
        top: auto;
    }

    /* cambios argentinos
    .home_content.home5 {
        padding: 40px 0;
    } */

    .home_content.home6 {
        padding: 200px 0 !important;
    }

    .mega_dropdown_content_closer h5 {
        margin-top: -5px;
    }

    .mega-dropdown.home6 .mega_dropdown_content_closer h5 {
        margin-top: 0;
    }

    .property_city_home6 {
        display: block;
    }

    .property_city_home6 .details {
        padding: 30px 25px;
    }

    .feat_property .details .fp_footer .fp_meta li {
        vertical-align: middle;
    }

    .feat_property .details .fp_footer .fp_pdate {
        float: right !important;
        margin-top: 12px;
    }

    .our_hotoffer {
        margin-bottom: 30px;
    }

    .home1-advnc-search.home7 {
        display: table;
        padding: 0 15px;
        position: relative;
        width: 100%;
    }

    .home_content.home7 {
        padding: 250px 0 0 !important;
    }

    .tes-nav img {
        margin: 0 !important;
    }

    .testimonial_item .details {
        padding: 0;
    }

    .bs_carousel .main_title,
    .feat_property.home8 {
        margin-top: 30px !important;
    }

    .home-nine {
        height: 760px;
    }

    .home1-advnc-search.home9 {
        width: 100%;
    }

    .home1-advnc-search.home9 ul li:first-child .form-control {
        width: 270px;
    }

    .for_blog.feat_property.home9 {
        margin-top: 0;
    }

    .for_blog.feat_property.home9 .thumb {
        top: 0;
    }

    .for_blog.feat_property.home9 .thumb,
    .for_blog.feat_property.home9 .details {
        position: relative;
    }

    .mbp_blockquote,
    .grid_list_search_result {
        display: inline-table;
    }

    .right_area.style2 {
        text-align: left !important;
    }

    .right_area.style2 .bootstrap-select>.dropdown-toggle {
        z-index: 0;
    }

    .feat_property.list {
        display: grid;
    }

    .feat_property.list .thumb {
        height: auto;
        width: auto;
    }

    .feat_property.list .details {
        width: auto;
    }

    .home_content.listing {
        padding: 0 !important;
    }

    .home_content.listing.slider_style {
        padding: 380px 0 0 !important;
    }

    .home-listing-slider .main-banner-wrapper .carousel-btn-block {
        bottom: 14%;
    }

    .feat_property.list .details .fp_footer {
        padding: 0 20px 20px;
    }

    .feature_property_half_clist li.extrawide {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .dropdown-content.half_style {
        height: 575px;
        z-index: 9;
    }

    .home1-advnc-search.home2.style2 {
        margin-bottom: 60px;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        margin-right: 0 !important;
        width: 74%;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(3) {
        position: relative;
        width: 100%;
    }

    .h1ads_1st_list.half_style .navbered {
        left: 0;
        position: absolute;
        width: 100%;
    }

    .h1ads_1st_list.half_style .navbered .dropdown-content:before {
        left: auto;
    }

    .feature_property_half_clist.style2 li.extrawide {
        width: 100%;
    }

    .sidebar_advanced_search_widget .dropdown-menu.show {
        min-width: 100% !important;
    }

    .feat_property.list .details .fp_footer .fp_pdate {
        margin-top: 8px;
    }

    .feat_property.list.agency .thumb {
        height: auto;
        width: auto;
    }

    .feat_property.list.agency .details {
        border-left: none;
        padding-left: inherit;
    }

    .feat_property.list.favorite_page {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .portfolio_item,
    .portfolio_item img {
        height: auto;
        width: 100%;
    }

    .lsd_list li {
        margin-bottom: 10px;
    }

    .listing_single_description2 {
        display: block;
    }

    .single_property_social_share.style2 {
        position: relative;
        right: auto;
    }

    .listing_single_property_slider .owl-controls .owl-nav {
        top: 40%;
    }

    .listing_single_row.style2 {
        position: absolute;
        top: -400px;
    }

    #main2 .filter_open_btn {
        top: 25px;
    }

    #main2 .filter_open_btn.style3 {
        left: 15px;
        top: -30px;
    }

    #main2 .filter_open_btn.style4 {
        right: 10px;
        top: 0;
    }

    .home-five .home-text a.btn {
        display: block;
        margin-top: 35px;
    }

    .bg-img5 {
        background-position: 40% bottom;
    }

    .home_icon_box {
        display: none;
    }

    .home_icon_box.home8 {
        display: block;
    }

    .home_icon_box.home4 {
        display: block;
    }

    .faq_according,
    .ui_kit_table {
        margin-bottom: 30px;
    }

    .mbp_pagination ul.page_navigation {
        height: 100%;
        padding-left: 15px;
    }

    .mbp_blockquote .blockquote:before {
        top: 10px;
    }

    .our-dashbord:before {
        display: none;
    }

    .message_container .message_input form button.btn,
    .message_container .message_input form input.form-control {
        z-index: 9;
    }

    .message_input:before {
        background-color: #ffffff;
        bottom: -32px;
        content: "";
        left: -30px;
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 0;
    }

    .sticky-nav-tab {
        padding: 5px 10px 15px;
    }

    .candidate_revew_select.mt50 {
        margin-top: auto;
    }

    .testimonial_content {
        margin: 70px 50px;
    }

    .t_icon.home3 {
        left: 70px;
    }

    .blog_post {
        margin-bottom: 20px;
    }

    .home5-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
        top: 50%;
    }

    .home5-slider .home_content .slider-text1 {
        font-size: 30px;
    }

    .icon_box_home6 {
        padding: 20px;
    }

    .phone_img {
        display: none;
    }

    .home1-divider2 {
        padding: 100px 0;
    }

    .footer_social_widget.mt15 {
        margin-top: 0;
    }

    .becomea_instructor {
        margin-bottom: 30px;
    }

    .blog_post_home2.home3 {
        margin: 0 auto 30px;
        max-width: 410px;
    }

    .becomea_instructor_home3 {
        padding: 30px;
    }

    .becomea_instructor_home3 a.btn {
        max-width: 150px;
    }

    .becomea_instructor_home3 a.btn span {
        padding-left: 5px;
    }

    .brdr_left_right.home6:before {
        display: none;
    }

    .footer_menu_widget.home6 {
        text-align: center;
    }

    .banner-style-one .slide.slide-one.home6 .banner-title {
        font-size: 36px;
    }

    .about_box_home7 .thumb::before {
        display: none;
    }

    .logo-widget.home8 {
        margin-left: 90px;
    }

    .blog_post_home4.home8 {
        text-align: center;
    }

    .blog_post_home4.home8 .bph4_thumb img {
        margin: 0 auto;
    }

    .testimonial_item.home2 .details {
        padding: 50px;
        text-align: center;
    }

    .home1_bgi1 {
        height: 650px;
    }

    .home-text.home8 {
        padding: 250px 0;
    }

    .our-media .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-one .home-text h2,
    .home_content.home4 .home-text h2,
    .banner-style-one .banner-title,
    .home-text.home6 h2 {
        font-size: 30px;
    }

    .home1-mainslider .slide.slide-one {
        height: 660px !important;
    }

    .bg-img6 {
        height: 860px;
    }

    .home1-mainslider .banner-style-one p {
        margin-top: 10px;
    }

    .home1-mainslider .banner-style-one .banner-btn {
        margin-top: 35px;
    }

    .bg-img1 {
        background-position: 20% center;
    }

    .home-seven {
        margin-top: -95px;
    }

    .maxtext h1 {
        font-size: 30px;
    }

    .home-content {
        margin: 50px 0 80px;
    }

    .logo-widget.error_paged {
        padding-left: 0px;
    }

    .candidate_revew_search_box input.form-control {
        width: auto;
    }

    .shop_order_box .order_list_raw ul li {
        margin-right: 60px;
    }

    .checkout_form .checkout_coupon form input,
    .checkout_form .checkout_coupon form button.btn2 {
        margin-bottom: 15px;
    }

    ul.mc_parent_list ul.mc_child_list.one li {
        padding: 10px 50px 10px 30px;
    }

    ul.mc_parent_list ul.mc_child_list.two li,
    ul.mc_parent_list ul.mc_child_list.three li,
    ul.mc_parent_list ul.mc_child_list.four li {
        padding: 10px;
    }

    .product_single_content.style2 span.sspd_review,
    .product_single_content.style2 .ssp_reply {
        float: none !important;
        margin-bottom: 15px;
    }

    .blog_grid_post .details {
        padding: 15px;
    }

    .courses_list_content .feat_property.list {
        display: block;
    }

    .courses_list_content .feat_property.list .details .tc_content {
        padding: 15px 0px 20px 15px;
    }

    .courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
        max-width: 390px;
        padding-left: 60px;
    }

    .cs_row_one.csv3 .cs_watch_list {
        float: none !important;
        margin-top: 10px;
    }

    .inner_page_breadcrumb.csv2 .breadcrumb_content,
    .inner_page_breadcrumb.csv3 .breadcrumb_content {
        margin-top: 60px;
    }

    .ff_one {
        padding: 15px 10px;
    }

    .inbox_chatting_box .chatting_content {
        padding: 30px 30px 100px;
    }
}

@media only screen and (max-width: 630px) {
    .mobile-menu .header_user_notif {
        right: 12%;
    }

    .banner-style-one .slide {
        padding: 165px 15px;
    }

    .banner-style-one .banner-btn {
        display: block;
    }

    .menu_bar_home2 li.list-inline-item:first-child:after {
        right: 0;
    }

    ul.view_edit_delete_list {
        display: block !important;
        float: none !important;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 580px) {
    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 71%;
    }

    .sticky-nav-tabs-container {
        padding-top: 13px;
    }
}

/* Extra small devices (min-width:361px) (max-width: 575.98px) // (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .mt20-xxsd {
        margin-top: 20px;
    }

    .home1-advnc-search ul li:first-child .form-control,
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control {
        width: 135px;
    }

    .small_dropdown2 .dd_btn {
        width: 140px;
    }

    .home1-advnc-search .dropdown.bootstrap-select>.dropdown-toggle {
        margin-bottom: 10px;
    }

    .dropdown-content {
        height: 800px;
    }

    .dropdown-content:before {
        display: none;
    }

    .mega_dropdown_content_closer h5 {
        margin-top: 5px;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 70%;
    }

    .app_grid .apple_btn,
    .app_grid .play_store_btn {
        margin-bottom: 10px;
    }
}

/* (min-width:361px) (max-width:520px) */
@media only screen and (max-width: 520px) {

    /* ExTra Class */
    .tac-xxsd {
        text-align: center !important;
    }

    .tal-xxsd,
    .tal-520 {
        text-align: left !important;
    }

    .mb50-xxsd {
        margin-bottom: 50px;
    }

    .mb30-xxsd,
    .mb30-520 {
        margin-bottom: 30px;
    }

    .mb0-xxsd,
    .mb0-520 {
        margin-bottom: 0 !important;
    }

    .mt30-520,
    .mt30-xxsd {
        margin-top: 30px !important;
    }

    .col-xxs-6 {
        width: 50% !important;
    }

    .col-xxs-12 {
        width: 100% !important;
    }

    .plpr15-xxsd,
    .rs-smd-pad395 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pr15-xxsd {
        padding-right: 15px;
    }

    .pl15-xxsd {
        padding-left: 15px;
    }

    .plpr15-xxsd {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prpl0-lg {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pt30-520,
    .pt30-xxsd {
        padding-top: 30px;
    }

    .fn-520 {
        float: none !important;
    }

    .flr-520 {
        float: right !important;
    }

    .db-520 {
        display: block !important;
    }

    .dn-520 {
        display: none !important;
    }

    /* ExTra Class End*/
    .home1_adsrchfrm {
        padding: 30px 15px;
    }

    .small_dropdown2 .dd_btn {
        width: 120px;
    }

    .home1-advnc-search .search_option_two {
        margin-bottom: 10px;
    }

    .home1-advnc-search .search_option_two,
    .home1-advnc-search ul li {
        margin-right: 0;
        width: 100%;
    }

    .home1-advnc-search ul li:first-child .form-control,
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control,
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li .form-control,
    .small_dropdown2 .dd_btn,
    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle,
    .home1-advnc-search ul li .search_option_button button {
        width: 100%;
    }

    .home1-advnc-search.home9 ul li {
        width: 45%;
    }

    /* cambios argentinos 
    .home_content {
        padding: 60px 0 400px !important;
    } */

    .home1-advnc-search ul.h1ads_1st_list li.custome_fields_520 {
        border: 1px solid #ebebeb;
        border-radius: 8px;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        margin: 10px 0;
        padding: 0 15px;
    }

    .home1-advnc-search ul.apeartment_area_list li {
        margin-right: 20px;
    }

    .home-one .home-text {
        padding: 0 15px;
    }

    .home_adv_srch_opt {
        margin-top: 120px;
    }

    .dropdown-content {
        bottom: 0;
        left: 0;
        max-height: -webkit-fill-available;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        visibility: visible !important;
    }

    .dropdown-content.home2 {
        top: 0;
    }

    .featured_row {
        margin-top: 0;
    }

    body.mobile_ovyh {
        overflow-y: hidden;
    }

    .home1-advnc-search .search_option_two .dropdown.bootstrap-select .dropdown-menu.show,
    .home1-advnc-search .dropdown.bootstrap-select .dropdown-menu.show {
        min-width: auto !important;
        width: 100% !important;
    }

    .home1-advnc-search .bootstrap-select .dropdown-menu li a {
        width: 100%;
    }

    .dd_content2 {
        top: auto;
        z-index: 9;
    }

    .mega-dropdown .dropbtn {
        display: block;
    }

    .inner_page_breadcrumb .breadcrumb_content {
        margin-top: 180px;
    }

    .contact_form_social_area li {
        margin-bottom: 10px;
    }

    .error_page.footer_apps_widget .mailchimp_form .form-control {
        width: 375px;
    }

    ul.mc_parent_list li {
        text-align: center;
        width: 100%;
    }

    ul.mc_parent_list .membership_header .details p {
        margin-bottom: 0;
    }

    .checkout_form .checkout_coupon form input.coupon_input {
        width: 100%;
    }

    .cart_page_form tbody.table_body th .cart_list li {
        display: block;
        padding-right: 0;
    }

    .cart_page_form tr.carttable_row th:nth-child(5) {
        display: none;
    }

    ul.total_reivew_view li.write_review {
        position: relative;
        right: auto;
    }

    .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
    .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
        display: none;
    }

    .home_content.home4 {
        padding: 120px 0 30px !important;
    }

    .home4_iconbox {
        display: none;
    }

    .banner-style-one .owl-dots {
        bottom: 20px;
        display: block !important;
        text-align: center;
    }

    .banner-style-one .owl-dots .owl-dot span {
        margin: 0 4px;
    }

    /* cambios argentinos */
    .home_content.home5 {
        /* padding: 270px 0 630px !important; */
    }

    .home_content.home5 .p-header {
        margin: calc(19rem * 2.75) 0.5rem 0 !important;
    }

    .home_content.home5 .home-text.home5 {
        display: block;
        padding: 0;
    }

    ul.apeartment_area_list.home5 {
        margin-top: 0px;
    }

    .home_content.home6 .home-text {
        display: block;
    }

    .home_content.home6 {
        padding: 120px 0 !important;
    }

    .home_adv_srch_opt.home6 {
        margin-top: 35px;
    }

    .home1-advnc-search.home7 ul li:nth-child(2),
    .home1-advnc-search.home7 .search_option_two .dropdown.bootstrap-select>.dropdown-toggle {
        width: 100%;
    }

    .home_content.home7 .home-text {
        display: block;
    }

    .home_content.home7 {
        padding: 200px 0 !important;
    }

    .small_dropdown2.home10 .dd_content2 {
        left: 15px;
        top: 250px;
    }

    .home10-mainslider .home-content {
        padding-top: 0;
        margin-top: 0;
    }

    .sidebar_switch {
        z-index: 1;
    }

    .feat_property.list .details .tc_content {
        padding: 20px;
    }

    .feat_property.list .details .fp_footer {
        padding: 0 20px 20px;
    }

    .home_adv_srch_opt.listing {
        margin-top: 0;
    }

    .h1ads_1st_list.half_style li.custome_fields_half:nth-child(2) {
        width: 100%;
    }

    .feat_property.list.favorite_page {
        display: block;
    }

    .feat_property.list.favorite_page .thumb {
        height: auto;
        max-width: 100%;
    }

    .feat_property.list.favorite_page .view_edit_delete_list {
        position: relative;
        text-align: center;
    }

    .feat_property.list.favorite_page .details .tc_content {
        padding: 20px 0;
    }

    .feat_property.list.favorite_page.style2 .details .tc_content {
        padding: 15px 0 0;
    }

    .my_profile_setting_input .btn1,
    .my_profile_setting_input .btn3 {
        margin-bottom: 30px;
        width: 100%;
    }

    .my_profile_setting_input .btn2 {
        width: 100%;
    }

    .listing_single_row {
        margin-bottom: 15px;
    }

    .sidebar_switch.mobile_style {
        position: relative;
        margin-bottom: 75px;
    }

    .sidebar_switch.mobile_style #main2 .filter_open_btn {
        left: 0;
        margin: 0 auto;
        top: 0;
    }

    .sticky-nav-tab {
        padding: 5px 2px 15px;
    }

    .home5-slider .home_content {
        padding-top: 22%;
    }

    .home5-slider .home_content .slider-text1 {
        font-size: 24px;
    }

    .error_page.footer_apps_widget .form-inline {
        display: -webkit-inline-box;
    }

    .user_profile {
        margin: 15px;
    }

    .testimonial_content {
        margin: 70px 0;
    }

    .blog_post_home2 .bph2_header img {
        width: 100%;
    }

    .home5-slider .pogoSlider {
        height: 320px;
    }

    .mobile-menu .header_user_notif {
        right: 14%;
    }

    .application_statics {
        padding: 15px;
    }

    .divider {
        padding: 80px 0;
    }

    .app_grid {
        text-align: center;
    }

    .app_grid .apple_btn {
        margin-bottom: 30px;
    }

    .footer_apps_widget_home1 input.form-control {
        margin-bottom: 15px;
        width: 100%;
    }

    .footer_apps_widget_home1 button.btn {
        display: block;
        margin-left: auto;
        width: 100%;
    }

    .app_grid .apple_btn .icon,
    .app_grid .play_store_btn .icon {
        margin-left: 30%;
    }

    .footer_apps_widget .app_grid .apple_btn .icon,
    .footer_apps_widget .app_grid .play_store_btn .icon {
        margin-left: 10px;
    }

    .app_grid .apple_btn,
    .app_grid .play_store_btn {
        display: block;
        width: 100%;
    }

    .logo-widget,
    .footer_menu_widget {
        text-align: center;
    }

    .footer_social_widget li {
        margin-right: 10px !important;
    }

    .footer_menu_widget ul li {
        padding-right: 15px;
    }

    .home3_about {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .becomea_instructor_home3.style1 {
        margin-bottom: 30px;
    }

    .logo-widget.home1,
    .logo-widget.home2,
    .logo-widget.home3 {
        display: block;
    }

    .logo-widget.home1 img,
    .logo-widget.home2 img,
    .logo-widget.home3 img {
        vertical-align: middle;
    }

    .home3_bgi6 {
        height: 750px;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
        max-width: 350px;
    }

    div#countdown .col-xs-6.col-sm-3 {
        display: initial;
    }

    .home-five .home-text {
        left: 15px;
        right: 15px;
    }

    .home-five .home-text h2 {
        font-size: 30px;
    }

    .bg-img5 {
        height: auto;
    }

    .about_box_home6 .thumb::before {
        display: none;
    }

    .logo-widget.home6 {
        margin-left: 25%;
        margin-top: 10px;
    }

    .footer_apps_widget_home1.home6 input.form-control {
        max-width: 0 0 15px 0;
    }

    .logo-widget.home8 {
        margin-left: 75px;
    }

    .smp_icon_box {
        padding: 0 30px 0;
        text-align: center;
    }

    .smp_icon_box.box1 {
        margin-bottom: 30px;
    }

    .funfact_two_details li .funfact_two {
        text-align: center;
    }

    .funfact_two_details li {
        margin-right: 60px !important;
    }

    .logo-widget.error_paged {
        display: grid;
        left: 0;
        margin: 0 auto;
        padding-left: 0px;
        position: absolute;
        right: 0;
    }

    .footer_apps_widget .mailchimp_form button {
        margin-left: -55px;
        margin-top: 3px;
        width: 45px;
    }

    .team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
        left: 0px;
        top: 35%;
    }

    .team_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
        right: 0px;
        top: 35%;
    }

    .instructor_search_result {
        text-align: center;
    }

    .candidate_revew_search_box input.form-control {
        margin-left: 0;
    }

    .checkout_form .checkout_coupon form button {
        margin-top: 15px;
        width: 100%;
    }

    .checkout_form .checkout_coupon form button.btn3 {
        width: 100%;
    }

    .product_single_content span.sspd_review,
    .product_single_content .ssp_reply {
        float: none !important;
        margin-bottom: 15px;
    }

    .membership_container {
        padding: 30px 5px;
    }

    .product_single_content.style2 .mbp_pagination_comments .mbp_first.media .mbp_sub.media,
    .product_single_content.style2 .mbp_pagination_comments .mbp_first.media,
    .product_single_content.style2 .mbp_pagination_comments .mbp_second.media {
        display: block;
    }

    .product_single_content.style2 .mbp_pagination_comments .mbp_first.media img,
    .product_single_content.style2 .mbp_first .mbp_sub img {
        margin-bottom: 15px !important;
    }

    .product_single_content.style2 .mbp_pagination_comments .mbp_first img,
    .product_single_content.style2 .mbp_pagination_comments .mbp_second img {
        margin-bottom: 15px !important;
    }

    .candidate_revew_select.style2 ul li {
        display: block;
        text-align: center;
    }

    .candidate_revew_search_box.course input.form-control {
        width: 80%;
    }

    .courses_single_container .cs_row_four .about_ins_container .details .about_info_list li {
        padding-right: 15px;
    }

    .courses_single_container .cs_row_four .about_ins_container .details .about_info_list li span {
        padding-right: 5px;
    }

    .courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon a {
        top: 30%;
    }

    .courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
        max-width: 350px;
    }

    .mbp_first.media.csv1,
    .mbp_sub.media.csv1,
    .mbp_second.media.csv1 {
        display: block;
    }

    .mbp_first.media.csv1 .media-body,
    .mbp_sub.media.csv1 .media-body,
    .mbp_second.media.csv1 .media-body {
        margin-top: 20px;
    }

    .inner_page_breadcrumb.csv2 .breadcrumb_content,
    .inner_page_breadcrumb.csv3 .breadcrumb_content {
        margin-top: 85px;
    }

    .header_user_notif li:nth-child(2) {
        margin-right: 0;
    }

    .header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show {
        margin-left: -200px !important;
    }

    .header_user_notif .user_notif .so_heading:before {
        right: 100px;
    }

    .my_course_content_list .mc_content_list .details .mc_footer.style2 {
        margin-bottom: 40px;
    }

    .my_course_content_list .mc_content_list .details .mc_footer ul.skills {
        float: left !important;
        margin-top: 15px;
    }
}

/* (min-width:480px) (max-width:500px) */
@media only screen and (max-width: 500px) {
    .mbp_pagination_comments .total_review {
        display: block;
        position: relative;
        text-align: center;
    }

    .mbp_pagination_comments a.write_review {
        position: relative;
        right: auto;
    }
}

/* (min-width:361px) (max-width:479px) */
@media only screen and (max-width: 479px) {
    .ulockd-mrgn1225 {
        margin-top: inherit !important;
    }

    .footer_menu_widget ul li {
        padding-right: 5px;
    }

    .logo-widget.home8 {
        margin-left: 55px;
    }
}

@media only screen and (max-width: 414px) {
    .mt10-414 {
        margin-top: 10px;
    }

    .fn-414 {
        float: none !important;
    }

    .dn-414 {
        display: none !important;
    }

    .dropdown-content {
        width: 108%;
    }

    .home1-advnc-search ul.apeartment_area_list li {
        margin-right: 0;
    }

    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 385px;
    }

    .dd_content2 {
        right: 0;
    }

    .dd_content2:before {
        left: auto;
        right: 20px;
    }

    .home1-advnc-search ul li:nth-child(2),
    .home1-advnc-search ul li:nth-child(4) {
        margin-right: 0;
    }

    .cart_page_form .table_body td:nth-child(5) {
        display: inline;
    }

    .cart_page_form .table_body td:nth-child(5) a {
        display: block;
        margin-top: 10px;
    }

    .cart_page_form .table_body td,
    .cart_page_form .table_body th {
        padding: 0.75rem;
    }

    .sp_search_content {
        display: table;
        margin-bottom: 30px;
        text-align: center;
    }

    .search_drpdwn {
        float: none;
    }

    .tes-nav .slick-list .slick-track li.slick-slide.slick-current.slick-active.slick-center {
        width: 85px !important;
    }

    li.slick-slide.slick-active:nth-child(6) img {
        -webkit-transform: translate(-10%, 0) scale(1.1);
        -moz-transform: translate(-10%, 0) scale(1.1);
        -o-transform: translate(-10%, 0) scale(1.1);
        transform: translate(-10%, 0) scale(1.1);
    }

    li.slick-slide.slick-active:nth-child(8) img {
        -webkit-transform: translate(3%, 0) scale(1.1);
        -moz-transform: translate(3%, 0) scale(1.1);
        -o-transform: translate(3%, 0) scale(1.1);
        transform: translate(3%, 0) scale(1.1);
    }

    .tes-nav .slick-slide.slick-current.slick-active.slick-center img {
        -webkit-transform: translate(-10%, 0) scale(0.9);
        -moz-transform: translate(-10%, 0) scale(0.9);
        -o-transform: translate(-10%, 0) scale(0.9);
        transform: translate(-10%, 0) scale(0.9);
    }

    .grid_list_search_result .right_area ul li:first-child {
        margin-right: 0;
    }

    .grid_list_search_result .right_area ul li:first-child:before {
        display: none;
    }

    .grid_list_search_result .right_area li {
        display: block;
    }

    /*.sidebar_switch{display: none;}*/
    /*.sidebar_content_details{display: block;position: relative !important;padding-top: 0;margin: 0 auto 30px !important;width: auto;}*/
    .sidebar_content_details.style2 {
        left: 0;
    }

    .sidebar_content_details.style2 .dropdown-menu.show {
        max-width: 350px;
        transform: translate(10px, 10px) !important;
        min-width: 300px !important;
    }

    .message_container .message_input form button.btn {
        right: 5px;
        width: auto;
    }

    .iba_container {
        display: block;
    }

    .iba_container .icon_box_area {
        margin-bottom: 15px;
    }

    .single_line .para {
        float: none;
    }

    .single_line .review {
        float: none;
    }

    .sticky-nav-tab {
        padding: 10px 0px 15px;
    }

    .sticky-nav-tabs-container li a {
        font-size: 13px;
    }

    .main-title a {
        display: inline-block;
        float: none !important;
    }

    .featurej_post li {
        line-height: 30px;
    }

    .featurej_post span.pl20 {
        padding-left: inherit;
    }

    .ui_kit_tooltip .btn {
        margin-bottom: 10px;
    }

    .candidate_revew_select.pjlv3 ul li:nth-child(2) {
        margin-bottom: 15px;
    }

    .t_icon.home3 {
        left: 30px;
    }

    .testimonial_content .thumb {
        margin-bottom: 20px;
    }

    .mobile-menu .header_user_notif {
        right: 17%;
    }

    .mobile-menu .header_user_notif li:first-child {
        display: none;
    }

    .stylehome1.dashbord_mobile_logo .nav_logo_img {
        margin-left: -35px;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
        max-width: 260px;
    }

    .search_box_home4 .header_search_widget .mailchimp_form .form-control {
        width: 300px;
    }

    .search_box_home4 .header_search_widget .mailchimp_form button {
        right: 10px;
    }

    .about_home3 .partners_thumb_list li {
        width: 40%;
        margin-bottom: 30px;
    }

    .logo-widget.home6 {
        margin-left: 20%;
    }

    .header.stylehome1 .main_logo_home2.home8 span {
        font-size: 16px;
    }

    .logo-widget.home8 {
        margin-left: 20px;
    }

    .funfact_two_details li {
        margin-right: 0 !important;
    }

    .candidate_revew_search_box input.form-control {
        width: 85%;
    }

    .candidate_revew_search_box {
        margin-left: 0;
    }

    .shop_order_box .order_list_raw ul li {
        margin-bottom: 20px;
        width: 100%;
    }

    ul.mc_parent_list ul.mc_child_list.one li {
        padding: 10px 10px;
    }

    .blog_grid_post.style2 .details {
        padding: 20px 25px 25px 20px;
    }

    .courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
        max-width: 290px;
    }

    .csv1 .breadcrumb {
        padding: 0.75rem 0rem;
    }

    .courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
        top: 80%;
    }

    .courses_single_container .cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
        padding: 20px 10px;
    }

    .header_user_notif.dashbord_pages_mobile_version li.user_notif:first-child {
        display: none !important;
    }

    .my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate {
        margin-left: 0;
    }

    .my_course_content_list .mc_content_list.style2 {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 400px) {

    /* ExTra Class Start*/
    .fn-400 {
        float: none !important;
    }

    .tal-400 {
        text-align: left !important;
    }

    .upad395xsd {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* ExTra Class End*/
    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 340px;
    }

    .footer_apps_widget.home4 .mailchimp_form .form-control {
        margin-left: 0;
        width: 100%;
    }

    .list-style-type-bullet li {
        margin-left: 50px;
    }

    .home_adv_srch_opt .nav-pills {
        margin: 0;
    }

    .home3_home_content h1 {
        display: none;
    }

    .home_adv_srch_opt.home4 {
        margin-top: 30px;
    }

    .home_content.home6 {
        padding: 150px 0 0 0 !important;
    }

    .home_adv_srch_opt.home6 {
        margin-top: 20px;
    }

    .feat_property .details .fp_footer .fp_pdate {
        margin-left: 0;
    }

    .home_content.home7 {
        padding: 170px 0 !important;
    }

    .bs_carousel .main_title {
        font-size: 40px !important;
    }

    .home1-advnc-search.home9 {
        height: auto;
        text-align: center;
    }

    .home1-advnc-search.home9 ul li {
        width: 90%;
    }

    .main_blog_post_content .mbp_thumb_post,
    .mbp_pagination_comments .mbp_first.media,
    .bsp_reveiw_wrt {
        padding: 30px 15px;
    }

    .blog_post_share li:first-child {
        margin-right: 0;
    }

    .mbp_pagination_comments .mbp_first .media-body .sub_title {
        display: block;
    }

    .product_single_content .mbp_pagination_comments .mbp_first.media .sub_title ul {
        padding-left: 0;
    }

    .sidebar_feature_property_slider.owl-carousel.owl-theme .owl-nav {
        display: none;
    }

    .my_dashboard_review .review_content .media {
        display: block;
    }

    .my_dashboard_review .review_content .media-body {
        margin-top: 15px;
    }

    .candidate_revew_search_box.course input.form-control {
        width: 75%;
    }

    #main2 .filter_open_btn {
        top: -55px;
    }

    .home_content.home4 {
        padding: 150px 0 30px !important;
    }

    .app_grid .apple_btn .icon,
    .app_grid .play_store_btn .icon {
        margin-left: 50px;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
        max-width: 220px;
    }

    .logo-widget.home6 {
        margin-left: 15%;
    }

    .header.stylehome1 .main_logo_home2.home7 span {
        font-size: 16px;
    }

    .header.stylehome1 .main_logo_home2.home8 span {
        font-size: 14px;
    }

    .logo-widget.home8 {
        margin-left: 10px;
    }

    .home1-mainslider .home-content {
        margin-top: -10px;
        padding: 0px 0 80px;
    }

    .error_page.footer_apps_widget .mailchimp_form .form-control {
        width: 290px;
    }

    .shop_single_product_details .cart_btns input {
        margin-bottom: 15px;
    }

    .shop_single_product_details .sspd_social_icon li {
        padding-right: 10px;
    }

    .shop_single_tab_content .mbp_pagination_comments .mbp_first.media {
        display: inline-block;
    }

    .product_single_content .mbp_pagination_comments .mbp_first img,
    .product_single_content .mbp_pagination_comments .mbp_second img {
        margin-bottom: 15px;
    }

    .courses_single_container .cs_row_three .course_content .details .cc_tab h4.panel-title {
        padding: 10px 8px;
    }

    .courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
        max-width: 200px;
    }

    .header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show {
        margin-left: -180px !important;
    }

    .header_user_notif .user_notif .so_heading:before {
        right: 120px;
    }

    .breadcrumb_widgets .title,
    .breadcrumb_widgets .breadcrumb {
        float: none !important;
    }

    .breadcrumb_widgets {
        padding: 10px 30px;
    }

    .my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate {
        margin-left: 15px;
        margin-top: 15px;
    }

    .my_course_content_list .mc_content_list .details .mc_content h5.title span {
        margin-left: 0;
    }

    .order_key_status li span,
    .order_key_status li:last-child span {
        margin-left: 15px;
    }
}

/* (min-width:321px) (max-width:360px) */
@media only screen and (max-width: 360px) {
    .home1_adsrchfrm {
        padding: 30px 10px;
    }

    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 320px;
    }

    /* cambios argentinos 
    .home_content {
        padding: 25px 0 400px !important;
    } */

    .home_adv_srch_opt {
        margin-top: 160px;
    }

    .single_product .single_item .thumb img {
        height: auto;
    }

    .error_page.footer_apps_widget .mailchimp_form .form-control {
        width: 245px;
    }

    .login_form,
    .sign_up_form {
        padding: 30px 20px 0;
    }

    .ui_kit_message_box .alert {
        display: inline-table;
    }

    .message_container .message_input form input.form-control {
        padding-left: 10px;
    }

    .t_icon.home3 {
        left: 15px;
    }

    .testimonial_content .thumb {
        margin-bottom: 10px;
    }

    .mobile-menu .header_user_notif {
        right: 20%;
    }

    .header.stylehome1 .main_logo_home2.home8 span {
        font-size: 12px;
    }

    .logo-widget.home8 span {
        font-size: 16px;
    }

    .home1-mainslider .banner-style-one .banner-btn {
        padding: 12px 20px;
    }

    .courses_single_container .cs_row_three .course_content .details .cc_tab h4.panel-title {
        font-size: 15px;
    }

    .header_user_notif li:nth-child(2) {
        display: none;
    }

    .my_course_content_list .mc_content_list .details .mc_footer ul.mc_meta {
        margin-right: 10px;
    }

    .my_course_content_list .mc_content_list .details .mc_footer ul.mc_meta li {
        margin-right: 3px;
    }

    .mbp_first.media.csv1.style2 .media-body .ssp_reply,
    .mbp_second.media.csv1.style2 .media-body .ssp_reply {
        float: none !important;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 340px) {
    .home3_home_content a.popup_video_btn {
        top: -40px;
    }

    .mk-fullscreen-search-overlay .mk-fullscreen-close {
        right: 20px;
    }

    .feat_property .details .fp_footer .fp_pdate {
        float: left !important;
        margin-left: 55px;
    }

    .tes-nav .slick-list .slick-track li.slick-slide.slick-current.slick-active.slick-center {
        margin-top: 10px;
        width: 75px !important;
    }

    .tes-nav img {
        width: 50px;
        height: 50px;
    }

    .tes-nav .slick-slide.slick-current.slick-active.slick-center img {
        width: 70px;
        height: 70px;
    }

    .bsp_reveiw_wrt {
        padding: 15px;
    }

    .feat_property.list .dtls_headr {
        display: block;
    }

    .feat_property.list .details .fp_footer .fp_pdate {
        float: none !important;
        margin-top: -10px;
    }

    .feat_property.list .details .fp_footer .fp_meta {
        float: none !important;
    }

    .feat_property.list .details .fp_footer .fp_meta li a {
        vertical-align: super;
    }

    .feat_property.list.agent .details .fp_footer .fp_pdate,
    .feat_property.list.agency .details .fp_footer .fp_pdate {
        margin-left: 0;
        margin-top: 0;
    }

    .home-text.home5 ul li {
        margin-right: 5px;
    }

    .sidebar_content_details {
        width: 320px;
    }

    .grid_list_search_result.style2 {
        padding: 0;
    }

    .logo-widget.home6 {
        margin-left: 10%;
    }

    .blog_post_home6_date .post_grid {
        padding: 30px 10px 30px 10px;
    }

    .header.stylehome1 .main_logo_home2.home7 span {
        font-size: 14px;
    }

    .half_map_advsrch_navg.style2 ul li {
        margin-right: 5px;
    }

    .shop_single_product_details .sspd_social_icon li {
        padding-right: 6px;
    }

    .product_single_content .mbp_pagination_comments .mbp_first img,
    .product_single_content .mbp_pagination_comments .mbp_second img {
        margin-right: 10px !important;
    }

    .inner_page_breadcrumb.csv2 .breadcrumb_content,
    .inner_page_breadcrumb.csv3 .breadcrumb_content {
        margin-top: 60px;
    }

    .cs_row_one.csv2 .cs_title,
    .cs_row_one.csv3 .cs_title {
        font-size: 22px;
    }

    .cs_row_one.csv3 .cs_review_seller {
        margin-bottom: 5px;
    }

    .header_user_notif li.user_setting .dropdown-menu.show {
        margin-left: -180px !important;
    }

    .header_user_notif li.user_setting .dropdown-menu.show:before {
        right: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .home1-advnc-search ul.apeartment_area_list li .dropdown.bootstrap-select>.dropdown-toggle {
        width: 290px;
    }

    .feat_property .details .tc_content .prop_details li {
        margin-right: 20px;
    }

    .message_container .message_input form button.btn {
        right: 0;
    }

    .list-style-type-bullet li {
        margin-left: 30px;
    }

    .home3_home_content a.popup_video_btn {
        display: none;
    }

    .home-text.home5 ul li {
        margin-right: 0;
    }

    .properti_city.home5 .overlay .details p {
        margin-right: 10px;
    }

    .mk-search-trigger.style2 {
        right: 60px;
    }

    .tes-nav .slick-list .slick-track li.slick-slide.slick-current.slick-active.slick-center {
        width: 65px;
    }

    .grid_list_search_result .half_map_advsrch_navg ul li:first-child:before {
        right: -10px;
    }

    .grid_list_search_result .half_map_advsrch_navg ul li:first-child {
        margin-right: 20px;
    }

    .search_box_home4 .header_search_widget .mailchimp_form .form-control {
        width: 270px;
    }

    .search_box_home4 .header_search_widget .mailchimp_form button {
        right: 10px;
    }

    .logo-widget.home6 {
        margin-left: 7%;
    }

    .header.stylehome1 .main_logo_home2.home7 span {
        font-size: 12px;
    }

    .our-media.pb0 .container-fluid.p0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header.stylehome1 .main_logo_home2.home8 span {
        font-size: 10px;
        margin-left: 5px;
    }

    .logo-widget.home8 span {
        font-size: 16px;
    }

    .courses_single_container .cs_row_three .course_content .details .cc_tab h4.panel-title {
        padding: 10px 4px;
    }
}

/* cambios argentinos */
.home_content.home5 .home-text.home5 {
    display: flex;
    padding: 0 1rem 0;
    flex-direction: column;
}

.home-one .home-text h1,
.home_content.home4 .home-text h1,
.banner-style-one .banner-title,
.home-text.home6 h1 {
    font-size: clamp(22px, 5vw, 42px);
    font-weight: 700;
    line-height: 3.41rem;
    max-width: 60rem;
    margin: 0 auto;
}

.home_content.home5 .p-header {
    margin: calc(19rem * 2) 0.5rem 0;
    z-index: 10;
    line-height: 2.387rem;
    font-weight: 400;
    max-width: 51.313rem;
}

div.inner.show {
    max-height: 15rem !important;
}

@media screen and (max-width: 500px) {
    .header-search button {
        width: 20%;
    }
}

@media screen and (max-width: 1030px) {
    .text-mobile-width-100 {
        width: 100% !important;
    }
}

button.btn-movil-sale {
    display: block;
}

.text-leer {
    transition: all 0.3s ease-in-out;
}

.text-leer:hover {
    color: #000 !important;
}

@media screen and (min-width: 990px) {
    /* .btn-movil-sale {
        display: none !important;
    } */

    .title-offer {
        white-space: nowrap;
    }
}
