.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.blog-text-white {
  font-size: 22px !important;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

.fa-stack {
  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%;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

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

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

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

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

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

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

.fa-apple-pay:before {
  content: "\f415";
}

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

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

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

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

.fa-atlassian:before {
  content: "\f77b";
}

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

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-balance-scale:before {
  content: "\f24e";
}

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

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

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

.fa-baseball-ball:before {
  content: "\f433";
}

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

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

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

.fa-blind:before {
  content: "\f29d";
}

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

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

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

.fa-bolt:before {
  content: "\f0e7";
}

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

.fa-bone:before {
  content: "\f5d7";
}

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

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

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

.fa-bowling-ball:before {
  content: "\f436";
}

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

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

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

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

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

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

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

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

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

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

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

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

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

.fa-car-crash:before {
  content: "\f5e1";
}

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

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

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

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

.fa-cc-jcb:before {
  content: "\f24b";
}

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

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

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

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

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

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

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

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

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

.fa-check:before {
  content: "\f00c";
}

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-chess:before {
  content: "\f439";
}

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

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

.fa-chess-king:before {
  content: "\f43f";
}

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

.fa-chess-pawn:before {
  content: "\f443";
}

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

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

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

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

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

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

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

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

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

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

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

.fa-cloud-sun:before {
  content: "\f6c4";
}

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

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

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

.fa-comment:before {
  content: "\f075";
}

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

.fa-comment-dollar:before {
  content: "\f651";
}

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

.fa-crop-alt:before {
  content: "\f565";
}

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

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

.fa-cubes:before {
  content: "\f1b3";
}

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

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

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

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

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

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

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

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

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

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

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

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

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

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

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

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

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

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

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

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

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

.fa-etsy:before {
  content: "\f2d7";
}

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

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

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

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

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

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-fax:before {
  content: "\f1ac";
}

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

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

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

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

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

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

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

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

.fa-file-download:before {
  content: "\f56d";
}

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

.fa-file-export:before {
  content: "\f56e";
}

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

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

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

.fa-file-medical:before {
  content: "\f477";
}

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

.fa-file-pdf:before {
  content: "\f1c1";
}

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

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

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

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

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

.fa-fill:before {
  content: "\f575";
}

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

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

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

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

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

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

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

.fa-fly:before {
  content: "\f417";
}

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

.fa-folder-minus:before {
  content: "\f65d";
}

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

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

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

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

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

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

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

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

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

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

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

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

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

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

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

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

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

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

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

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

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

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

.fa-grin-tears:before {
  content: "\f588";
}

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

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

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

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

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

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

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

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

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

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

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

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

.fa-hand-peace:before {
  content: "\f25b";
}

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

.fa-hand-point-left:before {
  content: "\f0a5";
}

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

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

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

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

.fa-headphones:before {
  content: "\f025";
}

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

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

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

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

.fa-heartbeat:before {
  content: "\f21e";
}

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

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

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

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

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

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

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

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

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

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

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

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

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

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

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

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

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

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

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

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

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

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

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

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

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

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

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

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

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

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

.fa-laugh-wink:before {
  content: "\f59c";
}

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

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

.fa-leanpub:before {
  content: "\f212";
}

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

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

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

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

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

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

.fa-markdown:before {
  content: "\f60f";
}

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

.fa-mars:before {
  content: "\f222";
}

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

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

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

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

.fa-mendeley:before {
  content: "\f7b3";
}

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

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

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

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

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

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

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

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

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

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

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

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

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

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

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

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

.fa-moon:before {
  content: "\f186";
}

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

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

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

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

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

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

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

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

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

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

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

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

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

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

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

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

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

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

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

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

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

.fa-plus:before {
  content: "\f067";
}

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

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

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

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

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

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

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

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

.fa-radiation-alt:before {
  content: "\f7ba";
}

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

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-renren:before {
  content: "\f18b";
}

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

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

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

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

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

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

.fa-ruler-vertical:before {
  content: "\f548";
}

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

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

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

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

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

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

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

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

.fa-scribd:before {
  content: "\f28a";
}

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

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

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

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

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

.fa-sketch:before {
  content: "\f7c6";
}

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

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

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

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

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

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

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

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

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

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

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

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

.fa-socks:before {
  content: "\f696";
}

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

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

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

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

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

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

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

.fa-speakap:before {
  content: "\f3f3";
}

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

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

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

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

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

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

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

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

.fa-store:before {
  content: "\f54e";
}

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

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

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

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

.fa-subway:before {
  content: "\f239";
}

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

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

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

.fa-suse:before {
  content: "\f7d6";
}

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

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

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

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

.fa-table-tennis:before {
  content: "\f45d";
}

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

.fa-tablet-alt:before {
  content: "\f3fa";
}

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

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

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

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

.fa-tasks:before {
  content: "\f0ae";
}

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

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

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

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

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

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

.fa-toilet:before {
  content: "\f7d8";
}

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

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

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

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

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

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

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

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

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

.fa-trash:before {
  content: "\f1f8";
}

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

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

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

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

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

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

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

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

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

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

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

.fa-user-alt:before {
  content: "\f406";
}

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

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

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

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

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

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

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

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

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

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

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

.fa-user-shield:before {
  content: "\f505";
}

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

.fa-user-tag:before {
  content: "\f507";
}

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

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

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

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

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

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

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

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

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

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

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

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

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

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

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

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

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

.fa-window-minimize:before {
  content: "\f2d1";
}

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

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

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

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

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

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

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 21/11/2018 19:26
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    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;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-shopping-cart:before {
  content: "\f101";
}

.flaticon-stopwatch:before {
  content: "\f102";
}

.flaticon-user-experience:before {
  content: "\f103";
}

.flaticon-pin:before {
  content: "\f104";
}

.flaticon-puzzle:before {
  content: "\f105";
}

.flaticon-magnifier:before {
  content: "\f106";
}

.flaticon-repairing-service:before {
  content: "\f107";
}

.flaticon-communication:before {
  content: "\f108";
}

.flaticon-menu:before {
  content: "\f109";
}

.flaticon-line-chart:before {
  content: "\f10a";
}

.flaticon-seo:before {
  content: "\f10b";
}

.flaticon-pie-chart:before {
  content: "\f10c";
}

.flaticon-fluctuation:before {
  content: "\f10d";
}

.flaticon-target:before {
  content: "\f10e";
}

.flaticon-startup:before {
  content: "\f10f";
}

.flaticon-project-management:before {
  content: "\f110";
}

.flaticon-statistics:before {
  content: "\f111";
}

.flaticon-social-media:before {
  content: "\f112";
}

.flaticon-computer:before {
  content: "\f113";
}

.flaticon-3d-modeling:before {
  content: "\f114";
}

.flaticon-award:before {
  content: "\f115";
}

.flaticon-diagram:before {
  content: "\f116";
}

.flaticon-mouse:before {
  content: "\f117";
}

.flaticon-quote:before {
  content: "\f118";
}

.flaticon-call:before {
  content: "\f119";
}

.flaticon-location:before {
  content: "\f11a";
}

.flaticon-statistic:before {
  content: "\f11b";
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}



.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;

  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-webkit-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-moz-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

}

@-o-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

@-ms-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

.empty-boxed {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* Bob */
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.empty-boxed {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.choice-section:after,
.welcome-section .image-column .inner-column:before,
.choice-section .image-column .inner-column .image:before {
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* Animations */
@keyframes dot1 {
  0% {
    transform: rotate(0deg) translateY(-5.5em);
  }

  4.1666666667% {
    transform: rotate(30deg) translateY(0em);
  }

  50% {
    transform: rotate(360deg) translateY(0em);
  }

  95.8333333333% {
    transform: rotate(690deg) translateY(0em);
  }

  100% {
    transform: rotate(690deg) translateY(-5.5em);
  }
}

@keyframes dot2 {

  0%,
  4.1666666667% {
    transform: rotate(30deg) translateY(-5.5em);
  }

  8.3333333333% {
    transform: rotate(60deg) translateY(-0.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-0.5em);
  }

  91.6666666667% {
    transform: rotate(660deg) translateY(-0.5em);
  }

  95.8333333333%,
  100% {
    transform: rotate(660deg) translateY(-5.5em);
  }
}

@keyframes dot3 {

  0%,
  8.3333333333% {
    transform: rotate(60deg) translateY(-5.5em);
  }

  12.5% {
    transform: rotate(90deg) translateY(-1em);
  }

  50% {
    transform: rotate(360deg) translateY(-1em);
  }

  87.5% {
    transform: rotate(630deg) translateY(-1em);
  }

  91.6666666667%,
  100% {
    transform: rotate(630deg) translateY(-5.5em);
  }
}

@keyframes dot4 {

  0%,
  12.5% {
    transform: rotate(90deg) translateY(-5.5em);
  }

  16.6666666667% {
    transform: rotate(120deg) translateY(-1.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-1.5em);
  }

  83.3333333333% {
    transform: rotate(600deg) translateY(-1.5em);
  }

  87.5%,
  100% {
    transform: rotate(600deg) translateY(-5.5em);
  }
}

@keyframes dot5 {

  0%,
  16.6666666667% {
    transform: rotate(120deg) translateY(-5.5em);
  }

  20.8333333333% {
    transform: rotate(150deg) translateY(-2em);
  }

  50% {
    transform: rotate(360deg) translateY(-2em);
  }

  79.1666666667% {
    transform: rotate(570deg) translateY(-2em);
  }

  83.3333333333%,
  100% {
    transform: rotate(570deg) translateY(-5.5em);
  }
}

@keyframes dot6 {

  0%,
  20.8333333333% {
    transform: rotate(150deg) translateY(-5.5em);
  }

  25% {
    transform: rotate(180deg) translateY(-2.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-2.5em);
  }

  75% {
    transform: rotate(540deg) translateY(-2.5em);
  }

  79.1666666667%,
  100% {
    transform: rotate(540deg) translateY(-5.5em);
  }
}

@keyframes dot7 {

  0%,
  25% {
    transform: rotate(180deg) translateY(-5.5em);
  }

  29.1666666667% {
    transform: rotate(210deg) translateY(-3em);
  }

  50% {
    transform: rotate(360deg) translateY(-3em);
  }

  70.8333333333% {
    transform: rotate(510deg) translateY(-3em);
  }

  75%,
  100% {
    transform: rotate(510deg) translateY(-5.5em);
  }
}

@keyframes dot8 {

  0%,
  29.1666666667% {
    transform: rotate(210deg) translateY(-5.5em);
  }

  33.3333333333% {
    transform: rotate(240deg) translateY(-3.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-3.5em);
  }

  66.6666666667% {
    transform: rotate(480deg) translateY(-3.5em);
  }

  70.8333333333%,
  100% {
    transform: rotate(480deg) translateY(-5.5em);
  }
}

@keyframes dot9 {

  0%,
  33.3333333333% {
    transform: rotate(240deg) translateY(-5.5em);
  }

  37.5% {
    transform: rotate(270deg) translateY(-4em);
  }

  50% {
    transform: rotate(360deg) translateY(-4em);
  }

  62.5% {
    transform: rotate(450deg) translateY(-4em);
  }

  66.6666666667%,
  100% {
    transform: rotate(450deg) translateY(-5.5em);
  }
}

@keyframes dot10 {

  0%,
  37.5% {
    transform: rotate(270deg) translateY(-5.5em);
  }

  41.6666666667% {
    transform: rotate(300deg) translateY(-4.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-4.5em);
  }

  58.3333333333% {
    transform: rotate(420deg) translateY(-4.5em);
  }

  62.5%,
  100% {
    transform: rotate(420deg) translateY(-5.5em);
  }
}

@keyframes dot11 {

  0%,
  41.6666666667% {
    transform: rotate(300deg) translateY(-5.5em);
  }

  45.8333333333% {
    transform: rotate(330deg) translateY(-5em);
  }

  50% {
    transform: rotate(360deg) translateY(-5em);
  }

  54.1666666667% {
    transform: rotate(390deg) translateY(-5em);
  }

  58.3333333333%,
  100% {
    transform: rotate(390deg) translateY(-5.5em);
  }
}

@keyframes dot12 {

  0%,
  45.8333333333% {
    transform: rotate(330deg) translateY(-5.5em);
  }

  50% {
    transform: rotate(360deg) translateY(-5.5em);
  }

  54.1666666667%,
  100% {
    transform: rotate(360deg) translateY(-5.5em);
  }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  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-loaded {
  display: block;
}

.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;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

x
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.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 */

/* Layout helpers
----------------------------------*/
.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-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.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-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.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;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  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-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.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-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);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.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-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.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;
}

/* support: IE8 - See #6727 */
.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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  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;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.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.ui-widget-content {
  border: 1px solid #e0e0e0;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  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,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  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,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #1b1c1e;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.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-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.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);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.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-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .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-button .ui-icon {}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 is deprecated, use ui-icon-seek-start instead */
.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;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";

body.fancybox-active {
  overflow: hidden
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: visible
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
  display: none
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, .6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--zoom svg path {
  fill: transparent
}

.fancybox-navigation {
  display: none
}

.fancybox-show-nav .fancybox-navigation {
  display: block
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2
}

.fancybox-close-small:focus {
  outline: none
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, .4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, .4);
  border-top: 6px solid hsla(0, 0%, 100%, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

p.fancybox-share__links {
  margin-right: -10px
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs>ul>li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-thumbs>ul>li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.html);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

/*!
 * Bootstrap v4.1.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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
}

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
}

dfn {
  font-style: italic
}

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;
  -webkit-text-decoration-skip: objects
}

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;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

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=reset],
[type=submit],
button,
html [type=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-cancel-button,
[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: 1140px
  }
}

.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%;
  min-height: 1px;
  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: none
}

.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: none
  }

  .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: none
  }

  .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: none
  }

  .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: none
  }

  .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%;
  max-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-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-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-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-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-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-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-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-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%;
  padding: .375rem .75rem;
  font-size: 1rem;
  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:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

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,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm,
.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-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg,
.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-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control: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,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control: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 {
  background-color: #71dd8a
}

.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 {
  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 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.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~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
  border-color: inherit
}

.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 {
  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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control: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,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control: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 {
  background-color: #efa2a9
}

.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 {
  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 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.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~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
  border-color: inherit
}

.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 {
  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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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:focus,
.btn:hover {
  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
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none
}

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(0, 123, 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(0, 123, 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(108, 117, 125, .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(108, 117, 125, .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(40, 167, 69, .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(40, 167, 69, .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(23, 162, 184, .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(23, 162, 184, .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(255, 193, 7, .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(255, 193, 7, .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(220, 53, 69, .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(220, 53, 69, .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(248, 249, 250, .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(248, 249, 250, .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(52, 58, 64, .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(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  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;
  width: 0;
  height: 0;
  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
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: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;
  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: 0 1 auto;
  flex: 0 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-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

.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:first-child {
  margin-left: 0
}

.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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.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 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.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 {
  margin-left: -1px
}

.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+.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>.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;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-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
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

.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::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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::before {
  background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  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: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px 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: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}

.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:focus~.custom-file-label::after {
  border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  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: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.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;
  -webkit-appearance: none;
  appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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;
  -moz-appearance: none;
  appearance: none
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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
}

.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
}

.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;charset=utf8,%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;charset=utf8,%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;
  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:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  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
}

.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
}

.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
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  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;
  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:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  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:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.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, -25%);
  transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 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
}

.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-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  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
}

.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;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  -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: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.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-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-4by3::before {
  padding-top: 75%
}

.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
  }
}

.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
}

.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-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-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-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-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-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-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-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !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
}

.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 */
/* Sola - SEO HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style two / Style three / Style Four
5. Side Nav Bar
6. Hidden Sidebar
7. Banner Section / Two / Three
8. Page Title
9. Section Title
10. About Section
11. Services Section
12. Service Detail
13. Specialize Section / Two
14. Process Section
15. Fun Fact Section
16. Fun Fact And Features
17. Projects Section / Two
18. Product Details
19. Offer Section
20. Team Section
21. Testimonial Section / Two
22. Products Section
23. Video Section
24. FAQ Section
25. FAQ Form Section
26. App Section
27. News Section / Two / Three
28. Blog Section
29. Blog Detail / Style Two
30. Clients Section
31. Contact Section
32. Main Footer
33. Sidebar Page Container
34. Comment Area
35. Comment Form
36. Contact Page Section
37. Coming Soon
38. Login Section
39. Error Section
40. Right to Left Style
41. Box Layout
**********************************************/

/***

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Niramit:wght@200;300;400;500;600;700&display=swap');


/***

====================================================================
		Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}


/***

====================================================================
		Root Code
====================================================================

 ***/


/* Theme Color */
:root {
  /* #4800ff in decimal RGB */
  --secondary: rgb(49, 0, 174);
  /* #ff0000 in decimal RGB */
  --main-color: rgb(0, 116, 217);
  /* #ffffff in decimal RGB */
  --white: rgb(255, 255, 255);
  /* #555555 in decimal RGB */
  --grey: rgb(85, 85, 85);
  /* #959595 in decimal RGB */
  --lightgrey: rgb(149, 149, 149);
  /* #222222 in decimal RGB */
  --darkgrey: rgb(34, 34, 34);
  /* #000000 in decimal RGB */
  --black: rgb(0, 0, 0);
  /* #fdfdfc in decimal RGB */
  --light: rgb(253, 253, 252);
  /* #1f9fd4 in decimal RGB */
  --light-blue: rgb(31, 59, 212);
  /* #ffcc00 in decimal RGB */
  --yellow: rgb(255, 204, 0);
  /* #f5f5f5 in decimal RGB */
  --bg-grey: rgb(245, 245, 245);
  /* #4661c5 in decimal RGB */
  --facebook-color: rgb(70, 97, 197);
  /* #44b1e4 in decimal RGB */
  --twitter-color: rgb(68, 177, 228);
  /* #0029c2 in decimal RGB */
  --linkedin-color: rgb(0, 41, 194);


  /* #ad0001 in decimal RGB */
  --red: rgb(173, 0, 1);
  /* #033e00 in decimal RGB */
  --green: rgb(3, 62, 0);
  /* #0ec312 in decimal RGB */
  --light-green: rgb(14, 195, 18);
  /* #0043ff in decimal RGB */
  --sl-blue: rgb(0, 67, 255);
  /* #00118e in decimal RGB */
  --dl-blue: rgb(0, 17, 142);
  /* #3f003b in decimal RGB */
  --purple: rgb(63, 0, 59);
  /* #be00c5 in decimal RGB */
  --light-purple: rgb(190, 0, 197);

  --main-color-opicity: 255, 0, 0;
  --secondary-opicity: 49, 0, 174;
  --white-opicity: 255, 255, 255;
  --black-opicity: 0, 0, 0;

  /* Fonts */
  --font-family-Niramit: 'Niramit', sans-serif;
  --font-12: 12px;
  --font-14: 14px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-30: 30px;
  --font-36: 36px;
  --font-40: 40px;
  --font-48: 48px;
  --font-55: 55px;
  --font-60: 60px;
}


/***

====================================================================
	Global Settings
====================================================================

***/

body {

  font-size: var(--font-16);
  color: var(--grey);
  line-height: 30px;
  font-weight: 400;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: var(--font-family-Niramit);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--main-color);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: var(--font-family-Niramit);
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: var(--font-16);
  line-height: 30px;
  font-weight: 400;
  color: var(--grey);
  margin: 0;
}




/* Typography */

h1 {
  font-size: var(--font-60);
}

h2 {
  font-size: var(--font-36);
}

h3 {
  font-size: var(--font-30);
}

h4 {
  font-size: var(--font-24);
}

h5 {
  font-size: var(--font-20);
}

h6 {
  font-size: var(--font-18);
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white);
  padding: 11px 35px;
  font-weight: 700;
  border-radius: 35px;
  text-transform: capitalize;
  background-color: var(--secondary);
  overflow: hidden;
}

.btn-style-one:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 93%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: var(--main-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 44px;
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.btn-style-one:hover::before {
  left: -100%;
}

.btn-style-one:hover {
  color: var(--white);
}


/*Btn Style two*/

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white);
  padding: 11px 35px;
  font-weight: 700;
  border-radius: 35px;
  background-color: var(--main-color);
  text-transform: capitalize;
  overflow: hidden;
}

.btn-style-two:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 93%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: var(--secondary);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 44px;
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.btn-style-two:hover::before {
  left: -100%;
}

.btn-style-two:hover {
  color: var(--white);
}

/*=== List Style One ===*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-weight: 400;
  color: var(--white);
  padding-left: 35px;
  padding-bottom: 14px;
}

.list-style-one li .icon {
  position: absolute;
  left: 0;
}


/*=== List Style Two ===*/

.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkgrey);
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 15px
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--main-color);
  font-weight: 900;
  font-family: "FontAwesome";
  content: "\f061";
}

.theme_color {}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/***

====================================================================
	Prealoder
====================================================================

***/

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  z-index: 99999;
  left: 0%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #00ffcc;
  /* neon green/blue code color */
  opacity: 0.15;
  font-family: "Courier New", monospace;
  white-space: pre;
  line-height: 1.6;
  pointer-events: none;
  animation: moveCode 15s linear infinite;
}

/* Moving code animation */
@keyframes moveCode {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* Center logo */
.preloader-logo img {
  width: 80%;
  height: auto;
  z-index: 1000;
  animation: pulse 1.5s infinite;
  position: relative;
}

/* Pulse effect */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }

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

.preloader__dot {
  background: var(--main-color);
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.25em);
  width: 0.5em;
  height: 0.5em;
  transform-origin: 50% 100%;
}

.preloader__dot:nth-child(1) {
  animation: dot1 8s linear infinite;
  transform: rotate(0deg) translateY(-5.5em);
}

.preloader__dot:nth-child(2) {
  animation: dot2 8s linear infinite;
  transform: rotate(30deg) translateY(-5.5em);
}

.preloader__dot:nth-child(3) {
  animation: dot3 8s linear infinite;
  transform: rotate(60deg) translateY(-5.5em);
}

.preloader__dot:nth-child(4) {
  animation: dot4 8s linear infinite;
  transform: rotate(90deg) translateY(-5.5em);
}

.preloader__dot:nth-child(5) {
  animation: dot5 8s linear infinite;
  transform: rotate(120deg) translateY(-5.5em);
}

.preloader__dot:nth-child(6) {
  animation: dot6 8s linear infinite;
  transform: rotate(150deg) translateY(-5.5em);
}

.preloader__dot:nth-child(7) {
  animation: dot7 8s linear infinite;
  transform: rotate(180deg) translateY(-5.5em);
}

.preloader__dot:nth-child(8) {
  animation: dot8 8s linear infinite;
  transform: rotate(210deg) translateY(-5.5em);
}

.preloader__dot:nth-child(9) {
  animation: dot9 8s linear infinite;
  transform: rotate(240deg) translateY(-5.5em);
}

.preloader__dot:nth-child(10) {
  animation: dot10 8s linear infinite;
  transform: rotate(270deg) translateY(-5.5em);
}

.preloader__dot:nth-child(11) {
  animation: dot11 8s linear infinite;
  transform: rotate(300deg) translateY(-5.5em);
}

.preloader__dot:nth-child(12) {
  animation: dot12 8s linear infinite;
  transform: rotate(330deg) translateY(-5.5em);
}



/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: var(--white);
  font-size: var(--font-20);
  line-height: 50px;
  text-align: center;
  background: var(--sl-blue);
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0;
}

.scroll-to-top:hover {
  background: var(--sl-blue);
}


.flaticon {
  font-family: "Flaticon";
  font-weight: 400;
}

/***

====================================================================
	Top Header
====================================================================

***/

.top-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px 12px;
}

.top-header .left-header-area {
  width: calc(60% - 0px);
  display: flex;
  justify-content: flex-start;
}

.top-header .left-header-area {
  width: calc(60% - 0px);
}

.top-header .left-header-area .contact-area {
  display: flex;
  justify-content: space-between;
}

.top-header .left-header-area .contact-area li {
  color: var(--white);
}

.top-header .left-header-area .contact-area li span {
  color: var(--main-color);
}

.top-header .left-header-area .contact-area li a {
  color: var(--white);
}

.top-header .left-header-area .contact-area li {
  margin-right: 20px;
}

.top-header .left-header-area .contact-area li span {
  margin-right: 6px;
}

.top-header .right-header-area {
  width: calc(40% - 0px);
  display: flex;
  justify-content: flex-end;
}

.social-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: end;
}

.social-links li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-links li a:hover {
  background-color: var(--white);
  color: var(--main-color);
}


/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}


.main-header .header-top {
  position: relative;
}

.main-header .top-left {
  position: relative;
  float: left;
}

.main-header .top-left .contact-list {
  position: relative;
  padding: 5px 0;
}

.main-header .top-left .contact-list li {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 400;
  margin-right: 25px;
}

.main-header .top-left .contact-list li:last-child {
  margin-right: 0;
}

.main-header .top-left .contact-list li i {
  float: left;
  font-size: var(--font-16);
  line-height: 30px;
  margin-right: 10px;
  color: var(--white);
}

.main-header .top-left .contact-list li a {
  color: var(--darkgrey);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover {
  color: var(--white);
}

.main-header .top-right {
  position: relative;
  float: right;
  padding: 5px 0;
}

.social-icon-four {
  position: relative;
}

.social-icon-four li {
  position: relative;
  float: left;
  margin-left: 20px;
}

.social-icon-four li:first-child {
  margin-left: 0;
}

.social-icon-four li a {
  position: relative;
  display: block;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover {
  color: var(--darkgrey);
}

.main-header .main-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-header .inner-container {
  position: relative;
  padding: 0 15px;
}

.main-header .logo-box {
  position: relative;
}

.main-header .logo-box .logo {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .nav-outer {
  position: static;
  display: flex;
}

.header-style-three .nav-outer {
  justify-content: flex-end;
  width: 100%;
}

.navbar-toggler {
  border: 0 !important;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-left: 45px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  line-height: 30px;
  font-weight: 500;
  color: var(--darkgrey);
  padding: 35px 0;
  opacity: 1;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}


.main-menu .navigation>li>ul>li>ul>li:hover>a {
  background: var(--white);
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
  font-family: 'Font Awesome 5 Free';
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
  color: var(--white);
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 110%;
  width: 200px;
  padding: 0px 0px;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.main-menu .navigation>li:hover>ul>li {
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  text-align: left;
  font-size: var(--font-14);
  text-transform: capitalize;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.main-menu .navigation>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--main-color);
  height: 1px;
  text-align: left;
  margin: 0;
  opacity: 0;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li:hover>a {
  z-index: 1;
  color: var(--white);
}

.main-menu .navigation>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li:hover>a:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: var(--main-color);
  }
}

.main-menu .navigation>li>ul>li.dropdown>a:before {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: var(--font-16);
  color: var(--black);
  font-weight: 900;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  z-index: 5;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:before {
  color: var(--white);
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 110%;
  top: 0%;
  width: 200px;
  padding: 0px 0px;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid rgba(var(--black-opicity), .10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li.dropdown:hover>ul {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--white);
  text-align: center;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: flex;
}

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  float: left;
  margin-left: 22px;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--main-color);
}


.main-header .contact-info {
  position: relative;
}

.main-header .contact-info li {
  position: relative;
  float: left;
  margin-left: 35px;
  font-size: 14px;
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 400;
}

.main-header .contact-info li span {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.main-header .contact-info li a {
  color: var(--darkgrey);
  transition: all 300ms ease;
}

.main-header .contact-info li a:hover {
  color: var(--main-color);
}

.main-header .cart-box {
  position: relative;
  background: none;
  display: inline-block;
  margin-right: 35px;
}

.main-header .cart-product {
  position: relative;
  margin-bottom: 18px;
  min-height: 90px;
}

.main-header .cart-product .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}

.main-header .cart-product .inner .cross-icon {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 1;
  font-size: var(--font-16);
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .cart-product .inner .image {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
}

.main-header .cart-product .inner h3 {
  position: relative;
  font-weight: 700;
  color: var(--darkgrey);
  font-size: var(--font-16);
  margin: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main-header .cart-product .inner h3 a {
  color: var(--darkgrey);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .cart-product .inner .quantity-text {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0px;
}

.main-header .cart-product .inner .price {
  position: relative;
  font-weight: 700;
  font-size: var(--font-16);
  margin: 0px;
  color: var(--darkgrey);
}

.main-header .cart-box .cart-panel {
  left: auto !important;
  right: 0px !important;
  padding: 20px 20px;
  min-width: 300px;
  margin-top: 62px;
  z-index: -1;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  z-index: 9;
}

.main-header .cart-box .cart-panel .btns-boxed {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.main-header .cart-box .cart-panel .btns-boxed li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a {
  position: relative;
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px 8px;
  border-radius: 2px;
  display: inline-block;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 35px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn {
  background: none;
  color: var(--black);
  cursor: pointer;
  font-size: var(--font-24);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn:hover {
  color: var(--main-color);
}

.main-header .cart-box .total-cart {
  position: absolute;
  font-size: 12px;
  background-color: var(--main-color);
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  border-radius: 50%;
  color: var(--white);
  top: -10px;
  right: -23px;
}

.main-header .cart-box .flaticon {
  font-size: 25px;
}

.main-header .main-menu .navigation>li {
  margin-left: 50px;
}

.main-header .main-menu .navigation>li>a {
  color: var(--black);
  position: relative;
  font-weight: 600;
}


.main-header .main-menu .navigation>li.dropdown>a:before {
  content: "\f107";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: var(--font-16);
  z-index: 5;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
  color: var(--main-color);
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
}

.sidebar-info-contents .content-inner .content-box h2 {
  position: relative;
  font-size: var(--font-20);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box p {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.90);
  margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info h2 {
  position: relative;
  font-size: var(--font-20);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: var(--darkgrey);
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white);
}

.close-side-widget,
.close-side-widget:hover {
  color: var(--white);
  font-size: var(--font-24);
}

.main-header .header-upper .outer-box .nav-btn {
  position: relative;
  float: left;
  font-size: 25px;
  color: var(--darkgrey);
  cursor: pointer;
  margin-top: 19px;
  margin-left: 25px;
}

.sticky-header .outer-box .nav-btn {
  position: relative;
  float: right;
  font-size: 28px;
  color: var(--black);
  cursor: pointer;
  margin-top: 9px;
  margin-left: 30px;
}

/***

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: absolute;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: var(--main-color);
  display: none;
  top: -74px;
  right: 0;
}

.header-style-three .nav-outer .mobile-nav-toggler {
  top: -65px;
}

.header-style-two .nav-outer .mobile-nav-toggler {
  top: -51px;
  right: 23px;
  color: var(--white);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(var(--black-opicity), 0.9);
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease 500ms;
  -moz-transition: all 0.7s ease 500ms;
  -ms-transition: all 0.7s ease 500ms;
  -o-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.50;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(var(--black-opicity), .10);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--black-opicity), .10);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(var(--black-opicity), .10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: var(--darkgrey);
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: var(--main-color);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: var(--font-16);
  line-height: 74px;
  cursor: pointer;
  z-index: 5;
  background-color: var(--secondary);
  color: var(--white);
  padding-left: 0;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .options-box {
  position: fixed;
  z-index: 6;
  bottom: 0;
  width: 100%;
  transition-delay: 2s;
  transition: all 0.5s ease-in-out;
}

.mobile-menu .options-box .social-box {
  padding: 15px;
  background-color: var(--secondary);
  width: 100%;
  position: relative;
}

.mobile-menu .options-box .social-box .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.mobile-menu .options-box .social-box .social-icons li a {
  color: var(--white);
}

.mobile-menu .navigation li.dropdown .dropdown-btn .fa-angle-down:before {
  content: "\f067";
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open .fa-angle-down:before {
  content: "\f068";
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 49px solid var(--white);
  border-right: 50px solid transparent;
  left: 0;
  position: absolute;
  z-index: 9;
}

/*===================================
		Header Style One
===================================*/

.header-style-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header-style-one .header-lower {
  position: relative;
  background-color: var(--white);
  margin: 0;
  padding: 0 40px;
  border-radius: 15px;
  height: 100px;
}

.header-style-one .header-lower:after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -14px;
  width: 100%;
  height: 100px;
  border-radius: 15px;
  z-index: -1;
}

.header-style-one .outer-box {
  margin-top: 35px;
  margin-left: 40px;
}

.header-style-one .search-box-outer .dropdown-menu {
  top: 20px !important;
}


/*search box btn*/

.main-header .search-box-outer {
  position: relative;
  margin: 0 25px 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .search-box-btn {
  position: relative;
  cursor: pointer;
  background: none;
  font-size: 25px;
  color: var(--black);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .search-box-btn:hover,
.header-style-one .search-box-btn:hover {
  color: var(--main-color);
}

.dropdown-toggle::after {
  display: none;
}

.main-header .search-box-outer .dropdown-menu {
  top: 37px !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
}



html.modal-active,
body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}

#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

#modal-container.one .modal-background .modal {
  position: relative;
  display: block;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1050;
  overflow: visible;
  outline: 0;
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

}

#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

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

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}


#modal-container.one .modal-background .modal .form-container {
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  transform-origin: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 auto;
}

#modal-container.one .modal-background .modal .form-container h2 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 30px;
}

#modal-container.one .modal-background .modal .form-group {
  position: relative;
  margin: 0px;
}

#modal-container.one .modal-background .modal input[type="text"],
#modal-container.one .modal-background .modal input[type="search"],
#modal-container.one .modal-background .modal input[type="password"],
#modal-container.one .modal-background .modal select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid var(--bg-grey);
  background: var(--white);
}

#modal-container.one .modal-background .modal input:focus,
#modal-container.one .modal-background .modal select:focus {}

#modal-container.one .modal-background .modal .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--grey);
  font-size: 12px;
  background: none;
  cursor: pointer;
}

#modal-container.one .modal-background .modal .close {
  position: absolute;
  top: -155%;
  right: 17%;
  font-size: 27px;
  color: var(--white);
  z-index: 9;
}

.header-style-one .outer-box .nav-toggler {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  top: -5px;
  color: var(--white);
  background-color: var(--main-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header-style-one .outer-box .nav-toggler:hover {
  background-color: var(--secondary);
}

.header-style-one .main-menu .navigation>li {
  margin-left: 55px;
}

/*===================================
		Header Style Two
===================================*/
.header-style-two {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}



.header-style-two .header-lower {
  position: relative;
}

.header-style-two .header-lower .auto-container {
  position: relative;
  max-width: 1170px;
}


.header-style-two .header-lower .main-box {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}

.header-style-two .header-lower .main-box .logo-box {
  margin-right: 35px;
}


.header-style-two .outer-box {
  padding: 21px 0 0;
  margin-left: 10px;
}

.header-style-two .outer-box .cart-box {
  margin-left: 15px;
  margin-right: 0;
}

.header-style-two .header-lower .main-box .nav-outer {
  background-color: var(--white);
  border-radius: 45px;
  position: relative;
}

.header-style-two .header-lower .main-box .nav-outer:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 101%;
  height: 60px;
  z-index: -1;
  border-radius: 45px;
}

.header-style-two .header-lower .main-box .nav-outer .navigation>li {
  margin-left: 40px;
}

.header-style-two .header-lower .main-box .nav-outer .navigation>li>a {
  padding: 20px 0;
}

.header-style-two .header-lower .main-box .nav-outer .navigation>li>a:after {
  content: "";
  position: absolute;
  left: -7px;
  top: 17px;
  width: 30px;
  height: 25px;
  background-image: url(../images/resource/menu-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-style-two .header-lower .main-box .nav-outer .navigation>li.current>a:after,
.header-style-two .header-lower .main-box .nav-outer .navigation>li:hover>a:after {
  opacity: 0.5;
}

.header-style-two .outer-box .btn-style-one {
  position: relative;
  display: inline-block;
  border-radius: 73px;
  margin-right: 15px;
}

.header-style-two .outer-box .nav-toggler {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--white);
  margin-right: 20px;
  margin-left: 0;
  background-color: var(--secondary);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: -5px;
}

.header-style-two .outer-box .nav-toggler:hover {
  background-color: var(--main-color);
}

.header-style-two .search-box-outer .dropdown-menu {
  top: 37px !important;
}

.header-style-two .search-box-outer {
  float: right;
  margin-left: 40px;
}


.main-header .cart-btn {
  position: relative;
  float: left;
}

.main-header .cart-btn a {
  position: relative;
  display: inline-block;
  font-size: var(--font-20);
  line-height: 35px;
  color: var(--white);
}

.main-header .cart-btn .count {
  position: absolute;
  right: -11px;
  top: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  background-color: var(--main-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


/*===================================
		Header Style Three
===================================*/

.header-style-three .top-header {
  width: 100%;
  box-shadow: 10px 0 16px rgba(var(--black-opicity), 0.1);
  padding: 0 50px;
}

.header-style-three .top-header .left-header-area .contact-area li {
  color: var(--grey);
  padding: 5px 0;
}

.header-style-three .top-header .left-header-area .contact-area li a {
  color: var(--grey);
}

.header-style-three .social-links li a {
  color: var(--grey);
  border-left: 1px solid rgba(var(--black-opicity), 0.1);
  border-right: 1px solid rgba(var(--black-opicity), 0.1);
  border-radius: 0;
  margin-left: -1px;
  padding: 3px 0;
  height: auto;
  width: 40px;
  border-top: none;
  border-bottom: none;
}

.header-style-three .social-links li a:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.header-style-three .header-lower {
  width: 100%;
  padding: 15px 50px;
}

.header-style-three .main-box {
  justify-content: space-between;
}

.header-style-three .outer-box .theme-btn {
  height: 50px;
  height: 50px;
  margin: -11px 25px 0;
}

.header-style-three .outer-box {
  margin-top: 34px;
  margin-left: 40px;
}

.header-style-three .outer-box .cart-box {
  height: auto;
  padding: 0;
}

.header-style-three .outer-box .cart-box .cart-box-btn {
  color: var(--secondary);
}

.header-style-three .outer-box .search-box-outer {
  margin-right: 35px;
}

.header-style-three .outer-box .nav-toggler {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--white);
  position: relative;
  top: -3px;
  background-color: var(--secondary);
}

.pattern {

  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.pattern-layer-one {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
}

.pattern-layer-two {
  position: absolute;
  left: 22%;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;

}

.pattern-layer-three {
  top: 34%;
  left: 10%;
  width: 11px;
  height: 11px;
  position: absolute;
  background-repeat: no-repeat;
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-four {
  position: absolute;
  top: 54%;
  left: 14%;
  width: 40px;
  height: 37px;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-five {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-six {
  position: absolute;
  width: 47px;
  height: 40px;
  bottom: 0;
  left: 50%;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-seven {
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: 7%;
  left: 42%;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-eight {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 40%;
  top: 10%;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-nine {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 5%;
  left: 50%;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-ten {
  position: absolute;
  right: 15%;
  top: 3%;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-eleven {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 105px;
  height: 100px;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pattern-layer-tweleve {
  position: absolute;
  right: 2%;
  top: 42%;
  width: 105px;
  height: 100px;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***

====================================================================
	Side Nav Bar
====================================================================

***/

.sidenav-bar {
  position: fixed;
  left: -350px;
  top: 0px;
  width: 350px;
  height: 100%;
  overflow-y: auto;

  z-index: 99999;
  transition: all 500ms ease;
}

.active-side-nav .sidenav-bar {
  left: 0;
}

.sidenav-bar .inner-box {
  position: relative;
  padding: 50px 30px;
}

.sidenav-bar:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/icon-dots-dark.jpg);
  background-repeat: repeat;
  background-position: center;
  content: "";
}

.sidenav-bar .upper-box {
  position: relative;
  margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a {
  position: relative;
}

.sidenav-bar .cross-icon {
  position: absolute;
  right: 0;
  top: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: var(--font-18);
  color: var(--darkgrey);
  font-weight: 400;
  background-color: var(--white);
  cursor: pointer;
  transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.sidenav-bar .side-nav {
  position: relative;
  margin-bottom: 50px;
}

.sidenav-bar .side-nav .navigatio {
  position: relative;
}

.sidenav-bar .side-nav .navigation>li,
.sidenav-bar .side-nav .navigation>li>ul>li {
  position: relative;
  display: block;
}

.sidenav-bar .side-nav .navigation>li>a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 0px;
  color: var(--white);
  font-weight: 400;
  font-size: var(--font-16);
  text-transform: capitalize;
  transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation>li>ul>li>a,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  color: var(--white);
  font-weight: 400;
  font-size: var(--font-16);
  text-transform: capitalize;
  transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation>li>ul>li,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li {
  margin-bottom: 0px;
}

.sidenav-bar .side-nav .navigation>li>ul>li:last-child,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li:last-child {
  margin: 0px;
}

.sidenav-bar .side-nav .navigation>li:hover>a,
.sidenav-bar .side-nav .navigation>li>ul>li:hover>a,
.sidenav-bar .side-nav .navigation>li.current>a,
.sidenav-bar .side-nav .navigation>li>ul>li.current>a {
  color: var(--main-color);
}

.sidenav-bar .side-nav .navigation>li.dropdown>a {
  padding-right: 30px;
}

.sidenav-bar .side-nav .navigation>li.dropdown>a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 10px;
  line-height: 30px;
  display: block;
  font-size: var(--font-16);
  z-index: 5;
  font-weight: 300;
}

.sidenav-bar .side-nav .navigation>li.dropdown.active>a:before {
  content: "\f107";
}

.sidenav-bar .side-nav .navigation>li.dropdown>ul,
.sidenav-bar .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
  position: relative;
  display: block;
  left: 0%;
  top: 0px;
  width: 100%;
  z-index: 100;
  padding: 10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--bg-grey);
  text-align: center;
  font-size: var(--font-16);
  line-height: 28px;
  color: var(--white);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.sidenav-bar .subscribe-form {
  position: relative;
}

.sidenav-bar .subscribe-form h5 {
  position: relative;
  display: block;
  font-size: var(--font-20);
  line-height: 1.2em;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form {
  position: relative;
}

.sidenav-bar .subscribe-form input[type="text"],
.sidenav-bar .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  padding: 10px 30px;
  background-color: var(--black);
  border-radius: 30px;
  transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,
.sidenav-bar .subscribe-form input[type="submit"] {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 50px;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--black);
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,
.sidenav-bar .subscribe-form input[type="submit"]:hover {
  color: var(--white);
}

.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.70);
  visibility: hidden;
  z-index: 99999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.active-side-nav .form-back-drop {
  opacity: 1;
  visibility: visible;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  right: -500px;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  background-color: var(--secondary);
  max-width: 360px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-side-nav .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: var(--secondary);
  padding: 55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: var(--white);
  font-size: var(--font-20);
}

.hidden-bar .inner-box h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--white);
  margin-bottom: 20px;
}

.hidden-bar .inner-box p {
  color: var(--white);
  margin-bottom: 25px;
}

.hidden-bar .inner-box .logo {
  margin-top: -38px;
  margin-bottom: 30px;
}

.contact-info-box {
  position: relative;
  padding-top: 20px;
}

.contact-info-box .info-list {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.contact-info-box .info-list li {
  position: relative;
  color: var(--white);
  font-size: var(--font-18);
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-info-box .info-list:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: var(--white);
}

.contact-info-box .social-list {
  position: relative;
}

.contact-info-box .social-list li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 6px;
  display: inline-block;
}

.contact-info-box .social-list li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.50);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
  color: rgba(255, 255, 255, 0.80);
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

/***

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: var(--white);
  -webkit-box-shadow: 0 0 15px rgba(var(--black-opicity), .10);
  -moz-box-shadow: 0 0 15px rgba(var(--black-opicity), .10);
  -ms-box-shadow: 0 0 15px rgba(var(--black-opicity), .10);
  -o-box-shadow: 0 0 15px rgba(var(--black-opicity), .10);
  box-shadow: 0 0 15px rgba(var(--black-opicity), .10);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.fixed-header .sticky-header .main-box {
  display: block;
}

.fixed-header .sticky-header .main-box .logo-box {
  float: left;
  margin-top: 22px;
}

.fixed-header .sticky-header .main-box .nav-outer {
  float: right;
  width: auto;
}

.fixed-header .sticky-header .outer-box .nav-toggler {
  margin-top: -4px;
  margin-left: 35px;
}

.header-style-two .sticky-header .outer-box {
  margin-left: 40px;
  margin-top: 15px;
}

.header-style-two .sticky-header .outer-box .search-box-outer {
  margin-left: 0;
}

/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
  position: static;
}

.main-menu .navigation>li>.mega-menu {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1170px;
  background: var(--white);
  padding: 45px 40px 30px 45px;
  top: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li:hover>.mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
  position: relative;
}

.main-menu .navigation>li .mega-menu-bar h3 {
  position: relative;

  font-size: var(--font-18);
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li .mega-menu-bar>ul {
  position: relative;

}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--lightgrey);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
  border: none;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  text-align: left;
  font-size: var(--font-14);
  text-transform: capitalize;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--main-color);
  height: 1px;
  text-align: left;
  margin: 0;
  opacity: 0;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
  z-index: 1;
  color: var(--white);
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-section:after {
  content: "";
  position: absolute;
  left: 140px;
  bottom: -99px;
  width: 365px;
  height: 300px;
  background-image: url(../images/main-banner/3.png);
}

.banner-section .content-column .content-inner {
  margin-top: 215px;
  margin-left: 37%;
}

.banner-section .content-column .content-inner .video-link {
  position: relative;
}

.banner-section .content-column .content-inner .video-link a {
  width: 122px;
  display: block;
  height: 120px;
  font-size: 40px;
  background-image: linear-gradient(var(--main-color), var(--secondary));
  text-align: center;
  color: var(--white);
  line-height: 117px;
  border-radius: 50%;
  border: 4px solid var(--white);
  position: relative;
}

.banner-section .content-column .content-inner .video-link .ripple,
.banner-section .content-column .content-inner .video-link .ripple:before,
.banner-section .content-column .content-inner .video-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 122px;
  width: 122px;
  margin-left: .5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.banner-section .content-column .content-inner .video-link .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.banner-section .content-column .content-inner .video-link .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.banner-section .content-column .content-inner h1 {
  color: var(--white);
  font-weight: 700;
  margin: 31px 0 16px;
}

.banner-section .content-column .content-inner p {
  color: var(--white);
  margin-bottom: 30px;
  font-size: var(--font-18);

}

.banner-section .image-column .image-box {
  margin-top: 120px;
  animation-duration: 2s;
  animation-iteration-count: infinite
}

.banner-section .image-column .image-box img {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}


/***

====================================================================
		Banner Section Style Two
====================================================================

***/
.banner-section.style-two {
  overflow: hidden;
  background-size: cover;
}

.banner-section.style-two:before,
.banner-section.style-two:after {
  display: none;
}

.banner-section.style-two .image-column .image-box img.image-vector {
  position: absolute;
  right: 23%;
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
}

.banner-section.style-two .image-column .image-box {
  margin-top: 140px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 719px 1067px var(--light-blue), 673px 1391px var(--light-blue), 1375px 924px var(--light-blue), 156px 614px var(--light-blue), 1981px 1215px var(--light-blue), 1709px 619px var(--light-blue), 853px 342px var(--light-blue), 26px 181px var(--light-blue), 185px 1901px var(--light-blue), 1570px 1434px var(--light-blue), 15px 444px var(--light-blue), 1959px 1377px var(--light-blue), 429px 166px var(--light-blue), 1223px 1837px var(--light-blue), 1341px 556px var(--light-blue), 1670px 1047px var(--light-blue), 1229px 175px var(--light-blue), 772px 1220px var(--light-blue), 1988px 742px var(--light-blue), 619px 502px var(--light-blue), 771px 947px var(--light-blue), 953px 77px var(--light-blue), 361px 977px var(--light-blue), 847px 874px var(--light-blue), 24px 1968px var(--light-blue), 1364px 649px var(--light-blue), 1294px 203px var(--light-blue), 171px 1511px var(--light-blue), 958px 338px var(--light-blue), 1479px 1423px var(--light-blue), 430px 1570px var(--light-blue), 344px 972px var(--light-blue), 1869px 850px var(--light-blue), 971px 1288px var(--light-blue), 1724px 1841px var(--light-blue), 357px 1201px var(--light-blue), 1988px 1758px var(--light-blue), 1749px 1021px var(--light-blue), 1777px 329px var(--light-blue), 1944px 1052px var(--light-blue), 1656px 665px var(--light-blue), 1136px 515px var(--light-blue), 595px 832px var(--light-blue), 521px 1798px var(--light-blue), 150px 1421px var(--light-blue), 1053px 1611px var(--light-blue), 1944px 927px var(--light-blue), 555px 370px var(--light-blue), 499px 1154px var(--light-blue), 1878px 679px var(--light-blue), 1142px 1011px var(--light-blue), 1233px 1288px var(--light-blue), 372px 911px var(--light-blue), 116px 1679px var(--light-blue), 431px 1496px var(--light-blue), 229px 1064px var(--light-blue), 667px 1323px var(--light-blue), 1370px 1794px var(--light-blue), 1041px 1943px var(--light-blue), 539px 192px var(--light-blue), 823px 1198px var(--light-blue), 159px 1955px var(--light-blue), 1532px 985px var(--light-blue), 964px 1443px var(--light-blue), 811px 287px var(--light-blue), 721px 924px var(--light-blue), 1018px 1046px var(--light-blue), 1569px 1422px var(--light-blue), 738px 1724px var(--light-blue), 905px 1591px var(--light-blue), 622px 978px var(--light-blue), 766px 657px var(--light-blue), 1633px 1690px var(--light-blue), 1885px 1249px var(--light-blue), 1966px 323px var(--light-blue), 1900px 1767px var(--light-blue), 660px 1763px var(--light-blue), 659px 1614px var(--light-blue), 668px 780px var(--light-blue), 1488px 1035px var(--light-blue), 358px 315px var(--light-blue), 1655px 374px var(--light-blue), 324px 86px var(--light-blue), 192px 636px var(--light-blue), 1498px 405px var(--light-blue), 1428px 1396px var(--light-blue), 193px 548px var(--light-blue), 663px 1491px var(--light-blue), 246px 1290px var(--light-blue), 300px 284px var(--light-blue), 794px 1830px var(--light-blue), 1423px 1574px var(--light-blue), 989px 380px var(--light-blue), 1092px 464px var(--light-blue), 443px 1778px var(--light-blue), 465px 129px var(--light-blue), 1227px 1914px var(--light-blue), 557px 1225px var(--light-blue), 865px 1220px var(--light-blue), 339px 1493px var(--light-blue), 1563px 1047px var(--light-blue), 1698px 1575px var(--light-blue), 1324px 450px var(--light-blue), 901px 300px var(--light-blue), 123px 1929px var(--light-blue), 722px 843px var(--light-blue), 223px 1469px var(--light-blue), 1639px 1029px var(--light-blue), 963px 1007px var(--light-blue), 1712px 673px var(--light-blue), 480px 265px var(--light-blue), 1781px 963px var(--light-blue), 759px 1460px var(--light-blue), 1622px 1829px var(--light-blue), 637px 1607px var(--light-blue), 724px 464px var(--light-blue), 85px 1990px var(--light-blue), 1063px 1503px var(--light-blue), 410px 1470px var(--light-blue), 810px 782px var(--light-blue), 1373px 1448px var(--light-blue), 1425px 1588px var(--light-blue), 551px 640px var(--light-blue), 1502px 1528px var(--light-blue), 1937px 1633px var(--light-blue), 33px 362px var(--light-blue), 1518px 1113px var(--light-blue), 1752px 50px var(--light-blue), 157px 755px var(--light-blue), 488px 1829px var(--light-blue), 858px 178px var(--light-blue), 113px 1674px var(--light-blue), 606px 1549px var(--light-blue), 380px 1173px var(--light-blue), 1008px 1995px var(--light-blue), 254px 445px var(--light-blue), 1610px 1965px var(--light-blue), 146px 1695px var(--light-blue), 1785px 931px var(--light-blue), 32px 1339px var(--light-blue), 1417px 624px var(--light-blue), 1273px 1792px var(--light-blue), 1968px 1598px var(--light-blue), 751px 1947px var(--light-blue), 638px 1525px var(--light-blue), 456px 178px var(--light-blue), 779px 478px var(--light-blue), 1763px 910px var(--light-blue), 1148px 424px var(--light-blue), 795px 397px var(--light-blue), 1849px 975px var(--light-blue), 598px 1764px var(--light-blue), 1642px 1393px var(--light-blue), 299px 312px var(--light-blue), 49px 506px var(--light-blue), 1345px 1348px var(--light-blue), 1830px 140px var(--light-blue), 1054px 976px var(--light-blue), 83px 288px var(--light-blue), 916px 850px var(--light-blue), 300px 1438px var(--light-blue), 878px 462px var(--light-blue), 1373px 211px var(--light-blue), 36px 1686px var(--light-blue), 1755px 1209px var(--light-blue), 1294px 1815px var(--light-blue), 883px 1441px var(--light-blue), 959px 1870px var(--light-blue), 206px 191px var(--light-blue), 1581px 1861px var(--light-blue), 669px 1871px var(--light-blue), 1792px 1856px var(--light-blue), 1532px 1985px var(--light-blue), 913px 328px var(--light-blue), 195px 146px var(--light-blue), 230px 985px var(--light-blue), 150px 581px var(--light-blue), 1222px 811px var(--light-blue), 1197px 1322px var(--light-blue), 1229px 1534px var(--light-blue), 93px 446px var(--light-blue), 343px 1164px var(--light-blue), 1679px 137px var(--light-blue), 53px 1631px var(--light-blue), 439px 1676px var(--light-blue), 1532px 1135px var(--light-blue), 1114px 983px var(--light-blue), 291px 601px var(--light-blue), 1196px 1719px var(--light-blue), 1593px 1372px var(--light-blue), 772px 588px var(--light-blue), 1130px 508px var(--light-blue), 1517px 1697px var(--light-blue), 39px 1669px var(--light-blue), 1376px 747px var(--light-blue), 1054px 1227px var(--light-blue), 960px 1925px var(--light-blue), 1358px 1148px var(--light-blue), 411px 1392px var(--light-blue), 1226px 84px var(--light-blue), 57px 1139px var(--light-blue), 960px 1358px var(--light-blue), 1798px 1575px var(--light-blue), 369px 1148px var(--light-blue), 484px 1822px var(--light-blue), 471px 855px var(--light-blue), 543px 1259px var(--light-blue), 86px 1353px var(--light-blue), 1646px 1171px var(--light-blue), 971px 1324px var(--light-blue), 126px 1326px var(--light-blue), 1138px 1700px var(--light-blue), 1185px 795px var(--light-blue), 1194px 466px var(--light-blue), 844px 75px var(--light-blue), 380px 444px var(--light-blue), 675px 1654px var(--light-blue), 1792px 1685px var(--light-blue), 402px 1813px var(--light-blue), 861px 564px var(--light-blue), 698px 1429px var(--light-blue), 1700px 1316px var(--light-blue), 1845px 239px var(--light-blue), 28px 96px var(--light-blue), 39px 1156px var(--light-blue), 325px 765px var(--light-blue), 1460px 1297px var(--light-blue), 501px 995px var(--light-blue), 38px 1085px var(--light-blue), 297px 57px var(--light-blue), 1733px 902px var(--light-blue), 506px 1001px var(--light-blue), 1753px 917px var(--light-blue), 1491px 1099px var(--light-blue), 385px 992px var(--light-blue), 401px 804px var(--light-blue), 1749px 1734px var(--light-blue), 305px 378px var(--light-blue), 727px 960px var(--light-blue), 241px 310px var(--light-blue), 990px 839px var(--light-blue), 1229px 1828px var(--light-blue), 1012px 232px var(--light-blue), 520px 440px var(--light-blue), 135px 1073px var(--light-blue), 1311px 1941px var(--light-blue), 1444px 1210px var(--light-blue), 1823px 1765px var(--light-blue), 452px 733px var(--light-blue), 507px 1047px var(--light-blue), 1219px 1662px var(--light-blue), 300px 263px var(--light-blue), 1027px 1714px var(--light-blue), 1794px 1085px var(--light-blue), 844px 1629px var(--light-blue), 1249px 1056px var(--light-blue), 831px 1363px var(--light-blue), 1276px 755px var(--light-blue), 1514px 1251px var(--light-blue), 1751px 1360px var(--light-blue), 631px 1664px var(--light-blue), 1053px 1085px var(--light-blue), 1302px 724px var(--light-blue), 107px 270px var(--light-blue), 1280px 1891px var(--light-blue), 1729px 210px var(--light-blue), 1838px 1434px var(--light-blue), 612px 322px var(--light-blue), 344px 1489px var(--light-blue), 1212px 648px var(--light-blue), 1092px 402px var(--light-blue), 692px 1627px var(--light-blue), 1979px 88px var(--light-blue), 377px 1986px var(--light-blue), 200px 816px var(--light-blue), 251px 1734px var(--light-blue), 1280px 789px var(--light-blue), 1137px 1468px var(--light-blue), 1424px 1977px var(--light-blue), 1264px 156px var(--light-blue), 389px 1371px var(--light-blue), 1839px 10px var(--light-blue), 701px 1320px var(--light-blue), 381px 462px var(--light-blue), 1117px 1228px var(--light-blue), 145px 1775px var(--light-blue), 1013px 423px var(--light-blue), 806px 1481px var(--light-blue), 1788px 1262px var(--light-blue), 778px 1351px var(--light-blue), 877px 1936px var(--light-blue), 1227px 1901px var(--light-blue), 1961px 589px var(--light-blue), 243px 678px var(--light-blue), 1068px 1824px var(--light-blue), 26px 1969px var(--light-blue), 1595px 1621px var(--light-blue), 364px 254px var(--light-blue), 1918px 99px var(--light-blue), 1636px 374px var(--light-blue), 1082px 1047px var(--light-blue), 857px 1289px var(--light-blue), 1453px 359px var(--light-blue), 675px 102px var(--light-blue), 1905px 1399px var(--light-blue), 1355px 802px var(--light-blue), 195px 380px var(--light-blue), 648px 1197px var(--light-blue), 570px 905px var(--light-blue), 1502px 738px var(--light-blue), 30px 1775px var(--light-blue), 1607px 705px var(--light-blue), 1934px 1485px var(--light-blue), 218px 208px var(--light-blue), 1245px 1567px var(--light-blue), 77px 1102px var(--light-blue), 335px 1181px var(--light-blue), 1421px 957px var(--light-blue), 1632px 1572px var(--light-blue), 1005px 1693px var(--light-blue), 1224px 1176px var(--light-blue), 1594px 1559px var(--light-blue), 264px 244px var(--light-blue), 562px 1823px var(--light-blue), 992px 275px var(--light-blue), 1174px 82px var(--light-blue), 613px 322px var(--light-blue), 52px 771px var(--light-blue), 1651px 923px var(--light-blue), 297px 1813px var(--light-blue), 1877px 877px var(--light-blue), 1812px 1096px var(--light-blue), 1699px 51px var(--light-blue), 1409px 246px var(--light-blue), 1895px 1521px var(--light-blue), 362px 112px var(--light-blue), 1718px 616px var(--light-blue), 716px 691px var(--light-blue), 222px 1556px var(--light-blue), 1433px 427px var(--light-blue), 1052px 1813px var(--light-blue), 710px 298px var(--light-blue), 364px 1287px var(--light-blue), 1318px 804px var(--light-blue), 1535px 960px var(--light-blue), 41px 1751px var(--light-blue), 1466px 1204px var(--light-blue), 1519px 195px var(--light-blue), 1264px 1626px var(--light-blue), 460px 366px var(--light-blue), 1334px 2px var(--light-blue), 1859px 284px var(--light-blue), 749px 1083px var(--light-blue), 1000px 1187px var(--light-blue), 158px 568px var(--light-blue), 892px 1222px var(--light-blue), 1185px 1952px var(--light-blue), 1509px 1137px var(--light-blue), 373px 1402px var(--light-blue), 1327px 370px var(--light-blue), 1180px 1637px var(--light-blue), 1816px 236px var(--light-blue), 836px 1036px var(--light-blue), 410px 1504px var(--light-blue), 1389px 1182px var(--light-blue), 1089px 1281px var(--light-blue), 1144px 1956px var(--light-blue), 581px 412px var(--light-blue), 1524px 685px var(--light-blue), 602px 379px var(--light-blue), 1896px 731px var(--light-blue), 509px 306px var(--light-blue), 982px 1127px var(--light-blue), 696px 552px var(--light-blue), 1227px 1977px var(--light-blue), 1114px 1154px var(--light-blue), 129px 425px var(--light-blue), 1464px 437px var(--light-blue), 1164px 1298px var(--light-blue), 349px 1899px var(--light-blue), 534px 207px var(--light-blue), 1741px 23px var(--light-blue), 1646px 477px var(--light-blue), 1289px 1132px var(--light-blue), 500px 1903px var(--light-blue), 843px 1790px var(--light-blue), 601px 1037px var(--light-blue), 1303px 1678px var(--light-blue), 878px 964px var(--light-blue), 1279px 713px var(--light-blue), 731px 1988px var(--light-blue), 1789px 466px var(--light-blue), 553px 67px var(--light-blue), 849px 908px var(--light-blue), 1459px 1716px var(--light-blue), 1011px 443px var(--light-blue), 932px 1391px var(--light-blue), 517px 332px var(--light-blue), 590px 73px var(--light-blue), 549px 169px var(--light-blue), 642px 475px var(--light-blue), 1002px 1218px var(--light-blue), 1134px 26px var(--light-blue), 1127px 1065px var(--light-blue), 1361px 1277px var(--light-blue), 1092px 535px var(--light-blue), 408px 1228px var(--light-blue), 1745px 1675px var(--light-blue), 1597px 73px var(--light-blue), 13px 1364px var(--light-blue), 1721px 986px var(--light-blue), 1418px 848px var(--light-blue), 1855px 114px var(--light-blue), 1356px 1729px var(--light-blue), 1218px 969px var(--light-blue), 638px 344px var(--light-blue), 319px 1863px var(--light-blue), 858px 704px var(--light-blue), 1226px 144px var(--light-blue), 1245px 617px var(--light-blue), 1686px 1263px var(--light-blue), 525px 1288px var(--light-blue), 1672px 1871px var(--light-blue), 1553px 522px var(--light-blue), 1065px 1159px var(--light-blue), 1824px 322px var(--light-blue), 1373px 372px var(--light-blue), 781px 399px var(--light-blue), 131px 1223px var(--light-blue), 1495px 332px var(--light-blue), 1621px 1996px var(--light-blue), 1321px 1685px var(--light-blue), 1175px 52px var(--light-blue), 689px 436px var(--light-blue), 1581px 1149px var(--light-blue), 1369px 1728px var(--light-blue), 181px 609px var(--light-blue), 626px 507px var(--light-blue), 1692px 1629px var(--light-blue), 925px 1522px var(--light-blue), 180px 47px var(--light-blue), 1325px 760px var(--light-blue), 474px 176px var(--light-blue), 1566px 300px var(--light-blue), 430px 462px var(--light-blue), 1509px 291px var(--light-blue), 1309px 670px var(--light-blue), 194px 227px var(--light-blue), 18px 320px var(--light-blue), 1111px 1106px var(--light-blue), 398px 1062px var(--light-blue), 690px 453px var(--light-blue), 1980px 531px var(--light-blue), 1147px 1506px var(--light-blue), 173px 1221px var(--light-blue), 339px 531px var(--light-blue), 1839px 1408px var(--light-blue), 1477px 95px var(--light-blue), 151px 1305px var(--light-blue), 1826px 101px var(--light-blue), 689px 454px var(--light-blue), 913px 1049px var(--light-blue), 947px 649px var(--light-blue), 827px 286px var(--light-blue), 1228px 977px var(--light-blue), 1278px 1282px var(--light-blue), 764px 826px var(--light-blue), 616px 1634px var(--light-blue), 1734px 871px var(--light-blue), 620px 452px var(--light-blue), 1255px 1250px var(--light-blue), 1600px 1496px var(--light-blue), 630px 1923px var(--light-blue), 1195px 512px var(--light-blue), 992px 461px var(--light-blue), 1427px 1344px var(--light-blue), 76px 901px var(--light-blue), 377px 615px var(--light-blue), 650px 1321px var(--light-blue), 1622px 346px var(--light-blue), 1214px 1920px var(--light-blue), 1804px 333px var(--light-blue), 1180px 1623px var(--light-blue), 237px 653px var(--light-blue), 889px 636px var(--light-blue), 332px 170px var(--light-blue), 587px 1244px var(--light-blue), 989px 1817px var(--light-blue), 984px 377px var(--light-blue), 294px 1682px var(--light-blue), 994px 350px var(--light-blue), 1738px 34px var(--light-blue), 804px 510px var(--light-blue), 1273px 1348px var(--light-blue), 223px 367px var(--light-blue), 1220px 1450px var(--light-blue), 1931px 576px var(--light-blue), 1197px 1682px var(--light-blue), 725px 616px var(--light-blue), 222px 1465px var(--light-blue), 997px 449px var(--light-blue), 1947px 1762px var(--light-blue), 1023px 290px var(--light-blue), 1977px 689px var(--light-blue), 1477px 807px var(--light-blue), 781px 1586px var(--light-blue), 1937px 1323px var(--light-blue), 1854px 832px var(--light-blue), 730px 521px var(--light-blue), 820px 1834px var(--light-blue), 1528px 370px var(--light-blue), 40px 748px var(--light-blue), 834px 1828px var(--light-blue), 1716px 1258px var(--light-blue), 1566px 1572px var(--light-blue), 822px 491px var(--light-blue), 845px 579px var(--light-blue), 767px 104px var(--light-blue), 389px 211px var(--light-blue), 1406px 2px var(--light-blue), 109px 838px var(--light-blue), 1401px 53px var(--light-blue), 1166px 1085px var(--light-blue), 252px 1030px var(--light-blue), 740px 697px var(--light-blue), 1323px 1454px var(--light-blue), 1621px 1508px var(--light-blue), 1857px 1208px var(--light-blue), 1827px 1744px var(--light-blue), 594px 770px var(--light-blue), 1127px 1795px var(--light-blue), 1599px 191px var(--light-blue), 1394px 908px var(--light-blue), 1913px 1179px var(--light-blue), 1055px 15px var(--light-blue), 990px 625px var(--light-blue), 1070px 353px var(--light-blue), 6px 141px var(--light-blue), 193px 943px var(--light-blue), 316px 1406px var(--light-blue), 677px 767px var(--light-blue), 1460px 1617px var(--light-blue), 196px 849px var(--light-blue), 292px 478px var(--light-blue), 1950px 910px var(--light-blue), 1181px 1067px var(--light-blue), 796px 580px var(--light-blue), 946px 864px var(--light-blue), 535px 1303px var(--light-blue), 1747px 1756px var(--light-blue), 1261px 945px var(--light-blue), 1px 681px var(--light-blue), 367px 548px var(--light-blue), 1470px 821px var(--light-blue), 889px 1702px var(--light-blue), 1068px 1107px var(--light-blue), 439px 1094px var(--light-blue), 576px 1550px var(--light-blue), 612px 1741px var(--light-blue), 732px 1205px var(--light-blue), 1487px 482px var(--light-blue), 1936px 470px var(--light-blue), 1409px 193px var(--light-blue), 120px 1804px var(--light-blue), 688px 1503px var(--light-blue), 652px 1813px var(--light-blue), 90px 158px var(--light-blue), 919px 113px var(--light-blue), 987px 1300px var(--light-blue), 363px 1929px var(--light-blue), 1387px 1089px var(--light-blue), 1068px 1072px var(--light-blue), 283px 900px var(--light-blue), 1435px 1494px var(--light-blue), 1878px 1049px var(--light-blue), 461px 1566px var(--light-blue), 919px 1228px var(--light-blue), 1263px 969px var(--light-blue), 1101px 1681px var(--light-blue), 1504px 1839px var(--light-blue), 358px 1770px var(--light-blue), 1329px 408px var(--light-blue), 571px 158px var(--light-blue), 1106px 549px var(--light-blue), 669px 680px var(--light-blue), 968px 659px var(--light-blue), 746px 1970px var(--light-blue), 1995px 1394px var(--light-blue), 86px 1407px var(--light-blue), 756px 654px var(--light-blue), 197px 11px var(--light-blue), 608px 38px var(--light-blue), 208px 518px var(--light-blue), 53px 1757px var(--light-blue), 1992px 799px var(--light-blue), 86px 1266px var(--light-blue), 1774px 717px var(--light-blue), 698px 399px var(--light-blue), 477px 26px var(--light-blue), 1117px 25px var(--light-blue), 1391px 50px var(--light-blue), 1205px 1245px var(--light-blue), 1261px 937px var(--light-blue), 1554px 884px var(--light-blue), 937px 992px var(--light-blue), 1416px 1178px var(--light-blue), 1912px 864px var(--light-blue), 598px 1240px var(--light-blue), 1420px 1510px var(--light-blue), 853px 892px var(--light-blue), 1288px 1630px var(--light-blue), 19px 695px var(--light-blue), 600px 1594px var(--light-blue), 183px 1242px var(--light-blue), 620px 59px var(--light-blue), 1854px 797px var(--light-blue), 1055px 1974px var(--light-blue), 1939px 364px var(--light-blue), 1934px 1624px var(--light-blue), 861px 901px var(--light-blue), 1372px 1611px var(--light-blue), 95px 39px var(--light-blue), 751px 1605px var(--light-blue), 1181px 45px var(--light-blue), 1350px 478px var(--light-blue), 747px 53px var(--light-blue), 916px 1125px var(--light-blue), 352px 218px var(--light-blue), 294px 1845px var(--light-blue), 1673px 1489px var(--light-blue), 1262px 67px var(--light-blue), 1758px 601px var(--light-blue), 1261px 1260px var(--light-blue), 1193px 766px var(--light-blue), 16px 429px var(--light-blue), 1479px 1955px var(--light-blue), 190px 547px var(--light-blue), 274px 1253px var(--light-blue), 963px 417px var(--light-blue), 703px 1127px var(--light-blue), 1342px 219px var(--light-blue), 426px 1677px var(--light-blue), 1535px 133px var(--light-blue), 615px 1917px var(--light-blue), 648px 1982px var(--light-blue), 1791px 1219px var(--light-blue), 1526px 1880px var(--light-blue), 1909px 473px var(--light-blue), 212px 1922px var(--light-blue), 1974px 1011px var(--light-blue), 1766px 94px var(--light-blue), 343px 1130px var(--light-blue), 1386px 1066px var(--light-blue), 1230px 824px var(--light-blue), 1282px 521px var(--light-blue), 510px 312px var(--light-blue), 1570px 1114px var(--light-blue), 1571px 1222px var(--light-blue), 848px 245px var(--light-blue), 1468px 1527px var(--light-blue), 58px 241px var(--light-blue), 1665px 197px var(--light-blue), 1816px 168px var(--light-blue), 489px 1614px var(--light-blue), 1561px 1823px var(--light-blue), 466px 1494px var(--light-blue), 607px 325px var(--light-blue), 849px 1399px var(--light-blue), 875px 1250px var(--light-blue), 1608px 1291px var(--light-blue), 182px 1052px var(--light-blue), 124px 1027px var(--light-blue), 961px 1045px var(--light-blue), 987px 1182px var(--light-blue), 552px 97px var(--light-blue), 86px 1371px var(--light-blue), 1979px 1226px var(--light-blue), 285px 948px var(--light-blue), 378px 897px var(--light-blue), 320px 1213px var(--light-blue), 1957px 311px var(--light-blue), 1982px 657px var(--light-blue), 530px 1815px var(--light-blue), 1321px 257px var(--light-blue), 1220px 1863px var(--light-blue), 1241px 1964px var(--light-blue), 5px 528px var(--light-blue), 882px 505px var(--light-blue), 1380px 446px var(--light-blue), 964px 818px var(--light-blue), 1896px 1102px var(--light-blue), 631px 1770px var(--light-blue), 61px 1614px var(--light-blue), 1254px 1088px var(--light-blue), 235px 536px var(--light-blue), 922px 498px var(--light-blue), 1610px 1807px var(--light-blue), 816px 1456px var(--light-blue), 1469px 507px var(--light-blue), 1342px 1609px var(--light-blue);
  animation: animStar 50s linear infinite;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 719px 1067px var(--light-blue), 673px 1391px var(--light-blue), 1375px 924px var(--light-blue), 156px 614px var(--light-blue), 1981px 1215px var(--light-blue), 1709px 619px var(--light-blue), 853px 342px var(--light-blue), 26px 181px var(--light-blue), 185px 1901px var(--light-blue), 1570px 1434px var(--light-blue), 15px 444px var(--light-blue), 1959px 1377px var(--light-blue), 429px 166px var(--light-blue), 1223px 1837px var(--light-blue), 1341px 556px var(--light-blue), 1670px 1047px var(--light-blue), 1229px 175px var(--light-blue), 772px 1220px var(--light-blue), 1988px 742px var(--light-blue), 619px 502px var(--light-blue), 771px 947px var(--light-blue), 953px 77px var(--light-blue), 361px 977px var(--light-blue), 847px 874px var(--light-blue), 24px 1968px var(--light-blue), 1364px 649px var(--light-blue), 1294px 203px var(--light-blue), 171px 1511px var(--light-blue), 958px 338px var(--light-blue), 1479px 1423px var(--light-blue), 430px 1570px var(--light-blue), 344px 972px var(--light-blue), 1869px 850px var(--light-blue), 971px 1288px var(--light-blue), 1724px 1841px var(--light-blue), 357px 1201px var(--light-blue), 1988px 1758px var(--light-blue), 1749px 1021px var(--light-blue), 1777px 329px var(--light-blue), 1944px 1052px var(--light-blue), 1656px 665px var(--light-blue), 1136px 515px var(--light-blue), 595px 832px var(--light-blue), 521px 1798px var(--light-blue), 150px 1421px var(--light-blue), 1053px 1611px var(--light-blue), 1944px 927px var(--light-blue), 555px 370px var(--light-blue), 499px 1154px var(--light-blue), 1878px 679px var(--light-blue), 1142px 1011px var(--light-blue), 1233px 1288px var(--light-blue), 372px 911px var(--light-blue), 116px 1679px var(--light-blue), 431px 1496px var(--light-blue), 229px 1064px var(--light-blue), 667px 1323px var(--light-blue), 1370px 1794px var(--light-blue), 1041px 1943px var(--light-blue), 539px 192px var(--light-blue), 823px 1198px var(--light-blue), 159px 1955px var(--light-blue), 1532px 985px var(--light-blue), 964px 1443px var(--light-blue), 811px 287px var(--light-blue), 721px 924px var(--light-blue), 1018px 1046px var(--light-blue), 1569px 1422px var(--light-blue), 738px 1724px var(--light-blue), 905px 1591px var(--light-blue), 622px 978px var(--light-blue), 766px 657px var(--light-blue), 1633px 1690px var(--light-blue), 1885px 1249px var(--light-blue), 1966px 323px var(--light-blue), 1900px 1767px var(--light-blue), 660px 1763px var(--light-blue), 659px 1614px var(--light-blue), 668px 780px var(--light-blue), 1488px 1035px var(--light-blue), 358px 315px var(--light-blue), 1655px 374px var(--light-blue), 324px 86px var(--light-blue), 192px 636px var(--light-blue), 1498px 405px var(--light-blue), 1428px 1396px var(--light-blue), 193px 548px var(--light-blue), 663px 1491px var(--light-blue), 246px 1290px var(--light-blue), 300px 284px var(--light-blue), 794px 1830px var(--light-blue), 1423px 1574px var(--light-blue), 989px 380px var(--light-blue), 1092px 464px var(--light-blue), 443px 1778px var(--light-blue), 465px 129px var(--light-blue), 1227px 1914px var(--light-blue), 557px 1225px var(--light-blue), 865px 1220px var(--light-blue), 339px 1493px var(--light-blue), 1563px 1047px var(--light-blue), 1698px 1575px var(--light-blue), 1324px 450px var(--light-blue), 901px 300px var(--light-blue), 123px 1929px var(--light-blue), 722px 843px var(--light-blue), 223px 1469px var(--light-blue), 1639px 1029px var(--light-blue), 963px 1007px var(--light-blue), 1712px 673px var(--light-blue), 480px 265px var(--light-blue), 1781px 963px var(--light-blue), 759px 1460px var(--light-blue), 1622px 1829px var(--light-blue), 637px 1607px var(--light-blue), 724px 464px var(--light-blue), 85px 1990px var(--light-blue), 1063px 1503px var(--light-blue), 410px 1470px var(--light-blue), 810px 782px var(--light-blue), 1373px 1448px var(--light-blue), 1425px 1588px var(--light-blue), 551px 640px var(--light-blue), 1502px 1528px var(--light-blue), 1937px 1633px var(--light-blue), 33px 362px var(--light-blue), 1518px 1113px var(--light-blue), 1752px 50px var(--light-blue), 157px 755px var(--light-blue), 488px 1829px var(--light-blue), 858px 178px var(--light-blue), 113px 1674px var(--light-blue), 606px 1549px var(--light-blue), 380px 1173px var(--light-blue), 1008px 1995px var(--light-blue), 254px 445px var(--light-blue), 1610px 1965px var(--light-blue), 146px 1695px var(--light-blue), 1785px 931px var(--light-blue), 32px 1339px var(--light-blue), 1417px 624px var(--light-blue), 1273px 1792px var(--light-blue), 1968px 1598px var(--light-blue), 751px 1947px var(--light-blue), 638px 1525px var(--light-blue), 456px 178px var(--light-blue), 779px 478px var(--light-blue), 1763px 910px var(--light-blue), 1148px 424px var(--light-blue), 795px 397px var(--light-blue), 1849px 975px var(--light-blue), 598px 1764px var(--light-blue), 1642px 1393px var(--light-blue), 299px 312px var(--light-blue), 49px 506px var(--light-blue), 1345px 1348px var(--light-blue), 1830px 140px var(--light-blue), 1054px 976px var(--light-blue), 83px 288px var(--light-blue), 916px 850px var(--light-blue), 300px 1438px var(--light-blue), 878px 462px var(--light-blue), 1373px 211px var(--light-blue), 36px 1686px var(--light-blue), 1755px 1209px var(--light-blue), 1294px 1815px var(--light-blue), 883px 1441px var(--light-blue), 959px 1870px var(--light-blue), 206px 191px var(--light-blue), 1581px 1861px var(--light-blue), 669px 1871px var(--light-blue), 1792px 1856px var(--light-blue), 1532px 1985px var(--light-blue), 913px 328px var(--light-blue), 195px 146px var(--light-blue), 230px 985px var(--light-blue), 150px 581px var(--light-blue), 1222px 811px var(--light-blue), 1197px 1322px var(--light-blue), 1229px 1534px var(--light-blue), 93px 446px var(--light-blue), 343px 1164px var(--light-blue), 1679px 137px var(--light-blue), 53px 1631px var(--light-blue), 439px 1676px var(--light-blue), 1532px 1135px var(--light-blue), 1114px 983px var(--light-blue), 291px 601px var(--light-blue), 1196px 1719px var(--light-blue), 1593px 1372px var(--light-blue), 772px 588px var(--light-blue), 1130px 508px var(--light-blue), 1517px 1697px var(--light-blue), 39px 1669px var(--light-blue), 1376px 747px var(--light-blue), 1054px 1227px var(--light-blue), 960px 1925px var(--light-blue), 1358px 1148px var(--light-blue), 411px 1392px var(--light-blue), 1226px 84px var(--light-blue), 57px 1139px var(--light-blue), 960px 1358px var(--light-blue), 1798px 1575px var(--light-blue), 369px 1148px var(--light-blue), 484px 1822px var(--light-blue), 471px 855px var(--light-blue), 543px 1259px var(--light-blue), 86px 1353px var(--light-blue), 1646px 1171px var(--light-blue), 971px 1324px var(--light-blue), 126px 1326px var(--light-blue), 1138px 1700px var(--light-blue), 1185px 795px var(--light-blue), 1194px 466px var(--light-blue), 844px 75px var(--light-blue), 380px 444px var(--light-blue), 675px 1654px var(--light-blue), 1792px 1685px var(--light-blue), 402px 1813px var(--light-blue), 861px 564px var(--light-blue), 698px 1429px var(--light-blue), 1700px 1316px var(--light-blue), 1845px 239px var(--light-blue), 28px 96px var(--light-blue), 39px 1156px var(--light-blue), 325px 765px var(--light-blue), 1460px 1297px var(--light-blue), 501px 995px var(--light-blue), 38px 1085px var(--light-blue), 297px 57px var(--light-blue), 1733px 902px var(--light-blue), 506px 1001px var(--light-blue), 1753px 917px var(--light-blue), 1491px 1099px var(--light-blue), 385px 992px var(--light-blue), 401px 804px var(--light-blue), 1749px 1734px var(--light-blue), 305px 378px var(--light-blue), 727px 960px var(--light-blue), 241px 310px var(--light-blue), 990px 839px var(--light-blue), 1229px 1828px var(--light-blue), 1012px 232px var(--light-blue), 520px 440px var(--light-blue), 135px 1073px var(--light-blue), 1311px 1941px var(--light-blue), 1444px 1210px var(--light-blue), 1823px 1765px var(--light-blue), 452px 733px var(--light-blue), 507px 1047px var(--light-blue), 1219px 1662px var(--light-blue), 300px 263px var(--light-blue), 1027px 1714px var(--light-blue), 1794px 1085px var(--light-blue), 844px 1629px var(--light-blue), 1249px 1056px var(--light-blue), 831px 1363px var(--light-blue), 1276px 755px var(--light-blue), 1514px 1251px var(--light-blue), 1751px 1360px var(--light-blue), 631px 1664px var(--light-blue), 1053px 1085px var(--light-blue), 1302px 724px var(--light-blue), 107px 270px var(--light-blue), 1280px 1891px var(--light-blue), 1729px 210px var(--light-blue), 1838px 1434px var(--light-blue), 612px 322px var(--light-blue), 344px 1489px var(--light-blue), 1212px 648px var(--light-blue), 1092px 402px var(--light-blue), 692px 1627px var(--light-blue), 1979px 88px var(--light-blue), 377px 1986px var(--light-blue), 200px 816px var(--light-blue), 251px 1734px var(--light-blue), 1280px 789px var(--light-blue), 1137px 1468px var(--light-blue), 1424px 1977px var(--light-blue), 1264px 156px var(--light-blue), 389px 1371px var(--light-blue), 1839px 10px var(--light-blue), 701px 1320px var(--light-blue), 381px 462px var(--light-blue), 1117px 1228px var(--light-blue), 145px 1775px var(--light-blue), 1013px 423px var(--light-blue), 806px 1481px var(--light-blue), 1788px 1262px var(--light-blue), 778px 1351px var(--light-blue), 877px 1936px var(--light-blue), 1227px 1901px var(--light-blue), 1961px 589px var(--light-blue), 243px 678px var(--light-blue), 1068px 1824px var(--light-blue), 26px 1969px var(--light-blue), 1595px 1621px var(--light-blue), 364px 254px var(--light-blue), 1918px 99px var(--light-blue), 1636px 374px var(--light-blue), 1082px 1047px var(--light-blue), 857px 1289px var(--light-blue), 1453px 359px var(--light-blue), 675px 102px var(--light-blue), 1905px 1399px var(--light-blue), 1355px 802px var(--light-blue), 195px 380px var(--light-blue), 648px 1197px var(--light-blue), 570px 905px var(--light-blue), 1502px 738px var(--light-blue), 30px 1775px var(--light-blue), 1607px 705px var(--light-blue), 1934px 1485px var(--light-blue), 218px 208px var(--light-blue), 1245px 1567px var(--light-blue), 77px 1102px var(--light-blue), 335px 1181px var(--light-blue), 1421px 957px var(--light-blue), 1632px 1572px var(--light-blue), 1005px 1693px var(--light-blue), 1224px 1176px var(--light-blue), 1594px 1559px var(--light-blue), 264px 244px var(--light-blue), 562px 1823px var(--light-blue), 992px 275px var(--light-blue), 1174px 82px var(--light-blue), 613px 322px var(--light-blue), 52px 771px var(--light-blue), 1651px 923px var(--light-blue), 297px 1813px var(--light-blue), 1877px 877px var(--light-blue), 1812px 1096px var(--light-blue), 1699px 51px var(--light-blue), 1409px 246px var(--light-blue), 1895px 1521px var(--light-blue), 362px 112px var(--light-blue), 1718px 616px var(--light-blue), 716px 691px var(--light-blue), 222px 1556px var(--light-blue), 1433px 427px var(--light-blue), 1052px 1813px var(--light-blue), 710px 298px var(--light-blue), 364px 1287px var(--light-blue), 1318px 804px var(--light-blue), 1535px 960px var(--light-blue), 41px 1751px var(--light-blue), 1466px 1204px var(--light-blue), 1519px 195px var(--light-blue), 1264px 1626px var(--light-blue), 460px 366px var(--light-blue), 1334px 2px var(--light-blue), 1859px 284px var(--light-blue), 749px 1083px var(--light-blue), 1000px 1187px var(--light-blue), 158px 568px var(--light-blue), 892px 1222px var(--light-blue), 1185px 1952px var(--light-blue), 1509px 1137px var(--light-blue), 373px 1402px var(--light-blue), 1327px 370px var(--light-blue), 1180px 1637px var(--light-blue), 1816px 236px var(--light-blue), 836px 1036px var(--light-blue), 410px 1504px var(--light-blue), 1389px 1182px var(--light-blue), 1089px 1281px var(--light-blue), 1144px 1956px var(--light-blue), 581px 412px var(--light-blue), 1524px 685px var(--light-blue), 602px 379px var(--light-blue), 1896px 731px var(--light-blue), 509px 306px var(--light-blue), 982px 1127px var(--light-blue), 696px 552px var(--light-blue), 1227px 1977px var(--light-blue), 1114px 1154px var(--light-blue), 129px 425px var(--light-blue), 1464px 437px var(--light-blue), 1164px 1298px var(--light-blue), 349px 1899px var(--light-blue), 534px 207px var(--light-blue), 1741px 23px var(--light-blue), 1646px 477px var(--light-blue), 1289px 1132px var(--light-blue), 500px 1903px var(--light-blue), 843px 1790px var(--light-blue), 601px 1037px var(--light-blue), 1303px 1678px var(--light-blue), 878px 964px var(--light-blue), 1279px 713px var(--light-blue), 731px 1988px var(--light-blue), 1789px 466px var(--light-blue), 553px 67px var(--light-blue), 849px 908px var(--light-blue), 1459px 1716px var(--light-blue), 1011px 443px var(--light-blue), 932px 1391px var(--light-blue), 517px 332px var(--light-blue), 590px 73px var(--light-blue), 549px 169px var(--light-blue), 642px 475px var(--light-blue), 1002px 1218px var(--light-blue), 1134px 26px var(--light-blue), 1127px 1065px var(--light-blue), 1361px 1277px var(--light-blue), 1092px 535px var(--light-blue), 408px 1228px var(--light-blue), 1745px 1675px var(--light-blue), 1597px 73px var(--light-blue), 13px 1364px var(--light-blue), 1721px 986px var(--light-blue), 1418px 848px var(--light-blue), 1855px 114px var(--light-blue), 1356px 1729px var(--light-blue), 1218px 969px var(--light-blue), 638px 344px var(--light-blue), 319px 1863px var(--light-blue), 858px 704px var(--light-blue), 1226px 144px var(--light-blue), 1245px 617px var(--light-blue), 1686px 1263px var(--light-blue), 525px 1288px var(--light-blue), 1672px 1871px var(--light-blue), 1553px 522px var(--light-blue), 1065px 1159px var(--light-blue), 1824px 322px var(--light-blue), 1373px 372px var(--light-blue), 781px 399px var(--light-blue), 131px 1223px var(--light-blue), 1495px 332px var(--light-blue), 1621px 1996px var(--light-blue), 1321px 1685px var(--light-blue), 1175px 52px var(--light-blue), 689px 436px var(--light-blue), 1581px 1149px var(--light-blue), 1369px 1728px var(--light-blue), 181px 609px var(--light-blue), 626px 507px var(--light-blue), 1692px 1629px var(--light-blue), 925px 1522px var(--light-blue), 180px 47px var(--light-blue), 1325px 760px var(--light-blue), 474px 176px var(--light-blue), 1566px 300px var(--light-blue), 430px 462px var(--light-blue), 1509px 291px var(--light-blue), 1309px 670px var(--light-blue), 194px 227px var(--light-blue), 18px 320px var(--light-blue), 1111px 1106px var(--light-blue), 398px 1062px var(--light-blue), 690px 453px var(--light-blue), 1980px 531px var(--light-blue), 1147px 1506px var(--light-blue), 173px 1221px var(--light-blue), 339px 531px var(--light-blue), 1839px 1408px var(--light-blue), 1477px 95px var(--light-blue), 151px 1305px var(--light-blue), 1826px 101px var(--light-blue), 689px 454px var(--light-blue), 913px 1049px var(--light-blue), 947px 649px var(--light-blue), 827px 286px var(--light-blue), 1228px 977px var(--light-blue), 1278px 1282px var(--light-blue), 764px 826px var(--light-blue), 616px 1634px var(--light-blue), 1734px 871px var(--light-blue), 620px 452px var(--light-blue), 1255px 1250px var(--light-blue), 1600px 1496px var(--light-blue), 630px 1923px var(--light-blue), 1195px 512px var(--light-blue), 992px 461px var(--light-blue), 1427px 1344px var(--light-blue), 76px 901px var(--light-blue), 377px 615px var(--light-blue), 650px 1321px var(--light-blue), 1622px 346px var(--light-blue), 1214px 1920px var(--light-blue), 1804px 333px var(--light-blue), 1180px 1623px var(--light-blue), 237px 653px var(--light-blue), 889px 636px var(--light-blue), 332px 170px var(--light-blue), 587px 1244px var(--light-blue), 989px 1817px var(--light-blue), 984px 377px var(--light-blue), 294px 1682px var(--light-blue), 994px 350px var(--light-blue), 1738px 34px var(--light-blue), 804px 510px var(--light-blue), 1273px 1348px var(--light-blue), 223px 367px var(--light-blue), 1220px 1450px var(--light-blue), 1931px 576px var(--light-blue), 1197px 1682px var(--light-blue), 725px 616px var(--light-blue), 222px 1465px var(--light-blue), 997px 449px var(--light-blue), 1947px 1762px var(--light-blue), 1023px 290px var(--light-blue), 1977px 689px var(--light-blue), 1477px 807px var(--light-blue), 781px 1586px var(--light-blue), 1937px 1323px var(--light-blue), 1854px 832px var(--light-blue), 730px 521px var(--light-blue), 820px 1834px var(--light-blue), 1528px 370px var(--light-blue), 40px 748px var(--light-blue), 834px 1828px var(--light-blue), 1716px 1258px var(--light-blue), 1566px 1572px var(--light-blue), 822px 491px var(--light-blue), 845px 579px var(--light-blue), 767px 104px var(--light-blue), 389px 211px var(--light-blue), 1406px 2px var(--light-blue), 109px 838px var(--light-blue), 1401px 53px var(--light-blue), 1166px 1085px var(--light-blue), 252px 1030px var(--light-blue), 740px 697px var(--light-blue), 1323px 1454px var(--light-blue), 1621px 1508px var(--light-blue), 1857px 1208px var(--light-blue), 1827px 1744px var(--light-blue), 594px 770px var(--light-blue), 1127px 1795px var(--light-blue), 1599px 191px var(--light-blue), 1394px 908px var(--light-blue), 1913px 1179px var(--light-blue), 1055px 15px var(--light-blue), 990px 625px var(--light-blue), 1070px 353px var(--light-blue), 6px 141px var(--light-blue), 193px 943px var(--light-blue), 316px 1406px var(--light-blue), 677px 767px var(--light-blue), 1460px 1617px var(--light-blue), 196px 849px var(--light-blue), 292px 478px var(--light-blue), 1950px 910px var(--light-blue), 1181px 1067px var(--light-blue), 796px 580px var(--light-blue), 946px 864px var(--light-blue), 535px 1303px var(--light-blue), 1747px 1756px var(--light-blue), 1261px 945px var(--light-blue), 1px 681px var(--light-blue), 367px 548px var(--light-blue), 1470px 821px var(--light-blue), 889px 1702px var(--light-blue), 1068px 1107px var(--light-blue), 439px 1094px var(--light-blue), 576px 1550px var(--light-blue), 612px 1741px var(--light-blue), 732px 1205px var(--light-blue), 1487px 482px var(--light-blue), 1936px 470px var(--light-blue), 1409px 193px var(--light-blue), 120px 1804px var(--light-blue), 688px 1503px var(--light-blue), 652px 1813px var(--light-blue), 90px 158px var(--light-blue), 919px 113px var(--light-blue), 987px 1300px var(--light-blue), 363px 1929px var(--light-blue), 1387px 1089px var(--light-blue), 1068px 1072px var(--light-blue), 283px 900px var(--light-blue), 1435px 1494px var(--light-blue), 1878px 1049px var(--light-blue), 461px 1566px var(--light-blue), 919px 1228px var(--light-blue), 1263px 969px var(--light-blue), 1101px 1681px var(--light-blue), 1504px 1839px var(--light-blue), 358px 1770px var(--light-blue), 1329px 408px var(--light-blue), 571px 158px var(--light-blue), 1106px 549px var(--light-blue), 669px 680px var(--light-blue), 968px 659px var(--light-blue), 746px 1970px var(--light-blue), 1995px 1394px var(--light-blue), 86px 1407px var(--light-blue), 756px 654px var(--light-blue), 197px 11px var(--light-blue), 608px 38px var(--light-blue), 208px 518px var(--light-blue), 53px 1757px var(--light-blue), 1992px 799px var(--light-blue), 86px 1266px var(--light-blue), 1774px 717px var(--light-blue), 698px 399px var(--light-blue), 477px 26px var(--light-blue), 1117px 25px var(--light-blue), 1391px 50px var(--light-blue), 1205px 1245px var(--light-blue), 1261px 937px var(--light-blue), 1554px 884px var(--light-blue), 937px 992px var(--light-blue), 1416px 1178px var(--light-blue), 1912px 864px var(--light-blue), 598px 1240px var(--light-blue), 1420px 1510px var(--light-blue), 853px 892px var(--light-blue), 1288px 1630px var(--light-blue), 19px 695px var(--light-blue), 600px 1594px var(--light-blue), 183px 1242px var(--light-blue), 620px 59px var(--light-blue), 1854px 797px var(--light-blue), 1055px 1974px var(--light-blue), 1939px 364px var(--light-blue), 1934px 1624px var(--light-blue), 861px 901px var(--light-blue), 1372px 1611px var(--light-blue), 95px 39px var(--light-blue), 751px 1605px var(--light-blue), 1181px 45px var(--light-blue), 1350px 478px var(--light-blue), 747px 53px var(--light-blue), 916px 1125px var(--light-blue), 352px 218px var(--light-blue), 294px 1845px var(--light-blue), 1673px 1489px var(--light-blue), 1262px 67px var(--light-blue), 1758px 601px var(--light-blue), 1261px 1260px var(--light-blue), 1193px 766px var(--light-blue), 16px 429px var(--light-blue), 1479px 1955px var(--light-blue), 190px 547px var(--light-blue), 274px 1253px var(--light-blue), 963px 417px var(--light-blue), 703px 1127px var(--light-blue), 1342px 219px var(--light-blue), 426px 1677px var(--light-blue), 1535px 133px var(--light-blue), 615px 1917px var(--light-blue), 648px 1982px var(--light-blue), 1791px 1219px var(--light-blue), 1526px 1880px var(--light-blue), 1909px 473px var(--light-blue), 212px 1922px var(--light-blue), 1974px 1011px var(--light-blue), 1766px 94px var(--light-blue), 343px 1130px var(--light-blue), 1386px 1066px var(--light-blue), 1230px 824px var(--light-blue), 1282px 521px var(--light-blue), 510px 312px var(--light-blue), 1570px 1114px var(--light-blue), 1571px 1222px var(--light-blue), 848px 245px var(--light-blue), 1468px 1527px var(--light-blue), 58px 241px var(--light-blue), 1665px 197px var(--light-blue), 1816px 168px var(--light-blue), 489px 1614px var(--light-blue), 1561px 1823px var(--light-blue), 466px 1494px var(--light-blue), 607px 325px var(--light-blue), 849px 1399px var(--light-blue), 875px 1250px var(--light-blue), 1608px 1291px var(--light-blue), 182px 1052px var(--light-blue), 124px 1027px var(--light-blue), 961px 1045px var(--light-blue), 987px 1182px var(--light-blue), 552px 97px var(--light-blue), 86px 1371px var(--light-blue), 1979px 1226px var(--light-blue), 285px 948px var(--light-blue), 378px 897px var(--light-blue), 320px 1213px var(--light-blue), 1957px 311px var(--light-blue), 1982px 657px var(--light-blue), 530px 1815px var(--light-blue), 1321px 257px var(--light-blue), 1220px 1863px var(--light-blue), 1241px 1964px var(--light-blue), 5px 528px var(--light-blue), 882px 505px var(--light-blue), 1380px 446px var(--light-blue), 964px 818px var(--light-blue), 1896px 1102px var(--light-blue), 631px 1770px var(--light-blue), 61px 1614px var(--light-blue), 1254px 1088px var(--light-blue), 235px 536px var(--light-blue), 922px 498px var(--light-blue), 1610px 1807px var(--light-blue), 816px 1456px var(--light-blue), 1469px 507px var(--light-blue), 1342px 1609px var(--light-blue);
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 274px 976px var(--light-blue), 727px 957px var(--light-blue), 295px 1183px var(--light-blue), 1588px 1050px var(--light-blue), 599px 1279px var(--light-blue), 43px 1579px var(--light-blue), 1767px 932px var(--light-blue), 1480px 1382px var(--light-blue), 233px 1901px var(--light-blue), 918px 1294px var(--light-blue), 667px 881px var(--light-blue), 1402px 1714px var(--light-blue), 1563px 1471px var(--light-blue), 1085px 1289px var(--light-blue), 554px 1377px var(--light-blue), 343px 169px var(--light-blue), 77px 894px var(--light-blue), 527px 1661px var(--light-blue), 356px 269px var(--light-blue), 1124px 1658px var(--light-blue), 1562px 752px var(--light-blue), 386px 856px var(--light-blue), 282px 1951px var(--light-blue), 1491px 870px var(--light-blue), 1897px 580px var(--light-blue), 111px 1948px var(--light-blue), 1453px 812px var(--light-blue), 790px 1441px var(--light-blue), 1086px 1176px var(--light-blue), 57px 607px var(--light-blue), 18px 985px var(--light-blue), 1965px 1083px var(--light-blue), 1302px 1057px var(--light-blue), 1189px 699px var(--light-blue), 1206px 1014px var(--light-blue), 787px 1044px var(--light-blue), 140px 1843px var(--light-blue), 1703px 1927px var(--light-blue), 197px 937px var(--light-blue), 1664px 293px var(--light-blue), 1718px 1451px var(--light-blue), 196px 1227px var(--light-blue), 629px 877px var(--light-blue), 758px 725px var(--light-blue), 427px 105px var(--light-blue), 1493px 1524px var(--light-blue), 1204px 1283px var(--light-blue), 1988px 1807px var(--light-blue), 230px 1118px var(--light-blue), 455px 667px var(--light-blue), 1388px 814px var(--light-blue), 1844px 1908px var(--light-blue), 551px 266px var(--light-blue), 627px 1593px var(--light-blue), 312px 1319px var(--light-blue), 710px 1652px var(--light-blue), 963px 1092px var(--light-blue), 313px 1636px var(--light-blue), 713px 305px var(--light-blue), 1900px 418px var(--light-blue), 1983px 77px var(--light-blue), 857px 188px var(--light-blue), 555px 1455px var(--light-blue), 1121px 131px var(--light-blue), 1966px 936px var(--light-blue), 1407px 1827px var(--light-blue), 1560px 1974px var(--light-blue), 1476px 642px var(--light-blue), 1894px 960px var(--light-blue), 1749px 1716px var(--light-blue), 1310px 100px var(--light-blue), 1424px 714px var(--light-blue), 438px 992px var(--light-blue), 1450px 1784px var(--light-blue), 1073px 1026px var(--light-blue), 1050px 1396px var(--light-blue), 1492px 752px var(--light-blue), 1842px 357px var(--light-blue), 103px 1245px var(--light-blue), 170px 540px var(--light-blue), 1263px 868px var(--light-blue), 901px 1081px var(--light-blue), 727px 751px var(--light-blue), 1438px 906px var(--light-blue), 671px 933px var(--light-blue), 1164px 1767px var(--light-blue), 267px 794px var(--light-blue), 1766px 130px var(--light-blue), 908px 837px var(--light-blue), 1939px 1562px var(--light-blue), 468px 1305px var(--light-blue), 1521px 1834px var(--light-blue), 1418px 943px var(--light-blue), 1322px 166px var(--light-blue), 813px 848px var(--light-blue), 1624px 1572px var(--light-blue), 1498px 1269px var(--light-blue), 994px 160px var(--light-blue), 1107px 355px var(--light-blue), 89px 451px var(--light-blue), 604px 1809px var(--light-blue), 1465px 445px var(--light-blue), 1741px 1629px var(--light-blue), 1489px 468px var(--light-blue), 677px 1721px var(--light-blue), 1886px 431px var(--light-blue), 51px 958px var(--light-blue), 682px 604px var(--light-blue), 284px 1144px var(--light-blue), 1210px 598px var(--light-blue), 689px 734px var(--light-blue), 98px 1569px var(--light-blue), 1734px 721px var(--light-blue), 165px 12px var(--light-blue), 42px 136px var(--light-blue), 97px 718px var(--light-blue), 1911px 1357px var(--light-blue), 644px 51px var(--light-blue), 1024px 276px var(--light-blue), 547px 735px var(--light-blue), 1267px 951px var(--light-blue), 1025px 49px var(--light-blue), 1677px 898px var(--light-blue), 146px 52px var(--light-blue), 1639px 1881px var(--light-blue), 599px 1765px var(--light-blue), 1877px 9px var(--light-blue), 305px 382px var(--light-blue), 1411px 304px var(--light-blue), 693px 1885px var(--light-blue), 1104px 55px var(--light-blue), 1085px 1574px var(--light-blue), 169px 1740px var(--light-blue), 144px 245px var(--light-blue), 16px 1654px var(--light-blue), 1051px 348px var(--light-blue), 1941px 594px var(--light-blue), 1159px 360px var(--light-blue), 120px 1237px var(--light-blue), 1191px 874px var(--light-blue), 295px 338px var(--light-blue), 195px 131px var(--light-blue), 520px 1062px var(--light-blue), 147px 1998px var(--light-blue), 687px 588px var(--light-blue), 1327px 1173px var(--light-blue), 329px 848px var(--light-blue), 290px 727px var(--light-blue), 1763px 706px var(--light-blue), 739px 1435px var(--light-blue), 1311px 1652px var(--light-blue), 827px 711px var(--light-blue), 1233px 909px var(--light-blue), 682px 1208px var(--light-blue), 1138px 1503px var(--light-blue), 734px 774px var(--light-blue), 1039px 1621px var(--light-blue), 1389px 180px var(--light-blue), 1573px 1573px var(--light-blue), 52px 1704px var(--light-blue), 60px 548px var(--light-blue), 1619px 1524px var(--light-blue), 1919px 1868px var(--light-blue), 1288px 1057px var(--light-blue), 585px 1347px var(--light-blue), 1982px 1282px var(--light-blue), 663px 1164px var(--light-blue), 150px 23px var(--light-blue), 954px 580px var(--light-blue), 1220px 55px var(--light-blue), 107px 1914px var(--light-blue), 449px 366px var(--light-blue), 1032px 1712px var(--light-blue), 1065px 32px var(--light-blue), 722px 1213px var(--light-blue), 1887px 1910px var(--light-blue), 1313px 1578px var(--light-blue), 1940px 1411px var(--light-blue), 1880px 1938px var(--light-blue), 697px 981px var(--light-blue), 1245px 1808px var(--light-blue), 121px 1205px var(--light-blue), 637px 195px var(--light-blue), 1214px 192px var(--light-blue), 383px 903px var(--light-blue), 299px 228px var(--light-blue), 1696px 1469px var(--light-blue), 1426px 882px var(--light-blue), 1489px 1744px var(--light-blue), 1554px 1859px var(--light-blue), 81px 1686px var(--light-blue), 1214px 1021px var(--light-blue), 78px 201px var(--light-blue), 1471px 1066px var(--light-blue), 816px 1875px var(--light-blue), 346px 1516px var(--light-blue), 1557px 1229px var(--light-blue), 201px 1329px var(--light-blue), 1600px 1243px var(--light-blue), 1240px 205px var(--light-blue);
  animation: animStar 100s linear infinite;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 274px 976px var(--light-blue), 727px 957px var(--light-blue), 295px 1183px var(--light-blue), 1588px 1050px var(--light-blue), 599px 1279px var(--light-blue), 43px 1579px var(--light-blue), 1767px 932px var(--light-blue), 1480px 1382px var(--light-blue), 233px 1901px var(--light-blue), 918px 1294px var(--light-blue), 667px 881px var(--light-blue), 1402px 1714px var(--light-blue), 1563px 1471px var(--light-blue), 1085px 1289px var(--light-blue), 554px 1377px var(--light-blue), 343px 169px var(--light-blue), 77px 894px var(--light-blue), 527px 1661px var(--light-blue), 356px 269px var(--light-blue), 1124px 1658px var(--light-blue), 1562px 752px var(--light-blue), 386px 856px var(--light-blue), 282px 1951px var(--light-blue), 1491px 870px var(--light-blue), 1897px 580px var(--light-blue), 111px 1948px var(--light-blue), 1453px 812px var(--light-blue), 790px 1441px var(--light-blue), 1086px 1176px var(--light-blue), 57px 607px var(--light-blue), 18px 985px var(--light-blue), 1965px 1083px var(--light-blue), 1302px 1057px var(--light-blue), 1189px 699px var(--light-blue), 1206px 1014px var(--light-blue), 787px 1044px var(--light-blue), 140px 1843px var(--light-blue), 1703px 1927px var(--light-blue), 197px 937px var(--light-blue), 1664px 293px var(--light-blue), 1718px 1451px var(--light-blue), 196px 1227px var(--light-blue), 629px 877px var(--light-blue), 758px 725px var(--light-blue), 427px 105px var(--light-blue), 1493px 1524px var(--light-blue), 1204px 1283px var(--light-blue), 1988px 1807px var(--light-blue), 230px 1118px var(--light-blue), 455px 667px var(--light-blue), 1388px 814px var(--light-blue), 1844px 1908px var(--light-blue), 551px 266px var(--light-blue), 627px 1593px var(--light-blue), 312px 1319px var(--light-blue), 710px 1652px var(--light-blue), 963px 1092px var(--light-blue), 313px 1636px var(--light-blue), 713px 305px var(--light-blue), 1900px 418px var(--light-blue), 1983px 77px var(--light-blue), 857px 188px var(--light-blue), 555px 1455px var(--light-blue), 1121px 131px var(--light-blue), 1966px 936px var(--light-blue), 1407px 1827px var(--light-blue), 1560px 1974px var(--light-blue), 1476px 642px var(--light-blue), 1894px 960px var(--light-blue), 1749px 1716px var(--light-blue), 1310px 100px var(--light-blue), 1424px 714px var(--light-blue), 438px 992px var(--light-blue), 1450px 1784px var(--light-blue), 1073px 1026px var(--light-blue), 1050px 1396px var(--light-blue), 1492px 752px var(--light-blue), 1842px 357px var(--light-blue), 103px 1245px var(--light-blue), 170px 540px var(--light-blue), 1263px 868px var(--light-blue), 901px 1081px var(--light-blue), 727px 751px var(--light-blue), 1438px 906px var(--light-blue), 671px 933px var(--light-blue), 1164px 1767px var(--light-blue), 267px 794px var(--light-blue), 1766px 130px var(--light-blue), 908px 837px var(--light-blue), 1939px 1562px var(--light-blue), 468px 1305px var(--light-blue), 1521px 1834px var(--light-blue), 1418px 943px var(--light-blue), 1322px 166px var(--light-blue), 813px 848px var(--light-blue), 1624px 1572px var(--light-blue), 1498px 1269px var(--light-blue), 994px 160px var(--light-blue), 1107px 355px var(--light-blue), 89px 451px var(--light-blue), 604px 1809px var(--light-blue), 1465px 445px var(--light-blue), 1741px 1629px var(--light-blue), 1489px 468px var(--light-blue), 677px 1721px var(--light-blue), 1886px 431px var(--light-blue), 51px 958px var(--light-blue), 682px 604px var(--light-blue), 284px 1144px var(--light-blue), 1210px 598px var(--light-blue), 689px 734px var(--light-blue), 98px 1569px var(--light-blue), 1734px 721px var(--light-blue), 165px 12px var(--light-blue), 42px 136px var(--light-blue), 97px 718px var(--light-blue), 1911px 1357px var(--light-blue), 644px 51px var(--light-blue), 1024px 276px var(--light-blue), 547px 735px var(--light-blue), 1267px 951px var(--light-blue), 1025px 49px var(--light-blue), 1677px 898px var(--light-blue), 146px 52px var(--light-blue), 1639px 1881px var(--light-blue), 599px 1765px var(--light-blue), 1877px 9px var(--light-blue), 305px 382px var(--light-blue), 1411px 304px var(--light-blue), 693px 1885px var(--light-blue), 1104px 55px var(--light-blue), 1085px 1574px var(--light-blue), 169px 1740px var(--light-blue), 144px 245px var(--light-blue), 16px 1654px var(--light-blue), 1051px 348px var(--light-blue), 1941px 594px var(--light-blue), 1159px 360px var(--light-blue), 120px 1237px var(--light-blue), 1191px 874px var(--light-blue), 295px 338px var(--light-blue), 195px 131px var(--light-blue), 520px 1062px var(--light-blue), 147px 1998px var(--light-blue), 687px 588px var(--light-blue), 1327px 1173px var(--light-blue), 329px 848px var(--light-blue), 290px 727px var(--light-blue), 1763px 706px var(--light-blue), 739px 1435px var(--light-blue), 1311px 1652px var(--light-blue), 827px 711px var(--light-blue), 1233px 909px var(--light-blue), 682px 1208px var(--light-blue), 1138px 1503px var(--light-blue), 734px 774px var(--light-blue), 1039px 1621px var(--light-blue), 1389px 180px var(--light-blue), 1573px 1573px var(--light-blue), 52px 1704px var(--light-blue), 60px 548px var(--light-blue), 1619px 1524px var(--light-blue), 1919px 1868px var(--light-blue), 1288px 1057px var(--light-blue), 585px 1347px var(--light-blue), 1982px 1282px var(--light-blue), 663px 1164px var(--light-blue), 150px 23px var(--light-blue), 954px 580px var(--light-blue), 1220px 55px var(--light-blue), 107px 1914px var(--light-blue), 449px 366px var(--light-blue), 1032px 1712px var(--light-blue), 1065px 32px var(--light-blue), 722px 1213px var(--light-blue), 1887px 1910px var(--light-blue), 1313px 1578px var(--light-blue), 1940px 1411px var(--light-blue), 1880px 1938px var(--light-blue), 697px 981px var(--light-blue), 1245px 1808px var(--light-blue), 121px 1205px var(--light-blue), 637px 195px var(--light-blue), 1214px 192px var(--light-blue), 383px 903px var(--light-blue), 299px 228px var(--light-blue), 1696px 1469px var(--light-blue), 1426px 882px var(--light-blue), 1489px 1744px var(--light-blue), 1554px 1859px var(--light-blue), 81px 1686px var(--light-blue), 1214px 1021px var(--light-blue), 78px 201px var(--light-blue), 1471px 1066px var(--light-blue), 816px 1875px var(--light-blue), 346px 1516px var(--light-blue), 1557px 1229px var(--light-blue), 201px 1329px var(--light-blue), 1600px 1243px var(--light-blue), 1240px 205px var(--light-blue);
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1678px 1023px var(--light-blue), 456px 1858px var(--light-blue), 1710px 1474px var(--light-blue), 883px 428px var(--light-blue), 885px 606px var(--light-blue), 825px 298px var(--light-blue), 1353px 1650px var(--light-blue), 153px 1699px var(--light-blue), 1150px 1213px var(--light-blue), 1726px 1795px var(--light-blue), 1977px 1771px var(--light-blue), 1890px 1014px var(--light-blue), 1908px 595px var(--light-blue), 1543px 603px var(--light-blue), 597px 253px var(--light-blue), 370px 960px var(--light-blue), 188px 1448px var(--light-blue), 1516px 1456px var(--light-blue), 1522px 1640px var(--light-blue), 1016px 252px var(--light-blue), 690px 1745px var(--light-blue), 1651px 1046px var(--light-blue), 237px 1396px var(--light-blue), 701px 1508px var(--light-blue), 1485px 1960px var(--light-blue), 659px 671px var(--light-blue), 2000px 1929px var(--light-blue), 707px 1336px var(--light-blue), 571px 825px var(--light-blue), 605px 1902px var(--light-blue), 397px 606px var(--light-blue), 1643px 298px var(--light-blue), 320px 628px var(--light-blue), 429px 1669px var(--light-blue), 533px 1695px var(--light-blue), 617px 116px var(--light-blue), 791px 1945px var(--light-blue), 978px 255px var(--light-blue), 1513px 1245px var(--light-blue), 1040px 327px var(--light-blue), 1462px 1933px var(--light-blue), 1211px 418px var(--light-blue), 1488px 1098px var(--light-blue), 1128px 1631px var(--light-blue), 1518px 1721px var(--light-blue), 1955px 662px var(--light-blue), 1241px 1236px var(--light-blue), 967px 1914px var(--light-blue), 609px 1370px var(--light-blue), 443px 1602px var(--light-blue), 1127px 1861px var(--light-blue), 1525px 1649px var(--light-blue), 518px 764px var(--light-blue), 380px 522px var(--light-blue), 821px 411px var(--light-blue), 1588px 1075px var(--light-blue), 1015px 1441px var(--light-blue), 71px 19px var(--light-blue), 1041px 368px var(--light-blue), 1207px 1879px var(--light-blue), 1179px 1469px var(--light-blue), 1553px 1204px var(--light-blue), 1790px 804px var(--light-blue), 1367px 1899px var(--light-blue), 432px 1961px var(--light-blue), 559px 1750px var(--light-blue), 440px 1092px var(--light-blue), 233px 1382px var(--light-blue), 1171px 1156px var(--light-blue), 1997px 198px var(--light-blue), 871px 507px var(--light-blue), 1940px 14px var(--light-blue), 593px 1985px var(--light-blue), 195px 1692px var(--light-blue), 1308px 1563px var(--light-blue), 427px 1200px var(--light-blue), 1628px 1250px var(--light-blue), 63px 1812px var(--light-blue), 1215px 264px var(--light-blue), 1065px 1798px var(--light-blue), 1090px 1970px var(--light-blue), 1721px 722px var(--light-blue), 206px 274px var(--light-blue), 930px 186px var(--light-blue), 1519px 268px var(--light-blue), 668px 1522px var(--light-blue), 1617px 1543px var(--light-blue), 1380px 507px var(--light-blue), 1767px 1474px var(--light-blue), 586px 1954px var(--light-blue), 911px 1323px var(--light-blue), 1319px 1517px var(--light-blue), 324px 35px var(--light-blue), 575px 352px var(--light-blue), 1937px 1663px var(--light-blue), 1499px 1746px var(--light-blue), 590px 372px var(--light-blue), 516px 1412px var(--light-blue), 1456px 439px var(--light-blue), 105px 1979px var(--light-blue);
  animation: animStar 150s linear infinite;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1678px 1023px var(--light-blue), 456px 1858px var(--light-blue), 1710px 1474px var(--light-blue), 883px 428px var(--light-blue), 885px 606px var(--light-blue), 825px 298px var(--light-blue), 1353px 1650px var(--light-blue), 153px 1699px var(--light-blue), 1150px 1213px var(--light-blue), 1726px 1795px var(--light-blue), 1977px 1771px var(--light-blue), 1890px 1014px var(--light-blue), 1908px 595px var(--light-blue), 1543px 603px var(--light-blue), 597px 253px var(--light-blue), 370px 960px var(--light-blue), 188px 1448px var(--light-blue), 1516px 1456px var(--light-blue), 1522px 1640px var(--light-blue), 1016px 252px var(--light-blue), 690px 1745px var(--light-blue), 1651px 1046px var(--light-blue), 237px 1396px var(--light-blue), 701px 1508px var(--light-blue), 1485px 1960px var(--light-blue), 659px 671px var(--light-blue), 2000px 1929px var(--light-blue), 707px 1336px var(--light-blue), 571px 825px var(--light-blue), 605px 1902px var(--light-blue), 397px 606px var(--light-blue), 1643px 298px var(--light-blue), 320px 628px var(--light-blue), 429px 1669px var(--light-blue), 533px 1695px var(--light-blue), 617px 116px var(--light-blue), 791px 1945px var(--light-blue), 978px 255px var(--light-blue), 1513px 1245px var(--light-blue), 1040px 327px var(--light-blue), 1462px 1933px var(--light-blue), 1211px 418px var(--light-blue), 1488px 1098px var(--light-blue), 1128px 1631px var(--light-blue), 1518px 1721px var(--light-blue), 1955px 662px var(--light-blue), 1241px 1236px var(--light-blue), 967px 1914px var(--light-blue), 609px 1370px var(--light-blue), 443px 1602px var(--light-blue), 1127px 1861px var(--light-blue), 1525px 1649px var(--light-blue), 518px 764px var(--light-blue), 380px 522px var(--light-blue), 821px 411px var(--light-blue), 1588px 1075px var(--light-blue), 1015px 1441px var(--light-blue), 71px 19px var(--light-blue), 1041px 368px var(--light-blue), 1207px 1879px var(--light-blue), 1179px 1469px var(--light-blue), 1553px 1204px var(--light-blue), 1790px 804px var(--light-blue), 1367px 1899px var(--light-blue), 432px 1961px var(--light-blue), 559px 1750px var(--light-blue), 440px 1092px var(--light-blue), 233px 1382px var(--light-blue), 1171px 1156px var(--light-blue), 1997px 198px var(--light-blue), 871px 507px var(--light-blue), 1940px 14px var(--light-blue), 593px 1985px var(--light-blue), 195px 1692px var(--light-blue), 1308px 1563px var(--light-blue), 427px 1200px var(--light-blue), 1628px 1250px var(--light-blue), 63px 1812px var(--light-blue), 1215px 264px var(--light-blue), 1065px 1798px var(--light-blue), 1090px 1970px var(--light-blue), 1721px 722px var(--light-blue), 206px 274px var(--light-blue), 930px 186px var(--light-blue), 1519px 268px var(--light-blue), 668px 1522px var(--light-blue), 1617px 1543px var(--light-blue), 1380px 507px var(--light-blue), 1767px 1474px var(--light-blue), 586px 1954px var(--light-blue), 911px 1323px var(--light-blue), 1319px 1517px var(--light-blue), 324px 35px var(--light-blue), 575px 352px var(--light-blue), 1937px 1663px var(--light-blue), 1499px 1746px var(--light-blue), 590px 372px var(--light-blue), 516px 1412px var(--light-blue), 1456px 439px var(--light-blue), 105px 1979px var(--light-blue);
}


@keyframes animStar {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2000px);
  }
}

.banner-section.style-two .social-links {
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-100%);
  z-index: 9;
}

.banner-section.style-two .social-links li {
  margin-bottom: 23px;
}

/***

====================================================================
      Banner Section Style Three
====================================================================

***/
.banner-section.style-three {
  padding-bottom: 86px;
}

.banner-section.style-three::before,
.banner-section.style-three::after {
  display: none;
}

.banner-section.style-three .content-column .content-inner {
  margin-top: 200px;
}

.banner-section.style-three .content-column .content-inner h1 {
  color: var(--darkgrey);
  font-weight: 700;
}

.banner-section.style-three .image-column .image-box {
  position: relative;
  animation: none;
  margin-top: 71px;
}

.banner-section.style-three .image-column .image-box img {
  animation: none;
  -webkit-animation: none;
}

.banner-section.style-three .image-column .image-box:before {
  content: "";
  position: absolute;
  left: 119px;
  top: 25px;
  width: 570px;
  height: 660px;
  background-image: url(../images/main-banner/19.png);
  background-repeat: no-repeat;
}

.banner-section.style-three .image-column .image-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 620px;
  height: 605px;
  background-image: url('../images/main-banner/20.png');
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-section.style-three .banner-image {
  top: 11% !important;
  left: 8% !important;
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section.style-three .banner-image-2 {
  right: 14% !important;
  left: auto !important;
  top: 10% !important;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section.style-three .banner-image-3 {
  right: 12% !important;
  left: auto !important;
  bottom: 20% !important;
  top: auto !important;

  animation-name: snowRot;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animName {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

.banner-section.style-three .banner-image-4 {
  top: auto !important;
  bottom: 9% !important;
  left: 5% !important;
  animation: animName 2s infinite;
}

.banner-section.style-three .content-column .content-inner p {
  color: var(--grey);
}

@keyframes snowRot {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner-section.style-three .content-column .content-inner .analysis-form {
  position: relative;
}

.banner-section.style-three .content-column .content-inner .analysis-form .form-group {
  position: relative;
}

.banner-section.style-three .content-column .content-inner .analysis-form .form-group input[type="url"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 19px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 400;
  height: 60px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 38px;
}

.banner-section.style-three .content-column .content-inner .analysis-form .form-group input[type="url"]:focus {
  border-color: transparent;
  box-shadow: 0 0 24px rgba(var(--black-opicity), 0.1);
}

.banner-section.style-three .content-column .content-inner .analysis-form .form-group button {
  position: absolute;
  right: 8px;
  top: 4px;
}

.banner-section.style-three .content-column .content-inner .info-box {
  position: relative;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.banner-section.style-three .content-column .content-inner .info-box .icon-box {
  width: calc(14% - 0px);
}

.banner-section.style-three .content-column .content-inner .info-box .icon-box i {
  font-size: var(--font-60);
  color: var(--secondary);
}

.banner-section.style-three .content-column .content-inner .info-box p-box {
  position: relative;
}

.banner-section.style-three .content-column .content-inner .info-box p-box h4 {
  color: var(--black);
  font-weight: 700;
}


/***

====================================================================
			Banner Slider Section
====================================================================

***/
.banner-section.banner-slider {
  position: relative;
  background-size: cover !important;
  padding-bottom: 0;
  padding-bottom: 100px;
}

.banner-section.banner-slider:before,
.banner-section.banner-slider:after {
  display: none;
}

.banner-section.banner-slider .content-column {
  position: relative;
}

.banner-section.banner-slider .content-column .inner-column {
  position: relative;
  padding-left: 0;
  padding-top: 329px;
  padding-bottom: 160px;
}


.banner-section.banner-slider .content-column h1 {
  position: relative;
  color: var(--white);
  font-weight: 700;
  line-height: 1.3em;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.banner-slider .active .content-column h1,
.banner-section.banner-slider .active .content-column p {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-section.banner-slider .content-column p {
  position: relative;
  color: var(--white);
  font-size: var(--font-18);
  line-height: 1.9em;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.banner-slider .content-column .btns-box {
  margin-top: 35px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.banner-slider .active .content-column .btns-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section.banner-slider .content-column .theme-btn {
  margin-right: 15px;
}

.banner-section.banner-slider .image-column {
  position: relative;
}

.banner-section.banner-slider .image-column .inner-column {
  position: relative;
  margin-right: -80px;
  overflow: hidden;
  padding-top: 276px;
}

.banner-section.banner-slider .image-column .image {
  position: relative;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.banner-slider .active .image-column .image {
  opacity: 1;
  transform: scaleX(1);
}

.banner-section.banner-slider .content-column .video-link {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.banner-slider .active .content-column .video-link {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section.banner-slider .content-column .video-link a {
  width: 122px;
  display: block;
  height: 120px;
  font-size: 40px;
  background-image: linear-gradient(var(--main-color), var(--secondary));
  text-align: center;
  color: var(--white);
  line-height: 117px;
  border-radius: 50%;
  border: 4px solid var(--white);
  position: relative;
}

.banner-section.banner-slider .content-column .video-link .ripple,
.banner-section.banner-slider .content-column .video-link .ripple:before,
.banner-section.banner-slider .content-column .video-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 122px;
  width: 122px;
  margin-left: .5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.banner-section.banner-slider .content-column .video-link .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.banner-section.banner-slider .content-column .video-link .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.banner-section.banner-slider .owl-dots {
  position: absolute;
  right: 110px;
  top: 50%;
  display: none;
}

.banner-section.banner-slider .owl-dots .owl-dot {
  position: relative;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border-radius: 50px;
  background-color: var(--white);
  margin-bottom: 10px;
}

.banner-section.banner-slider .owl-dots .owl-dot:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  border-radius: 50px;
  border: 3px solid var(--main-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-section.banner-slider .owl-dots .owl-dot.active:before,
.banner-section.banner-slider .owl-dots .owl-dot:hover::before {
  opacity: 1;
}

.banner-section.banner-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  opacity: 0;
  margin-top: -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-section.banner-slider:hover .owl-nav {
  opacity: 1;
}

.banner-section.banner-slider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  color: var(--white);
  line-height: 56px;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section.banner-slider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  color: var(--white);
  font-size: 24px;
  width: 60px;
  height: 60px;
  color: var(--white);
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section.banner-slider .owl-nav .owl-prev:hover,
.banner-section.banner-slider .owl-nav .owl-next:hover {
  color: var(--secondary);
  border-color: var(--white);
  background-color: var(--white);
}

/***

====================================================================
			Page Title
====================================================================

***/

.page-title {
  position: relative;
  padding: 253px 0 263px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  background-image: url(/frontend/images/background/22.png);
  margin-bottom: 50px;
}

.page-title .inner-container {
  position: relative;
}

.page-title .title-box {
  position: relative;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: var(--font-48);
  color: var(--white);
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-title .title {
  position: relative;
  display: block;
  font-size: var(--font-24);
  line-height: 40px;
  color: var(--white);
  font-weight: 400;
}

.page-title .bread-crumb {
  position: relative;
  display: flex;
  justify-content: center;
}

.page-title .bread-crumb li {
  position: relative;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--main-color);
  font-weight: 700;
  text-transform: capitalize;
  cursor: default;
  padding-right: 10px;
  margin-right: 10px;
}


.page-title .bread-crumb li:last-child {
    max-width: 400px;   /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}


.page-title .bread-crumb li:before {
  position: absolute;
  right: -2px;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white);
  content: "/";
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: var(--white);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
  color: var(--main-color);
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 30px;
}

.sec-title h2 {
  position: relative;
  display: block;
  color: var(--darkgrey);
  font-weight: 700;
  padding: 10px 0 20px;
}

.sec-title .subtitle {
  color: var(--secondary);
  font-weight: 600;
}

.sec-title.light h2,
.sec-title.light .subtitle {
  color: var(--white);
}

.sec-titlep-center .float-text {
  right: 0;
  margin: 0 auto;
}

/***

====================================================================
			About Section
====================================================================

***/

.about-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 61%;
  padding: 0 0 51px;
}

.about-section .image-column .inner-column {
  position: relative;
  transform: rotateY(160deg) rotateX(0deg);
  -webkit-animation: suspend 5s ease-in-out infinite alternate;
  animation: suspend 8s ease-in-out infinite alternate;

}


.about-section .content-column {
  position: relative;
}

.about-section .content-column .inner-column {
  position: relative;
}

.about-section .content-column .content-box {
  position: relative;
}

.about-section .content-column .content-box p {
  margin-bottom: 30px;
}

@-webkit-keyframes suspend {
  0% {
    transform: rotateY(40deg) rotateX(0deg);
  }

  to {
    transform: rotateY(-160deg) rotateX(0deg);
  }
}

@keyframes suspend {
  0% {
    transform: rotateY(160deg) rotateX(0deg);
  }

  to {
    transform: rotateY(-160deg) rotateX(0deg);
  }
}

.about-section.alternate {
  margin: 49px 0 31px;
}

/***

====================================================================
			About Section Style Two
====================================================================

***/

.about-section.style-two {
  background-size: contain;
  background-position: top right;
  padding: 100px 0 20px;
  margin-bottom: 150px;
}

.about-section.style-two .content-column .content-box .sec-title {
  margin-bottom: 10px;
}

.about-section.style-two .content-column .content-box h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.about-section.style-two .image-column .inner-column {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

.about-section.style-two .image-column .inner-column .image-box {
  text-align: right;
  margin-right: -200px;
}

.about-section.style-two .content-column .content-box {
  position: relative;
}

.about-section .video-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-section .content-column .content-box .video-link a {
  width: 68px;
  display: block;
  height: 68px;
  font-size: var(--font-24);
  background-image: linear-gradient(var(--main-color), var(--secondary));
  text-align: center;
  color: var(--white);
  line-height: 60px;
  border-radius: 50%;
  border: 4px solid var(--white);
  position: relative;
}

.about-section .content-column .content-box .video-link .ripple,
.about-section .content-column .content-box .video-link .ripple:before,
.about-section .content-column .content-box .video-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  margin-left: .5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0.8);
  -moz-box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0.8);
  -ms-box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0.8);
  -o-box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0.8);
  box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0.8);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-section .content-column .content-box .video-link .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.about-section .content-column .content-box .video-link .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(var(--secondary-opicity), 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(var(--secondary-opicity), 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(var(--secondary-opicity), 0);
  }
}

.about-section .video-link .text-video {
  font-size: var(--font-30);
  color: var(--darkgrey);
  font-weight: 700;
}

.about-section .video-link figure {
  text-align: right;
}

.about-section .video-link figure img {
  width: 70%;
}

/***

====================================================================
			Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 100px 0 100px;

}

.service-block {
  background-color: transparent;
  width: 100%;
  height: 570px;
  perspective: 1000px;
}

.service-block .inner-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.service-block .service-box-back .image-box {
  position: relative;
}

.service-block:hover .inner-box,
.service-block.active .inner-box {
  transform: rotateY(180deg);
}

.service-block .service-box-front,
.service-block .service-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 50px;
  box-shadow: 0 0 57px rgba(34, 34, 34, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.service-block .service-box-front {
  background-color: var(--white);
  color: black;
}

.service-block .service-box-back {
  background-color: var(--secondary);
  color: var(--white);
  transform: rotateY(180deg);
}

.service-block.active {
  position: relative;
  z-index: 2;
}

.services-box {
  padding: 0;
}

.service-block .service-box-front .lower-content,
.service-block .service-box-back .lower-content {
  margin-top: 30px;
}

.service-block .service-box-front .lower-content h3,
.service-block .service-box-back .lower-content h3 {
  margin-bottom: 16px;
}

.service-block .service-box-front .lower-content h3 a {
  color: var(--black);
  font-weight: 700;
}

.service-block .service-box-back .lower-content h3 a {
  color: var(--white);
}

.service-block .service-box-front .lower-content p,
.service-block .service-box-back .lower-content p {
  margin-bottom: 30px;
}

.service-block .service-box-back .lower-content p {
  color: var(--white);
}

.service-box-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-box-wave .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


/***

====================================================================
			Service Style Two
====================================================================

***/

.services-section.style-two {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0 214px;
  position: relative;
}

.services-section.altrenate {
  padding: 169px 0 149px;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-section.altrenate .inner-container {
  max-width: 1580px;
  margin: 0 auto;
}

.services-section .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  left: -90px;
  width: 115.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}

.services-section .owl-nav .owl-prev {
  float: left;
}

.services-section .owl-nav .owl-next {
  float: right;
}

.services-section .owl-nav .owl-prev,
.services-section .owl-nav .owl-next {
  border: 1px solid var(--white);
  padding: 40px 15px;
  color: var(--white);
  font-size: var(--font-30);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.services-section .owl-nav .owl-prev:hover,
.services-section .owl-nav .owl-next:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

/***

====================================================================
			Service Style two
====================================================================

***/
.service-block-two,
.service-block-three {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-block-two .inner-box,
.service-block-three .inner-box {
  border: solid 1px var(--yellow);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-block-two .inner-box {
  text-align: right;
}

.service-block-two .inner-box .icon-box,
.service-block-three .inner-box .icon-box {
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

.service-block-two .inner-box .icon-box .icon,
.service-block-three .inner-box .icon-box .icon {
  font-size: 45px;
  color: var(--white);
  line-height: 94px;
}

.service-block-two .inner-box .icon-box .icon:after,
.service-block-three .inner-box .icon-box .icon:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 80px;
  height: 80px;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.service-block-two .inner-box .icon-box:before,
.service-block-three .inner-box .icon-box:before {
  content: "";
  position: absolute;
  left: -24px;
  top: -9px;
  width: 140px;
  height: 120px;
  background-image: url(../images/resource/service-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-block-two:hover .inner-box .icon-box:before,
.service-block-three:hover .inner-box .icon-box:before {
  opacity: 1;
}

.service-block-two .inner-box .icon-box .icon {
  margin-right: 23px;
}

.service-block-three .inner-box .icon-box .icon {
  margin-left: 23px;
}

.service-block-two .inner-box .icon-box {
  right: -44px;
}

.service-block-three .inner-box .icon-box {
  left: -44px;
}

.red {
  background-image: linear-gradient(var(--red), var(--main-color));
}

.green {
  background-image: linear-gradient(var(--green), var(--light-green));
}

.light-blue {
  background-image: linear-gradient(var(--sl-blue), var(--light-blue));
}

.blue {
  background-image: linear-gradient(var(--dl-blue), var(--secondary));
}

.purple {
  background-image: linear-gradient(var(--purple), var(--light-purple));
}

.yellow {
  background-image: linear-gradient(var(--main-color), var(--yellow));
}

.service-block-two {
  margin: 0 27px 40px 80px;
}

.service-block-two:nth-child(2) {
  margin: 0 100px 40px 33px;
}

.service-block-two:nth-child(1) {
  margin: 0 133px 40px 0;
}

.service-block-three {
  margin: 0 80px 40px 27px;
}

.service-block-three:nth-child(2) {
  margin: 0 33px 40px 100px;
}

.service-block-three:nth-child(1) {
  margin: 0 0px 40px 133px;
}

.service-block-two .inner-box .text-box {
  padding-right: 50px;
}

.service-block-three .inner-box .text-box {
  padding-left: 50px;
}

.service-block-two .inner-box .text-box h4,
.service-block-three .inner-box .text-box h4 {
  font-weight: 600;
  margin-bottom: 11px;
}

.service-block-two .inner-box .text-box h4 a,
.service-block-two .inner-box .text-box .text,
.service-block-two .inner-box .text-box p,
.service-block-three .inner-box .text-box h4 a,
.service-block-three .inner-box .text-box p {
  color: var(--white);
}

.services-section .center-column .inner-column .image-box {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

/***

====================================================================
			Service Style four
====================================================================

***/

.service-block-four {
  position: relative;
  margin-bottom: 30px;
}

.service-block-four .front-box {
  position: relative;
}

.service-block-four .inner-box .front-box {
  width: 100%;
  height: 100%;
  padding: 67px 30px;
  background-color: var(--bg-grey);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform-origin: top;
  transform: translateY(0px) rotateX(0deg);
}

.service-block-four .inner-box:hover .front-box {
  transform: translateY(100%) rotateX(90deg);
}

.service-block-four .inner-box .back-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  padding: 45px 30px;
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform: translateY(-100px) rotateX(90deg);
}

.service-block-four .inner-box:hover .back-box {
  transform: translateY(0) rotateX(0deg);
}

.service-block-four .inner-box .front-box .icon-box,
.service-block-four .inner-box .back-box .icon-box {
  position: relative;
  margin-bottom: 23px;
}

.service-block-four .inner-box .front-box .icon-box i {
  font-size: var(--font-60);
  color: var(--main-color);
}

.service-block-four .inner-box .back-box .icon-box {
  position: relative;
}

.service-block-four .inner-box .back-box .icon-box i {
  width: 100px;
  height: 100px;
  margin-bottom: 23px;
  background-color: var(--light-blue);
  display: block;
  font-size: var(--font-48);
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  box-shadow: 5px 5px 0 rgba(var(--black-opicity), 0.3);

}

.service-block-four .inner-box .front-box .lower-content,
.service-block-four .inner-box .back-box .lower-content {
  position: relative;
}

.service-block-four .inner-box .front-box .lower-content h4,
.service-block-four .inner-box .back-box .lower-content h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
  line-height: 1.5em;
}

.service-block-four .inner-box .front-box .lower-content h4 a {
  color: var(--darkgrey);
}

.service-block-four .inner-box .back-box .lower-content h4 a,
.service-block-four .inner-box .back-box .lower-content p {
  color: var(--white);
}

.service-block-four .inner-box .front-box .lower-content h4:before,
.service-block-four .inner-box .back-box .lower-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: var(--secondary);
}

.service-block-four .inner-box .back-box .lower-content h4:before {
  background-color: var(--white);
}

.service-block-four .inner-box {
  position: relative;
}

.service-block-four .inner-box .pattern-layer-one {
  width: 17px;
  height: 17px;
  background-size: 100%;
  left: 6%;
  top: 5%;
  z-index: 1;
}

.service-block-four .inner-box .pattern-layer-five {
  width: 20px;
  height: 20px;
  background-size: 100%;
  left: 58%;
  bottom: auto;
  top: 29%;
  z-index: 1;
}

.service-block-four .inner-box .pattern-layer-three {
  left: auto;
  right: 10%;
  z-index: 1;
  top: 68%;
}

.service-block-four .inner-box .pattern-layer-four {
  top: auto !important;
  bottom: 13px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  left: 40%;
  z-index: 1;
}

/***

====================================================================
			Service Style Five
====================================================================

***/

.service-block-five {
  background-color: var(--white);
  height: auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.service-block-five .inner-box {
  transform-style: unset;
  transition: auto;
}

.service-block-five .lower-content {
  margin-top: 25px;
}

.service-block-five .lower-content h4 a {
  color: var(--black);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.services-section .upper-box {
  margin-bottom: 30px;
}

.service-block-five:hover .inner-box {
  transform: rotateY(0deg);
  transition: transform 0;
}

.service-block-five:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
  background-image: url('../images/services/hover-bg.png');
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.service-block-five:hover:before {
  top: 0;
  left: 0;
}

.service-block-five:hover .lower-content h4 a {
  color: var(--white);
}

/***

====================================================================
			Service Style Six
====================================================================

***/

.services-section.style-three {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-block-six {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-block-six .inner-box {
  display: flex;
  background-color: var(--white);
  padding: 50px 40px;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 572px;
  height: 246px;
  background-image: url(../images/services/15.png);
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  border-radius: 23px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;

}

.service-block-six:hover .inner-box:before {
  left: -1px;
  top: -2px;
  opacity: 1;
  visibility: visible;
}

.service-block-six .inner-box .lower-content {
  padding-right: 15px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box .lower-content h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.service-block-six .inner-box .lower-content h4 a {
  color: var(--darkgrey);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box .lower-content p {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box .image-box {
  position: relative;
}

.service-block-six:hover .inner-box .lower-content h4 a,
.service-block-six:hover .inner-box .lower-content p {
  color: var(--white);
}

.services-section.style-four {
  position: relative;
  padding: 14px 0 70px;
}

/***

====================================================================
			Service Detail
====================================================================

***/

.service-detail {
  position: relative;
}

.service-detail .inner-box {
  position: relative;
  display: block;
}

.service-detail .image-box {
  position: relative;
  margin-bottom: 35px;
}

.service-detail .image-box .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}

.service-detail .image-box .owl-next,
.service-detail .image-box .owl-prev {
  position: absolute;
  left: 40px;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: var(--darkgrey);
  color: var(--white);
  font-size: var(--font-18);
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-detail .image-box .owl-next {
  left: auto;
  right: 40px;
}

.service-detail .image-box .owl-next:hover,
.service-detail .image-box .owl-prev:hover {
  background-color: var(--main-color);
}

.service-detail .inner-box .image {
  position: relative;
  margin-bottom: 0;
}

.service-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-detail .inner-box h2 {
  position: relative;
  font-size: var(--font-30);
  font-weight: 700;
  color: var(--darkgrey);
  line-height: 1.2em;
  margin-bottom: 25px;
}

.service-detail .inner-box p .two-column,
.service-detail .inner-box .two-column {
  margin-top: 40px;
  margin-bottom: 30px;
}

.service-detail .inner-box p {
  position: relative;
  line-height: 30px;
  margin-bottom: 30px;
}

.service-detail .inner-box p strong {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 500;
  margin-bottom: 10px
}

.service-detail .inner-box p h4,
.service-detail .inner-box h4 {
  position: relative;
  font-weight: 700;
  color: var(--darkgrey);
  line-height: 1.2em;
  margin-bottom: 30px;
}

.service-detail .inner-box ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.service-detail .inner-box ul li {
  position: relative;
  display: block;
  line-height: 26px;
  padding-left: 21px;
  margin-bottom: 10px;
  width: calc(100% / 2);
}

.service-detail .inner-box .single-list li {
  width: calc(100% / 1);
}

.service-detail .inner-box ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/***

====================================================================
  Get started Sec
====================================================================

***/

.get-started-sec {
  position: relative;
  padding: 211px 0 175px;
  margin-top: -75px;
  background-size: cover;
}

.get-started-sec .subtitle {
  color: var(--main-color);
  margin-bottom: 17px;
}

.get-started-sec h2 {
  font-size: var(--font-48);
  margin-bottom: 25px;
}

.get-started-sec.style-two {
  margin: 55px 0 0;
  padding: 200px 0 200px;
}

.get-started-sec.style-two h2 {
  margin-bottom: 10px;
}

.get-started-sec.style-two p {
  margin-bottom: 26px;
}

.get-started-sec.alternate h2 {
  margin-bottom: 0;
}

.get-started-sec.alternate {
  padding: 115px 0 100px;
}

.get-started-sec.alternate p {
  margin-bottom: 26px;
}

/***

====================================================================
  Get started Form
====================================================================

***/
.get-started-form {
  position: relative;
  text-align: center;
}

.get-started-form .form-area .form-group {
  position: relative;
}

.get-started-form .form-area .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 19px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 400;
  height: 60px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 38px;
}

.get-started-form .form-area .form-group input[type="text"]:focus {
  border-color: transparent;
  box-shadow: 0 0 24px rgba(var(--black-opicity), 0.1);
}

.get-started-form .form-area .form-group button {
  position: absolute;
  right: 3px;
  top: 3px;
}

/***

====================================================================
	Experince Sec
====================================================================

***/

.experince-sec {
  position: relative;
  padding: 100px 0;
}

.experince-sec .image-column {
  position: relative;
}

.experince-sec .image-column .image-box {
  position: relative;
  margin-left: -180px;
}

.experince-sec .image-column .image-box:before {
  content: "";
  position: absolute;
  left: 29px;
  top: -16px;
  width: 100%;
  height: 595px;
  background-image: url(../images/resource/experince-1.png);
  background-size: 88%;
  z-index: -1;
  background-repeat: no-repeat;
}

.experince-sec .image-column .image-box .review-box {
  bottom: -29px;
  top: auto !important;
  right: 72px;
  left: auto !important;
  background-image: url(../images/resource/experince-3.png);
  background-size: 100%;
  width: 235px;
  height: 180px;
  background-repeat: no-repeat;
  padding-top: 68px;
  padding-left: 39px;
}

.experince-sec .image-column .image-box .review-box .review {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}

.experince-sec .image-column .image-box .review-box .review li {
  color: var(--white);
  margin-right: 5px;
  font-size: var(--font-12);
}

.experince-sec .image-column .image-box .review-box h6 {
  color: var(--white);
  font-weight: 600;
  text-align: center;
}

.experince-sec .content-column .inner-box .sec-title {
  margin-bottom: 15px;
}

.experince-sec .content-column .inner-box p {
  margin-bottom: 25px;
}

.experince-sec .box-cloummn .inner-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.experince-sec .box-cloummn .inner-box .audience-box {
  position: relative;
  box-shadow: 0 0 24px rgba(var(--black-opicity), 0.1);
  margin-bottom: 30px;
  background-color: var(--white);
  padding: 35px 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  overflow: hidden;
}

.experince-sec .box-cloummn .inner-box .audience-box:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.experince-sec .box-cloummn .inner-box .audience-box:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.experince-sec .box-cloummn .inner-box .audience-box h5 {
  font-weight: 700;
  margin-bottom: 13px;
  color: var(--darkgrey);
}

.experince-sec .box-cloummn .inner-box .audience-box .learnmore {
  margin-top: 15px;
  display: inline-block;
  font-style: italic;
  font-weight: 600;
}

/***
 *

====================================================================
	Product Tabs Style
====================================================================

***/

.service-detail .prod-tabs {
  position: relative;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}


.service-detail .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: var(--font-16);

  color: var(--darkgrey);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 27px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 10px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: var(--font-family-Niramit);
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: var(--white);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
  color: var(--main-color);

  background: var(--white);
}



.service-detail .prod-tabs .tabs-content .tab .content p {
  position: relative;
  line-height: 30px;
  margin-bottom: 0px;
}

/***

====================================================================
			Invested Section
====================================================================

***/

.invested-sec {
  position: relative;
  padding: 80px 0 50px;
}

.invested-sec.altrenate {
  padding: 44px 0 17px;
}

.invested-sec .invseted-cloumn .invested-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 27px;
  margin-bottom: 30px;
  position: relative;
}

.invested-sec .invseted-cloumn .invested-box .icon-box {
  width: calc(30% - 0px);
  position: relative;
  padding: 39px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.invested-sec .invseted-cloumn .invested-box .icon-box i {
  font-size: 80px;
  color: var(--white);
}

.invested-sec .invseted-cloumn .invested-box .icon-box .count {
  position: absolute;
  left: -28px;
  width: 40px;
  height: 40px;
  background-size: contain;
  line-height: 42px;
  color: var(--white);
  top: 15px;
}

.invested-sec .invseted-cloumn .invested-box .icon-box .count-1 {
  background-image: url('../images/services/11.png');
}

.invested-sec .invseted-cloumn .invested-box .icon-box .count-2 {
  background-image: url('../images/services/12.png');
}

.invested-sec .invseted-cloumn .invested-box .icon-box .count-3 {
  background-image: url('../images/services/13.png');
}

.invested-sec .invseted-cloumn .invested-box .text-box {
  width: calc(70% - 0px);
  padding: 14px 0px 0 25px;
  position: relative;
}

.invested-sec .invseted-cloumn .invested-box .text-box h4 {
  font-weight: 700;
  margin-bottom: 9px;
}

.invested-sec .invseted-cloumn .invested-box .text-box h4 a {
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.invested-sec .invseted-cloumn .invested-box .text-box p {
  margin-bottom: 10px;
  position: relative;
}

.invested-sec .invseted-cloumn .invested-box .text-box .readmore {
  position: relative;
  font-weight: 700;
}

.invested-sec .invseted-cloumn .invested-box .text-box .readmore:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.invested-sec .invseted-cloumn .invested-box:hover .text-box h4 a {
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.invested-sec .invseted-cloumn .invested-box:hover .text-box .readmore {
  color: var(--secondary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.invested-sec .invseted-cloumn .invested-box:hover .text-box .readmore:before {
  background-color: var(--secondary);
  width: 100%;
}

/***

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section {
  position: relative;
  z-index: 2;
}

.fun-fact-section .outer-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 73px 0 24px;
}

.fact-counter {
  position: relative;
}

.fact-counter .counter-column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter .count-box {
  position: relative;
  line-height: 1em;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.fact-counter .count-box .icon-box {
  width: calc(30% - 0px);
  display: flex;
  line-height: 60px;
}

.fact-counter .count-box .icon-box span {
  font-size: var(--font-60);
  color: var(--yellow);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.fact-counter .count-box:hover .icon-box span {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.fact-counter .count-box .text-box .count {
  position: relative;
  font-size: var(--font-30);
  line-height: 1em;
  color: var(--white);
  font-weight: 700;
}

.fact-counter .count-box .count-text {
  position: relative;
}

.fact-counter .count-box .text-box .count i {
  font-style: normal;
}

.fact-counter .count-box .counter-title {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 1.2em;
  font-weight: 400;

  padding: 9px 0
}

/***

====================================================================
			Fun Fact And image
====================================================================

***/

.fun-fact-and-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 136px 0 0;
}

.fun-fact-and-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 775px;
  background-image: url(../images/background/18.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.projects-section .btn-box {
  margin-top: 50px;
}

.fun-fact-and-image .image-column .image-box .image {
  margin-top: -60px;
  position: relative;
}

.fun-fact-and-image .image-column .image-box .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
  height: 590px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/resource/fact-2.png');
  z-index: -1;
}

.counter-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.counter-box .count-box {
  width: calc(89% / 2);
  background-color: var(--white);
  padding: 36px 40px 55px;
  text-align: center;
  margin: 0 15px 30px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.counter-box .count-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/resource/fact-3.png);
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.counter-box .count-box:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.counter-box .count-box .count {
  font-size: var(--font-60);
  line-height: 1.5;
  color: var(--main-color);
  font-weight: 800;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.counter-box .count-box .counter-title {
  color: var(--grey);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.counter-box .count-box .count i {
  font-style: normal;
}

.counter-box .count-box:hover .count,
.counter-box .count-box:hover .counter-title {
  color: var(--white);
}

.counter-box .count-box:first-child {
  top: -70px;
}

.counter-box .count-box:nth-child(3) {
  top: -70px;
  left: 0;
}

.counter-box .count-box:nth-child(4) {
  left: 0;
}

/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section {
  position: relative;
  padding: 95px 0 0;
  margin-bottom: 90px;
}

.projects-section .inner-container {
  position: relative;
}

.project-block {
  position: relative;
  margin-bottom: 30px;
}

.project-block .image-box {
  position: relative;
  overflow: hidden;
}

.project-block .image-box .image {
  position: relative;
}

.project-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.project-block .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: var(--secondary) padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.project-block:hover .overlay-box {
  height: 96%;
  opacity: 0.70;
}

.project-block .overlay-box a {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 30%;
  transform: translate(-50%, -50%) scale(0);
  height: 40px;
  width: auto;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  color: var(--white);
  font-weight: 400;
}

.project-block:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.project-block .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block .overlay-box a:hover i {
  color: var(--white);
}

.project-block .text-box {
  position: relative;
  background-color: var(--white);
  box-shadow: 0 0 30px var(--lightgrey);
  border-radius: 15px;
  padding: 25px 46px 25px 25px;
  margin: 0 25px;
  margin-top: -37px;
  overflow: hidden;
}

.project-block .text-box:after {
  content: "";
  position: absolute;
  right: -55px;
  top: -14px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--secondary);
}

.project-block .text-box:before {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -14px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.project-block .text-box .tag {
  color: var(--main-color);
  margin-bottom: 2px;
  display: block;
}

.project-block .text-box h3 {
  font-weight: 700;
}

.project-block .text-box h3 a {
  color: var(--black);
}

.projects-carousel {
  position: relative;
}

.projects-carousel .owl-nav {
  position: absolute;
  right: 15%;
  top: -130px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex !important;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev {
  position: relative;
  display: block;
  font-size: var(--font-16);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  background-color: var(--main-color);
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 7px;
  text-align: center;
  margin-left: 20px;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover {
  background-color: var(--secondary);
}



/*=== Projects Section Alternate ===*/

.projects-section.alternate {
  position: relative;
  padding: 100px 0;
}

.mixitup-gallery .filters {
  margin-bottom: 50px;
  text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.mixitup-gallery .filters li {
  position: relative;
  float: left;
  font-size: var(--font-16);
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 5px 0px;
  margin-right: 30px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter-list .mix {
  display: none;
}

.projects-section.gallery-proj {
  padding: 50px 0 200px;
}

.mixitup-gallery .filters li:last-child {
  margin-right: 0;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover {
  border-bottom: 2px solid var(--main-color);
}

.project-block.mix {
  display: none;
  margin-bottom: 30px;
}

.projects-section.alternate .styled-pagination {
  margin-top: 50px;
}

/***

====================================================================
			Projects Style Two Section
====================================================================

***/
.projects-section.style-two {
  padding: 44px 0 92px;
}

.projects-section .inner-container {
  padding: 0 2%;
}

.project-block-two {
  position: relative;
  margin-bottom: 30px;
}

.project-block-two .image-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block-two .image-box figure {
  margin-bottom: 0;
}

.project-block-two .image-box .image img {
  border-radius: 15px;
  width: 100%;
}

.project-block-two .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  background-image: linear-gradient(var(--light-blue), var(--secondary));
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block-two .overlay-box:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 71%;
  height: 285px;
  background-image: url('../images/gallery/5.png');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  opacity: 0;
  visibility: hidden;
}

.project-block-two .overlay-box .category {
  position: absolute;
  top: 30px;
  left: 30px;
}

.project-block-two .overlay-box .category a {
  padding: 6px 27px;
}

.project-block-two .overlay-box .category h4 {
  font-weight: 600;
}

.project-block-two .overlay-box .detail-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
}

.project-block-two .overlay-box .detail-box .upper-content {
  margin-bottom: 15px;
  position: relative;
}

.project-block-two .overlay-box .detail-box .upper-content a {
  background-color: var(--light-blue);
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block-two .overlay-box .detail-box .upper-content a:hover {
  background-color: var(--main-color);
}

.project-block-two .overlay-box .detail-box h5 {
  font-weight: 700;
}

.project-block-two .overlay-box .detail-box h5 a {
  color: var(--white);
}

.project-block-two:hover .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.project-block-two:hover .overlay-box:before {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  opacity: 1;
  visibility: visible;
  left: 0;
}

/***

====================================================================
	Product Detail
====================================================================

***/

.project-details-section {
  position: relative;
  padding: 0px 0 250px;
}

.project-detail .upper-content {
  position: relative;
  padding-top: 50px;
}

.project-detail .upper-content .content-column {
  position: relative;
}

.project-detail .upper-content .content-column .inner-column .working-column {
  margin: 60px 0;
}

.project-detail .info-column .inner-column {
  background-color: white;
  padding: 45px 35px;
}

.project-detail .upper-content h2 {
  position: relative;
  display: block;
  font-size: var(--font-30);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 700;
  margin-bottom: 20px;
}

.project-detail .inner-column .word-box {
  width: 50px;
  height: 40px;
  display: inline-block;
  background-color: var(--white);
  color: var(--main-color);
  text-align: center;
  box-shadow: 0 0 16px rgba(var(--black-opicity), 0.1);
  line-height: 40px;
  font-size: var(--font-18);
  font-weight: 700;
  margin-right: 10px;
}

.project-detail .upper-content h3 {
  position: relative;
  display: block;
  font-size: var(--font-20);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 700;
  margin-bottom: 27px;
}

.project-detail .upper-content h4 {
  position: relative;
  display: block;
  font-size: var(--font-24);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 500;
  margin-bottom: 20px;
}

.project-detail .upper-content p {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-detail .upper-content .content-column blockquote {
  margin: 0 0 1rem;
  position: relative;
  padding: 20px 20px 20px 60px;
  color: var(--darkgrey);
  font-size: var(--font-24);
  font-weight: 700;
}

.project-detail .upper-content .content-column blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
}

.project-detail .upper-content .content-column blockquote span {
  display: block;
  margin-top: 28px;
  font-size: var(--font-18);
  color: var(--secondary);
}

.project-detail .list-style-one {
  position: relative;
  margin-bottom: 30px;
}

.project-detail .list-style-one:after {
  display: table;
  clear: both;
  content: "";
}

.project-detail .info-column {
  position: relative;
  margin-bottom: 40px;
}

.project-detail .info-list {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-detail .info-list li {
  position: relative;
  line-height: 28px;
  font-weight: 400;
}

.project-detail .info-list li strong {
  position: relative;
  float: left;
  color: var(--darkgrey);
  font-weight: 700;
  width: 180px;
}

.project-detail .info-column .inner-column .published-block {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--black-opicity), 0.2);
}

.project-detail .info-column .inner-column .published-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.project-detail .info-column .inner-column .published-block h6 {
  margin-bottom: 10px;
  color: var(--darkgrey);
  font-weight: 700;
}

.project-detail .info-column .inner-column .published-block p {
  margin-bottom: 0;
}

.project-detail .info-column .inner-column .published-block .social-links {
  margin-top: 25px;
}

.project-detail .info-column .inner-column .published-block .social-links a {
  margin-left: 0;
  margin-right: 10px;
}

.project-detail .info-column .inner-column .published-block .social-links a.fb {
  background-color: var(--facebook-color);
}

.project-detail .info-column .inner-column .published-block .social-links a.twitter {
  background-color: var(--twitter-color);
}

.project-detail .info-column .inner-column .published-block .social-links a.linkedin {
  background-color: var(--linkedin-color);
}

.project-detail .info-column .inner-column .published-block .social-links a.gplus {
  background-color: var(--main-color);
}


/***

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
}

.styled-pagination ul {
  position: relative;
  width: 100%;
  text-align: center;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 5px 8px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  font-weight: 400;
  background-color: var(--bg-grey);
  color: var(--darkgrey);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
  color: var(--white);
  background-color: var(--darkgrey);
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a {
  background: var(--main-color);
  color: var(--white);
}

.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover {
  background: var(--secondary);
}


/***

====================================================================
			Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 49px 0 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.team-section.alternate {
  padding: 75px 0 250px;
}

.team-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -57px;
  z-index: -1;
  background-size: contain;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-block .inner-box {
  position: relative;
  padding: 41px 21px 0;
}

.team-block .image-box {
  position: relative;
  margin-bottom: 40px;
}

.team-block .inner-box .image {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-block .inner-box .image:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -38px;
  width: 280px;
  height: 410px;
  background-image: url(../images/team/5.png);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-block .inner-box .image img {
  width: auto;
  border-radius: 35px;
  -webkit-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  /* IE 9 */
  transform: skewY(-6deg);
}

.team-block:hover .inner-box .image:before {
  -webkit-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  /* IE 9 */
  transform: skewY(6deg);
}

.team-block .inner-box .text-box {
  padding-left: 25px;
}

.team-block .inner-box .text-box h4 {
  font-weight: 700;
}

.team-block .inner-box .text-box h4 a {
  color: var(--darkgrey);
}

.team-block .inner-box .social-links {
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-block .inner-box .social-links li {
  margin: 0px 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-block .inner-box .social-links li a {
  background-color: var(--white);
  border-radius: 50%;
  color: var(--darkgrey);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-block .inner-box .social-links li a:hover {
  color: var(--main-color);
}

.team-block:hover .inner-box .social-links {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

.team-block:hover .inner-box .social-links li {
  margin: 0px 3px;
}

.team-carousel .owl-dots {
  display: flex !important;
  margin-top: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.team-carousel .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: var(--lightgrey);
}

.team-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: var(--main-color);
}

.team-block-1 .inner-box .image:before {
  background-image: url(../images/team/6.png);
}

.team-block-2 .inner-box .image:before {
  background-image: url(../images/team/7.png);
}

.team-block-3 .inner-box .image:before {
  background-image: url(../images/team/8.png);
}

/***

====================================================================
		Team Detail
====================================================================

***/
.team-details-section {
  position: relative;
  padding: 100px 0 250px;
}

.team-detail-block {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 70px;
}

.team-detail-block .inner-box .image-box {
  margin-bottom: 0;
  margin-top: 0px;
}

.team-detail-block .inner-box {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.team-detail-block .inner-box .image-box {
  width: calc(35% - 0px);
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 39px;
}

.team-detail-block .inner-box .info-name {
  width: calc(65% - 0px);
  padding: 50px 50px 13px;
  margin-bottom: 25px;
}

.team-detail-block .inner-box .info-name .inner-box {
  display: block;
}

.team-detail-block .inner-box .info-name .inner-box .team-name {
  background-color: var(--darkgrey);
  display: flex;
  flex-wrap: wrap;
  width: 375px;
  border-radius: 15px;
  align-items: center;
  padding: 10px;
  margin-bottom: 25px;
}

.team-detail-block .inner-box .info-name .inner-box .team-name .icon-box {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--bg-grey);
  border-radius: 15px;
  font-size: var(--font-36);
}

.team-block .inner-box .text-box h3 {
  color: var(--white);
  font-weight: 700;
}

.team-block .inner-box .text-box p {
  color: var(--bg-grey);
}

.team-detail-block .inner-box .info-name .inner-box .info-detail {
  position: relative;
  margin-bottom: 25px;
  clear: both;
}

.team-detail-block .inner-box .info-name .inner-box .info-detail li {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}

.team-detail-block .inner-box .info-name .inner-box .info-detail li i {
  margin-right: 14px;
}

.team-detail-block .inner-box .info-name .inner-box .info-detail li:last-child {
  width: 100%;
}

.team-detail-block .inner-box .info-name .inner-box .btn-style-two {
  display: inline-block;
  width: 37%;
}

.team-detail-block .inner-box .info-name .inner-box .social-links {
  position: relative;
  width: 55%;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  left: 0;
  transform: translateX(0);
  top: -17px;
  margin-left: 23px;
}

.team-detail-block .inner-box .info-name .inner-box .social-links li {
  display: inline-block;
  margin: 0 !important;
}

.team-detail {
  position: relative;
}

.team-detail p {
  margin-bottom: 25px;
}

.team-detail .support-box {
  position: relative;
  margin-top: 50px;
}

.team-detail .support-box .support-block {
  position: relative;
}

.team-detail .support-box .support-block .inner-box {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--secondary);
  padding: 25px;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-detail .support-box .support-block .inner-box .icon-box {
  width: calc(25% - 0px);
}

.team-detail .support-box .support-block .inner-box .icon-box i {
  color: var(--white);
  font-size: var(--font-60);
}

.team-detail .support-box .support-block .inner-box .text-box {
  width: calc(75% - 0px);
}

.team-detail .support-box .support-block .inner-box .text-box h4 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 15px;
}

.team-detail .support-box .support-block .inner-box .text-box p {
  margin: 0;
  color: var(--white);
}

.team-detail .support-box .support-block:hover .inner-box {
  background-color: var(--main-color);
}

/***

====================================================================
		Progress Section
====================================================================

***/
.progress-sec {
  position: relative;
  padding: 100px 0;
}

/*** Progress Levels Section ***/

.progress-levels {
  position: relative;
}

.normal-section .column .progress-levels {
  padding-left: 15px;
}

.progress-levels .progress-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.member-details .progress-levels .progress-box {
  margin-bottom: 40px;
}

.member-details .progress-levels .progress-box:last-child {
  margin-bottom: 0px;
}

.about-myself .progress-levels .progress-box:last-child {
  margin-bottom: 30px;
}

.progress-levels .progress-box .box-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--darkgrey);
  font-weight: 700;
  font-size: var(--font-18);
}

.progress-levels .progress-box .bar-inner {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: var(--secondary);
}

.progress-levels .progress-box .bar {
  position: absolute;
  left: 0px;
  top: -8px;
  height: 6px;
  width: 0px;
  border-bottom: 5px solid var(--main-color);
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  left: 0px;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: var(--secondary);
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: -100%;
  top: -8px;
  width: 0px;
  height: 6px;
  background-color: var(--main-color);
  transition: all 2000ms ease 300ms;
  -moz-transition: all 2000ms ease 300ms;
  -webkit-transition: all 2000ms ease 300ms;
  -ms-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
  left: 0px;
}

.progress-levels .progress-box .progress-percentage {
  position: absolute;
  top: 0px;
  right: 0;
}

.progress-levels .progress-box .progress-percentage .counted {
  color: var(--darkgrey);
  font-weight: 700;
  font-size: var(--font-18);

}

.progress-sec .image-box figure {
  position: relative;
  z-index: 2;
}

.progress-sec .progress-bg {
  background-image: url(../images/resource/progress-bg.png);
  position: absolute;
  width: 100%;
  height: 870px;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-size: 44%;
  right: 0;
  background-position: top right;
}

.progress-sec .image-box {
  margin-right: -259px;
  margin-left: 43px;
  margin-top: 38px;
}

.progress-sec .image-box .animated-img-1 {
  background-image: url(../images/resource/progress-2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  right: -278px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.progress-sec .image-box .animated-img-2 {
  background-image: url(../images/resource/progress-3.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  background-repeat: no-repeat;
  background-size: 55%;
  right: -423px;
  -webkit-animation: ease infinite alternate, nudge 10s linear infinite alternate;
  animation: ease infinite alternate, nudge 10s linear infinite alternate;
}

.progress-sec .image-box .animated-img-3 {
  background-image: url(../images/resource/progress-4.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 63px;
  background-repeat: no-repeat;
  background-size: 14%;
  right: -197px;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

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

@-webkit-keyframes nudge {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(150px, 0);
  }

  80% {
    transform: translate(-150px, 0);
  }
}

@keyframes nudge {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(150px, 0);
  }

  80% {
    transform: translate(-150px, 0);
  }
}

/***

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 78px 0 36px;
}

.testimonial-section .outer-container {
  position: relative;
}

.testimonial-section .image-column .image-box {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.testimonial-section .image-column .image-box img {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  padding-bottom: 30px;
  margin-bottom: 100px;

}

.testimonial-section .testimonial-column .inner-column {
  position: static;
  width: 100%;
}

.testimonial-carousel {
  position: relative;
}

.testimonial-block {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
}

.testimonial-block .inner-box .text:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 0;
  width: 575px;
  height: 340px;
  background-image: url(../images/resource/testimonial-bg.png);
  z-index: -1;
}


.testimonial-block .image-box {
  position: relative;
}

.testimonial-block .image-box .image {
  position: relative;
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 36px;
  color: var(--grey);
  font-weight: 400;
  margin-bottom: 62px;
  padding-top: 60px;
  padding: 51px 25px 0;
}

.testimonial-block .info-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.testimonial-block .info-box .thumb {
  width: 100px;
  height: 120px;
  background-color: var(--main-color);
  padding: 17px 0 0 0;
  border-radius: 106px;
  overflow: hidden;
  text-align: center;
}

.testimonial-block .info-box .thumb img {
  width: auto;
  margin: 0 auto;
}

.testimonial-block .info-box .text-box {
  width: calc(33% - 0px);
  margin-left: 30px;
  margin-top: 34px;
}

.testimonial-block .info-box .text-box .name {
  position: relative;
  display: block;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--secondary);
}

.testimonial-block .info-box .designation {
  position: relative;
  display: block;
}

.testimonial-block .icon-quote {
  position: absolute;
  bottom: 0;
  background-image: url('../images/resource/quote-bg.png');
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
}

.testimonial-block .icon-quote i {
  text-align: center;
  width: 100%;
  font-size: 75px;
  color: var(--white);
  transform: rotate(180deg);
  display: block;
  line-height: 115px;
  padding-left: 23px;
  padding-bottom: 8px;
}

.testimonial-section .owl-nav {
  display: none;
}

/***

====================================================================
		Testmonial Style Two
====================================================================

***/
.testimonial-section.style-two {
  padding: 51px 0 0;
}

.testimonial-column .testimonial-inner {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block-two .inner-box .thumb {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
  position: relative;
}

.testimonial-block-two .inner-box .thumb img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial-block-two .inner-box .info-box {
  margin-top: 20px;
}

.testimonial-block-two .inner-box .info-box .name {
  color: var(--secondary);
  font-weight: 700;
}

.testimonial-section.style-two .testimonial-column .testimonial-carousel {
  max-width: 580px;
  text-align: center;
  padding: 95px 0 159px 143px;
}

.testimonial-section.style-two .title-column .sec-title {
  margin-top: 120px;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-1 {
  position: absolute;
  top: 81px;
  left: 59px;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-1 img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-2 {
  position: absolute;
  bottom: 86px;
  left: 59px;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-2 img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-4 {
  position: absolute;
  right: 179px;
  top: 54px;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-4 img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-3 {
  position: absolute;
  bottom: 56px;
  right: 175px;
}

.testimonial-column .testimonial-inner .thumb-box .thumb-3 img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.testimonial-section.style-two .owl-nav {
  position: absolute;
  left: -55%;
  bottom: 26%;
  display: flex;
  flex-wrap: wrap;
}

.testimonial-section.style-two .owl-nav .owl-prev,
.testimonial-section.style-two .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--main-color);
  border-radius: 50%;
  box-shadow: 7px 0 18px rgba(var(--black-opicity), 0.1);
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 40px;
}

.testimonial-section.style-two .owl-nav .owl-prev:hover,
.testimonial-section.style-two .owl-nav .owl-next:hover {
  color: var(--secondary);
}

/***

====================================================================
		Products Section
====================================================================

***/

.products-section {
  position: relative;
  padding: 100px 0 80px;
}

.products-section .sec-title {
  margin-bottom: 0;
}

.products-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.products-section .title-column .inner-column {
  position: relative;
  padding-top: 55px;
}

.products-section .title-column h4 {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 500;
  margin-bottom: 26px;
}

.products-section .title-column p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.products-section .title-column .btn-box a {
  padding: 15px 38px;
  line-height: 20px;
}

.products-section .products-column {
  padding: 0;
}

.products-carousel {
  position: relative;
}

.products-carousel .product-block {
  padding: 15px;
  padding-top: 65px;
  transition: all 400ms ease;
}

.products-carousel .center .product-block {
  padding-top: 15px;
}

.products-carousel .center .product-block .inner-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-block {
  position: relative;
}

.product-block .inner-box {
  position: relative;
  transition: all 400ms ease;
}

.product-block .info-box {
  position: relative;
  padding: 25px 28px;
  text-align: right;
}

.product-block .info-box .name {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--darkgrey);
}

.product-block .info-box .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.products-carousel .owl-nav {
  position: absolute;
  left: -32%;
  bottom: 15px;
}

.products-carousel .owl-next,
.products-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: var(--white);
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
  color: var(--main-color);
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before {
  border-color: var(--main-color);
}

.products-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border-left: 0;
}

.products-carousel .owl-next span {
  margin-left: 5px;
}

.products-carousel .owl-prev span {
  margin-right: 5px;
}

/***

====================================================================
		Video Section
====================================================================

***/

.video-section {
  position: relative;
}

.video-section .outer-box {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.video-section .outer-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--darkgrey);
  opacity: 0.90;
  content: "";
}

.video-section .content-column {
  position: relative;
  order: 12;
}

.video-section .content-column .inner-column {
  position: relative;
  padding: 35px 35px 0px 40px;
}

.video-section .content-column .sec-title {
  margin-bottom: 22px;
}

.video-section .content-column .title {
  position: relative;
  display: block;
  font-size: var(--font-18);
  line-height: 25px;
  color: var(--main-color);
  font-weight: 400;
  margin-bottom: 30px;
}

.video-section .content-column p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: var(--white);
  font-weight: 400;
}

.video-section .video-column .inner-column {
  position: relative;
  padding-left: 50px;
}

.video-section .video-column .video-box {
  position: relative;
}

.video-section .video-column .video-box .image {
  position: relative;
  margin-bottom: 0;
}

.video-section .video-column .video-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.video-section .video-column .video-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover {
  background-color: rgba(0, 0, 0, 0.50);
}

.video-section .video-column .video-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  padding-left: 4px;
  font-size: var(--font-18);
  color: var(--main-color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover .icon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/*== Video Section Style Two ==*/

.video-section.style-two .outer-box {
  padding-bottom: 155px;
}

.video-section.style-two .outer-box:before {
  display: none;
}

.video-section .video-column .video-box:before {
  position: absolute;
  left: -50px;
  height: 320px;
  width: 520px;
  bottom: -55px;
  background-image: url(../images/icons/icon-lines.jpg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

/***

====================================================================
			FAQ Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 76px 0;
  background-repeat: no-repeat;
}

.faq-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 820px;
  height: 1015px;
  background-image: url('../images/background/12.png');
}

.faq-section.alternate:before {
  display: none;
}

.faq-section.alternate {
  padding: 49px 0 140px;
}

.faq-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.faq-section .image-column .inner-column {
  position: relative;
}

.faq-section .image-column .image-box {
  position: relative;
}

.faq-section .image-column .image {
  position: relative;
  margin-bottom: 0;
  margin-left: -270px;
  text-align: center;
}

.faq-section .title-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.faq-section .accordion-column {
  position: relative;
}

.faq-section .accordion-column .inner-column {
  position: relative;
  padding-top: 45px;
}

.faq-section .accordion-column .sec-title {
  margin-bottom: 35px;
}

.faq-section .accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-weight: 700;
  cursor: pointer;
  color: var(--darkgrey);
  background-color: var(--white);
  font-size: var(--font-20);
  padding: 15px 25px 15px;
  padding-right: 50px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  color: var(--main-color);
  margin-bottom: 0px;
  padding-bottom: 0;
}

.accordion-box .active-block .acc-content .content {
  padding-top: 3px;
}

.accordion-box .block .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--secondary);
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 1;
  color: var(--secondary);
  font-size: var(--font-18);
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: var(--white);
}

.accordion-box .block .content {
  position: relative;
  padding: 20px 25px;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content p {
  display: block;
}


/***

====================================================================
  Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
  padding-bottom: 32px;
}

.pricing-section.alternate {
  position: relative;
  padding: 100px 0 250px;
}

.pricing-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: -178px;
  width: 540px;
  height: 1015px;
  background-image: url(../images/background/13.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-section .patern-layer {
  position: absolute;
  left: 0px;
  top: -160px;
  width: 100%;
  height: 1291px;
}

.pricing-section .sec-title {
  margin-bottom: 30px;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
}

.pricing-tabs {
  position: relative;
}

.pricing-tabs .title-column {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.pricing-tabs .tab-buttons {
  position: relative;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(var(--black-opicity), 0.1);
}

.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  color: var(--black);
  font-weight: 700;
  float: left;
  cursor: pointer;
  padding: 11px 45px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: var(--white);
  background-color: var(--main-color);
}

.price-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box {
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  border-radius: 24px;
  background-image: url('../images/resource/price-bg.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block:hover .inner-box,
.price-block .inner-box.active {
  transform: scale(1.05);
}

.price-block .inner-box .packge-plan {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 46px 42px 76px 56px;
  text-align: right;
}

.price-block .inner-box h6 {
  position: relative;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box .icon-box {
  position: relative;
}

.price-block .inner-box .icon-box .icon {
  position: relative;
}

.price-block .inner-box .price {
  position: relative;
  color: var(--white);
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 5px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box .plan-text {
  color: var(--white);
  font-size: var(--font-18);
  font-weight: 700;
}

.price-block .inner-box .list-packges-area {
  padding: 10px 40px 30px;
}

.price-block .inner-box .price-list {
  position: relative;
  margin-bottom: 40px;
}

.price-block .inner-box .price-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 35px;
  color: var(--lightgrey);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box .price-list li:before {
  content: "\f192";
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--font-16);
  color: var(--lightgrey);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.price-block .inner-box .price-list li.active {
  color: var(--grey);
}

.price-block .inner-box .price-list li.active:before {
  color: var(--secondary);
}

.price-block .inner-box .price-list li:last-child {
  margin-bottom: 0px;
}

.price-block .inner-box .buy-btn {
  position: relative;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block:hover .inner-box .buy-btn:before,
.price-block .inner-box.active .buy-btn:before {
  left: -100%;
}

.pricing-tabs .bottom-column {
  margin-top: 70px;
  text-align: center;
}

/***

====================================================================
				News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 119px 0 47px;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-block {
  position: relative;
  margin: 15px 8px 30px;
  z-index: 1;
}

.news-block .inner-box {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  position: relative;
  margin-bottom: 20px;

}

.news-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.news-block .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: var(--main-color) padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-block .inner-box:hover .overlay-box {
  height: 100%;
  opacity: 0.70;
}

.news-block .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  font-size: var(--font-30);
  line-height: 40px;
  color: var(--white);
  font-weight: 400;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.news-block .inner-box:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.news-block .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .overlay-box a:hover i {
  color: var(--white);
}

.news-block .caption-box {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.news-block .caption-box h4 {
  position: relative;
  display: block;
  font-weight: 700;
  margin: 20px 0 30px;
  color: var(--black);
}

.news-block .caption-box h4 a {
  display: block;
  color: var(--black);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 80px;
}

.news-block .inner-box:hover .caption-box h4 a {
  color: var(--secondary);
}

.news-block .caption-box .info {
  position: relative;
  display: block;
}

.news-block .caption-box .info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .caption-box .info li i {
  margin-right: 10px;
}

.news-block .inner-box:hover .caption-box .info li {
  color: var(--darkgrey);
}

.news-block .caption-box .info li a {
  color: var(--main-color);
}

.news-block .caption-box .readmore {
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .caption-box p {
  margin-bottom: 18px;
}

.news-block .inner-box:hover .readmore {
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.news-carousel .owl-nav {
  display: none;
}

.news-carousel .owl-dots {
  display: flex !important;
  margin-top: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.news-carousel .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: var(--lightgrey);
}

.news-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: var(--main-color);
}

/***

====================================================================
		News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  padding: 170px 0 150px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/*News Block Two*/
.news-block.style-two .inner-box {
  padding: 0;
}

.news-block.style-two .inner-box .image-box .image img {
  border-radius: 15px 15px 0 0;
}

.news-block.style-two .caption-box {
  text-align: left;
  padding: 30px;
}

.news-block.style-two .caption-box h4 {
  margin: 12px 0;
}

.news-block.style-two .image-box .image {
  margin-bottom: 0;
}

.news-block.style-two .caption-box .category {
  display: flex;
  flex-wrap: wrap;
}

.news-block.style-two .caption-box .category li:not(:last-child) {
  position: relative;
  margin-right: 6px;
}

.news-block.style-two .caption-box .category li a:after {
  content: ",";
}

.news-block.style-two .caption-box .category li:last-child a:after {
  display: none;
}

/***

====================================================================
		News Section style Three
====================================================================

***/
.news-section-three {
  padding: 89px 0 11px;
  position: relative;
}

.news-section-three.alternate {
  padding: 100px 0 250px;
}

.news-block.style-three {
  margin: 0 0 30px;
}

.news-block.style-three .inner-box {
  padding: 0;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.news-block.style-three:hover .inner-box {
  -webkit-box-shadow: 0 0 10px rgb(var(--black-opicity), 0.21);
  -moz-box-shadow: 0 0 10px rgb(var(--black-opicity), 0.21);
  -ms-box-shadow: 0 0 10px rgb(var(--black-opicity), 0.21);
  -o-box-shadow: 0 0 10px rgb(var(--black-opicity), 0.21);
  box-shadow: 0 0 10px rgb(var(--black-opicity), 0.21);
}

.news-block.style-three .image-box .image img {
  border-radius: 15px 15px 0 0;
}

.news-block.style-three .overlay-box {
  background: var(--black) padding-box content-box;
  border-radius: 15px 15px 0 0;
  padding: 0;
}

.news-block.style-three .overlay-box .share-button {
  right: 20px;
  left: auto;
  top: auto;
  bottom: 15px;
  font-size: var(--font-16);
  width: auto;
  height: auto;
  border: none;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  color: var(--white);
}

.news-block.style-three .overlay-box .social-links {
  position: absolute;
  bottom: 10px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news-block.style-three .overlay-box .social-links.show-social {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

.news-block.style-three .overlay-box .social-links li a {
  width: auto;
  height: auto;
  border: none;
  font-size: var(--font-16);
  position: relative;
  left: auto;
  top: auto;
  margin: 0 10px;
  text-align: right;
  color: var(--white);
  border-radius: 0;
}

.news-block.style-three .overlay-box .social-links li a:hover {
  background: none;
  color: var(--white);
}

.news-block.style-three .caption-box {
  text-align: left;
  padding: 0 30px 30px;
  margin-bottom: 0;
}

.news-block.style-three .caption-box .category {
  display: flex;
  flex-wrap: wrap;
}

.blog-classic .news-block.style-three .caption-box .category {
  float: left;
  margin-right: 25px;
}

.news-block.style-three .caption-box .category li:not(:last-child) {
  position: relative;
  margin-right: 6px;
}

.news-block.style-three .caption-box .category li a {
  font-weight: 600;
  color: var(--secondary);
}

.news-block.style-three .caption-box .category li a:after {
  content: ",";
}

.news-block.style-three .caption-box .category li:last-child a:after {
  display: none;
}

.news-block.style-three .caption-box h4 {
  margin-bottom: 25px;
}

.blog-modren .news-block .inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blog-modren .news-block .inner-box .image-box {
  width: calc(45% - 0px);
}

.blog-modren .news-block .inner-box .caption-box {
  width: calc(55% - 0px);
  padding: 20px 30px 20px;
}

.blog-modren .news-block .inner-box .image-box img {
  border-radius: 15px 0 0 15px;
}

.blog-modren .news-block .inner-box .caption-box h4 {
  margin-bottom: 10px;
}

.blog-modren .news-block .inner-box .caption-box .theme-btn {
  padding: 8px 25px;
}

.blog-modren .news-block .inner-box .image-box .image {
  margin-bottom: 0;
}

/***

====================================================================
		Blog Section
====================================================================

***/

.blog-section {
  position: relative;
  padding: 100px 0;
}

.blog-section .styled-pagination {
  margin-top: 20px;
}

.blog-classic .news-block-two .caption-box .inner {
  padding: 30px 35px 30px;
  z-index: 99;
}

.blog-classic .news-block-two .caption-box h3 {
  font-size: var(--font-24);
  margin-bottom: 15px;
}

.blog-classic .news-block-two .caption-box p {
  margin-top: 15px;
}

.news-block-two .single-item-carousel {
  position: relative;
}

.news-block-two .image-box .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 22px;
  color: var(--black);
  font-weight: 400;
  background-color: rgba(255, 255, 255, .70);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, .70);
  color: var(--white);
}


.news-block-two .blockquote h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.news-block-two .blockquote h2 span {
  color: var(--main-color);
  text-transform: uppercase;
}

.news-block-two .blockquote .author {
  position: absolute;
  right: 0px;
  bottom: 70px;
  line-height: 25px;
  color: var(--white);
  font-size: 14px;
  background-color: var(--darkgrey);
  padding: 0 15px;
}

.news-block-two .image-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .image-box .link:hover {
  background-color: rgba(0, 0, 0, 0.50);
}

.news-block-two .image-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.65);
  padding-left: 4px;
  font-size: var(--font-18);
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .image-box .link:hover .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/***

====================================================================
		Blog Detail
====================================================================

***/



.blog-detail .news-block.style-three .caption-box .info {
  margin-bottom: 15px;
}

.blog-detail .news-block.style-three .caption-box h3 {
  font-size: var(--font-24);
  margin-bottom: 15px;
}

.blog-detail .news-block.style-three .caption-box p {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-detail .news-block.style-three .caption-box blockquote {
  margin: 0 0 1rem;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: var(--darkgrey);
  font-size: var(--font-18);
  font-weight: 700;
}

.blog-detail .news-block.style-three .caption-box blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
}

.blog-detail .tag-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blog-detail .tag-share .tags {
  width: calc(50% - 0px);
  display: flex;
}

.blog-detail .tag-share .tags .title {
  position: relative;
  color: var(--darkgrey);
  font-weight: 700;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: var(--font-20);
}

.blog-detail .tag-share .tags ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-detail .tag-share .tags ul li:before {
  content: ",";
  position: absolute;
  right: -4px;
  color: var(--darkgrey);
}

.blog-detail .tag-share .tags ul li:last-child:before {
  display: none;
}

.blog-detail .tag-share .tags ul li a {
  position: relative;
  display: block;
  color: var(--darkgrey);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-detail .tag-share .tags ul li a:hover {
  color: var(--secondary);
}

.blog-detail .tag-share .share-option {
  position: relative;
  display: flex;
  width: calc(50% - 0px);
  justify-content: flex-end;
}

.blog-detail .tag-share .share-option .title {
  position: relative;
  color: var(--darkgrey);
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: var(--font-20);
}

.authors-box {
  position: relative;
  margin: 50px 0px 50px 74px;
}

.authors-box .author-inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  border-radius: 25px;
  align-items: center;
}

.authors-box .author-inner .thumb {
  position: absolute;
  left: -75px;
}

.authors-box .author-inner .thumb img {
  width: 194px;
  height: 194px;
  border-radius: 50%;
}

.authors-box .author-inner .text-box {
  width: calc(100% - 0px);
  padding: 30px 30px 30px 170px;
  position: relative;
}

.authors-box .author-inner .text-box .name {
  color: var(--darkgrey);
  font-weight: 700;
  margin-bottom: 16px;
}

.authors-box .author-inner .text-box p {
  margin-bottom: 16px;
}

.social-icon {
  position: relative;
}

.social-icon li {
  position: relative;
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}

.social-icon li a {
  position: relative;
  display: block;
  color: var(--grey);
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  border-radius: 50%;
}

.social-icon li a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.blog-detail h3 {
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--darkgrey);
}

.releted-post .news-block {
  margin: 0 0 30px;
}

/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
  position: relative;
  z-index: 9;
}

.clients-section .sponsors-outer {
  position: relative;
  padding: 50px 55px;
  -webkit-box-shadow: 0 0 21px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.30);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.30);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 21px rgb(0 0 0 / 30%);
  border-radius: 20px;
  background-color: var(--white);
}

.clients-section .sponsors-outer:before {
  content: "";
  position: absolute;
  left: -162px;
  top: -121px;
  width: 280px;
  height: 265px;
  background-image: url(../images/resource/shape.png);
  z-index: -1;
}

.clients-section .slide-item {
  position: relative;
  padding: 0;
}

.clients-section .image-box {
  position: relative;
  margin: 0;
  text-align: center;
}

.clients-section .image-box img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
  display: none;
}

.clients-section.style-two {
  background-color: var(--white);
  padding: 45px 0 120px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.clients-section.style-two .sponsors-outer:before {
  display: none;
}

.clients-section.style-two .sponsors-outer {
  padding: 0 100px;
  box-shadow: none;
  background-color: transparent;
}

.clients-section.style-two .slide-item {
  position: relative;
  padding: 0 0px;
}


.clients-section.style-three {
  background-color: var(--white);
  padding: 150px 0 70px;
  background-repeat: no-repeat;
  background-position: top center;
}

.clients-section.style-three .sponsors-outer:before {
  display: none;
}

.clients-section.style-three .sponsors-outer {
  padding: 0 100px;
  box-shadow: none;
  background-color: transparent;
}

.clients-section.style-three .slide-item {
  position: relative;
  padding: 0 0;
}


/***

==================================================================
		Contact Section
==================================================================

***/

.contact-section {
  position: relative;
  padding-bottom: 100px;
}

.contact-section.altrenate {
  padding: 77px 0 250px;
}

.contact-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: -57px;
  width: 100%;
  height: 775px;
  background-image: url(../images/background/19.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.contact-section .contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 19px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 400;
  height: 60px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 38px;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 24px rgba(var(--black-opicity), 0.1);
}

.contact-form .form-group textarea {
  height: 160px;
  resize: none;
  border-radius: 20px;
}

.contact-form .form-group button {
  padding: 15px 50px;
  line-height: 20px;
  text-transform: uppercase;
}

.contact-form .form-group label.error {
  color: var(--main-color);
}

.contact-section .image-column .image-box .image {
  position: relative;
}

.contact-section .image-column .image-box .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
  height: 590px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/resource/contact-2.png');
  z-index: -1;
}

/***

====================================================================
  Newsletter Section
====================================================================

***/

.newsletter-section {
  position: relative;
}

.newsletter-section.margin-bottom {
  margin-bottom: -150px;
  z-index: 2;
}

.newsletter-section .inner-container {
  position: relative;
  padding: 55px 60px 40px;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.newsletter-section .inner-container .inner-column h2 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 36px;
}

.newsletter-section .title-column {
  position: relative;
}

.emailed-form .form-group {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  background-color: var(--white);
  border: 1px solid rgba(var(--black-opicity), 0.1);
  padding: 1px 25px;
  border-radius: 39px;
}

.emailed-form .form-group:before {
  content: "";
  position: absolute;
  left: 48%;
  top: 10px;
  width: 1px;
  height: 66%;
  background-color: var(--lightgrey);
  z-index: 999;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group input[type="url"],
.emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 19px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 400;
  height: 60px;

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 38px;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
  overflow: hidden;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/frontend/images/background/6.png');
}

.main-footer .widgets-section {
  position: relative;
  padding: 148px 0 41px;
  margin-top: -100px;
}

.main-footer.alternate .widgets-section {
  margin-top: 0;
  padding-top: 95px;
}

.main-footer .footer-column {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .footer-column .widget-content p {
  color: var(--white);
}

.main-footer .footer-column .widget-title {
  position: relative;
  font-weight: 700;
  color: var(--white);
  line-height: 30px;
  padding-left: 0;
  margin-bottom: 23px;
}

.main-footer .about-widget {
  position: relative;
  padding-right: 20px;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 15px;
}

.main-footer .footer-logo figure {
  margin: 0;
  margin-top: -20px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .about-widget p {
  position: relative;
  line-height: 30px;
  color: var(--white);
  font-weight: 400;
}

/*Recent Posts*/

.recent-posts {
  position: relative;
}

.recent-posts .post {
  position: relative;
  min-height: 70px;
  padding-left: 105px;
  margin-bottom: 30px;
}

.recent-posts .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 80px;
  overflow: hidden;
}

.recent-posts .post .thumb a {
  display: block;
}

.recent-posts .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.recent-posts .post h4 {
  position: relative;
  font-size: var(--font-18);
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 3px;
}

.recent-posts .post h4 a {

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
  color: var(--main-color);
}

.recent-posts .post .info {
  position: relative;
  display: block;
}

.recent-posts .post .info li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 3px;
  margin-right: 3px;
}

.recent-posts .post .info li:before {
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  content: "/";
}

.recent-posts .post .info li:last-child:before {
  display: none;
}

/*=== links Widget ===*/

.main-footer .links-widget {
  position: relative;
}

.main-footer .links-widget .widget-content {
  display: flex;
  flex-wrap: wrap;
}

.main-footer .links-widget .widget-content .list {
  width: calc(50% - 0px);
}

.main-footer .links-widget .list li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 16px;
}

.main-footer .links-widget .list li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  font-weight: 900;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
}

.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover {
  color: var(--main-color);
}

.main-footer .gallery-widget {
  position: relative;
}

.main-footer .gallery-widget .outer {
  position: relative;
  margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 7px;
  margin-bottom: 14px;
}

.main-footer .gallery-widget .image img {
  display: block;
  width: 100%;
}

.main-footer .gallery-widget .image a {
  position: relative;
  display: block;
}

.main-footer .gallery-widget .image a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--main-color) padding-box content-box;
  padding: 5px;
  opacity: .80;
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-footer .gallery-widget .image a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0b2";
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: var(--black);
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 900;
}

.main-footer .gallery-widget .image a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
  position: relative;
}

.main-footer .footer-bottom .inner-container {
  position: relative;
  border-top: 1px solid rgba(var(--white-opicity), 0.5);
}


.main-footer .footer-bottom .copyright-text {
  position: relative;
  float: left;
  padding: 20px 0;
}


.main-footer .footer-bottom .copyright-text p {
  position: relative;
  color: var(--white);
}

.main-footer .footer-bottom .copyright-text a {
  color: var(--white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

.main-footer .footer-bottom .social-links {
  position: relative;
  float: right;
  padding: 20px 0;
}

.social-icon-two {
  position: relative;
  display: flex;
}

.social-icon-two li {
  position: relative;
}

.social-icon-two li a {
  position: relative;
  display: block;
  color: var(--white);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 32px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--white);
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
}

.social-icon-two li a:hover {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}


/***

==================================================================
      Footer Style Two
==================================================================

***/

.main-footer.style-two {
  position: relative;
}

.main-footer.style-two:after {
  content: "";
  position: absolute;
  left: 0;
  top: -367px;
  z-index: -1;
  width: 100%;
  height: 700px;
  background-image: url('../images/background/15.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.main-footer.style-two .links-widget .list li:hover:before,
.main-footer.style-two .links-widget .list li a:hover {
  color: var(--secondary);
}

.main-footer.style-two .widgets-section {
  padding: 260px 0 60px;
  margin-top: 0;
}

/***

==================================================================
			Main Footer Style Three
==================================================================

***/
.main-footer.style-three {
  background-position: top center;
}

.main-footer.style-three .widgets-section {
  margin: 0;
  padding: 125px 0 60px;
}

.widgets-section .newslatter-column .inner-column {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(var(--white-opicity), 0.5);
}

.widgets-section .newslatter-form {
  position: relative;
  margin-top: 31px;
}

.widgets-section .newslatter-form form .form-group {
  position: relative;
}

.widgets-section .newslatter-form form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 19px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 400;
  height: 60px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 38px;
}

.widgets-section .newslatter-form form .form-group input[type="text"]:focus {
  border-color: transparent;
  box-shadow: 0 0 24px rgba(var(--black-opicity), 0.1);
}

.widgets-section .newslatter-form form .form-group button {
  position: absolute;
  right: 5px;
  top: 4px;
}

.contact-box-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contact-box-footer .content-block {
  display: flex;
  width: calc(100% / 2);
}

.contact-box-footer .content-block .icon-box {
  width: calc(30% - 0px);
}

.contact-box-footer .content-block .icon-box i {
  color: var(--white);
  font-size: var(--font-60);
}

.contact-box-footer .content-block .text-box {
  width: calc(70% - 0px);
}

.contact-box-footer .content-block .text-box p,
.contact-box-footer .content-block .text-box a {
  color: var(--white);
}

.widget-content .social-icon-two {
  margin-top: 25px;
}

.widget-content .social-icon-two li a {
  margin-left: 0;
  margin-right: 10px;
}

.widget-content .social-icon-two li a:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--secondary);
}

.main-footer .links-widget .widget-content .list.style-two {
  width: calc(100% - 0px);
}

.main-footer .links-widget .widget-content .list.style-two li::before,
.main-footer.style-three .links-widget .list li:before {
  content: "\f141";
}

.main-footer .footer-widget .recent-block {
  margin-bottom: 20px;
}

.main-footer .footer-widget .recent-block h6 {
  font-weight: 700;
  margin-bottom: 13px;
}

.main-footer .footer-widget .recent-block a {
  color: var(--white);
}

.main-footer .footer-widget .recent-block .info {
  display: flex;
  flex-wrap: wrap;
}

.main-footer .footer-widget .recent-block .info li {
  color: var(--white);
  margin-right: 14px;
}

.main-footer .footer-widget .recent-block .info li:last-child {
  margin-right: 0;
}

.main-footer.style-three .footer-bottom {
  padding-bottom: 25px;
}

.main-footer.style-three .footer-bottom .inner-container {
  border: none;
}

.main-footer.style-three .footer-bottom .inner-container .copyright-text {
  background-color: var(--white);
  border-radius: 51px;
  padding: 12px 37px;
  text-align: left;
  position: relative;
  float: none;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}

.main-footer.style-three .footer-bottom .inner-container .copyright-text p {
  color: var(--darkgrey);
}

.main-footer.style-three .footer-bottom .inner-container .copyright-text p a {
  color: var(--main-color);
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
  position: relative;
  overflow: hidden;
  padding: 44px 0 250px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3 {
  position: relative;
  display: inline-block;
  font-size: var(--font-24);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 700;
  text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--grey);
  line-height: 28px;
  padding: 15px 25px;
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  background-color: var(--white);
  border-radius: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: var(--main-color);
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: var(--font-18);
  background-color: var(--secondary);
  color: var(--white);
  font-weight: normal;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
  background-color: var(--main-color);
  color: var(--white);
}

/*=== Categories ===*/

.cat-list {
  position: relative;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  border-radius: 10px;
}

.cat-list li {
  position: relative;
  margin-left: -1px border-left: 7px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cat-list li a {
  position: relative;
  line-height: 20px;
  padding: 20px 30px;
  display: block;
  border-bottom: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--grey);
}

.cat-list li a i {
  margin-right: 15px;
}

.cat-list li a span {
  float: right;
  font-size: var(--font-16);
  line-height: 20px;
}

.cat-list li:last-child a {
  border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a {
  color: var(--secondary);
  background-color: var(--bg-grey);
}

.cat-list li.active a span,
.cat-list li:hover a span {
  color: var(--secondary);
}

/*=== Latest News ===*/

.latest-news .post {
  position: relative;
  padding-left: 120px;
  margin-bottom: 40px;
  min-height: 90px;
}

.latest-news .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  margin-bottom: 20px;
}

.latest-news .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.latest-news .post h3 {
  position: relative;
  font-size: var(--font-18);
  line-height: 30px;
  color: var(--darkgrey);
  font-weight: 700;
  margin-bottom: 10px;
}

.latest-news .post h3 a {
  color: var(--darkgrey);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h3 a {
  color: var(--secondary);
}

.latest-news .post .post-info {
  position: relative;
  font-weight: 400;
}

/*=== Instagram widget ===*/
.instagram-widget .widget-content {
  display: flex;
  flex-wrap: wrap;
}

.instagram-widget .post-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0px 15px 18px 0;
  width: calc(87% / 3);
}

.instagram-widget .post-thumb img {
  width: 100%;
}

.instagram-widget .post-thumb .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--white);
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(var(--secondary-opicity), 0.70);
}

.instagram-widget .post-thumb:hover .overlay-box {
  opacity: 1;
}

.instagram-widget .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

/*=== Tags ===*/

.tag-list {
  position: relative;
  display: block;
}

.tag-list li {
  position: relative;
  float: left;
  margin-bottom: 13px;
  margin-right: 10px;
}

.tag-list li a {
  position: relative;
  display: block;
  padding: 10px 25px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  color: var(--grey);
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tag-list li a:hover {
  background-color: var(--secondary);
  color: var(--white);
}

/***

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
  position: relative;
  margin-bottom: 45px;
}

.group-title h2 {
  position: relative;
  display: block;
  font-size: var(--font-30);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 500;
}

.comments-area {
  position: relative;
  margin-bottom: 70px;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 56px;
}

.comments-area .comment-box.reply-comment {
  margin-right: 100px;
}

.comments-area .comment-box.reply-comment.reply {
  margin-right: 200px;
}

.comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.comments-area .comment {
  position: relative;
  min-height: 80px;
  padding-top: 10px;
  padding-right: 200px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 15px;
}

.comments-area.style-two .author-thumb {
  width: 80px;
  height: 80px;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comments-area .comment-info {
  position: relative;
  display: block;
}

.comments-area .comment-box .name {
  position: relative;
  float: left;
  font-size: var(--font-18);
  line-height: 1.2em;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 7px;
  margin-right: 25px;
}

.comments-area .comment-box .date {
  position: relative;
  display: block;
  font-size: var(--font-14);
  line-height: 24px;
  font-weight: 400;
}

.comments-area .comment-box p {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.comments-area .comment-box .rating {
  position: relative;
  display: block;
  font-size: var(--font-14);
  color: var(--secondary);
  line-height: 20px;
}

.comments-area .comment-box .reply-btn {
  position: absolute;
  right: 143px;
  top: 8px;
  font-size: 15px;
  line-height: 25px;
  color: var(--main-color);
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
  color: var(--darkgrey);
}

/***

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
  position: relative;
}

.comment-form .group-title {
  margin-bottom: 30px;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  line-height: 20px;
  font-weight: 400;
  padding: 14px 22px;
  border-radius: 35px;
  background-color: var(--white);
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.comment-form .form-group textarea {
  height: 120px;
  resize: none;
  border-radius: 20px;
}

/***

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section {
  position: relative;
  padding-bottom: 250px;
}

.contact-page-section .form-column {
  position: relative;
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 46px 0 0;
}

.contact-page-section .sec-title {
  margin-bottom: 30px;
}

.contact-page-section .contact-form {
  margin-bottom: 50px;
}

.contact-page-section .contact-info {
  position: relative;
  padding: 100px 0 0;
}

.contact-page-section .contact-info .info-block .inner .icon-box {
  width: calc(20% - 0px);
}

.contact-page-section .contact-info .info-block .inner .text-box {
  width: calc(80% - 0px);
  padding-left: 15px;
}

.contact-page-section .contact-info .info-block {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-page-section .contact-info .info-block .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-page-section .contact-info .info-block h4 {
  position: relative;
  display: block;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--darkgrey);
}

.contact-page-section .contact-info .info-block .inner .icon-box i {
  font-size: var(--font-60);
  color: var(--secondary);
}

.contact-page-section .contact-info .info-block p {
  position: relative;
  display: block;
}

.contact-page-section .contact-info .info-block p a {
  color: var(--grey);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-page-section .contact-info .info-block p a:hover {
  color: var(--main-color);
}

/*== Map Column ===*/

.contact-page-section .map-column .inner-column {
  position: relative;
  height: 800px;
  width: 100%;
}

.contact-page-section .map-column .map-outer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--darkgrey);
}

.contact-page-section .map-column .map-canvas {
  position: absolute;
  height: 100%;
  width: 100%;
}

/***

====================================================================
	Services Sidebar
====================================================================

***/

.services-sidebar {
  position: relative;
}

.services-sidebar .sidebar-widget {
  margin-bottom: 50px;
}

.services-sidebar .sidebar-title {
  position: relative;
  display: block;
  font-size: var(--font-24);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 500;
  margin-bottom: 30px;
}

/*Blog Category*/

.blog-cat {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.blog-cat li {
  position: relative;
}

.blog-cat li a {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  color: var(--darkgrey);
  display: block;
  border-bottom: 1px solid rgba(var(--black-opicity), 0.1);
  border-left: 5px solid transparent;
  padding: 20px 40px 19px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: var(--font-family-Niramit);
  border-radius: 10px;
}

.blog-cat li:last-child a {
  border-bottom: none;
}

.blog-cat li a:before {
  position: absolute;
  right: 33px;
  top: 20px;
  color: var(--darkgrey);
  font-size: var(--font-18);
  line-height: 30px;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: var(--white);
  background-color: var(--secondary);
  border-left: 5px solid var(--main-color);
}

.blog-cat li a:hover:before,
.blog-cat li.active a:before {
  color: var(--white);
}

/*Brochure Box*/

.brochure-box {
  position: relative;
  padding: 13px 25px;
  background-color: var(--main-color);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 35px;
}

.brochure-box:hover {
  background-color: var(--secondary);
}

.brochure-box .inner {
  position: relative;
}

.brochure-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.brochure-box .inner .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--white);
  font-size: var(--font-16);
  line-height: 30px;
  font-weight: 900;
  transition: all 300ms ease;
}

.brochure-box .inner p {
  position: relative;
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 30px;
  color: var(--darkgrey);
  font-family: var(--font-family-Niramit);
  transition: all 300ms ease;
}

.brochure-box:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.brochure-box:hover .inner .icon,
.brochure-box:hover .inner p {
  color: var(--white);
}


/*Help Box*/

.help-box {
  position: relative;
  background-color: var(--bg-grey);
  margin-bottom: 50px;
}

.help-box .inner {
  position: relative;
  padding: 45px 45px;
}

.help-box .inner .title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.help-box .inner h2 {
  position: relative;
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 1.2em;
  color: var(--darkgrey);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.help-box .inner .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  padding: 10px 35px;
  line-height: 20px;
  color: var(--white);
}

.help-box .inner .list-style-one li {
  color: var(--darkgrey);
}

.brochure-box .inner p {
  color: var(--white);
}

/***

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
  position: relative;
  padding: 50px 0px 160px;
}

.contact-info-section.alternate {
  padding: 50px 0px 74px;
}

.contact-info-section .inner-container {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 65px 60px 65px;
  display: flex;
  flex-wrap: wrap;
}

.contact-info-section .inner-container .text-box {
  width: calc(70% - 0px);
}

.contact-info-section .inner-container .text-box h2 {
  font-weight: 700;
}

.contact-info-section .inner-container .text-box h2,
.contact-info-section .inner-container .text-box p {
  color: var(--white);
}

.contact-info-section .inner-container .contect-box {
  width: calc(30% - 0px);
  text-align: right;
  margin-top: 15px;
}



/***

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.coming-soon .background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.coming-soon .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.coming-soon .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 100px 15px;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  margin-bottom: 30px;
}

.coming-soon .content .content-inner h2 {
  position: relative;
  color: var(--white);
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coming-soon .content .emailed-form .form-group::before {
  display: none;
}

.coming-soon .content .emailed-form .form-group input[type="email"] {
  padding: 20px;
}

.coming-soon .content .content-inner p {
  position: relative;
  color: var(--white);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 0px;
  margin-bottom: 60px;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  margin: 0px 15px 0px;
  width: 200px;
  height: 200px;
  text-align: center;
  display: inline-block;
  color: var(--main-color);
  font-size: var(--font-20);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 60px;
  background-color: rgba(var(--secondary-opicity), 0.5);
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 40px;
  padding: 60px 0px 30px;
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 700;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  height: 60px;
  font-size: var(--font-18);
  color: var(--darkgrey);
  overflow: hidden;
  padding: 20px 50px 20px 50px;
  background: var(--white);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 195px;
  height: 62px;
  line-height: 40px;
  padding: 10px 50px;
  font-size: var(--font-18);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px 50px 50px 0px;
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button::before {
  border-radius: 0px 50px 50px 0px;
}












































































/*Sidebar Range slider */

.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
  overflow: hidden;
  margin-top: -20px;
}

.range-slider-one .title {
  position: relative;
  float: left;
  color: var(--black);
  font-size: var(--font-16);
  font-weight: 400;
  margin-top: 8px;
}

.range-slider-one .title:before {
  position: absolute;
  content: '$';
  right: -14px;
  top: 0px;

  font-size: var(--font-16);
  font-weight: 300;
}

.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  margin-top: 8px;
  position: relative;
}

.range-slider-one .input input {
  background: none;

  font-size: var(--font-16);
  font-weight: 300;
  width: auto;
  text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  margin-bottom: 35px;
  background: var(--grey);

}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 3px;
  background: var(--darkgrey);

}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  top: -6px;
  width: 15px;
  height: 15px;
  background: var(--main-color);
  cursor: pointer;
  border-color: var(--main-color);
  border-radius: 50%;
}


/*Sidebar Realated Posts */

.sidebar .related-posts .post {
  position: relative;
  padding: 0px 0px;
  padding-left: 90px;
  margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
  margin-bottom: 0px;
  border: 0px;
  min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
}

.sidebar .related-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .related-posts .post h4 {
  top: -2px;
  font-size: var(--font-18);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
  color: var(--darkgrey);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
  color: var(--main-color);
}

.sidebar .related-posts .post .price {
  font-size: var(--font-14);
  letter-spacing: 1px;
  font-weight: 400;

}

.sidebar .related-posts .post .rating {
  margin-bottom: 1px;
  line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: var(--font-14);
  line-height: 26px;
  color: var(--secondary);
}

.our-shop .styled-pagination {
  margin-top: 40px;
}

/*Shop Item*/

.shop-item {
  position: relative;
  margin-bottom: 60px;
}

.shop-item .inner-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
  opacity: 1;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.shop-item .inner-box .image {
  position: relative;
  z-index: 11;
  text-align: center;
  overflow: hidden;

}

.shop-item .inner-box .image .overlay-box {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(var(--black-opicity), 0.7);
  text-align: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option {
  position: relative;
  top: 50%;
  margin-top: -25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li {
  position: relative;
  margin: 0px 3px;
  color: var(--main-color);
  display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a {
  position: relative;
  width: 64px;
  height: 64px;
  color: var(--white);
  font-size: var(--font-18);
  display: block;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*.shop-item .inner-box .image .overlay-box .cart-option li a .fa{
	display:block;
	font-size:var(--font-20);
	margin-bottom:8px;
}*/

.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
  color: var(--white);
}

.shop-item .inner-box .image img {
  width: 100%;
  display: inline-block;
}

.shop-item .inner-box .lower-content {
  position: relative;
  z-index: 11;
  padding: 20px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
  position: relative;
  font-size: var(--font-20);
  font-weight: 700;
  color: var(--darkgrey);
  margin-bottom: 9px;
  text-transform: capitalize;
}

.shop-item .inner-box .lower-content h3 a {
  color: var(--darkgrey);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
  color: var(--main-color);
}

.shop-item .inner-box .lower-content .add-cart {
  position: relative;
  color: var(--darkgrey);
  font-weight: 700;
  font-size: var(--font-16);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: var(--font-family-Niramit);
}

.shop-item .inner-box .lower-content .add-cart .fa {
  margin-right: 5px;
}

.shop-item .inner-box .lower-content .add-cart:hover {
  color: var(--main-color);
}

.shop-item .inner-box .lower-content .price {
  position: relative;
  color: var(--secondary);
  font-size: var(--font-16);
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-item .inner-box .lower-content .price .discount {
  position: relative;
  color: var(--darkgrey);
  margin-right: 8px;
  text-decoration: line-through;
}

.shop-item .inner-box .lower-content .rating .fa {
  position: relative;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--secondary);
}




.product-details .basic-details {
  position: relative;
  margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 20px;
}

.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;

}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
  font-size: var(--font-24);
  font-weight: 700;
  margin: 5px 0px 20px;
  line-height: 1.4em;
  color: var(--darkgrey);
}

.product-details .basic-details .details-header h4 a {}

.product-details .basic-details .details-header .rating {
  font-size: var(--font-18);
  color: var(--main-color);
  margin-bottom: 15px;
  display: inline-block;
}

.product-details .basic-details .details-header .reviews {
  position: relative;
  display: inline-block;
  color: var(--darkgrey);
  font-weight: 400;
  margin-left: 15px;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  color: var(--secondary);
  font-size: var(--font-14);
}

.product-details .basic-details .details-header .rating .txt {
  font-size: 14px;
  padding-left: 10px;

}

.product-details .basic-details .details-header .item-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary);
  line-height: 24px;
}

.product-details .basic-details .prod-info {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 13px;
}

.product-details .basic-details .prod-info strong {
  font-weight: 700;

}

.product-details .basic-details p {
  margin-bottom: 25px;

  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
  line-height: 24px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  padding: 10px 15px !important;
  height: 46px !important;
  box-shadow: none !important;
  border-radius: 45px;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
  padding: 11px 10px;

}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 6px;
}

.product-details .basic-details .item-quantity {
  position: relative;
  float: left;
  width: 85px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
  font-size: var(--font-18);
  line-height: 24px;
  padding: 10px 15px !important;
  height: 50px !important;
  box-shadow: none !important;
  width: 100%;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
  padding: 12px 10px;

  border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  top: 8px;
}

.product-details .basic-details .add-to-cart {
  padding: 11px 30px;
  font-weight: 600;
  font-size: var(--font-16);
  border-radius: 50px;
  text-transform: uppercase;
  margin-left: 20px;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
  position: relative;
}

.shop-single .product-details .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: var(--font-16);
  background-color: var(--bg-grey);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  border-radius: 50px;
  padding: 18px 43px 18px;
  transition: all 500ms ease
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
  color: var(--white);
  background: var(--main-color);
}

.shop-single .product-details .prod-tabs .tabs-content {
  position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
  position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: var(--font-16);
  line-height: 1.7em;
  margin-bottom: 25px;

}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
  margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
  position: relative;
  color: var(--darkgrey);
  font-size: var(--font-24);
  font-weight: 600;
  margin-bottom: 30px
}

/*Comment Form*/

.shop-comment-form {
  position: relative;
  margin-top: 50px;
}

.shop-comment-form h2 {
  position: relative;
  color: var(--darkgrey);
  font-size: var(--font-24);
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-comment-form .mail-text {
  position: relative;

  font-size: var(--font-16);
  margin-bottom: 15px;
}

.shop-comment-form .group-title {
  margin-bottom: 20px;
}

.shop-comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}

.shop-comment-form .rating-box p {
  position: relative;
  font-size: var(--font-16);

  margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--secondary);
}

.shop-comment-form .rating-box .rating a {
  position: relative;

  font-size: 14px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
  color: var(--main-color);
}

.shop-comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.shop-comment-form .form-group label {
  position: relative;

  font-size: var(--font-16);
  font-weight: 400;
}

.shop-comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  height: 50px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  font-weight: 300;
  border-radius: 45px;
  background: var(--white);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.shop-comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  height: 120px;
  font-weight: 300;
  border-radius: 25px;
  background: var(--white);
  border: 1px solid rgba(var(--black-opicity), 0.1);
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form button {
  position: relative;
  font-weight: 600;
  font-size: var(--font-16);
  padding: 10px 32px;
  margin-top: 10px;
  text-transform: uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {}

/***

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
  position: relative;
  padding: 49px 0px 250px;
}

.cart-outer {
  position: relative;
}

.checkout-page .cart-outer {
  margin-bottom: 40px;
}

.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-outer .cart-table {
  width: 100%;
  min-width: 900px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  background: var(--secondary);
  color: var(--white);
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: var(--font-16);
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid var(--white);
  font-family: var(--font-family-Niramit);
}

.cart-table thead tr th .fa {
  font-size: var(--font-18);
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 25px 30px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.cart-table tbody tr .qty {
  width: 200px;
}

.cart-table tbody tr .qty .item-quantity {
  max-width: 100px;
  margin: 0 auto;
}


.cart-table tbody tr .qty .quantity-spinner {
  background: var(--white);
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: relative;
  width: 140px;
  margin: 0 auto;
  text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: inline-block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 14px;

  font-weight: 400;
  line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
  font-size: 13px;

  margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: var(--darkgrey);
  font-size: var(--font-16);
}

.cart-table tbody tr .sub-total.price {}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 14px;
  color: var(--main-color);
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  font-size: var(--font-18);
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {}

.cart-table tbody tr {}

.cart-table tbody tr td {
  vertical-align: middle;

  font-size: 17px;
  text-align: center;
}

.cart-table tbody tr td.prod-column {
  padding-left: 48px;
}

.cart-table tbody tr td.total {
  font-size: var(--font-18);

}

.cart-table tbody tr td:last-child {
  text-align: center;
}

.cart-table tbody tr td .prod-title {
  position: relative;
  font-size: var(--font-16);
  color: var(--darkgrey);
  font-weight: 400;
  font-family: var(--font-family-Niramit);
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: var(--font-18);
  color: var(--white);

  border-radius: 50%;
}

.cart-section .cart-options {
  position: relative;
  padding: 40px 0px 10px;
  margin-bottom: 30px;
  border-top: 0px;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .cart-options .cart-btn {
  padding: 13px 36px;
  line-height: 24px;
  font-size: 15px;
  color: var(--white);
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: var(--main-color) -webkit-transition:all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .cart-options .cart-btn:hover {
  background-color: var(--darkgrey);
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 30px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 28px;
  padding: 10px 25px;
  width: 225px;
  height: 50px;
  background: var(--white);
  border-radius: 50px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.cart-section .cart-options .btn-style-one {
  top: -7px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-section .totals-table {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.cart-section .totals-table li {
  line-height: 24px;
  padding: 18px 30px;
  border-top: 1px solid rgba(var(--black-opicity), 0.1);
}

.cart-section .totals-table li:first-child {
  border-top: none;
}

.cart-section .totals-table li h3 {
  position: relative;
  font-weight: 700;
  font-size: var(--font-18);
  font-family: var(--font-family-Niramit);
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
  padding: 40px 20px 50px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  line-height: 24px;
  width: 50%;
  color: var(--darkgrey);
  font-size: var(--font-16);
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-family-Niramit);
}

.cart-section .totals-table li .col:last-child {
  text-align: right;
}

.cart-section .totals-table .total .price {
  color: var(--main-color);
  font-weight: 400;
}

.shipping-block {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.shipping-block .inner-box {
  position: relative;
  padding: 20px 25px 10px;
}

.shipping-block .inner-box h3 {
  position: relative;

  font-size: var(--font-24);
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.shipping-block .inner-box h4 {
  position: relative;
  color: var(--darkgrey);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.shipping-form {
  position: relative;
}

.shipping-form .row {
  position: relative;
  margin: 0px -10px;
}

.shipping-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 20px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
  border-color: var(--main-color);
}



/*====================================================================
				CheckOut Section
====================================================================*/

.checkout-page {
  position: relative;
  padding: 50px 0px 250px;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 50px;
}

.checkout-page .default-links li {
  line-height: 25px;
  padding: 25px 25px;
  font-size: var(--font-16);
  font-weight: 500;
  background-color: var(--bg-grey);
  margin-bottom: 40px;
}

.checkout-page .default-links li .fa {
  position: relative;
  font-size: var(--font-24);
  line-height: 25px;
  color: var(--secondary);
  margin-right: 20px;
}

.checkout-page .default-links li a {

  font-size: var(--font-16);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
  color: var(--main-color);
}

.checkout-page .sec-title {
  margin-bottom: 20px;
}

.checkout-page .sec-title h3 {
  font-size: var(--font-30);
  line-height: 1.2em;
  color: var(--darkgrey);
  font-weight: 500;
}

.checkout-form {
  position: relative;
  margin-bottom: 50px;
}

.checkout-form .column {
  position: relative;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--darkgrey);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout-form .form-group .field-label span {
  position: relative;
  font-size: var(--font-16);
  color: var(--darkgrey);
  display: block;
  font-weight: 600;
}

.checkout-form .form-group .field-label sup {
  top: -1px;
  font-size: 15px;
  color: var(--main-color);
}

.checkout-form .form-group p {
  position: relative;

  font-size: 14px;
  line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: var(--white);
  font-size: var(--font-16);
  line-height: 26px;
  padding: 12px 22px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: var(--white) url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
  resize: none;
  height: 60px !important;
  padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: var(--font-16);
  cursor: pointer;

}

.checkout-page .lower-content {
  margin-top: 30px;
}

.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
  position: relative;
  color: var(--darkgrey);
  font-size: var(--font-24);
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;

}

/*Coupon Box*/

.coupon-box {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 25px;

}

.coupon-form {
  position: relative;
}

.coupon-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 44px;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {}

.coupon-form button {
  margin-top: 0px;
  font-size: var(--font-16);
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 8px 26px;
  text-transform: capitalize;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box .sec-title {
  margin-bottom: 25px;
}

.order-box .sec-title h2 {
  font-size: 28px;
  padding-bottom: 0;
}

.order-box .sec-title h2:before {
  display: none;
}

.order-box .title-box {
  position: relative;
  padding: 15px 30px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--darkgrey);
}

.order-box .title-box .col {
  position: relative;
  width: 50%;
  float: left;
  color: var(--white);
  font-size: var(--font-16);
  line-height: 25px;
}

.order-box ul {
  position: relative;
  border: 1px solid rgba(var(--black-opicity), 0.1);
}

.order-box ul li {
  position: relative;
  padding: 25px 30px;
  font-size: var(--font-16);
  font-weight: 500;
  border-bottom: 1px solid rgba(var(--black-opicity), 0.1);
  line-height: 30px;
}

.order-box ul li strong {
  color: var(--darkgrey);
  font-weight: 500;
  font-size: var(--font-16);
}

.order-box ul li span {
  width: 50%;
  float: right;
  color: var(--secondary);
  font-size: var(--font-16);
}

.order-box ul li span.free {}

.order-box ul li:last-child {
  border-bottom: 0;
}

.payment-box {
  position: relative;
  margin-bottom: 50px;
  background-color: var(--bg-grey);
}

.payment-box .upper-box {
  position: relative;
  padding: 15px 35px;
  border-bottom: 1px solid rgba(var(--black-opicity)0.2);
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-box .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--darkgrey);
  cursor: pointer;
  font-size: var(--font-16);
}

.payment-box .payment-options li .radio-option label strong {
  font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: var(--white);
  line-height: 1.8em;
  padding: 15px 20px;
  margin-top: 20px;
  background-color: var(--secondary);
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
  display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: '';
  left: 30px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid var(--secondary);
}

.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 30px;
  margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
  position: relative;
  display: block;
  font-size: var(--font-16);
  font-weight: 700;
  margin-left: 120px;
  margin-top: 10px;
}

.payment-box .lower-box {
  position: relative;
  background-color: var(--bg-grey);
  padding: 30px 35px;
  border-top: 1px solid rgba(var(--black-opicity), 0.2);
}

.payment-box .lower-box .theme-btn {
  padding: 13px 32px;
  font-weight: 400;
  margin-right: 0;
}

/***

====================================================================
	Login Section
====================================================================

***/

.login-section {
  position: relative;
  padding: 42px 0px 250px;
}

.login-form.register-form {
  padding-bottom: 47px;
}

.login-section h2 {
  position: relative;
  color: var(--darkgrey);
  font-size: var(--font-30);
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.login-form {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 40px 25px;
  box-shadow: 0 0 15px rgba(var(--black-opicity), 0.1);
  border-radius: 15px;
  background-color: var(--white);
}

.login-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.login-form .form-group.check-box {
  margin-bottom: 0px;
}

.login-form .form-group:nth-child(2) {
  margin-bottom: 25px;
}

.login-section.style-two .login-form .form-group:nth-child(2) {
  margin-bottom: 15px;
}

.login-form .form-group label {
  position: relative;
  top: -1px;

  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}

.login-form .form-group.no-margin {
  margin-bottom: 0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  border-radius: 45px;
  border: 1px solid rgba(var(--black-opicity), 0.1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.login-form button {
  top: 0px;
  margin-top: 0px;
  font-size: var(--font-16);
  font-weight: 700;
  padding: 10px 36px;
  line-height: 25px;
  color: var(--white);
  text-transform: uppercase;
}

.login-form .psw {
  position: relative;

  font-size: var(--font-16);
}

.login-form .psw:hover {
  text-decoration: underline;
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  text-align: center;
  padding: 170px 0px 170px;
}

.error-section .error-title {
  position: relative;
  color: var(--darkgrey);
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
}

.error-section .error-title span {
  color: var(--main-color);
}

.error-section h4 {

  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

.error-section p {

  font-size: var(--font-24);
  margin-top: 18px;
  margin-bottom: 45px;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .banner-section .content-column .content-inner {
  margin-right: 37%;
  margin-left: 0;
}

.rtl .sec-title.text-left {
  text-align: right !important;
}

.rtl .header-style-three.fixed-header .outer-box .cart-box {
  margin-right: 0;
  margin-left: 35px;
}

.rtl .header-style-three .outer-box .search-box-outer {
  margin-left: 35px;
}

.rtl .progress-sec .image-box .progress-bg {
  left: -150px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  right: auto;
}

.rtl .progress-sec .content-column.offset-lg-2,
.rtl .get-started-form .offset-lg-2 {
  margin-right: 16.666667%;
  margin-left: 0;
}

.rtl .projects-carousel .owl-nav {
  right: auto;
  left: 13%;
}

.rtl .header-style-one .outer-box .nav-toggler {
  margin-right: 20px;
}

.rtl .project-block .text-box:before,
.rtl .project-block .text-box:after {
  right: auto;
  left: -55px;
}

.rtl .group-title h2,
.rtl .styled-pagination,
.rtl .owl-carousel {
  direction: ltr !important;
}

.rtl .blog-detail .tags ul li,
.rtl .blog-detail .tags .title,
.rtl .project-detail .info-list li strong,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn,
.rtl .header-style-four .main-menu,
.rtl .header-style-three .main-menu,
.rtl .projects-section-two .upper-box .sec-title,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .testimonial-section .testimonial-column,
.rtl .main-header .top-left,
.rtl .main-menu .navigation>li,
.rtl .header-style-one .main-menu,
.rtl .header-style-five .nav-outer,
.rtl .banner-section .bottom-box .contact-info,
.rtl .main-header .contact-info li span,
.rtl .main-header .logo-box,
.rtl .pull-left {
  float: right;
}

.rtl .pull-right {
  float: left;
}

.rtl .cat-list li a span,
.rtl .header-style-four .header-top .top-right,
.rtl .header-style-four .outer-box,
.rtl .header-style-three .nav-outer,
.rtl .main-header .top-right,
.rtl .header-style-four .nav-outer,
.rtl .projects-section-two .upper-box .link-box,
.rtl .main-footer .footer-bottom .social-links,
.rtl .main-header .nav-outer,
.rtl .header-style-five .outer-box,
.rtl .header-style-one .outer-box {
  float: left;
  margin-right: 43px;
}

.rtl .comments-area .comment-box .author-thumb,
.rtl .blog-detail .news-block-two .caption-box blockquote .icon,
.rtl .latest-news .post-thumb,
.rtl .feature-block h3:before,
.rtl .active-side-nav .sidenav-bar,
.rtl .banner-carousel-two .content-box .count,
.rtl .list-style-one li:before,
.rtl .news-block-four .image-box,
.rtl .main-footer .links-widget .list li:before,
.rtl .active-side-nav .hidden-bar,
.rtl .contact-info-box .info-list:before,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .recent-posts .post .thumb,
.rtl .service-detail .inner-box ul li:before,
.rtl .fact-counter .count-box:before,
.rtl .about-section .image-column .image-box .alphabet-img,
.rtl .about-section .content-column .content-box .title h2:before,
.rtl .main-menu .navigation>li>ul {
  left: auto;
  right: 0;
}

.rtl .comments-area .comment-box .reply-btn,
.rtl .news-block-two .blockquote .author,
.rtl .sidenav-bar .cross-icon,
.rtl .offer-section .form-column .upper-box .discount,
.rtl .banner-section-two .slide-item .content-box:before,
.rtl .banner-carousel-three .owl-nav,
.rtl .testimonial-block .image-box,
.rtl .team-block .image-box .social-links,
.rtl .brochure-box .inner .icon {
  right: auto;
  left: 0;
}

.rtl .banner-section.banner-slider .content-column {
  order: 2;
}

.rtl .banner-section.banner-slider .image-column {
  order: 1;
}

.rtl .banner-section.banner-slider .content-column .video-link {
  display: flex;
  justify-content: flex-end;
}

.rtl .testimonial-section .title-column .inner-column,
.rtl .team-block .inner-box .designation,
.rtl .projects-carousel .owl-nav,
.rtl .about-section .image-column .image-box .image {
  text-align: left;
}

.rtl .header-style-three .logo-box:before {
  margin-left: -230px;
  right: auto;
  left: 100%;
  transform: skew(-40deg);
}

.rtl .sidenav-bar .side-nav .navigation>li.dropdown>a {
  padding-right: 0;
  padding-left: 30px;
}

.rtl .header-style-one .outer-box {
  margin-left: 0;
  margin-right: 45px;
}

.rtl .fixed-header .sticky-header .logo {
  float: right !important;
}

.rtl .fixed-header .sticky-header .pull-right {
  float: left !important;
}

.rtl .sidenav-bar .side-nav .navigation>li.dropdown>a:before {
  right: auto;
  left: 0;
  content: "\f104";
}

.rtl .banner-section .bottom-box .contact-info li span {
  float: right;
  margin-left: 10px;
}

.rtl .sidenav-bar .side-nav .navigation>li.active>a:before {
  content: "\f107";
}

.rtl .mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 0 !important;
}

.rtl .social-icon-one li {
  margin-left: 0;
  margin-right: 22px;
}

.rtl .main-menu .navigation>li {
  margin-right: 45px;
  margin-left: 0 !important;
}

.rtl .header-style-two .header-lower .main-box .nav-outer .navigation>li {
  margin-right: 38px;
}

.rtl .main-menu .navigation>li>ul>li>ul {
  right: 110%;
  left: auto;
}

.rtl .header-style-two .outer-box .btn-style-one {
  margin-left: 15px;
  margin-right: 0;
}

.rtl .main-menu .navigation>li>ul>li:hover>ul {
  right: 100%;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
  text-align: right !important;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
  border-left: 0;
  border-right: 4px solid transparent;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.rtl .main-menu .navigation>li>ul>li>ul>li:hover>a,
.rtl .main-menu .navigation>li>ul>li:hover>a {
  border-left: 0;
  border-right: 4px solid var(--main-color);
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
  left: 10px;
  right: auto;
  content: "\f104";
}

.rtl .sticky-header .main-menu .navigation>li {
  margin-left: 0 !important;
}

.rtl .about-section .image-column .title-box h2 {
  text-align: center;
}

.rtl .fact-counter .count-box {
  padding-right: 20px;
  padding-left: 0;
}

.rtl .header-style-two .outer-box {
  margin-left: 15px;
  margin-right: 30px;
}

.rtl .header-style-two .main-menu {
  float: right;
}

.rtl .header-style-two .search-box-outer {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.rtl .main-header .search-box-outer .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

.rtl .main-header .cart-btn {
  float: right;
}

.rtl .fact-counter .count-box .count {
  margin-left: 15px;
  margin-right: 0;
}

.rtl .project-block .overlay-box h4 {
  right: auto;
  left: 30px;
}

.rtl .project-block .overlay-box .tag {
  left: auto;
  right: 30px;
}

.rtl .banner-carousel .owl-nav {
  right: auto;
  left: 30%;
}

.rtl .banner-section:before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.rtl .team-block .inner-box {
  padding-right: 0;
  padding-left: 50px;
}

.rtl .team-block .inner-box:hover .image-box .social-links li {
  right: auto;
  left: -50px;
}

.rtl .team-block .image-box .name {
  right: auto;
  left: -40px;
}

.rtl .testimonial-block {
  padding-right: 0;
}

.rtl .testimonial-block .inner-box {
  padding-right: 0;
  text-align: left;
}

.rtl .testimonial-block:before {
  right: auto;
  left: 0px;
}

.rtl .main-footer .footer-column .widget-title {
  padding-left: 0;
  padding-right: 25px;
}

.rtl .recent-posts .post {
  padding-left: 0;
  padding-right: 105px;
}

.rtl .main-footer .links-widget .list li {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .main-footer .footer-bottom .inner-container:before {
  right: auto;
  left: 100%;
}

.rtl .main-footer .footer-bottom .copyright-text:before {
  left: auto;
  right: 100%;
  border-right: 0;
  border-bottom: 0;
  border-left: 40px solid transparent;
  border-bottom: 70px solid var(--main-color);
}

.rtl .main-footer .footer-bottom .copyright-text {
  padding-right: 0;
  padding-left: 40px;
}

.rtl .offer-section .form-column .upper-box {
  padding-right: 0;
  padding-left: 200px;
}

.rtl .products-carousel .owl-nav {
  left: auto;
  right: -32%;
}

.rtl .header-style-three .outer-box {
  margin-left: 0;
  margin-right: 80px;
  float: left;
}

.rtl .hidden-bar .inner-box .cross-icon {
  right: auto;
  left: 30px;
}

.rtl .banner-carousel-two .content-box .inner-box {
  padding-left: 0;
  padding-right: 30px;
  float: left;
}

.rtl .banner-carousel-two .content-box .inner-box:before {
  left: auto;
  right: 100%;
}

.rtl .banner-section-three .bottom-box .outer-box:before {
  margin-left: 0;
  margin-right: -300px;
  left: auto;
  right: 100%;
  transform: skew(-40deg);
}

.rtl .banner-carousel-two .owl-nav {
  text-align: left;
}

.rtl .banner-section-three .social-links {
  float: right;
}


.rtl .carousel-outer .thumbs-carousel .owl-nav {
  bottom: auto;
  top: -525%;
}

.rtl .testimonial-carousel-two {
  padding-left: 0;
  padding-right: 100px;
}

.rtl .testimonial-carousel-two .owl-nav {
  left: auto;
  right: -135px;
}

.rtl .accordion-box .block .acc-btn {
  padding-right: 25px;
  padding-left: 50px;
}

.rtl .accordion-box .block .icon {
  right: auto;
  left: 15px;
}

.rtl .main-header .contact-info li:first-child {
  margin-left: 0;
}

.rtl .news-block-two .caption-box .info li:first-child,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn:first-child,
.rtl .news-block-four .content-box .info li:first-child {
  margin-right: 0;
}

.rtl .news-block-four .inner-box {
  padding-left: 0;
  padding-right: 300px;
}

.rtl .news-section-two .column .inner-column {
  padding-right: 0;
  padding-left: 25px;
}

.rtl .header-style-four .search-box-btn {
  margin-left: 0;
  margin-right: 55px;
}

.rtl .sidebar .search-box .form-group input[type="submit"],
.rtl .sidebar .search-box .form-group button,
.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button {
  right: auto;
  left: 0;
  border-radius: 50px 0px 0px 50px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button::before {
  border-radius: 50px 0px 0px 50px;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:before {
  right: auto;
  left: 15px;
}

.rtl .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav {
  left: 96%;
  top: 368%;
}

.rtl .blog-cat li a:before {
  right: auto;
  left: 33px;
  content: "\f104";
}

.rtl .blog-cat li a {
  border-left: 0;
  border-right: 5px solid transparent;
}

.rtl .blog-cat li.active a,
.rtl .blog-cat li a:hover {
  border-left: 0;
  border-right: 5px solid var(--darkgrey);
}

.rtl .service-detail .inner-box ul li,
.rtl .brochure-box .inner {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .mixitup-gallery .filters li {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.rtl .mixitup-gallery .filters li:last-child {
  margin-left: 0;
}

.rtl .project-detail .project-tabs .tab-btns {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.rtl .list-style-one li {
  padding-left: 0;
  padding-right: 35px;
}

.rtl .list-style-one li .icon {
  left: auto;
  right: 0;
}

.rtl .main-header .main-menu .navigation>li.dropdown>a::before {
  right: auto;
  left: -14px;
}

.rtl .main-header .main-menu .navigation>li.dropdown>a::after {
  right: -7px;
  left: auto;
}

.rtl .text-left {
  text-align: left !important;
}

.rtl .news-block-two .blockquote .icon {
  left: auto;
  right: 70px;
}

.rtl .cat-list li {
  border-left: 0;
  border-right: 7px solid transparent;
}

.rtl .cat-list li.active,
.rtl .cat-list li:hover {
  border-left: 0;
  border-right: 7px solid var(--main-color);
}

.rtl .latest-news .post {
  padding-left: 0;
  padding-right: 130px;
}

.rtl .tag-list li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.rtl .blog-detail .news-block-two .caption-box blockquote {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .progress-sec .image-box .animated-img-1 {
  right: auto;
  left: -142%;
}

.rtl .progress-sec .image-box .animated-img-2 {
  left: -90%;
  right: auto;
}

.rtl .progress-sec .image-box .animated-img-3 {
  left: -50%;
  right: auto;
}

.rtl .progress-levels .progress-box .progress-percentage {
  left: 0;
  right: auto;
}

.rtl .progress-levels .progress-box .bar {
  left: auto;
  right: 0;
}

.rtl .social-icon-colored li {
  float: right;
  margin-left: 6px;
  margin-right: 0;
}

.rtl .social-icon-colored li a i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .comments-area .comment {
  padding-left: 0;
  padding-right: 150px;
}

.rtl .blog-detail.style-two .comments-area .comment {
  padding-left: 0;
  padding-right: 110px;
}

.rtl .comments-area .comment-box.reply-comment {
  margin-left: 0;
  margin-right: 100px;
}

.rtl .comments-area .comment-box.reply-comment.reply {
  margin-left: 0;
  margin-right: 200px;
}

.rtl .blog-detail.style-two .news-block-two .caption-box blockquote {
  padding-left: 0;
  padding-right: 25px;
}

.rtl .contact-info-section .inner-container .contect-box {
  text-align: left;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}

.rtl .product-details .basic-details .add-to-cart {
  margin-left: 0;
  margin-right: 20px;
}

.rtl .checkout-page .default-links li .fa {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"] {
  left: auto;
  right: 0;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before {
  left: auto;
  right: 30px;
}

.rtl .shop-item .inner-box .lower-content .add-cart .fa {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .banner-section .slide-item:before {
  left: auto;
  right: -15%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}

.rtl .main-header .contact-info li span {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .invested-sec .invseted-cloumn .invested-box .icon-box .count {
  left: auto;
  right: -28px;
}

.rtl .about-section.style-two .image-column .inner-column .image-box {
  text-align: left;
  margin-left: -200px;
  margin-right: 0;
}

.rtl .service-block-three .inner-box .icon-box .icon {
  margin-right: 23px;
  margin-left: 0;
}

.rtl .faq-section .image-column .image {
  margin-left: 0;
  margin-right: -270px;
}

.rtl .news-block.style-two .caption-box {
  text-align: right;
}

.rtl .news-block.style-two .caption-box .category {
  justify-content: flex-end;
}

.rtl .emailed-form .form-group:before {
  left: auto;
  right: 48%;
}

.rtl .emailed-form .form-group input[type="submit"],
.rtl .emailed-form button,
.rtl .widgets-section .newslatter-form form .form-group button,
.rtl .banner-section.style-three .content-column .content-inner .analysis-form .form-group button {
  right: auto;
  left: 5px;
}

.rtl .service-block-four .inner-box .front-box .lower-content h4:before,
.rtl .service-block-four .inner-box .back-box .lower-content h4:before {
  left: auto;
  right: 0;
}

.rtl .get-started-form .offset-lg-3 {
  margin-left: 0;
  margin-right: 25%;
}

.rtl .get-started-form .form-area .form-group button {
  right: auto;
  left: 3px;
}

.rtl .pattern-layer-tweleve {
  right: auto;
  left: 2%;
}

.rtl .experince-sec .image-column .image-box {
  margin-left: 0;
  margin-right: -180px;
}

.rtl .counter-box .count-box:nth-child(3) {
  left: auto;
  right: 44px;
}

.rtl .counter-box .count-box:nth-child(4) {
  left: auto;
  right: 45px;
}

.rtl .project-block-two .overlay-box .category {
  left: auto;
  right: 30px;
}

.rtl .project-block-two .overlay-box .detail-box {
  right: auto;
  left: 25px;
  bottom: 25px;
}

.rtl .testimonial-section.style-two .owl-nav {
  left: auto;
  right: -36%;
}

.rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
  padding: 95px 239px 159px 162px;
  max-width: 100%;
}

.rtl .news-block.style-three .caption-box,
.rtl .main-footer.style-three .footer-bottom .inner-container .copyright-text,
.rtl .range-slider-one .input input {
  text-align: right;
}

.rtl .team-details-section .offset-lg-1 {
  margin-right: 8.333333%;
  margin-left: 0;
}

.rtl .banner-section.style-three .banner-image {
  left: auto !important;
  right: 8% !important;
}

.rtl .banner-section.style-three .banner-image-2 {
  right: auto !important;
  left: 14% !important;
}

.rtl .banner-section.style-three .banner-image-3 {
  right: auto !important;
  left: 12% !important;
}

.rtl .banner-section.style-three .banner-image-4 {
  left: auto !important;
  right: 5% !important;
}

.rtl .page-title .bread-crumb li:before {
  right: auto;
  left: -15px;
}

.rtl .progress-sec {
  z-index: 9;
}

.rtl .clients-section .sponsors-outer:before {
  left: auto;
  right: -162px;
}

.rtl .cat-list li a i {
  margin-left: 15px;
  margin-right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.rtl .comments-area .comment-box .name {
  float: right;
  margin-left: 25px;
}

.rtl .fixed-header .sticky-header .main-box .logo-box {
  float: right;
}

.rtl .project-block-two .overlay-box .category {
  right: 20px;
}

.rtl .news-block.style-three .overlay-box .share-button {
  right: auto;
  left: 20px;
}

.rtl .news-block.style-three .overlay-box .social-links {
  right: auto;
  left: 0;
}

.rtl .news-block.style-three .overlay-box .social-links.show-social {
  right: auto;
  left: 40px;
}

.rtl .progress-sec .progress-bg {
  background-position: top left;
  transform: rotate(180deg);
  right: auto;
  left: -62%;
}

.rtl .progress-sec .image-box {
  margin-right: 43px;
  margin-left: -377px;
  margin-top: 64px;
}

/***

====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  border: 15px solid var(--white);
  overflow: hidden;
  background-color: var(--white);
}

.box-layout {
  background-image: url(../images/background/23.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.box-layout .banner-section.banner-slider {
  padding-bottom: 140px;
  background-position: top right;
}

.box-layout .progress-sec .progress-bg {
  top: -160px;
  background-size: 49%;
  right: 0;
  background-position: bottom right;
}

.box-layout .progress-sec .image-box {
  margin-right: -64px;
  margin-left: 0;
  margin-top: 123px;
}

.box-layout .projects-carousel .owl-nav {
  right: 0;
}

.box-layout .progress-sec .image-box .animated-img-1 {
  top: 127px;
}

.box-layout .progress-sec .image-box .animated-img-2 {
  right: -121px;
  top: 158px;
}

.box-layout .coming-soon .background {
  position: absolute;
}

.box-layout .rtl .banner-section {
  background-size: 105%;
}

.box-layout .rtl .banner-section .content-column .content-inner {
  margin-right: 11%;
}

.box-layout .rtl .banner-section.style-two .image-column .image-box img.image-vector {
  right: -8%;
}

.box-layout .rtl .banner-section .content-column .content-inner {
  margin-top: 258px;
}

.box-layout .rtl .banner-section .image-column .image-box {
  margin-top: 136px;
}

.box-layout .rtl .banner-section.style-two {
  background-size: 128%;
}

.box-layout .rtl .about-section.style-two .image-column .inner-column .image-box {
  margin-left: -36px;
}

.box-layout .rtl .service-block-three:nth-child(1) {
  margin: 0 0px 40px 66px;
}

.box-layout .rtl .service-block-three:nth-child(2) {
  margin: 0 -22px 40px 62px;
}

.box-layout .rtl .service-block-three {
  margin: 0 -31px 40px 59px;
}

.box-layout .rtl .service-block-two:nth-child(1) {
  margin: 0 59px 40px 0;
}

.box-layout .rtl .service-block-two:nth-child(2) {
  margin: 0 57px 40px -23px;
}

.box-layout .rtl .service-block-two {
  margin: 0 65px 40px -73px;
}

.box-layout .rtl .progress-sec .image-box img {
  padding: 225px 39px 0;
}

.box-layout .project-block .text-box h3 {
  font-size: var(--font-22)
}

.box-layout .sticky-header {
  max-width: 1270px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-layout .rtl .faq-section .image-column .image {
  margin-left: 0;
  margin-right: -33px;
}

.box-layout .rtl .pricing-section:before {
  top: 0;
  background-size: 79%;
  right: -115px;
}

.box-layout .project-block .text-box:after,
.box-layout .project-block .text-box:before {
  width: 80px;
  height: 80px;
}

.box-layout .project-block .text-box {
  padding: 15px;
  margin: 0 15px;
}

.box-layout .header-style-one .inner-container {
  padding: 0 30px;
}

.box-layout .banner-section {
  padding-left: 0;
  background-size: 109%;
}

.box-layout .banner-section .image-column .image-box {
  margin-top: 261px;
}

.box-layout .header-style-three .outer-box .search-box-outer {
  margin: 0 20px;
}

.box-layout .header-style-three .outer-box .theme-btn {
  margin: -11px 15px 0;
}

.box-layout .header-style-three .outer-box {
  margin-left: 20px;
}

.box-layout .main-header .main-menu .navigation>li {
  margin-left: 55px;
}

.box-layout .header-style-one .outer-box .contact-info {
  padding-left: 0;
  margin-left: 35px;
  display: none;
}

.box-layout .banner-section.style-three .content-column .content-inner {
  margin-top: 180px;
}

.box-layout .banner-section.style-three .image-column .image-box {
  margin-top: 59px;
}

.box-layout .header-style-one {
  top: 15px;
}

.box-layout .experince-sec .image-column .image-box {
  position: relative;
  margin-left: -47px;
}

.box-layout .experince-sec .image-column .image-box .review-box {
  bottom: -96px;
}

.box-layout .project-block-two .overlay-box .category {
  top: 20px;
  left: 20px;
}

.box-layout .project-block-two .overlay-box .detail-box {
  right: 20px;
  bottom: 20px;
}

.box-layout .header-style-six.fixed-header .outer-container,
.box-layout .header-style-one.fixed-header {
  top: 0;
}

.box-layout .banner-section-six,
.box-layout .banner-section-three {
  padding: 0;
}

.box-layout .banner-carousel-two .owl-nav {
  right: 45px;
}

.box-layout .header-style-three .inner-container {
  padding: 0 15px;
}


.box-layout .coming-soon {
  position: relative;
}

.box-layout .coming-soon .content {
  position: relative;
}


.box-layout .header-style-five .inner-container {
  padding: 0 30px;
}

.box-layout .banner-section-six .contact-info,
.box-layout .banner-section-six .social-links,
.box-layout .header-style-five .outer-box .contact-info {
  padding-left: 0;
  margin-left: 35px;
  display: none;
}

.box-layout .rtl .header-style-three .outer-box .search-box-outer {
  margin-right: 15px;
}

.box-layout .rtl .header-style-three .outer-box .theme-btn {
  margin: -11px 15px 0;
}

.box-layout .rtl .header-style-three .outer-box {
  margin-left: 0;
  margin-right: 30px;
  float: left;
}

.box-layout .header-style-three .header-lower {
  width: 100%;
  padding: 15px 20px;
}

.box-layout .rtl .main-menu .navigation>li {
  margin-right: 40px;
}

.box-layout .rtl .fixed-header .sticky-header .outer-box .nav-toggler {
  margin-right: 35px;
}

.box-layout .banner-section.style-three .image-column .image-box:before,
.box-layout .banner-section.style-three .image-column .image-box:after {
  background-size: 76%;
}

.box-layout .rtl .experince-sec .image-column .image-box {
  margin-right: -51px;
}

.box-layout .experince-sec .image-column .image-box:before {
  background-size: 82%;
}

.box-layout .project-block-two .overlay-box .detail-box h5 {
  font-size: var(--font-14);
}

.box-layout .project-block-two .overlay-box .category a {
  padding: 6px 15px;
  font-size: var(--font-14);
}

.box-layout .contact-section:before {
  background-size: 41%;
  top: 58px;
}

.box-layout .banner-section.style-two .content-column .content-inner {
  margin-top: 226px;
  margin-left: 13%;
}

.box-layout .banner-section.style-two .image-column .image-box img.image-vector {
  right: 3%;
}

.box-layout .about-section.style-two .image-column .inner-column .image-box {
  text-align: right;
  margin-right: 0;
}

.box-layout .service-block-two:nth-child(1) {
  margin: 0 73px 40px 0;
}

.box-layout .service-block-two:nth-child(2) {
  margin: 0 38px 40px 0;
}

.box-layout .service-block-two {
  margin: 0 -29px 40px 0;
}

.box-layout .service-block-three:nth-child(1) {
  margin: 0 0px 40px 72px;
}

.box-layout .service-block-three:nth-child(2) {
  margin: 0 0 40px 40px;
}

.box-layout .service-block-three {
  margin: 0 0 40px -26px;
}

.box-layout .faq-section .image-column .image {
  margin-left: -14px;
}

.box-layout .faq-section:before {
  background-size: 75%;
  background-repeat: no-repeat;
}

.box-layout .pricing-section:before {
  right: -97px;
  background-repeat: no-repeat;
  background-size: 83%;
}

.box-layout .banner-section .content-column .content-inner {
  margin-top: 305px;
  margin-left: 6%;
}

.clients-section.style-three {
  padding: 194px 0 70px;
}

.color-palate {
  display: none;
}

@media (max-width: 640px) {
  .main-logo {
    height: 55px;
    max-height: 55px;
    width: 134px;
    max-width: 134px;
  }

  .sec-logo {
    height: 55px;
    max-height: 55px;
  }

  .owl-carousel .owl-item {
    text-align: center;
  }

  .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  .main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--secondary);
    background-image: unset;
    margin-top: 85px;
  }

}

/* Sola - SEO HTML Template */

@media only screen and (max-width: 1800px) {
  .projects-carousel .owl-nav {
    right: 12%;
  }
}

@media only screen and (max-width: 1700px) {
  .banner-section.style-two .image-column .image-box img.image-vector {
    right: 12%;
  }
}

@media only screen and (max-width: 1600px) {
  .banner-section .content-column .content-inner {
    margin-left: 25%;
  }

  .banner-section.style-two .image-column .image-box img.image-vector {
    right: 0;
  }

  .get-started-sec.alternate {
    margin-top: -13px;
  }

  .projects-carousel .owl-nav {
    right: 8%;
  }

  .progress-sec .image-box {
    margin-right: -200px;
  }

  .progress-sec .progress-bg {
    background-size: 46%;
  }

  .project-block .text-box h3 {
    font-size: var(--font-24);
  }
}

@media only screen and (max-width: 1440px) {
  .banner-section {
    background-size: 106%;
  }

  .projects-carousel .owl-nav {
    right: 3%;
  }

  .banner-section.banner-slider {
    padding-bottom: 257px;
  }

  .banner-section.banner-slider .content-column .inner-column {
    padding-left: 17px;
  }

  .project-block .text-box:after,
  .project-block .text-box:before {
    width: 80px;
    height: 80px;
  }

  .project-block .text-box:after {
    top: -5px;
  }

  .project-block .text-box:before {
    bottom: -5px;
  }

  .banner-section .image-column .image-box {
    margin-top: 215px;
  }

  .project-block .text-box h3 {
    font-size: var(--font-20);
  }

  .counter-box .count-box .count {
    font-size: var(--font-55);
  }

  .banner-section.style-three .banner-image-3 {
    right: -1% !important;
    bottom: 7% !important;
  }

  .banner-section.style-three .banner-image-2 {
    right: 0% !important;
  }

  .services-section .owl-nav {
    left: -73px;
    width: 112%;
  }

  .box-layout .services-section .owl-nav {
    left: -49px;
    width: 108.4%;
  }

  .box-layout .banner-section.style-two .image-column .image-box img.image-vector {
    right: 27px;
  }

  .box-layout .faq-section .image-column .image {
    margin-left: -24px;
  }

  .box-layout .header-style-three .main-menu .navigation>li {
    margin-left: 30px;
  }

  .box-layout .experince-sec .image-column .image-box {
    margin-left: -43px;
  }

  .banner-section.style-two .image-column .image-box {
    margin-top: 170px;
  }

  .about-section.style-two .image-column .inner-column .image-box {
    text-align: right;
    margin-right: -47px;
  }

  .about-section.style-two {
    background-size: 48%;
    margin-bottom: 0;
  }

  .faq-section:before {
    background-size: 79%;
    background-repeat: no-repeat;
  }

  .pricing-section:before {
    top: -60px;
    background-size: 82%;
    background-position: top right;
  }

  .faq-section .image-column .image {
    margin-left: -60px;
  }

  .get-started-sec {
    margin-top: -150px;
  }

  .experince-sec .image-column .image-box {
    position: relative;
    margin-left: -118px;
  }

  .banner-section .content-column .content-inner {
    margin-left: 14%;

  }

  .banner-section.style-two .content-column .content-inner {
    margin-top: 247px;
  }

  .banner-section.style-three .image-column .image-box:before {
    background-size: 86%;
  }

  .banner-section.style-three .image-column .image-box:after {
    background-size: 92%;
  }

  .pattern-layer-four {
    left: 3%;
  }

  .experince-sec .image-column .image-box .review-box {
    bottom: -101px;
    right: 34px;
  }

  .fun-fact-and-image:before {
    background-size: 54%;
  }

  .banner-section:after {
    display: none;
  }

  .service-block-two:nth-child(1) {
    margin: 0 80px 40px 0;
  }

  .service-block-two:nth-child(2) {
    margin: 0 37px 40px 33px;
  }

  .service-block-two {
    margin: 0 -17px 40px 80px;
  }

  .service-block-three:nth-child(1) {
    margin: 0 0px 40px 80px;
  }

  .service-block-three:nth-child(2) {
    margin: 0 33px 40px 30px;
  }

  .service-block-three {
    margin: 0 80px 40px -32px;
  }

  .project-block-two .overlay-box .category {
    top: 20px;
    left: 20px;
  }

  .project-block-two .overlay-box .detail-box {
    right: 20px;
    bottom: 20px;
  }

  .contact-section:before {
    background-size: 56%;
  }

  .clients-section.style-three .slide-item {
    padding: 0 50px;
  }

  .clients-section.style-three {
    padding: 197px 0 70px;
  }

  .contact-section.altrenate,
  .team-section.alternate,
  .news-section-three.alternate,
  .error-section {
    padding: 77px 0 250px;
  }

  .sidebar-page-container,
  .login-section {
    padding: 44px 0 250px;
  }

  .projects-section.gallery-proj,
  .cart-section,
  .checkout-page {
    padding: 50px 0 250px;
  }

  .project-details-section {
    padding: 0px 0 250px;
  }

  .contact-section:before {
    top: 0;
  }

  .error-section {
    padding: 100px 0 150px;
  }

  .banner-section.style-three .content-column .content-inner {
    margin-top: 125px;
  }

  .contact-page-section {
    padding-bottom: 250px;
  }

  .progress-sec .progress-bg {
    background-size: 46%;
    top: 42px;
  }

  .progress-sec .image-box {
    margin-right: -78px;
    margin-top: 73px;
  }
}

@media only screen and (max-width: 1366px) {
  .experince-sec .image-column .image-box {
    margin-left: -85px;
  }

  .experince-sec .pattern-layer-tweleve {
    right: -28px;
  }

  .header-style-three .main-menu .navigation>li {
    margin-left: 43px;
  }

  .box-layout .header-style-three .main-menu .navigation>li {
    margin-left: 30px;
  }

  .projects-carousel .owl-nav {
    right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .box-layout .page-wrapper {
    border: 0;
  }

  .box-layout .banner-section {
    background-size: cover;
  }

  .progress-sec .progress-bg {
    background-size: 48%;
    top: 53px;
  }

  .banner-section {
    background-size: cover;
  }

  .project-block-two .overlay-box .category {
    top: 15px;
    left: 15px;
  }

  .project-block-two .overlay-box .detail-box {
    right: 15px;
    bottom: 15px;
  }

  .banner-section .content-column .content-inner {
    margin-left: 6%;
  }

  .project-block .text-box:before,
  .project-block .text-box:after {
    width: 80px;
    height: 80px;
  }

  .top-header .left-header-area {
    width: calc(70% - 0px);
  }

  .top-header .right-header-area {
    width: calc(30% - 0px);
  }

  .projects-carousel .owl-nav {
    right: 0;
  }

  .banner-section.style-two .social-links {
    display: none;
  }

  .banner-section.style-two .content-column .content-inner {
    margin-top: 246px;
  }

  .about-section.style-two {
    background-size: 45%;
    margin-bottom: 0;
  }

  .about-section.style-two .image-column .inner-column .image-box {
    text-align: right;
    margin-right: -12px;
  }

  .faq-section .image-column .image {
    margin-left: 0;
  }

  .banner-section.style-three .content-column .content-inner {
    margin-top: 100px;
  }

  .banner-section.style-three .image-column .image-box:before,
  .banner-section.style-three .image-column .image-box:after {
    background-size: 77%;
  }

  .experince-sec .image-column .image-box {
    margin-left: -38px;
  }

  .experince-sec .pattern-layer-tweleve {
    display: none;
  }

  .header-style-three .outer-box .theme-btn {
    margin: -11px 15px 0;
    display: none;
  }

  .experince-sec .image-column .image-box {
    margin-left: 0;
  }

  .progress-sec .image-box {
    margin-right: 0;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-header .main-menu .navigation>li {
    margin-left: 41px;
  }

  .progress-sec .image-box {
    margin-right: -132px;
    margin-left: 0;
  }

  .projects-carousel .owl-nav {
    padding: 0;
  }

  .main-footer .widgets-section {
    padding: 30px 0 41px;
  }

  .contact-info-section .inner-container {
    background-size: cover;
  }

  .main-footer.style-two:after {
    top: -261px;
  }

  .project-block-two .overlay-box .detail-box {
    right: 40px;
    bottom: 40px;
  }

  .project-block-two .overlay-box .category {
    top: 30px;
    left: 30px;
  }

  .service-block-two:nth-child(1),
  .service-block-two:nth-child(2),
  .service-block-two:nth-child(3) {
    margin: 0 64px 40px 0;
  }

  .services-section .center-column .inner-column .image-box {
    text-align: center;
  }

  .service-block-three:nth-child(1),
  .service-block-three:nth-child(2),
  .service-block-three:nth-child(3) {
    margin: 0 0px 40px 68px;
  }

  .services-section.altrenate {
    padding: 169px 0 237px;
  }

  .get-started-sec {
    margin-top: -184px;
  }
}

@media only screen and (max-width: 1139px) {
  .main-header .main-menu .navigation>li {
    margin-left: 38px;
  }

  .header-style-two .header-lower .main-box .nav-outer .navigation>li {
    margin-left: 32px;
  }

  .about-section .content-column .content-box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .team-block .inner-box .image:before {
    background-size: 91%;
    background-repeat: no-repeat;
  }

  .main-footer .gallery-widget .outer .image {
    width: 20%;
  }

  .news-block .caption-box,
  .service-block .lower-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .carousel-outer .thumbs-carousel .owl-nav {
    display: none;
  }

  .header-style-three .top-header .left-header-area {
    width: calc(78% - 0px);
  }

  .header-style-three .top-header .right-header-area {
    width: calc(22% - 0px);
  }

  .counter-box .count-box {
    width: calc(87% / 2);
  }

}

@media only screen and (max-width: 1099px) {
  .main-header .main-menu .navigation>li {
    margin-left: 27px;
  }

  .banner-section.style-two .content-column .content-inner {
    margin-top: 193px;
  }

  .top-header .left-header-area {
    width: calc(74% - 0px);
  }

  .top-header .right-header-area {
    width: calc(26% - 0px);
  }

  .service-block {
    height: 630px;
  }

  .header-style-two .outer-box .btn-style-one {
    display: none;
  }

  .main-footer.style-two:after {
    top: -222px;
  }

  .main-footer.style-two:after {
    top: -159px;
  }

  .contact-page-section {
    position: relative;
    padding-bottom: 85px;
  }

  .contact-page-section {
    position: relative;
    padding-bottom: 0;
  }

  .contact-page-section .contact-info {
    position: relative;
    padding: 100px 0 0;
  }

  .main-footer.style-three .footer-bottom .inner-container .copyright-text {
    width: 100%;
  }

  .progress-sec .image-box {
    margin-right: -40px;
    margin-left: -13px;
    margin-top: 114px;
  }

  .progress-sec .progress-bg {
    background-size: 52%;
    top: 94px;
  }

  .testimonial-block .inner-box .text:before {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .testimonial-block {
    padding-left: 0;
  }

  .fixed-header .sticky-header .main-box .logo-box {
    margin-top: 7px;
  }

  .header-style-two.fixed-header .sticky-header .main-box .logo-box {
    margin-top: 22px;
  }

  .header-style-three.fixed-header .sticky-header .main-box .logo-box {
    margin-top: 22px;
  }
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>.mega-menu,
  .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .get-started-sec {
    margin-top: -205px;
  }

  .main-header .main-menu .navigation>li {
    margin-left: 49px;
  }

  .main-header .main-box {
    padding-top: 12px;
  }

  .header-style-one.fixed-header .sticky-header .main-box .logo-box {
    margin-top: 5px;
  }

  .main-header .outer-box,
  .header-style-one .outer-box,
  .about-section .image-column .image img,
  .about-section .image-column .title-box h2 br,
  .header-style-five .outer-box,
  .header-style-five .main-menu .navigation>li:before,
  .header-style-one .main-menu .navigation>li:before {
    display: none;
  }

  .header-style-five .main-menu .navigation>li>a {
    padding: 20px 0;
  }

  .header-style-one .main-menu .navigation>li>a {
    padding: 20px 0;
  }

  .banner-carousel h2 {
    font-size: 36px;
    line-height: 1.2em;
  }

  .about-section .content-column .inner-column,
  .about-section .image-column .inner-column {
    margin: 0;
  }

  .about-section .content-column .content-box {
    text-align: center;
  }

  .about-section .image-column .image-box .alphabet-img {
    position: relative;
    display: inline-block;
  }

  .about-section .content-column .inner-column,
  .about-section .image-column .image-box {
    padding-top: 50px;
    text-align: center;
  }

  .about-section .image-column .title-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    text-align: center;
  }

  .testimonial-block .inner-box .text:before {
    background-size: 87%;
    background-repeat: no-repeat;
  }

  .testimonial-block .icon-quote {
    bottom: 43px;
  }

  .testimonial-block .text {
    padding: 27px 25px 0;
  }

  .contact-info-section .inner-container {
    padding: 30px 60px 55px;
  }

  .main-menu .navigation>li>.mega-menu {
    padding: 20px 20px;
  }

  .about-section .content-column .content-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-section-two .content-box h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .banner-section-two .content-box .video-link {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
  }

  .header-style-four .main-menu .navigation>li {
    margin-left: 20px;
  }

  .header-style-four .main-menu .navigation>li>a {
    font-size: 14px;
    text-transform: capitalize;
  }

  .header-style-five .main-menu .navigation>li {
    margin-left: 20px;
    margin-right: 0;
  }


  .header-style-five .main-menu .navigation>li>a {
    font-size: 14px;
    text-transform: capitalize;
  }


  .feature-block {
    margin-bottom: 50px;
  }

  .project-block-two {
    padding-left: 0;
  }

  .projects-carousel-two .owl-next,
  .projects-carousel-two .owl-prev {
    bottom: -30px;
  }

  .projects-carousel-two .owl-dots {
    position: relative;
    bottom: -30px;
  }

  .offer-section .image-column .inner-column {
    padding: 0px;
    margin: 0;
  }

  .header-style-seven .main-menu .navigation>li {
    margin-left: 20px;
  }

  .app-section .title-column h1 br,
  .banner-section-three .bottom-box,
  .banner-section-three .slide-item:before,
  .header-style-seven .outer-box {
    display: none;
  }

  .banner-section-three {
    padding-bottom: 70px;
  }

  .banner-section-three .slide-item {
    padding: 100px 0;
  }

  .banner-carousel-two .content-box .inner-box {
    padding-left: 30px;
  }


  .app-section .content-column .inner-column {
    padding: 0 0 70px;
  }

  .offer-section .form-column .inner-column {
    margin-left: 0;
  }

  .app-section .title-column h1 {
    font-size: 54px;
  }

  .app-section {
    text-align: center;
  }

  .specialize-section-two.alternate .title-column {
    margin-bottom: 50px;
  }

  .specialize-section-two .carousel-column {
    order: 12;
  }

  .contact-page-section .map-column .inner-column {
    height: 500px;
    position: relative;
    padding: 0;
  }

  .banner-carousel-two .owl-nav {
    left: auto;
    right: 50%;
    max-width: none;
    width: 208px;
    transform: translateX(95px);
  }

  .banner-section-five .content-box h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .banner-section-five .content-box .video-link {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
  }

  .banner-section-five .content-box .video-link a {
    transform: translate(0);
  }

  .header-style-seven .main-menu .navigation>li {
    margin-left: 20px;
  }

  .header-style-seven .main-menu .navigation>li>a {
    font-size: 14px;
  }

  .banner-section-six .slide-item {
    padding-top: 250px;
  }

  .banner-section-six .content-box {
    padding: 40px 30px;
  }

  .banner-section-six .slide-item:before {
    display: none;
  }

  .banner-section-six {
    padding-bottom: 70px;
  }

  .banner-section-six .banner-carousel-two .owl-nav {
    right: auto !important;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
  }

  .banner-section-six .content-box {
    padding: 40px 30px;
  }

  .banner-section-six .content-box .inner-box {
    padding-left: 30px;
  }

  .header-style-two .header-lower .main-box .nav-outer .navbar-collapse {
    padding-right: 28px;
  }

  .header-style-two .header-lower .main-box .logo-box {
    width: calc(15% - 0px);
  }

  .header-style-two .header-lower .main-box .nav-outer {
    width: calc(85% - 0px);
  }

  .header-style-two .header-lower .main-box .nav-outer .navigation>li {
    margin-left: 50px;
  }

  .banner-section.style-three .pattern-layer-four {
    display: none;
  }

  .header-style-three .top-header .left-header-area {
    width: calc(80% - 0px);
  }

  .header-style-three .top-header .right-header-area {
    width: calc(20% - 0px);
  }

}

@media only screen and (max-width: 991px) {
  .banner-section .content-column .content-inner {
    text-align: center;
    margin: 308px auto 0;
  }

  .main-header .main-menu .navigation>li {
    margin-left: 39px;
  }

  .main-header .main-box {
    padding-top: 16px;
  }

  .progress-sec .progress-bg {
    display: none;
  }

  .header-style-two .header-lower .main-box .nav-outer .navigation>li {
    margin-left: 46px;
  }

  .banner-section.banner-slider .content-column .inner-column {
    padding-bottom: 0;
  }

  .banner-section.banner-slider .image-column .inner-column {
    padding-top: 50px;
    padding-bottom: 237px;
  }

  .banner-section .content-column h1 br,
  .banner-section .content-column p br {
    display: none;
  }

  .experince-sec .content-column .inner-box {
    margin-top: 50px;
  }

  .invested-sec .invseted-cloumn .invested-box .icon-box {
    width: calc(20% - 0px);
    position: relative;
    padding: 34px 0;
    text-align: center;
    background-repeat: no-repeat;
  }

  .testimonial-section.style-two .title-column .sec-title {
    margin-top: 0;
  }

  .banner-section.style-three .image-column .image-box:before,
  .banner-section.style-three .image-column .image-box:after {
    background-size: 100%;
  }

  .about-section .content-column .inner-column,
  .about-section .image-column .image-box {
    padding-top: 0;
  }

  .about-section.style-two {
    background-size: 100%;
    margin-bottom: 0;
  }

  .about-section.style-two .image-column .inner-column {
    margin-top: 50px;
  }

  .banner-section .content-column .content-inner .video-link {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .service-block-two:nth-child(1),
  .service-block-two:nth-child(2),
  .service-block-two:nth-child(3) {
    margin: 0 54px 40px 0;
  }

  .service-block-three:nth-child(1),
  .service-block-three:nth-child(2),
  .service-block-three:nth-child(3) {
    margin: 0 0 40px 60px;
  }

  .services-section .center-column .inner-column .image-box {
    text-align: center;
  }

  .banner-section .image-column .image-box {
    margin-top: 40px;
  }

  .service-block {
    height: 557px;
    margin-bottom: 30px;
  }

  .progress-sec .image-box .progress-bg {
    top: 0;
  }

  .testimonial-section .image-column .image-box {
    margin-bottom: 50px;
  }

  .testimonial-block .inner-box .text:before {
    background-size: cover;
    background-repeat: no-repeat;
    width: 61%;
    left: 11%;
  }

  .testimonial-block .text {
    padding: 62px 305px 0 153px;
  }

  .testimonial-block .icon-quote {
    bottom: 43px;
    left: 154px;
  }

  .top-header .left-header-area,
  .top-header .right-header-area {
    width: calc(100% - 0px);
    text-align: center;
    justify-content: center;
    margin-bottom: 11px;
  }

  .team-block .inner-box .image img {
    width: 100%
  }

  .banner-section.style-two .image-column .image-box {
    margin-top: 53px;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    margin-bottom: 268px;
  }

  .banner-section.style-two .image-column .image-box img.image-vector {
    right: 20%;
  }

  .fun-fact-section .outer-box {
    background-size: cover;
    max-width: 100%;
  }

  .about-section.style-two .image-column .inner-column .image-box {
    text-align: center;
    margin-right: 0;
  }

  .experince-sec .box-cloummn .inner-box {
    margin-top: 83px;
  }

  .experince-sec .image-column .image-box {
    margin-left: 0;
  }

  .services-section.style-three {
    padding: 250px 0;
  }

  .fun-fact-and-image .image-column .image-box .image {
    margin-top: 0;
    position: relative;
    margin-bottom: 121px;
  }

  .contact-section .image-column {
    text-align: left !important;
  }

  .testimonial-section.style-two .testimonial-column .testimonial-carousel {
    padding: 110px 0 159px 176px;
  }

  .project-detail .upper-content {
    position: relative;
    padding-top: 0;
  }

  .project-detail .upper-content .image {
    margin-bottom: 36px;
  }

  .project-detail .upper-content .image img {
    width: 100%;
  }

  .experince-sec .box-cloummn {
    margin-top: 50px;
  }

  .header-style-three .top-header .left-header-area,
  .header-style-three .top-header .right-header-area {
    width: calc(100% - 0px);
  }
}

@media only screen and (max-width: 920px) {
  .header-style-two .header-lower .main-box .nav-outer .navigation>li {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 902px) {
  .main-header .main-menu .navigation>li {
    margin-left: 36px;
  }

  .fixed-header .main-menu .navigation>li {
    margin-left: 31px;
  }

  .header-style-two .header-lower .main-box .nav-outer .navigation>li {
    margin-left: 28px;
  }

  .banner-section.style-two .image-column .image-box img.image-vector {
    right: 16%;
    width: 74%;
  }

  .header-style-three .top-header .left-header-area {
    width: calc(100% - 0px);
  }

  .top-header .left-header-area .contact-area li {
    margin-right: 8px;
  }

  .header-style-three .top-header .right-header-area {
    width: calc(100% - 0px);
  }

  .testimonial-section.style-two .testimonial-column .testimonial-carousel {
    padding: 67px 0 156px 107px;
  }

  .service-detail .inner-box .image {
    position: relative;
    margin-bottom: 32px;
  }

  .team-detail-block .inner-box .image-box {
    width: calc(100% - 0px);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .team-detail-block {
    background-image: none;
  }

  .team-detail-block .inner-box .info-name {
    width: calc(100% - 0px);
    padding: 50px 50px 13px;
  }

  .testimonial-block .inner-box .text:before {
    background-size: cover;
    background-repeat: no-repeat;
    width: 77%;
    left: 12%;
  }

  .testimonial-block .text {
    padding: 55px 130px 0 153px;
  }

  .clients-section.style-two .sponsors-outer {
    padding: 0;
  }
}

@media only screen and (max-width: 870px) {
  .main-header .main-menu .navigation>li {
    margin-left: 30px;
  }

  .header-style-one .header-lower {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 830px) {
  .main-header .main-menu .navigation>li {
    margin-left: 24px;
  }

}

@media only screen and (max-width: 790px) {
  .main-header .main-menu .navigation>li {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 767px) {

  .header-style-one .logo-box {
    float: left;
    width: auto;
  }

  .header-style-two.fixed-header .sticky-header .main-box .logo-box,
  .header-style-three.fixed-header .sticky-header .main-box .logo-box {
    margin-top: 0;
  }

  .fixed-header .sticky-header .main-menu {
    display: none;
  }

  .fixed-header .sticky-header .main-box .logo-box {
    margin-top: 0;
  }

  .fixed-header .sticky-header .mobile-nav-toggler {
    top: 110px;
    right: 0;
    color: var(--main-color);
  }

  .header-style-two.fixed-header .sticky-header .mobile-nav-toggler {
    top: 107px;
  }

  .header-style-three.fixed-header .sticky-header .mobile-nav-toggler {
    top: 35px;
  }

  .header-style-two .header-lower .main-box .logo-box {
    width: 100%;
  }

  .main-header .main-box {
    padding-top: 0;
    display: block;
  }

  .main-header .logo-box .logo {
    padding: 23px 0;
  }

  .header-style-two .header-lower .main-box .nav-outer {
    margin-top: -27px;
    width: 100%;
  }

  .header-style-two .header-lower .main-box .nav-outer:after {
    left: 0;
    bottom: -13px;
    height: 78px;
    width: 100%;
  }

  .header-style-two .logo-box .logo {
    padding: 25px 16px;
  }

  .main-header .nav-outer {
    position: relative;
    width: 100%;
    margin-top: -80px;
  }

  .main-menu .collapse {
    max-height: 300px;
    overflow: auto;
    float: none;
    width: 100%;
    padding: 10px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
  }

  .main-menu .collapse.in,
  .main-menu .collapsing {
    padding: 10px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
  }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px 0px;
    right: 0px;
    z-index: 12;
  }

  .main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 12;
    border: 1px solid #ffffff;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #fbb908;
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }

  .main-menu .navbar-collapse>.navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #2c2c2c;
    border: 1px solid #ffffff;
    border-top: none;
  }

  .main-menu .navbar-collapse>.navigation>li {
    margin: 0px !important;
    float: none !important;
    padding: 0px !important;
    width: 100%;
  }

  .main-menu .navigation>li>a,
  .main-menu .navigation>li>ul:before {
    border: none;
  }

  .main-menu .navbar-collapse>.navigation>li>a {
    padding: 10px 10px !important;
    border: none !important;
  }

  .main-menu .navigation li.dropdown>a:after,
  .main-menu .navigation>li.dropdown>a:before,
  .main-menu .navigation>li>ul>li>a::before,
  .main-menu .navigation>li>ul>li>ul>li>a::before {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }

  .main-menu .navbar-collapse>.navigation>li>ul,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #2c2c2c;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
  }

  .main-menu .navbar-collapse>.navigation>li>ul,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
    border-top: 1px solid rgba(255, 255, 255, 1) !important;
  }

  .main-menu .navbar-collapse>.navigation>li,
  .main-menu .navbar-collapse>.navigation>li>ul>li,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 1) !important;
    border-bottom: none;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }

  .main-menu .navbar-collapse>.navigation>li:first-child {
    border: none;
  }

  .main-menu .navbar-collapse>.navigation>li>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #2c2c2c;
    text-align: left;
  }

  .main-menu .navbar-collapse>.navigation>li>a:hover,
  .main-menu .navbar-collapse>.navigation>li>a:active,
  .main-menu .navbar-collapse>.navigation>li>a:focus,
  .main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    background: #fbb908;
  }

  .main-menu .navbar-collapse>.navigation>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li.current>a,
  .main-menu .navbar-collapse>.navigation>li.current-menu-item>a,
  .main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    background: #2c2c2c;
    color: #ffffff !important;
  }

  .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
    display: block;
  }

  .main-menu .navbar-collapse>.navigation li.dropdown:after,
  .main-menu .navigation>li>ul:before {
    display: none !important;
  }

  .main-header .btn-outer {
    left: 0px;
    top: 0px;
    right: auto;
    margin-top: 15px;
    text-align: left;
    z-index: 12;
  }


  .sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 0px;
  }

  .main-header .info-box {
    padding-left: 0px;
    text-align: center;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-header .header-upper .upper-right {
    width: 100%;
    padding-bottom: 20px;
  }

  .main-header .info-box .icon-box {
    position: relative;
    top: 0px;
    margin-bottom: 15px;
  }

  .main-header .header-lower .outer-box {
    position: absolute;
    z-index: 12;
  }

  .main-menu .navigation>li.has-mega-menu,
  .mobile-menu .navigation>li.has-mega-menu {
    position: relative !important;
  }

  .mobile-menu .navigation>li.has-mega-menu {
    display: none;
  }

  .mobile-menu .navigation>li>.mega-menu {
    padding: 0px;
    border-top: none;
  }

  .main-menu .navigation>li .mega-menu-bar .column {
    padding: 0px;
    margin: 0px;
  }

  .main-menu .navigation>li>.mega-menu {
    position: relative;
    width: 100%;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
  }

  .main-menu .navigation>li>.mega-menu .row {
    margin: 0px;
    width: 100%;
  }

  .main-menu .navigation>li>.mega-menu:before,
  .main-menu .navigation>li .mega-menu-bar h3 {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }

  .main-menu .navigation>li>.mega-menu,
  .main-menu .navigation>li .mega-menu-bar>ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #2c2c2c;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .main-menu .navigation>li .mega-menu-bar .column>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 1) !important;
    border-bottom: none;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }

  .main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #ffffff !important;
    background: #ffb200;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    background: #ffb200;
  }

  .main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    color: var(--white);
  }

  .main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .main-header .header-lower .nav-outer .main-menu {
    display: none;
  }

  .main-header .options-box .cart-box .cart-panel {
    left: 0px !important;
    right: auto;
  }

  .header-style-two .header-lower .main-box .nav-outer .navbar-header {
    right: 13px;
    top: -29px;
  }

  .header-style-two .header-lower .main-box .nav-outer .navbar-header .navbar-toggler {
    background-color: var(--white);
    color: var(--main-color);
  }

  .header-style-two .main-menu {
    top: -32px;
  }

  .header-style-three .nav-outer {
    position: relative;
    width: 100%;
    margin-top: -10px;
  }

  .experince-sec .image-column .image-box .review-box {
    bottom: -49px;
    right: 127px;
  }

  /*=== End Mega Menu Style ===*/

  .service-block {
    height: 489px;
    margin-bottom: 30px;
  }

  .page-title {
    padding: 162px 0 100px;
  }

  .page-title h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .page-title .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .page-title .bread-crumb {
    padding-top: 0;
  }

  .page-title .bread-crumb {
    width: 100%;
    padding-bottom: 0;
  }

  .sec-title .text br {
    display: none;
  }

  .sec-title {
    margin-bottom: 40px;
  }

  .banner-section-two .owl-dots {
    right: 15px;
  }

  .banner-section-two .owl-dot {
    margin-bottom: 20px;
  }

  .sidebar-page-container {
    padding: 70px 0 20px;
  }

  .fact-counter .count-box {
    text-align: center;
    padding: 20px 0px 0;
    display: block;
  }

  .fact-counter .count-box .count {
    float: none;
    display: inline-block;
    margin: 0;
  }

  .fact-counter .counter-column {
    margin-bottom: 30px;
  }

  .fact-counter .count-box .icon-box {
    width: 100%;
    display: block;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
  }

  .fact-counter .count-box:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .fact-counter .count-box .counter-title br,
  .projects-carousel .owl-nav {
    display: none !important;
  }

  .testimonial-block .inner-box .text:before,
  .testimonial-block .icon-quote {
    display: none;
  }

  .main-footer .footer-bottom .social-links,
  .main-footer .footer-bottom .copyright-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .main-footer .footer-bottom .inner-container:before {
    display: none;
  }

  .main-footer .footer-bottom .copyright-text:before {
    width: 120%;
    left: -10%;
    height: 100%;
    border: 0;
    background-color: #ffae00;
  }

  .main-footer .footer-bottom .social-links li {
    float: none;
    display: inline-block;
  }

  .main-footer .footer-bottom .social-links li:first-child {
    margin-left: 0;
  }

  .main-footer .gallery-widget .outer .image {
    width: 25%;
  }

  .service-block-two.style-two .inner-box {
    padding-top: 0;
  }

  .project-block-two .info-box .text {
    margin-bottom: 20px;
  }

  .login-section {
    padding: 70px 0 40px;
  }

  .project-block-two .info-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .offer-section .image-column .text {
    position: relative;
    padding: 0;
    margin: 50px 0 0;
  }

  .banner-carousel-two .content-box h2 {
    font-size: 32px;
  }

  .banner-carousel-two .content-box .title {
    font-size: 20px;
  }

  .mixitup-gallery .filters li {
    margin-right: 10px;
  }

  .mixitup-gallery .filters {
    margin-bottom: 70px;
  }

  .list-style-one li {
    width: 100%;
  }

  .error-section {
    padding: 100px 0;
  }

  .main-footer .about-widget {
    padding-right: 0;
  }

  .banner-section .slide-item:before {
    width: 120%;
    left: -10%;
  }

  .rtl .banner-section .slide-item:before {
    left: auto;
    right: -10px;
  }

  .banner-section-two .slide-item:before {
    display: none;
  }

  .projects-section-two {
    padding: 50px 0 100px;
  }

  .banner-section .contact-info {
    display: none;
  }

  .banner-carousel .owl-nav {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -50px;
  }

  .banner-section-two .slide-item .content-box {
    padding: 150px 0;
  }

  .banner-section-two .content-box .video-link {
    margin-top: 0px;
  }

  .main-header .top-left {
    display: none;
  }

  .main-header .top-right {
    text-align: center;
    width: 100%;
  }

  .services-section .owl-nav {
    display: none !important;
  }

  :root {
    --font-12: 12px;
    --font-14: 14px;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 18px;
    --font-24: 22px;
    --font-30: 24px;
    --font-36: 30px;
    --font-48: 40px;
    --font-60: 50px;
  }

  .contact-info-section .inner-container {
    padding: 30px 60px 29px;
    background-size: cover;
  }

  .top-header .left-header-area {
    display: none;
  }

  .contact-info-section .inner-container .text-box {
    width: calc(100% - 0px);
  }

  .contact-info-section .inner-container .contect-box {
    width: calc(100% - 0px);
    text-align: left;
    margin-top: 15px;
  }

  .main-footer .widgets-section {
    padding: 38px 0 60px;
  }

  .main-footer .footer-bottom .social-icon-two {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonial-block .text {
    padding: 0;
  }

  .main-footer.style-three .widgets-section {
    padding: 181px 0 60px;
  }

  .widgets-section .newslatter-form {
    position: relative;
    margin-bottom: 60px;
  }

  .main-footer.style-two:after {
    display: none;
  }

  .progress-sec .image-box img {
    padding: 0;
  }

  .about-section.style-two .content-column .inner-column {
    padding: 0;
  }

  .get-started-sec h2 br {
    display: none;
  }

  .experince-sec .image-column {
    position: relative;
    margin-bottom: 60px;
  }

  .experince-sec .image-column .image-box:before {
    background-size: 64%;
  }

  .testimonial-column .testimonial-inner {
    background-image: none !important;
  }

  .testimonial-column .testimonial-inner .thumb-box .thumb-1,
  .testimonial-column .testimonial-inner .thumb-box .thumb-2 {
    left: 0;
  }

  .testimonial-column .testimonial-inner .thumb-box .thumb-3,
  .testimonial-column .testimonial-inner .thumb-box .thumb-4 {
    right: 0;
  }

  .pattern-layer-nine {
    display: none;
  }

  .testimonial-section.style-two .testimonial-column .testimonial-carousel {
    padding: 67px 0 156px 35px;
  }

  .blog-detail .tag-share {
    display: block;
  }

  .blog-detail .tag-share .tags,
  .blog-detail .tag-share .share-option {
    width: 100%;
  }

  .blog-detail .tag-share .tags,
  .blog-detail .tag-share .share-option {
    justify-content: flex-start;
    margin-top: 7px;
  }

  .blog-modren .news-block .inner-box .image-box {
    width: calc(100% - 0px);
  }

  .blog-modren .news-block .inner-box .image-box img {
    border-radius: 15px 15px 0 0;
  }

  .blog-modren .news-block .inner-box .caption-box {
    width: calc(100% - 0px);
  }

  .pricing-section.alternate {
    padding: 100px 0 100px;
  }

  .main-footer.style-three .footer-bottom .inner-container .copyright-text {
    width: 100%;
  }

  .team-details-section {
    padding: 100px 0 100px;
  }

  .newsletter-section .inner-container {
    padding: 55px 60px 65px;
    background-size: cover;
    border-radius: 35px;
  }

  .banner-section.style-three .image-column .image-box:before,
  .banner-section.style-three .image-column .image-box:after {
    background-size: 70%;
  }

  .contact-info-section {
    padding: 50px 0px 100px;
  }

  .emailed-form .form-group input[type="text"],
  .emailed-form .form-group input[type="tel"],
  .emailed-form .form-group input[type="email"],
  .emailed-form .form-group input[type="url"],
  .emailed-form .form-group textarea {
    border-radius: 38px;
    background-color: var(--white);
    border: 1px solid rgba(var(--black-opicity), 0.1);
    margin-bottom: 20px;
  }

  .emailed-form .form-group {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
  }

  .emailed-form .form-group:before {
    display: none;
  }

  .emailed-form .form-group input[type="submit"],
  .emailed-form button {
    position: relative;
    right: 0;
    top: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    overflow: hidden;
    width: 100%;
  }

  .get-started-form .form-area .form-group button {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 20px;
  }

  .get-started-form {
    text-align: left;
  }

  .service-block-six .inner-box:before {
    border-radius: 40px;
    width: 100%;
    height: 101%;
  }
}


@media only screen and (max-width: 599px) {
  .service-block {
    height: 550px;
    margin-bottom: 30px;
  }

  .news-section-two {
    padding: 170px 0 70px;
  }

  .fun-fact-and-image .image-column .image-box .image:after,
  .contact-section .image-column .image-box .image:after {
    background-size: 84%;
  }

  .testimonial-column .testimonial-inner .thumb-box .thumb-1,
  .testimonial-column .testimonial-inner .thumb-box .thumb-2,
  .testimonial-column .testimonial-inner .thumb-box .thumb-3,
  .testimonial-column .testimonial-inner .thumb-box .thumb-4 {
    display: none;
  }

  .testimonial-section.style-two .testimonial-column .testimonial-carousel {
    padding: 0 0 0 0;
  }

  .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .banner-carousel-three .content-box h2 br,
  .banner-carousel .content-box h2 br,
  .testimonial-block:before {
    display: none;
  }

  .main-footer .widgets-section {
    padding-bottom: 30px;
  }

  .main-footer .gallery-widget .outer .image {
    width: 33.33333%;
  }

  .scroll-to-top {
    display: none !important;
  }

  .coming-soon .content .content-inner .text br {
    display: none;
  }

  .coming-soon .emailed-form .form-group input[type="submit"],
  .coming-soon .emailed-form button {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 50px !important;
  }

  .service-detail .prod-tabs .tab-btns .tab-btn {
    display: block;
    width: 100%;
  }

  .comments-area .comment-box.reply-comment,
  .comments-area .comment-box.reply-comment.reply {
    margin-left: 0;
  }

  .comments-area .comment-box .reply-btn {
    position: relative;
  }

  .payment-box .upper-box {
    padding: 15px 15px;
  }

  .discount-form {
    padding: 50px 20px 30px;
  }

  .service-block {
    height: 555px;
  }

  .sec-title h2 br {
    display: none;
  }

  .testimonial-block .info-box {
    justify-content: flex-start;
  }

  .testimonial-block .text {
    padding: 0;
  }

  .news-carousel .owl-dots .owl-dot {
    display: none !important;
  }

  .authors-box {
    margin: 50px 0px 50px 0;
  }

  .authors-box .author-inner .thumb {
    position: relative;
    left: 0;
    padding: 30px;
  }

  .authors-box .author-inner .text-box {
    padding: 30px;
  }

  .comments-area .comment-box.reply-comment {
    margin-right: 30px;
  }

  .comments-area .comment-box.reply-comment.reply {
    margin-right: 40px;
  }

  canvas {
    display: block;
    vertical-align: bottom;
    height: 137%;
  }

  .coming-soon .content {
    top: 319px;
  }

  .faq-section {
    z-index: 2;
  }

  .contact-box-footer .content-block {
    width: 100%;
    margin-top: 27px;
  }

  .main-footer.style-three .widgets-section {
    padding: 215px 0 60px;
  }

  .clients-section.style-three {
    padding: 150px 0 0;
  }

  .counter-box .count-box {
    width: 92%;
    top: 0 !important;
    left: 0 !important;
  }

  .team-detail-block .inner-box .info-name .inner-box .info-detail li,
  .team-detail-block .inner-box .info-name .inner-box .btn-style-two,
  .team-detail-block .inner-box .info-name .inner-box .social-links {
    width: 100%;
  }

  .team-detail-block .inner-box .info-name .inner-box .social-links {
    margin-top: 30px;
  }

  .contact-info-section {
    position: relative;
    padding: 0px 0px 50px;
  }

  .main-footer .widgets-section {
    padding: 30px 0 30px;
  }

  .invested-sec .invseted-cloumn .invested-box .icon-box {
    width: calc(40% - 0px);
  }

  .invested-sec .invseted-cloumn .invested-box .text-box {
    width: calc(100% - 0px);
  }

  .about-section .video-link {
    justify-content: center;
  }

  .about-section .video-link .text-video {
    margin-left: 36px;
  }

  .service-block-six .inner-box {
    display: block;
  }

  .service-block-six .inner-box .image-box {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }

  .service-block-six .inner-box {
    border-radius: 40px;
  }

  .clients-section.style-two {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 479px) {

  .shipping-form button,
  .cart-section .coupon-btn,
  .cart-section .cart-options .cart-btn,
  .cart-section .totals-table .proceed-btn,
  .cart-section .apply-coupon .form-group input[type="text"],
  .sidenav-bar {
    width: 100%;
  }

  .widgets-section .newslatter-form form .form-group button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }

  .fixed-header .logo-box .logo {
    padding: 25px 16px;
  }

  .fixed-header .sticky-header .mobile-nav-toggler {
    top: 108px;
  }

  .contact-info-section .inner-container {
    padding: 30px 21px 29px;
  }

  .sidenav-bar {
    left: -100%;
  }

  .cart-section .cart-options>div {
    width: 100% !important;
  }

  .cart-section .apply-coupon .form-group {
    margin-right: 0;
    width: 100%;
  }

  .offer-section .content-column .text br,
  .styled-pagination li.next-post,
  .styled-pagination li.prev-post {
    display: none;
  }

  .product-details .basic-details .add-to-cart {
    margin-left: 0;
  }

  .news-block-two .blockquote,
  .blog-classic .news-block-two .caption-box .inner,
  .blog-detail.style-two .news-block-two .caption-box .inner,
  .blog-detail .news-block-two .caption-box .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-form {
    padding: 20px 15px 25px;
  }

  .login-form .form-group .pull-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .login-form .form-group {
    display: block;
    width: 100%;
    text-align: left !important;
  }

  .mixitup-gallery .filters li {
    display: block;
    width: 100%;
  }

  .blog-detail .news-block-two .caption-box blockquote .icon {
    top: -20px;
  }

  .comments-area .comment-box .author-thumb {
    position: relative;
    margin-bottom: 20px;
  }

  .error-section h4 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .latest-news .post {
    padding-left: 110px;
  }

  .blog-detail .news-block-two .caption-box blockquote,
  .comments-area .comment {
    padding-right: 0;
  }

  .comments-area .comment-box .reply-btn {
    position: relative;
    margin-top: 10px;
  }

  .error-section .error-title {
    font-size: 150px;
  }

  :root {
    --font-12: 12px;
    --font-14: 13px;
    --font-16: 14px;
    --font-18: 16px;
    --font-20: 17px;
    --font-24: 20px;
    --font-30: 22px;
    --font-36: 26px;
    --font-48: 30px;
    --font-60: 40px;
  }

  .testimonial-block .info-box .thumb,
  .testimonial-block .info-box .text-box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .banner-section .content-column .content-inner h1 br {
    display: none;
  }

  .service-block .service-box-front,
  .service-block .service-box-back {
    padding: 30px;
  }

  .banner-section.style-two {
    overflow: hidden;
    background-size: cover;
    padding-bottom: 112px;
  }

  .clients-section.style-two {
    padding: 0 0 120px;
  }

  .invested-sec .invseted-cloumn .invested-box {
    display: block;
    padding-left: 0;
  }

  .invested-sec .invseted-cloumn .invested-box .icon-box {
    width: calc(50% - 0px);
    margin-left: 43px;
  }

  .invested-sec .invseted-cloumn .invested-box .text-box {
    width: calc(100% - 0px);
  }

  .get-started-sec {
    margin-top: -233px;
  }

  .banner-section.style-three .content-column .content-inner .analysis-form .form-group button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
  }

  .banner-section.style-three .banner-image,
  .banner-section.style-three .banner-image-1,
  .banner-section.style-three .banner-image-2,
  .banner-section.style-three .banner-image-4,
  .banner-section.style-three .banner-image-3 {
    display: none !important;
  }

  .banner-section.style-three .image-column .image-box:before,
  .banner-section.style-three .image-column .image-box:after {
    background-size: 36%;
  }

  .fun-fact-and-image .image-column .image-box .image:after {
    background-size: 58%;
  }

  .project-block-two .overlay-box .category {
    top: 15px;
    left: 15px;
  }

  .project-block-two .overlay-box .detail-box {
    right: 15px;
    bottom: 15px;
  }

  .header-style-two .header-lower .main-box .logo-box {
    width: 36%;
    margin-right: 6px;
  }

  .header-style-two .header-lower .main-box {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
  }

  .newsletter-section .inner-container {
    padding: 24px 14px 35px;
    background-size: cover;
    border-radius: 35px;
  }

  .emailed-form .form-group {
    padding: 1px 0;
  }
}

@media only screen and (max-width: 390px) {
  .header-style-two .header-lower .main-box .logo-box {
    width: 41%;
  }
}

@media only screen and (max-width: 330px) {
  .header-style-two .header-lower .main-box .logo-box {
    width: 45%;
  }
}

/***

==================================================================
		Right To Left Responsive
==================================================================

***/
@media only screen and (max-width: 1440px) {
  .rtl .progress-sec .progress-bg {
    s
  }

  @media only screen and (max-width: 1439px) {
    .rtl .service-block-three:nth-child(2) {
      margin: 0 1px 40px 64px;
    }

    .rtl .progress-sec .image-box {
      margin-right: 43px;
      margin-left: -197px;
      margin-top: 138px;
    }

    .rtl .service-block-three {
      margin: 0 -47px 40px 53px;
    }

    .rtl .service-block-two:nth-child(2) {
      margin: 0 68px 40px 0;
    }

    .rtl .service-block-two {
      margin: 0 62px 40px -39px;
    }

    .rtl .banner-section .content-column .content-inner {
      margin-right: 29%;
    }

    .box-layout .rtl .banner-section.style-two .image-column .image-box img.image-vector {
      right: -3px;
    }

    .box-layout .rtl .main-header .cart-box {
      margin-right: 25px;
    }

    .box-layout .rtl .header-style-three .outer-box .theme-btn {
      margin: -11px 15px 0;
    }

    .box-layout .rtl .main-menu .navigation>li {
      margin-right: 30px;
    }

    .box-layout .rtl .experince-sec .image-column .image-box {
      margin-right: -15px;
      margin-left: -5px;
    }

    .rtl .banner-section.style-three .content-column .content-inner {
      margin-right: 18%;
    }

    .rtl .experince-sec .image-column .image-box {
      margin-right: -57px;
    }

    .rtl .project-block-two .overlay-box .category {
      right: 20px;
    }

    .rtl .project-block-two .overlay-box .category a {
      padding: 6px 19px;
      font-size: var(--font-14);
    }

    .rtl .project-block-two .overlay-box .detail-box {
      right: auto;
      left: 20px;
    }

    .rtl header-style-seven .main-menu .navigation>li {
      margin-left: 0px;
      margin-right: 30px;
    }

    .rtl .project-block-two .overlay-box .detail-box h5 {
      font-size: var(--font-16);
    }

    .rtl .about-section.style-two .image-column .inner-column .image-box {
      margin-left: -58px;
    }

    .rtl .progress-sec .image-box .progress-bg {
      top: -279px;
    }

    .rtl .banner-section-two .owl-dots {
      left: 45px;
    }

    .rtl .banner-section-five .owl-dots {
      left: 45px;
    }

    .rtl .header-style-seven .main-menu .navigation>li {
      margin-left: 0;
      margin-right: 30px;
    }

    .rtl .banner-section-six .owl-nav {
      left: auto;
    }

    .rtl .main-menu .navigation>li {
      margin-right: 36px;
    }

    .rtl .header-style-three .outer-box {
      margin-right: 29px;
    }

    .rtl .header-style-three .outer-box .search-box-outer {
      margin-right: 0;
    }
  }

  @media only screen and (max-width: 1280px) {
    .rtl .banner-section .content-column .content-inner {
      margin-right: 10%;
      margin-left: 0;
      margin-top: 311px;
    }

    .rtl .banner-section.style-two .image-column .image-box {
      margin-top: 140px;
    }

    .rtl .progress-sec .image-box .progress-bg {
      top: -54px;
    }

    .rtl .projects-carousel .owl-nav {
      right: auto;
      left: 0;
      padding: 0;
    }

    .rtl .about-section.style-two .image-column .inner-column .image-box {
      margin-left: 0px;
      margin-right: 0;
    }

    .rtl .service-block-three:nth-child(1) {
      margin: 0 9px 40px 60px;
    }

    .rtl .service-block-three:nth-child(2) {
      margin: 0 -11px 40px 59px;
    }

    .rtl .service-block-three {
      margin: 0 -45px 40px 61px;
    }

    .rtl .service-block-two:nth-child(2) {
      margin: 0px 58px 40px -27px;
    }

    .rtl .service-block-two {
      margin: 0 80px 40px -83px;
    }

    .rtl .experince-sec .image-column .image-box {
      margin-left: 0;
      margin-right: 0;
    }
  }

  @media only screen and (max-width: 1200px) {
    .rtl .service-block-two {
      margin: 0 80px 40px -20px;
    }

    .rtl .service-block-two:nth-child(3) {
      margin: 0 80px 40px -100px;
    }

    .rtl .progress-sec .image-box {
      margin-left: -96px;
    }

    .rtl .progress-sec .progress-bg {
      background-size: 62%;
      top: -71px;
    }
  }

  @media only screen and (max-width: 1199px) {

    .rtl .service-block-two:nth-child(1),
    .rtl .service-block-two:nth-child(2),
    .rtl .service-block-two:nth-child(3) {
      margin: 0 61px 40px 0;
    }

    .rtl .service-block-three:nth-child(1),
    .rtl .service-block-three:nth-child(2),
    .rtl .service-block-three:nth-child(3) {
      margin: 0 0 40px 60px;
    }

    .rtl .progress-sec .image-box {
      margin-left: -169px;
    }

    .rtl .services-section .center-column .inner-column .image-box {
      text-align: center;
    }
  }

  @media only screen and (max-width: 1139px) {
    .rtl .team-block .inner-box {
      padding-right: 0;
      padding-left: 0;
    }

    .rtl .progress-sec .image-box .progress-bg {
      top: -439px;
    }

    .rtl .progress-sec .image-box img {
      padding: 75px 8px 0;
    }

    .rtl .banner-carousel-three .slide-item:before {
      transform: skew(0deg);
      left: auto;
      right: -10%;
    }

    .rtl .banner-section.style-three .image-column .image-box:before,
    .rtl .banner-section.style-three .image-column .image-box:after {
      background-size: 65%;
    }

    .rtl .banner-section.style-three .content-column .content-inner {
      margin-right: 10%;
      margin-left: 0;
      margin-top: 83px;
    }

    .rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
      padding: 32px 239px 159px 142px;
      max-width: 100%;
    }

    .rtl .testimonial-column .testimonial-inner .thumb-box .thumb-1 {
      left: 34px;
    }

    .rtl .testimonial-column .testimonial-inner .thumb-box .thumb-4 {
      right: 103px;
    }

    .rtl .banner-section.style-three .banner-image {
      right: -6% !important;
    }

    .rtl .banner-section.style-three .banner-image-2 {
      left: -8% !important;
    }

    .rtl .banner-section.style-three .banner-image-3 {
      left: -3% !important;
    }

    .rtl .banner-section.style-three .banner-image-4 {
      right: -6% !important;
    }

    .rtl .header-style-two .header-lower .main-box .nav-outer .navigation>li {
      margin-right: 30px;
    }

    .banner-carousel-three .slide-item:before {
      width: 60%;
      transform: skew(0deg);
      left: -10%;
    }

    .rtl .header-style-four .main-menu .navigation>li {
      margin-right: 25px;
      margin-left: 0;
    }

    .rtl .header-style-one .main-menu .navigation>li {
      margin-right: 0;
      margin-left: 30px !important;
    }

    .rtl .about-section .content-column .content-box {
      padding-left: 45px;
      padding-right: 15px;
      text-align: right;
    }

    .rtl .testimonial-carousel-two .owl-nav {
      left: 0;
      right: 0;
      margin: 50px auto 0;
      transform: translateX(-30px);
    }

    .rtl .header-style-five .main-menu .navigation>li {
      margin-right: 0;
      margin-left: 30px !important;
    }

    .rtl .news-block .caption-box {
      margin-right: 0;
    }

    .rtl .news-block .image-box {
      margin-left: 0;
    }

    .rtl .products-carousel .owl-nav {
      right: 0px;
    }

    .rtl .specialize-section-two .carousel-column .carousel-outer {
      padding-right: 0;
    }

    .rtl .specialize-section-two .carousel-column .inner-column {
      padding-right: 0;
    }

    .rtl .specialize-section-two .thumbs-carousel {
      right: 0;
      left: auto;
    }

    .rtl .faq-section .accordion-column .inner-column {
      padding-right: 0;
    }

    .rtl .video-section .content-column .inner-column,
    .rtl .video-section .video-column .inner-column,
    .rtl .testimonial-carousel-two {
      padding-right: 0;
    }

    .rtl .video-section .content-column .inner-column,
    .rtl .news-section-two .column .inner-column {
      padding-right: 0;
    }

    .rtl .specialize-section-two.alternate .carousel-column .inner-column {
      padding-left: 0;
      padding-top: 0;
    }

    .rtl .project-detail .project-tabs .tab-btn {
      width: 33.33333%;
    }

    .rtl .header-style-three .main-menu .navigation>li {
      margin-left: 0;
      margin-right: 25px;
    }

    .rtl .header-style-three .outer-box {
      margin-left: 0px;
      margin-right: 30px;
    }

    .rtl .header-style-one .outer-box {
      margin-right: 11px;
    }

    .rtl .header-style-one .main-menu .navigation>li {
      margin-right: 0;
      margin-left: 25px !important;
    }

  }

  @media only screen and (max-width: 1023px) {
    .rtl .project-block-two {
      padding-right: 0;
    }

    .testimonial-section .testimonial-column {
      border-radius: 0;
    }

    .rtl header-style-seven .main-menu .navigation>li {
      margin-right: 20px;
    }

    .rtl .banner-carousel-two .owl-nav {
      left: auto;
      right: 50%;
      transform: translateX(50%);
    }

    .rtl .header-style-seven .main-menu .navigation>li {
      margin-left: 0;
      margin-right: 20px;
    }


    .rtl .banner-section-five .slide-item .content-box:before,
    .rtl .testimonial-carousel .active .testimonial-block:before {
      display: none;
    }

    .rtl .header-style-five .nav-outer {
      float: right;
    }

    .banner-section-five .content-box h2 {
      font-size: 40px;
      line-height: 1.2em;
    }


    .rtl .banner-section-five .content-box .video-link {
      left: auto;
      right: 15px;
    }

    .rtl .header-style-one .main-menu .navigation>li {
      margin-left: 41px !important;
    }

    .rtl .progress-sec .progress-bg {
      background-size: 82%;
      top: -64px;
    }
  }

  @media only screen and (max-width: 991px) {
    .rtl .progress-sec .content-column.offset-lg-2 {
      margin-right: 0;
      margin-left: 0;
    }

    .rtl .progress-sec .image-box .progress-bg {
      top: -1px;
    }

    .rtl .team-details-section .offset-lg-1 {
      margin-right: 0;
      margin-left: 0;
    }

    .rtl .progress-sec .content-column .content-box {
      margin-bottom: 120px;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .icon-box {
      width: calc(20% - 0px);
      background-size: contain;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .text-box {
      width: calc(80% - 0px);
      padding: 14px 32px 0 13px;
      position: relative;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .icon-box .count {
      left: auto;
      right: -9px;
    }

    .rtl .about-section.style-two .image-column .inner-column .image-box {
      text-align: center;
    }

    .rtl .faq-section .image-column .image {
      margin-left: 0;
      margin-right: 0;
    }

    .rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
      padding: 127px 269px 159px 122px;
      max-width: 100%;
    }

    .rtl .header-style-two .header-lower .main-box .nav-outer .navigation>li {
      margin-right: 24px;
    }

    .rtl .progress-sec .image-box {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }

    .rtl .header-style-one .main-menu .navigation>li {
      margin-left: 36px !important;
    }
  }

  @media only screen and (max-width: 910px) {
    .rtl .header-style-one .main-menu .navigation>li {
      margin-left: 28px !important;
    }
  }

  @media only screen and (max-width: 820px) {
    .rtl .header-style-one .main-menu .navigation>li {
      margin-left: 25px !important;
    }

    .main-menu .navigation>li>a {
      font-size: var(--font-14);
    }
  }

  @media only screen and (max-width: 768px) {
    .rtl .header-style-one .main-menu .navigation>li {
      margin-left: 15px !important;
    }

    .rtl .header-style-two .header-lower .main-box .nav-outer .navigation>li {
      margin-right: 21px;
    }

    .rtl .header-style-three .main-menu .navigation>li {
      margin-left: 0;
      margin-right: 17px;
    }

    .rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
      padding: 42px 215px 159px 122px;
      max-width: 100%;
    }

    .rtl .banner-section.style-two .image-column .image-box {
      margin-top: 59px;
    }

  }

  @media only screen and (max-width: 767px) {
    .rtl .nav-outer .mobile-nav-toggler {
      right: auto;
      left: 0;
      top: 9px;
    }

    .rtl .header-style-two .nav-outer .mobile-nav-toggler {
      top: -53px;
      left: 24px;
    }

    .rtl .header-style-three .nav-outer .mobile-nav-toggler {
      top: -67px;
    }

    .rtl .header-style-three.fixed-header .sticky-header .mobile-nav-toggler {
      top: -64px;
      left: 53px;
    }

    .rtl .banner-carousel-three .slide-item:before {
      width: 120%;
      left: -10%;
    }

    .rtl .fixed-header .sticky-header .mobile-nav-toggler {
      right: auto;
      left: 39px;
      top: 4px;
    }

    .rtl .fixed-header .sticky-header .main-box .nav-outer {
      width: 100%;
    }

    .rtl .mobile-menu .navigation li.dropdown .dropdown-btn {
      right: auto;
      left: 0;
      padding-left: 23px;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 49px solid var(--white);
      border-right: 0;
      border-left: 50px solid transparent;
      left: 0;
      position: absolute;
      z-index: 9;
    }

    .rtl .mobile-menu .navigation li.dropdown .dropdown-btn span {
      left: -21px;
      position: relative;
    }

    .rtl .banner-section .content-column .content-inner {
      margin-right: 0;
      margin-left: 0;
      margin-top: 224px;
    }

    .rtl .main-header .main-menu {
      top: 47px;
    }

    .rtl .header-style-three .main-menu {
      top: -21px;
    }

    .rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
      padding: 42px 150px 159px 143px;
      max-width: 100%;
    }

    .rtl .header-style-two .header-lower .main-box .nav-outer .navbar-header {
      left: 6px;
      right: auto;
      text-align: left;
    }

    .rtl .header-style-five .logo-box {
      float: right;
      width: auto;
      z-index: 9;
    }

    .rtl .header-style-five .main-menu .navbar-header {
      text-align: left;
    }

    .rtl .header-style-five .main-menu .navigation>li>a {
      text-align: right;
    }


    .rtl .banner-section-five .owl-dots {
      left: 15px;
    }

    .rtl .header-style-seven .main-menu .navbar-header {
      text-align: left;
    }

    .rtl .header-style-one .logo-box {
      float: right;
      width: auto;
      z-index: 9;
    }

    .rtl .header-style-four .main-menu .navbar-header,
    .rtl header-style-seven .main-menu .navbar-header {
      text-align: left;
    }

    .rtl .header-style-one .main-menu .navbar-header {
      text-align: left;
      left: -16px;
      right: auto;
    }

    .rtl .main-menu .navbar-collapse>.navigation>li>a,
    .rtl .header-style-one .main-menu .navigation>li>a {
      text-align: right;
    }

    .rtl .banner-section-two .owl-dots {
      left: 15px;
    }

    .rtl .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
      right: auto;
      left: 10px;
    }

    .rtl .main-footer .footer-bottom .social-links,
    .rtl .main-footer .footer-bottom .copyright-text {
      padding-left: 0;
    }

    .rtl .main-footer .footer-bottom .copyright-text:before {
      left: auto;
      right: -10%;
    }

    .rtl .main-footer .footer-bottom .social-links li:first-child {
      margin-right: 0;
    }

    .rtl .mixitup-gallery .filters li {
      margin-left: 10px;
    }

    .rtl .fact-counter .count-box {
      text-align: center;
    }

    .rtl .fact-counter .count-box .count {
      float: none;
      display: inline-block;
    }

    .rtl .fact-counter .count-box:before {
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .rtl .page-title .bread-crumb li:before {
      display: none;
    }

    .rtl .page-title .bread-crumb li:last-child:before {
      display: block;
    }

    .rtl .page-title .bread-crumb li:first-child {
      padding-right: 0;
      margin-right: 0;
    }


    .rtl .page-title .bread-crumb li {
      float: right;
    }

    .main-footer .footer-bottom .copyright-text:before {
      display: none;
    }

    .main-footer .footer-bottom .copyright-text p {
      line-height: 20px;
      padding: 0 10px;
    }

    .rtl .banner-section-six .banner-carousel-two .owl-nav {
      right: 50% !important;
    }

    .rtl .testimonial-column .testimonial-inner .thumb-box .thumb-4 {
      right: -24px;
    }

    .testimonial-column .testimonial-inner .thumb-box .thumb-3,
    .testimonial-column .testimonial-inner .thumb-box .thumb-4 {
      right: -28px;
    }

    .rtl .main-menu .navbar-header {
      left: -16px;
      right: auto;
      text-align: left;
    }

    .rtl .header-style-two .main-menu {
      top: -19px;
    }

    .rtl .header-style-two .header-lower .main-box .nav-outer .navbar-header {
      left: 15px;
      right: auto;
      text-align: left;
      top: -40px;
    }
  }

  @media only screen and (max-width: 700px) {
    .rtl .progress-sec .image-box .progress-bg {
      top: -324px;
    }
  }

  @media only screen and (max-width: 599px) {

    .rtl .testimonial-block,
    .rtl .testimonial-block .inner-box {
      padding-left: 0;
    }

    .rtl .banner-section.style-three .image-column .image-box:before,
    .rtl .banner-section.style-three .image-column .image-box:after {
      background-size: 49%;
    }

    .rtl .banner-section-six .content-box .inner-box {
      text-align: right;
      padding-right: 30px;
    }

    .rtl .team-block .inner-box .image-box .social-links li {
      left: -50px;
      right: auto;
    }

    .rtl .offer-section .form-column .upper-box {
      padding-left: 0;
    }

    .rtl .offer-section .form-column .upper-box .discount {
      right: 0;
    }

    .rtl .news-block-four .inner-box {
      padding-right: 0;
    }

    .rtl .header-style-four .header-top .top-right,
    .rtl .main-header .contact-info li {
      margin-right: 0;
    }


    .rtl .comments-area .comment-box.reply-comment,
    .rtl .comments-area .comment-box.reply-comment.reply {
      margin-right: 0;
    }

    .rtl .blog-detail.style-two .comments-area .comment {
      padding-right: 0;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .icon-box i {
      font-size: 46px;
      color: var(--white);
    }

  }

  @media only screen and (max-width: 479px) {
    .rtl .testimonial-block-two .info-box {
      padding-left: 110px;
      padding-left: 0;
    }

    .rtl .header-style-two .header-lower .main-box .logo-box {
      margin-right: 6px;
      width: 41%;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .icon-box {
      width: calc(50% - 0px);
      margin-left: 0;
      padding: 60px;
    }

    .rtl .invested-sec .invseted-cloumn .invested-box .icon-box i {
      font-size: 60px;
    }

    .rtl .progress-sec .image-box .progress-bg {
      top: -439px;
    }

    .rtl .banner-section-six .content-box .inner-box {
      padding-right: 0;
    }

    .rtl .login-form .form-group {
      text-align: right !important;
    }

    .rtl .latest-news .post {
      padding-right: 110px;
      padding-left: 0;
    }

    .rtl .banner-section.style-three .image-column .image-box:before,
    .rtl .banner-section.style-three .image-column .image-box:after {
      background-size: 37%;
    }

    .rtl .pattern-layer-tweleve {
      display: none;
    }

    .rtl .blog-detail .news-block-two .caption-box blockquote,
    .rtl .comments-area .comment {
      padding-right: 0;
    }

    .rtl .product-details .basic-details .add-to-cart {
      margin-right: 0;
    }

    .rtl .testimonial-section.style-two .testimonial-column .testimonial-carousel {
      padding: 42px 50px 159px 15px;
    }

  }

  @media only screen and (max-width: 400px) {
    .rtl .header-style-two .header-lower .main-box .logo-box {
      width: 48%;
    }
  }

  @media only screen and (max-width: 355px) {
    .rtl .header-style-two .header-lower .main-box .logo-box {
      width: 55%;
    }
  }

  /* Theme Color */
  :root {
    /* #4800ff in decimal RGB */
    --secondary: rgb(49, 0, 174);
    /* #ff0000 in decimal RGB */
    --main-color: rgb(0, 116, 217);
    /* #ffffff in decimal RGB */
    --white: rgb(255, 255, 255);
    /* #555555 in decimal RGB */
    --grey: rgb(85, 85, 85);
    /* #959595 in decimal RGB */
    --lightgrey: rgb(149, 149, 149);
    /* #222222 in decimal RGB */
    --darkgrey: rgb(34, 34, 34);
    /* #000000 in decimal RGB */
    --black: rgb(0, 0, 0);
    /* #fdfdfc in decimal RGB */
    --light: rgb(253, 253, 252);
    /* #1f9fd4 in decimal RGB */
    --light-blue: rgb(31, 59, 212);
    /* #ffcc00 in decimal RGB */
    --yellow: rgb(255, 204, 0);
    /* #f5f5f5 in decimal RGB */
    --bg-grey: rgb(245, 245, 245);
    /* #4661c5 in decimal RGB */
    --facebook-color: rgb(70, 97, 197);
    /* #44b1e4 in decimal RGB */
    --twitter-color: rgb(68, 177, 228);
    /* #0029c2 in decimal RGB */
    --linkedin-color: rgb(0, 41, 194);


    /* #ad0001 in decimal RGB */
    --red: rgb(173, 0, 1);
    /* #033e00 in decimal RGB */
    --green: rgb(3, 62, 0);
    /* #0ec312 in decimal RGB */
    --light-green: rgb(14, 195, 18);
    /* #0043ff in decimal RGB */
    --sl-blue: rgb(0, 67, 255);
    /* #00118e in decimal RGB */
    --dl-blue: rgb(0, 17, 142);
    /* #3f003b in decimal RGB */
    --purple: rgb(63, 0, 59);
    /* #be00c5 in decimal RGB */
    --light-purple: rgb(190, 0, 197);




    --main-color-opicity: 255, 0, 0;
    --secondary-opicity: 49, 0, 174;
    --white-opicity: 255, 255, 255;
    --black-opicity: 0, 0, 0;