/*!
 * Name: spacemax
 * Title: SpaceMax - Multipurpose Landing Page
 * Version: 1.0.0
 * Author: Elegant Pixel
 * https://themeforest.net/user/elegant_pixel/portfolio
 * ©Copyright 2019. Under Themeforest (https://themeforest.net/licenses) licensed.
*/
/**!**************/
/**! Contents **/
/**! 01. core **/
/**! 02. typography **/
/**! 03. colors **/
/**! 04. buttons **/
/**! 05. helpers **/
/**! 06. cards **/
/**! 07. list group **/
/**! 08. hover **/
/**! 09. background holder **/
/**! 10. spacing **/
/**! 11. boxed layout **/
/**! 12. preloader **/
/**! 13. animation **/
/**! 14. icons **/
/**! 15. form **/
/**! 16. switchable content **/
/**! 17. ico progress **/
/**! 18. piechart **/
/**! 19. decor **/
/**! 20. straight-line **/
/**! 21. accordion **/
/**! 22. carosuel-slider **/
/**! 23. logo-group **/
/**! 24. section-overlap **/
/**! 25. dropdown **/
/**! 26. tooltip **/
/**! 27. label **/
/**! 28. steps **/
/**! 29. progress bar **/
/**! 30. sticky sidebar **/
/**! 31. pagination and navigation **/
/**! 32. content blocks**/
/**! 33. breadcrumb **/
/**! 34. blog core code **/
/**! 35. blog articles card **/
/**! 36. blog details **/
/**! 37. blog sidebar widget **/
/**! 38. blog sidebar widget **/
/**! 39. blog post navigation **/
/**! 40. blog post share tags **/
/**! 41. blog post share links **/
/**! 42. blog comments **/
/**! 43. comment respond **/
/**! 44. blog post navigation **
/**! 45. navigation **/
/**! 46. hero **/
/**! 47. about **/
/**! 48. working process **/
/**! 49. token sale details **/
/**! 50. public sale bonus **/
/**! 51. token sale info **/
/**! 52. download documents **/
/**! 53. roadmap **/
/**! 54. team **/
/**! 55. components **/
/**! 56. customer website **/
/**! 57. footer **/
/**! 58. pattern **/
/**! 59. themes **/
/**!**************/
/**!**************/
/**!**************/
/*
*  Framework Components 
=================================
=================================
=================================*/
/**! 01. core **/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

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

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

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

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

.pull-right {
  float: right
}

.pull-left {
  float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff
}

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

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

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

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

.fa-star-o:before {
  content: "\f006"
}

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

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

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

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

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

.fa-trash-o:before {
  content: "\f014"
}

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

.fa-file-o:before {
  content: "\f016"
}

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

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

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

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

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

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

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

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

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

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

.fa-volume-off:before {
  content: "\f026"
}

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

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

.fa-qrcode:before {
  content: "\f029"
}

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

.fa-tag:before {
  content: "\f02b"
}

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

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

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

.fa-print:before {
  content: "\f02f"
}

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

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

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

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

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

.fa-text-width:before {
  content: "\f035"
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

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

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

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

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

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

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

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

.fa-play:before {
  content: "\f04b"
}

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

.fa-stop:before {
  content: "\f04d"
}

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

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

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

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

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

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

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

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

.fa-times-circle:before {
  content: "\f057"
}

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

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

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

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

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

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

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

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

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

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

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

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

.fa-plane:before {
  content: "\f072"
}

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

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

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

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

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

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

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

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

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

.fa-arrows-v:before {
  content: "\f07d"
}

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

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

.fa-twitter-square:before {
  content: "\f081"
}

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

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

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

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

.fa-upload:before {
  content: "\f093"
}

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

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

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

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tasks:before {
  content: "\f0ae"
}

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

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

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

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

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

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

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

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

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

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

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

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

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

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

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

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

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

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

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

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

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

.fa-umbrella:before {
  content: "\f0e9"
}

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

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

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

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

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

.fa-bell-o:before {
  content: "\f0a2"
}

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

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

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

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

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

.fa-folder-o:before {
  content: "\f114"
}

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

.fa-smile-o:before {
  content: "\f118"
}

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

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

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

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

.fa-flag-o:before {
  content: "\f11d"
}

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

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

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

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

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

.fa-superscript:before {
  content: "\f12b"
}

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

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

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

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

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

.fa-shield:before {
  content: "\f132"
}

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

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

.fa-rocket:before {
  content: "\f135"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145"
}

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

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

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

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

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

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

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

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

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

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

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

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

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

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

.fa-stack-overflow:before {
  content: "\f16c"
}

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

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

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

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

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

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

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

.fa-long-arrow-left:before {
  content: "\f177"
}

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

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

.fa-windows:before {
  content: "\f17a"
}

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

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

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

.fa-skype:before {
  content: "\f17e"
}

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

.fa-trello:before {
  content: "\f181"
}

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

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

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

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

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

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

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

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

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

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

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

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

.fa-slack:before {
  content: "\f198"
}

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

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

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

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1"
}

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

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

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

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

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

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

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

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

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

.fa-spotify:before {
  content: "\f1bc"
}

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

.fa-soundcloud:before {
  content: "\f1be"
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

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

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

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

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

.fa-vine:before {
  content: "\f1ca"
}

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

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

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

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

.fa-circle-thin:before {
  content: "\f1db"
}

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

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

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

.fa-share-alt-square:before {
  content: "\f1e1"
}

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

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

.fa-tty:before {
  content: "\f1e4"
}

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

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

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

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

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

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

.fa-paypal:before {
  content: "\f1ed"
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

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

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

.fa-eyedropper:before {
  content: "\f1fb"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

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

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

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

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

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

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

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

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

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

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

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

.fa-street-view:before {
  content: "\f21d"
}

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

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

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

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

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

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

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

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

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

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

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

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

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

.fa-user-plus:before {
  content: "\f234"
}

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

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

.fa-viacoin:before {
  content: "\f237"
}

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

.fa-subway:before {
  content: "\f239"
}

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

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

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

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

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

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

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

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

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

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

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

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250"
}

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

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

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

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

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

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

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

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

.fa-opera:before {
  content: "\f26a"
}

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

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

.fa-500px:before {
  content: "\f26e"
}

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

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

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

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

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

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

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

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

.fa-map-o:before {
  content: "\f278"
}

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

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

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

.fa-vimeo:before {
  content: "\f27d"
}

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

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

.fa-reddit-alien:before {
  content: "\f281"
}

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

.fa-credit-card-alt:before {
  content: "\f283"
}

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

.fa-modx:before {
  content: "\f285"
}

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

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

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

.fa-pause-circle-o:before {
  content: "\f28c"
}

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

.fa-stop-circle-o:before {
  content: "\f28e"
}

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

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

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

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

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

.fa-percent:before {
  content: "\f295"
}

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

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

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

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

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

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

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

.fa-volume-control-phone:before {
  content: "\f2a0"
}

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

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

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

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

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

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

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

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

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

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

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

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

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

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

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

.fa-address-book-o:before {
  content: "\f2ba"
}

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

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

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

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

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

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

.fa-shower:before {
  content: "\f2cc"
}

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

.fa-podcast:before {
  content: "\f2ce"
}

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

.fa-window-minimize:before {
  content: "\f2d1"
}

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

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

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

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

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

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

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

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

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

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "SFUI", sans-serif;
  color: #12141f;
  margin: 0;
  overflow-x: hidden;
}

.page {
  display: none;
}

#loading {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  /*background-image: linear-gradient(222deg, rgb(35, 157, 66), rgb(4 77 23));*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  background: #0057a3;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#loading .icon-logo {
  position: relative;
  width: 150px;
  height: 60px;
  display: flex;
  background-image: url('../img/logo2.png');
  background-size: contain;
  background-position: center;
  margin: 30px 0;
  background-repeat: no-repeat;
}

#loading .icon-logo::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  display: block;
  background-color: #000;
  z-index: -1;
  border-radius: 10px;
}

.lds-roller {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller span {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller span:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller span:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller span:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller span:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller span:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller span:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller span:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller span:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller span:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller span:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller span:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller span:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller span:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller span:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller span:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller span:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

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


@media only screen and (max-width: 991px) {
  html {
    font-size: 87.5%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  padding: 0;
  border: 0;
}

button:focus {
  outline: 0;
}

ul li h2,
ul li h3,
ul li h4,
ul li h5,
ul li h6,
ul li a,
ul li p {
  padding-bottom: 3px;
}

picture {
  display: inline-block;
}

span {
  display: inline-block;
}

svg {
  display: block;
}

svg text,
svg tspan {
  font-family: "SFUI", sans-serif;
}

input,
textarea {
  padding: 0;
}

input:focus,
textarea:focus {
  outline: 0;
}

input.placeholder,
textarea.placeholder {
  font-size: 16px;
  font-weight: 600;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-collapse: collapse;
}

section {
  position: relative;
}

select {
  width: 100%;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #dfdfdf;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #dfdfdf;
  cursor: help;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark,
ins {
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #ececec;
}

table {
  background: #fff;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375rem;
}

/**! 02. typography **/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: "SFUI", sans-serif;
}

p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "SFUI", sans-serif;
}

.blockquote h4 {
  line-height: 3rem;
}

.blockquote h5 {
  line-height: 2.8rem;
}

/**! ----- font Setting (size & line height, spacing etc) ---- **/
.h1-font,
h1 {
  font-size: 2.25rem;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {

  .h1-font,
  h1 {
    font-size: 3.75rem;
    line-height: 1.16;
  }
}

.h2-font,
h2 {
  font-size: 2.25rem;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {

  .h2-font,
  h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.h3-font,
h3 {
  font-size: 2.25rem;
  line-height: 1.35;
}

.h4-font,
h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.h5-font,
h5 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.h6-font,
h6,
.blockquote {
  font-size: 1.125rem;
  line-height: 1.65;
}

.body-font,
p {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.font-size--12 {
  font-size: 0.75rem;
}

.font-size--13 {
  font-size: 0.8125rem;
}

.font-size--14 {
  font-size: 0.875rem;
}

.font-size--15 {
  font-size: 0.9375rem;
}

.font-size--16 {
  font-size: 1rem;
}

.font-size--17 {
  font-size: 1.0625rem;
}

.font-size--18 {
  font-size: 1.125rem;
}

.font-size--20 {
  font-size: 1.25rem;
}

.font-size--22 {
  font-size: 1.375rem;
}

.font-size--24 {
  font-size: 1.5rem;
}

.font-size--26 {
  font-size: 1.625rem;
}

.font-size--30 {
  font-size: 1.875rem;
}

.font-size--40 {
  font-size: 2.5rem;
}

.font-size--48 {
  font-size: 3rem;
}

.font-size--55 {
  font-size: 3.4375rem;
}

.font-size--60 {
  font-size: 3.75rem;
}

.font-size--72 {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .font-size--72 {
    font-size: 4.5rem;
  }
}

.line-height--28 {
  line-height: 1.75rem;
}

/**! ----- Font weight ---- **/
.font-w--300 {
  font-weight: 300 !important;
}

.font-w--400 {
  font-weight: 400 !important;
}

.font-w--500 {
  font-weight: 500 !important;
}

.font-w--600 {
  font-weight: 600 !important;
}

.font-w--700 {
  font-weight: 700 !important;
}

/**! 03. colors **/
/**! ----- Theme Common colors (Also Used as extend in SCSS ) ---- **/
mark,
ins,
.bg-color--primary,
[class*="bg-color--primary-opacity-"]::before,
.btn-bg--primary,
.btn-bg--primary--05::after,
.btn-hover--primary:hover,
.card-hover--bg--primary-shadow.focused,
.card-hover--bg--primary-shadow:hover,
.preloader .blobs .blob-center,
.preloader .blob,
.form--v8:after,
.ico-progress--v2 .ico-progress__stages:after,
.decor,
.carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-triangle:hover,
.label-bg--light--200::before,
.pagination .page-item.active .page-link,
.sticky .card,
.sticky .article__thumbnail-image::before,
.widget_calendar tbody a,
.post-navigation .meta-nav::before,
.navbar-sticky--moved-up.sticky-bg-color--primary,
.roadmap--v4 .roadmap-item--current .timeline-line:before {
  background: #3965f4;
}

.color--primary,
.card--v2 .card.focused .card__title,
.card--v2 .card:hover .card__title,
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item:focus,
.text-hover--primary:hover,
.section--dark .text-hover--primary:hover,
.section--darkblue .text-hover--primary:hover,
.icon-rounded-color--gray i:hover,
.carosuel-arrow,
.carosuel-cursor--dark i:hover,
.dropdown-module__item:focus,
.dropdown-module__item:hover,
.dropdown-module--dark .dropdown-module__item:focus,
.dropdown-module--dark .dropdown-module__item:hover,
.label-bg--primary,
.pagination .page-item:not(.active) .page-link,
.breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .breadcrumb a,
.blog-details .article-content a,
.blog-details .comment-content a,
.article-author__name:hover,
.article__title h2:hover,
.blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-meta .post-categories a,
.blog-sidebar .widget-title,
.blog-sidebar .widget li a:hover,
.blog-sidebar .widget li a:focus,
.blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:focus i,
.blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .current-menu-item>a,
.widget_calendar tfoot a,
.widget_rss .widget-title .rsswidget,
.post-navigation .meta-nav,
.post-navigation .post-title:hover,
.tags-links a,
.comments-area .comment-reply-link,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.footer.section--light a:hover {
  color: #3965f4;
}

.fill--primary rect,
.fill--primary path,
.fill--primary polygon,
.fill--primary circle {
  fill: #3965f4;
}

.btn-border--color--primary,
.btn-hover--primary.btn-border--color--dark:hover,
.btn-hover--primary.btn-border--color--light:hover,
.icon-rounded-color--primary,
.icon-rounded-color--gray i:hover,
.carosuel-arrow {
  border-color: #3965f4;
}

.border--around,
.border--top,
.border--bottom,
.border--left,
.border--right {
  border-color: rgba(0, 0, 0, 0.06);
}

.bg-color--primary.border--around,
.bg-color--primary.border--top,
.bg-color--primary.border--bottom,
.bg-color--primary.border--left,
.bg-color--primary.border--right,
.bg-color--primary .border--around,
.bg-color--primary .border--top,
.bg-color--primary .border--bottom,
.bg-color--primary .border--left,
.bg-color--primary .border--right {
  border-color: rgba(255, 255, 255, 0.07);
}

.bg-color--primary-light--1 .bg-color--primary.border--around,
.blog-details .header-area::before .bg-color--primary.border--around,
.bg-color--primary-light--1 .bg-color--primary.border--top,
.blog-details .header-area::before .bg-color--primary.border--top,
.bg-color--primary-light--1 .bg-color--primary.border--bottom,
.blog-details .header-area::before .bg-color--primary.border--bottom,
.bg-color--primary-light--1 .bg-color--primary.border--left,
.blog-details .header-area::before .bg-color--primary.border--left,
.bg-color--primary-light--1 .bg-color--primary.border--right,
.blog-details .header-area::before .bg-color--primary.border--right,
.bg-color--primary-light--1 .bg-color--primary .border--around,
.blog-details .header-area::before .bg-color--primary .border--around,
.bg-color--primary-light--1 .bg-color--primary .border--top,
.blog-details .header-area::before .bg-color--primary .border--top,
.bg-color--primary-light--1 .bg-color--primary .border--bottom,
.blog-details .header-area::before .bg-color--primary .border--bottom,
.bg-color--primary-light--1 .bg-color--primary .border--left,
.blog-details .header-area::before .bg-color--primary .border--left,
.bg-color--primary-light--1 .bg-color--primary .border--right,
.blog-details .header-area::before .bg-color--primary .border--right {
  border-color: rgba(255, 255, 255, 0.07);
}

.bg-color--primary .bg-color--primary-light--1.border--around,
.bg-color--primary .blog-details .border--around.header-area::before,
.blog-details .bg-color--primary .border--around.header-area::before,
.bg-color--primary .bg-color--primary-light--1.border--top,
.bg-color--primary .blog-details .border--top.header-area::before,
.blog-details .bg-color--primary .border--top.header-area::before,
.bg-color--primary .bg-color--primary-light--1.border--bottom,
.bg-color--primary .blog-details .border--bottom.header-area::before,
.blog-details .bg-color--primary .border--bottom.header-area::before,
.bg-color--primary .bg-color--primary-light--1.border--left,
.bg-color--primary .blog-details .border--left.header-area::before,
.blog-details .bg-color--primary .border--left.header-area::before,
.bg-color--primary .bg-color--primary-light--1.border--right,
.bg-color--primary .blog-details .border--right.header-area::before,
.blog-details .bg-color--primary .border--right.header-area::before,
.bg-color--primary .bg-color--primary-light--1 .border--around,
.bg-color--primary .blog-details .header-area::before .border--around,
.blog-details .bg-color--primary .header-area::before .border--around,
.bg-color--primary .bg-color--primary-light--1 .border--top,
.bg-color--primary .blog-details .header-area::before .border--top,
.blog-details .bg-color--primary .header-area::before .border--top,
.bg-color--primary .bg-color--primary-light--1 .border--bottom,
.bg-color--primary .blog-details .header-area::before .border--bottom,
.blog-details .bg-color--primary .header-area::before .border--bottom,
.bg-color--primary .bg-color--primary-light--1 .border--left,
.bg-color--primary .blog-details .header-area::before .border--left,
.blog-details .bg-color--primary .header-area::before .border--left,
.bg-color--primary .bg-color--primary-light--1 .border--right,
.bg-color--primary .blog-details .header-area::before .border--right,
.blog-details .bg-color--primary .header-area::before .border--right {
  border-color: rgba(0, 0, 0, 0.06);
}

.section--darkblue.border--around,
.section--darkblue.border--top,
.section--darkblue.border--bottom,
.section--darkblue.border--left,
.section--darkblue.border--right,
.section--darkblue .border--around,
.section--darkblue .border--top,
.section--darkblue .border--bottom,
.section--darkblue .border--left,
.section--darkblue .border--right {
  border-color: rgba(57, 101, 244, 0.15);
}

.section--dark.border--around,
.section--dark.border--top,
.section--dark.border--bottom,
.section--dark.border--left,
.section--dark.border--right,
.section--dark .border--around,
.section--dark .border--top,
.section--dark .border--bottom,
.section--dark .border--left,
.section--dark .border--right {
  border-color: rgba(255, 255, 255, 0.05);
}

/**! ----- Base color with the theme (Light theme, Dark theme, Darkblue theme) ---- **/
.section--dark,
.section--darkblue {
  color: #fff;
}

/**! ----- Base Font Color ---- **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #12141f;
}

[class*='bg-gradient'] h1:not([class*='text-color-']):not([class*='color-']),
[class*='bg-gradient'] h2:not([class*='text-color-']):not([class*='color-']),
[class*='bg-gradient'] h3:not([class*='text-color-']):not([class*='color-']),
[class*='bg-gradient'] h4:not([class*='text-color-']):not([class*='color-']),
[class*='bg-gradient'] h5:not([class*='text-color-']):not([class*='color-']),
[class*='bg-gradient'] h6:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h1:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h2:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h3:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h4:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h5:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary h6:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h1:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h2:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h3:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h4:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h5:not([class*='text-color-']):not([class*='color-']),
.section--darkblue h6:not([class*='text-color-']):not([class*='color-']),
.section--dark h1:not([class*='text-color-']):not([class*='color-']),
.section--dark h2:not([class*='text-color-']):not([class*='color-']),
.section--dark h3:not([class*='text-color-']):not([class*='color-']),
.section--dark h4:not([class*='text-color-']):not([class*='color-']),
.section--dark h5:not([class*='text-color-']):not([class*='color-']),
.section--dark h6:not([class*='text-color-']):not([class*='color-']) {
  color: #fff;
}

.bg-white h1:not([class*='text-color-']):not([class*='color-']),
.bg-white h2:not([class*='text-color-']):not([class*='color-']),
.bg-white h3:not([class*='text-color-']):not([class*='color-']),
.bg-white h4:not([class*='text-color-']):not([class*='color-']),
.bg-white h5:not([class*='text-color-']):not([class*='color-']),
.bg-white h6:not([class*='text-color-']):not([class*='color-']) {
  color: #12141f;
}

p {
  color: #7C7D8D;
}

.section--dark p:not([class*='text-color-']):not([class*='color-']) {
  color: #979EA5;
}

[class*='bg-gradient'] p:not([class*='text-color-']):not([class*='color-']),
.bg-color--primary p:not([class*='text-color-']):not([class*='color-']) {
  color: #fff;
}

.bg-white p:not([class*='text-color-']):not([class*='color-']) {
  color: #7C7D8D;
}

[class*='bg-gradient'] p:not([class*='opacity-']),
.bg-color--primary p:not([class*='opacity-']) {
  opacity: .8;
}

.bg-white p {
  opacity: 1 !important;
}

.section--darkblue p:not([class*='text-color-']):not([class*='color-']) {
  color: #7f94e2;
}

/**! ----- Color Helper ---- **/
.text-color--200 {
  color: #CDCDD9;
}

.section--darkblue .text-color--200 {
  color: #f0f0f0;
}

.text-color--300 {
  color: #979EA5;
}

.section--darkblue .text-color--300 {
  color: #a4baff;
}

.text-color--400 {
  color: #7C7D8D;
}

.section--darkblue .text-color--400 {
  color: #9ac778;
}

.section--darkblue .text-color--500 {
  color: #6f85d4;
}

.text-color--700 {
  color: #12141f;
}

.text-color--cta--2 {
  color: #eb7939;
}

.text-color--cta--3 {
  color: #FF4B36;
}

.text-color--cta--4 {
  color: #1ED660;
}

.text-color--cta--5 {
  color: #fb9720;
}

.color--white {
  color: #fff !important;
}

.color--orange {
  color: #eb7939 !important;
}

.color--coral {
  color: #FF4B36 !important;
}

.color--green {
  color: #1ED660 !important;
}

/**! ----- input placeholder color ---- **/
input,
textarea,
.form-control {
  color: #12141f;
}

.section--dark input,
.section--dark textarea,
.section--dark .form-control {
  color: white;
}

input:focus,
textarea:focus,
.form-control:focus {
  color: #12141f;
}

.section--dark input:focus,
.section--dark textarea:focus,
.section--dark .form-control:focus {
  color: white;
  -webkit-box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.1);
}

input.placeholder,
textarea.placeholder,
.form-control.placeholder {
  font-weight: 500;
  color: #7C7D8D;
}

.form--darkblue input.placeholder,
.form--darkblue textarea.placeholder,
.form--darkblue .form-control.placeholder {
  color: #6f85d4;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  font-weight: 500;
  color: #7C7D8D;
}

.form--darkblue input:-moz-placeholder,
.form--darkblue textarea:-moz-placeholder,
.form--darkblue .form-control:-moz-placeholder {
  color: #6f85d4;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  font-weight: 500;
  color: #7C7D8D;
}

.form--darkblue input::-moz-placeholder,
.form--darkblue textarea::-moz-placeholder,
.form--darkblue .form-control::-moz-placeholder {
  color: #6f85d4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-weight: 500;
  color: #7C7D8D;
}

.form--darkblue input:-ms-input-placeholder,
.form--darkblue textarea:-ms-input-placeholder,
.form--darkblue .form-control:-ms-input-placeholder {
  color: #6f85d4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  font-weight: 500;
  color: #7C7D8D;
}

.form--darkblue input::-webkit-input-placeholder,
.form--darkblue textarea::-webkit-input-placeholder,
.form--darkblue .form-control::-webkit-input-placeholder {
  color: #6f85d4;
}

/**! ----- Theme Appearance Background ---- **/
[data-appearance=light] .main {
  background: #fff;
}

[data-appearance=dark] {
  background: #181923;
}

[data-appearance=darkblue] {
  background: #121a70;
}

/**! ----- Background Color Helper ---- **/
.bg-color--primary-light--1,
.blog-details .header-area::before {
  background: #F5F9FF;
}

.bg-color--dark--1 {
  background: #1E202D;
}

.bg-color--dark--2 {
  background: #191B28;
}

.bg-color--dark--3 {
  background: #12141f;
}

.bg-color--darkblue--1 {
  background: #1e2994;
}

.bg-color--green {
  background: #1ED660;
}

.bg-color--purple {
  background: #9313db;
}

.bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 249, 255, 0)), to(#F5F9FF));
  background: -o-linear-gradient(bottom, rgba(245, 249, 255, 0) 0%, #F5F9FF 100%);
  background: linear-gradient(to top, rgba(245, 249, 255, 0) 0%, #F5F9FF 100%);
}

/**! ----- Background Color with Alpha/ Opacity ---- **/
[class*="bg-color--primary-opacity-"] {
  position: relative;
}

[class*="bg-color--primary-opacity-"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.bg-color--transparent {
  background: transparent;
}

.bg-color--primary-opacity--05::before {
  opacity: .05;
}

.bg-color--primary-opacity--10::before {
  opacity: .10;
}

.bg-color--primary-opacity--15::before {
  opacity: .15;
}

.bg-color--primary-opacity--20::before {
  opacity: .20;
}

.bg-color--blue-opacity--10 {
  background: #0057a3;
  backdrop-filter: blur(10px);
}

.bg-color--blue-opacity--15 {
  background: rgb(5, 103, 28);
}

.bg-color--blue-opacity--20 {
  background: rgba(57, 101, 244, 0.2);
}

.bg-color--black-opacity {
  background: rgba(0, 0, 0, 0.1);
}

.bg-color--black-opacity--10 {
  background: rgba(0, 0, 0, 0.1);
}

.bg-color--black-opacity--15 {
  background: rgba(0, 0, 0, 0.15);
}

.bg-color--black-opacity--20 {
  background: rgba(0, 0, 0, 0.2);
}

.bg-color--white {
  background: #fff;
}

.bg-color--white-opacity--05 {
  background: rgba(255, 255, 255, 0.05);
}

.bg-color--white-opacity--10 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-color--white-opacity--15 {
  background: rgba(255, 255, 255, 0.15);
}

.bg-color--white-opacity--20 {
  background: rgba(255, 255, 255, 0.2);
}

/**! ----- Gradient Background (Used with preset theme bg also)---- **/
.bg-gradient--1 {
  background: -webkit-gradient(linear, left top, right top, from(#063372), to(#264eee));
  background: -o-linear-gradient(left, #063372 0%, #264eee 100%);
  background: linear-gradient(to right, #063372 0%, #264eee 100%);
  background-size: 105% 105%;
}

.bg-gradient--2 {
  background: -o-linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
  background: linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
  background-size: 105% 105%;
}

.bg-gradient--3 {
  background: -o-linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
  background: linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
  background-size: 105% 105%;
}

.bg-gradient--4 {
  background: -o-linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
  background: linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
  background-size: 105% 105%;
}

.bg-gradient--5 {
  background: -webkit-gradient(linear, left top, right top, from(#0099FF), to(#6610f2));
  background: -o-linear-gradient(left, #0099FF 0%, #6610f2 100%);
  background: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
  background-size: 105% 105%;
}

.bg-gradient--6 {
  background: -o-linear-gradient(45deg, #8448ff 0%, #21007b 80%);
  background: linear-gradient(45deg, #8448ff 0%, #21007b 80%);
  background-size: 105% 105%;
}

.bg-gradient--7 {
  background: -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%), -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%);
  background: linear-gradient(-70deg, #8131c6 0%, #211e8c 100%), linear-gradient(-70deg, #8131c6 0%, #211e8c 100%);
  background-size: 105% 105%;
}

.bg-gradient--8 {
  background: -webkit-gradient(linear, left top, right top, from(#642B73), to(#C6426E));
  background: -o-linear-gradient(left, #642B73 0%, #C6426E 100%);
  background: linear-gradient(to right, #642B73 0%, #C6426E 100%);
  background-size: 105% 105%;
}

/**! ----- Darkblue Gradient Background ---- **/
.bg-gradient--darkblue--1 {
  background: -o-linear-gradient(45deg, #030303 0%, #275e00 100%);
  background: linear-gradient(45deg, #030303 0%, #275e00 100%);
  background-size: 105% 105%;
}

.bg-gradient--darkblue--2 {
  background: -o-radial-gradient(30% 50%, circle 850px, #27269f 0%, #0e0f69 100%);
  background: radial-gradient(circle 850px at 30% 50%, #27269f 0%, #0e0f69 100%);
  background-size: 105% 105%;
}

.bg-gradient--darkblue--3 {
  background: -o-radial-gradient(50% 60%, circle 1120px, #27269f 0%, #0e0f69 100%);
  background: radial-gradient(circle 1120px at 50% 60%, #27269f 0%, #0e0f69 100%);
  background-size: 105% 105%;
}

.bg-gradient--darkblue--4 {
  background: -o-radial-gradient(50% 100%, circle 1625px, #27269f 0%, #0e0f69 100%);
  background: radial-gradient(circle 1625px at 50% 100%, #27269f 0%, #0e0f69 100%);
  background-size: 105% 105%;
}

.bg-gradient--darkblue--5 {
  background: -o-radial-gradient(50% 0%, farthest-corner, #27269F 0%, #0E0F69 90%);
  background: radial-gradient(farthest-corner at 50% 0%, #27269F 0%, #0E0F69 90%);
  background-size: 105% 105%;
}

.bg-gradient--darkblue--6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e0f69), to(#2b38af));
  background: -o-linear-gradient(top, #0e0f69 0%, #2b38af 100%);
  background: linear-gradient(180deg, #0e0f69 0%, #2b38af 100%);
  background-size: 105% 105%;
}

/**! ----- Purple Gradient Background ---- **/
.bg-gradient-purple--1 {
  background: -o-linear-gradient(315deg, rgba(146, 52, 208, 0.75) 0%, rgba(135, 50, 201, 0.75) 10%, #652bb5 40%, #211e8c 100%);
  background: linear-gradient(-225deg, rgba(146, 52, 208, 0.75) 0%, rgba(135, 50, 201, 0.75) 10%, #652bb5 40%, #211e8c 100%);
  background-size: 105% 105%;
}

/**! ----- SVG fill Color ---- **/
.fill--white rect,
.fill--white path,
.fill--white polygon,
.fill--white circle {
  fill: #fff;
}

.fill-primary-light--1 rect,
.fill-primary-light--1 path,
.fill-primary-light--1 polygon,
.fill-primary-light--1 circle {
  fill: #F5F9FF;
}

/**! 04. buttons **/
/**! ----- Button General Styling ---- **/
.btn {
  border: 0;
  outline: 0;
  font-weight: 700;
  padding: 1.125rem 2.25rem;
  font-size: 1.0625rem;
  border-radius: 0.15625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-size: 110% 110% !important;
}

.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .btn__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn i {
  line-height: initial;
}

.btn-size--lg {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}

.btn-size--md {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
}

.btn-size--sm {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
}

.btn--transparent {
  background: transparent;
  padding: 0;
}

.btn .icon-arrow-right {
  font-weight: 600;
  padding-left: 0.9375rem;
}

.btn:hover .icon-arrow-right {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/**! ----- Button Border ---- **/
.btn-border {
  border: 1px solid;
}

.btn-border--width--2 {
  border-width: 2px;
}

.btn-border--color--dark {
  border-color: #12141f;
}

.btn-border--color--light {
  border-color: #fff;
}

/**! ----- Button Background ---- **/
.btn-bg--primary {
  color: #fff !important;
}

.btn-bg--primary:hover {
  color: #fff !important;
}

.btn-bg--primary--05::after {
  content: "";
  opacity: .05;
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-bg--white {
  background: #fff;
  color: #12141f;
}

.btn-bg--white:hover {
  color: #12141f;
}

.btn-bg--white--10 {
  background: rgba(255, 255, 255, 0.1);
}

.btn-bg--white--15 {
  background: rgba(255, 255, 255, 0.15);
}

.btn-bg--white--20 {
  background: rgba(255, 255, 255, 0.2);
}

.btn-bg--dark {
  background: #1E202D;
  color: #fff !important;
}

.btn-bg--darkblue {
  background: #0057a3;
  color: #fff !important;
}

.btn-bg--darkblue:hover {
  color: #fff !important;
}

.btn-bg--cta--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#d4ba00), to(#ffdf00));
  background: -o-linear-gradient(bottom, #d4ba00 0%, #ffdf00 100%);
  background: linear-gradient(to top, #d4ba00 0%, #ffdf00 100%);
  -webkit-box-shadow: inset 0 -3px 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -3px 5px rgba(255, 255, 255, 0.5);
  color: #12141f;
}

.btn-bg--cta--1:hover {
  color: #12141f;
}

.btn-bg--cta--2 {
  background: #eb7939;
  color: #fff !important;
}

.btn-bg--cta--2:hover {
  color: #fff !important;
}

.btn-bg--cta--3 {
  background: #FF4B36;
  color: #fff;
}

.btn-bg--cta--3:hover {
  color: #fff;
}

.btn-bg--cta--4 {
  background: #1ED660;
  color: #fff !important;
}

.btn-bg--cta--4:hover {
  color: #fff !important;
}

.btn-bg--cta--5 {
  background: #fb9720;
  color: #fff !important;
}

.btn-bg--cta--5:hover {
  color: #fff !important;
}

/**! ----- Button Group ---- **/
.button-group .btn {
  margin-bottom: 0.46875rem;
  margin-top: 0.46875rem;
}

.button-group .btn:not(:first-child) {
  margin-left: 0.625rem;
}

/**! ----- button Media (Play Buttons) ---- **/
.btn-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.btn-media-size--xs {
  width: 1.625rem;
  height: 1.625rem;
}

.btn-media-size--xs i {
  font-size: 0.6875rem;
}

.btn-media-size--sm {
  width: 2.625rem;
  height: 2.625rem;
}

.btn-media-size--sm i {
  font-size: 1rem;
}

.btn-media-size--md {
  width: 4.125rem;
  height: 4.125rem;
}

.btn-media-size--md i {
  font-size: 1.25rem;
}

.btn-media-size--lg {
  width: 6.25rem;
  height: 6.25rem;
}

.btn-media-size--lg i {
  font-size: 1.75rem;
}

/**! 05. helpers **/
/**! ----- border radius---- **/
.rounded--none,
.btn.rounded--none {
  border-radius: 0rem !important;
}

.rounded--default,
.btn,
.btn.btn-bg--primary--05::before,
.rounded--default.btn-bg--primary--05::before,
.dropdown-module-list,
.dropdown-module__item,
.dropdown-menu,
.dropdown-menu>li {
  border-radius: 0.3125rem;
}

.rounded--03,
.dropdown-item {
  border-radius: 0.1875rem;
}

.rounded--05 {
  border-radius: 0.3125rem;
}

.rounded--08 {
  border-radius: 0.5rem;
}

.rounded--10 {
  border-radius: 0.625rem;
}

.rounded--15 {
  border-radius: 0.9375rem;
}

.rounded--full,
.rounded--full[class*="bg-color--primary-opacity-"]::before,
.btn.rounded--full,
.rounded--full.btn-bg--primary--05::before {
  border-radius: 6.25rem;
}

/**! ----- Opacity ---- **/
.opacity--02 {
  opacity: .02;
}

.opacity--03 {
  opacity: .03;
}

.opacity--05 {
  opacity: .05;
}

.opacity--08 {
  opacity: .08;
}

.opacity--10 {
  opacity: .10;
}

.opacity--20 {
  opacity: .20;
}

.opacity--30 {
  opacity: .30;
}

.opacity--40 {
  opacity: .40;
}

.opacity--50 {
  opacity: .50;
}

.opacity--60 {
  opacity: .60;
}

.opacity--70 {
  opacity: .70;
}

.opacity--80 {
  opacity: .80;
}

.opacity--90 {
  opacity: .90;
}

.opacity--100 {
  opacity: 100;
}

/**! ----- Border---- **/
.border--none {
  border: 0;
}

.border--around {
  border-style: solid;
  border-width: 1px;
}

.border--top {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

.border--bottom {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.border--left {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
}

.border--right {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}

/**! ----- Remove Margin and padding (spacing) from the first and last child---- **/
.remove-space--top>div:first-child,
.remove-space--top>span:first-child,
.remove-space--top>p:first-child,
.remove-space--top>li:first-child,
.remove-space--top>li a:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.remove-space--bottom>div:last-child,
.remove-space--bottom>span:last-child,
.remove-space--bottom>p:last-child,
.remove-space--bottom>li:last-child,
.remove-space--bottom>li a:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.remove-space--x>div:first-child,
.remove-space--x>span:first-child,
.remove-space--x>p:first-child,
.remove-space--x>li:first-child,
.remove-space--x>a:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.remove-space--x>div:last-child,
.remove-space--x>span:last-child,
.remove-space--x>p:last-child,
.remove-space--x>li:last-child,
.remove-space--x>a:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.remove-space--xy>div:first-child,
.remove-space--xy>span:first-child,
.remove-space--xy>p:first-child,
.remove-space--xy>li:first-child,
.remove-space--xy>a:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.remove-space--xy>div:last-child,
.remove-space--xy>span:last-child,
.remove-space--xy>p:last-child,
.remove-space--xy>li:last-child,
.remove-space--xy>a:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 576px) {

  .remove-space-sm--top>div:first-child,
  .remove-space-sm--top>span:first-child,
  .remove-space-sm--top>p:first-child,
  .remove-space-sm--top>li:first-child,
  .remove-space-sm--top>li a:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .remove-space-sm--bottom>div:last-child,
  .remove-space-sm--bottom>span:last-child,
  .remove-space-sm--bottom>p:last-child,
  .remove-space-sm--bottom>li:last-child,
  .remove-space-sm--bottom>li a:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .remove-space-sm--x>div:first-child,
  .remove-space-sm--x>span:first-child,
  .remove-space-sm--x>p:first-child,
  .remove-space-sm--x>li:first-child,
  .remove-space-sm--x>a:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .remove-space-sm--x>div:last-child,
  .remove-space-sm--x>span:last-child,
  .remove-space-sm--x>p:last-child,
  .remove-space-sm--x>li:last-child,
  .remove-space-sm--x>a:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .remove-space-sm--xy>div:first-child,
  .remove-space-sm--xy>span:first-child,
  .remove-space-sm--xy>p:first-child,
  .remove-space-sm--xy>li:first-child,
  .remove-space-sm--xy>a:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .remove-space-sm--xy>div:last-child,
  .remove-space-sm--xy>span:last-child,
  .remove-space-sm--xy>p:last-child,
  .remove-space-sm--xy>li:last-child,
  .remove-space-sm--xy>a:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/**! ----- box shadow---- **/
.box-shadow--1 {
  -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.15);
  box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.15);
}

.box-shadow--2,
.dropdown-module-list,
.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
}

.box-shadow--3 {
  -webkit-box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.06);
}

.box-shadow--4 {
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}

.box-shadow--5 {
  -webkit-box-shadow: 0 1.5625rem 4.0625rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5625rem 4.0625rem 0 rgba(0, 0, 0, 0.1);
}

.box-shadow--6 {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}

/**! ----- Max Width---- **/
@media only screen and (max-width: 575px) {
  .max-w--320 {
    max-width: 20rem;
  }

  .max-w--350 {
    max-width: 21.875rem;
  }

  .max-w--400 {
    max-width: 31.25rem;
  }

  .max-w--500 {
    max-width: 31.25rem;
  }
}

/**! ----- Width---- **/
.w-80 {
  width: 80%;
}

.w-85 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

/**! ----- Height---- **/
.h-100vh {
  height: 100vh;
}

.h-min-100vh {
  min-height: 100vh;
}

@media only screen and (min-width: 992px) {
  .h-lg-100vh {
    height: 100vh;
  }

  .h-min-lg-100vh {
    min-height: 100vh;
  }
}

/**! ----- overflow---- **/
.hidden {
  overflow: hidden;
}

/**! ----- Z Index---- **/
.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index-1 {
  z-index: -1;
}

.z-index-2 {
  z-index: -2;
}

.z-index-3 {
  z-index: -3;
}

/**! ----- Position ---- **/
.pos-abs-top {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
}

.pos-abs-bottom {
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}

.pos-abs-right {
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
}

.pos-abs-left {
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}

.pos-abs-bottom-left {
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.pos-abs-bottom-right {
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.pos-abs-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.pos-abs-top-left {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.pos-abs-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pos-abs-horizon-center {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pos-abs-vertical-center {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pos-right {
  right: 0 !important;
}

.pos-left {
  left: 0 !important;
}

@media only screen and (min-width: 768px) {
  .pos-abs-md-top {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .pos-abs-md-bottom {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
  }

  .pos-abs-md-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-md-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-md-bottom-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .pos-abs-md-bottom-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .pos-abs-md-top-right {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-md-top-left {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-md-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pos-abs-md-horizon-center {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .pos-abs-md-vertical-center {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pos-md-right {
    right: 0 !important;
  }

  .pos-md-left {
    left: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .pos-abs-lg-top {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .pos-abs-lg-bottom {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
  }

  .pos-abs-lg-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-lg-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-lg-bottom-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .pos-abs-lg-bottom-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .pos-abs-lg-top-right {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-lg-top-left {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-lg-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pos-abs-lg-horizon-center {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .pos-abs-lg-vertical-center {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pos-lg-right {
    right: 0 !important;
  }

  .pos-lg-left {
    left: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .pos-abs-xl-top {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .pos-abs-xl-bottom {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
  }

  .pos-abs-xl-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-xl-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-xl-bottom-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .pos-abs-xl-bottom-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .pos-abs-xl-top-right {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .pos-abs-xl-top-left {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .pos-abs-xl-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pos-abs-xl-horizon-center {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .pos-abs-xl-vertical-center {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pos-xl-right {
    right: 0 !important;
  }

  .pos-xl-left {
    left: 0 !important;
  }
}

/**! ----- height emulator---- **/
.height-emulator {
  float: left;
}

/**! ----- transition---- **/
.transition-default,
.btn,
.btn .icon-arrow-right,
.btn-media,
.card--full-image img,
[class*="card-hover"],
.card--v2 .card,
.card--v2 .card__title,
.card--v3 .card,
.list-group-item,
a.color--primary,
a.color--white,
a.text-color--200,
a.text-color--300,
a.text-color--400,
a.text-color--500,
a.text-color--700,
.preloader.loaded .blobs,
.icon-group a,
.icon-rounded i,
.icon-fill--wide .t-icon,
.icon-fill--wide .t-icon__brand-icon,
.icon-fill--wide .t-icon__brand-name,
.pie-chart--flat path:hover,
.accordion i,
.carosuel-slider--v1 .slick-dots button,
.carosuel-triangle,
.carosuel-slider--v3 .slide,
.carosuel-slider--v3 .slide .card-body,
.carosuel-slider--v3 .slide .card-footer,
.carosuel-cursor,
.carosuel-slider--v5 .slick-dots button,
.roadmap__year li,
.dropdown-module__item,
[data-tooltip],
.pagination .page-item .page-link,
.pagination .page-item--page-gap,
.article-author__avatar,
.article-author__name,
.article__title h2,
.blog-details .entry-header .entry-author .url,
.blog-details .entry-meta .post-categories a,
.blog-sidebar .widget li,
.blog-sidebar .widget li a,
.widget_calendar tbody a,
.post-navigation .post-title,
.navbar .navbar-nav .nav-link,
.navbar-sticky--transitioned,
.dropdown-menu,
.dropdown-item,
.dropdown-submenu .dropdown-toggle:after,
.navbar-language__list a,
.documents--v1 .card .card-download,
.documents--v1 .card .card-download a,
.roadmap--v4 .content-body,
.customer-website .item-description,
.footer a,
.switcher,
.switcher-tab__item button,
.switcher .theme-variation span,
.switcher .theme-variation .demo-item img,
.demo-item__options a i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/**! ----- List style---- **/
.list-inside li {
  list-style-position: inside;
}

/**! ----- Flex---- **/
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

/**! 06. cards **/
/**! ----- Core Style/Style Reset for Card ---- **/
.card {
  border-radius: 0.3125rem;
}

.card-img {
  border-radius: 0.3125rem;
}

.card-img-top {
  border-top-right-radius: 0.28125rem;
  border-top-left-radius: 0.28125rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.28125rem;
  border-bottom-left-radius: 0.28125rem;
}

.card--double {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: -10px 10px 0px 4px rgba(255, 255, 255, 0.6);
  box-shadow: -10px 10px 0px 4px rgba(255, 255, 255, 0.6);
}

.card-body {
  padding: 1.5625rem;
}

.card--full-image {
  overflow: hidden;
}

.card--full-image:before {
  content: "";
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, black 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 0%, black 100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  opacity: .5;
}

.card--full-image .card-body {
  position: relative;
  z-index: 1;
}

.card--full-image:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.card--full-image:hover:before {
  opacity: 1;
}

/**! ----- Card v1 (Learn (used in home agency)) ---- **/
.card--v1:not(:first-child) {
  margin-top: -1px;
}

@media only screen and (min-width: 768px) {
  .card--v1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card--v1 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .card--v1 .card {
    margin-left: -1px;
  }

  .card--v1:first-child .card {
    border-top-color: transparent;
  }

  .card--v1:last-child .card {
    border-bottom-color: transparent;
  }
}

.card--v1 .card {
  position: relative;
}

.card--v1 .card:hover {
  z-index: 1;
}

/**! ----- Card v2 (Learn (used in home cloud storage)) ---- **/
.card--v2 .card {
  max-width: 28.125rem;
}

.card--v2 .card__title {
  color: #12141f;
}

.card--v2 .card.focused,
.card--v2 .card:hover {
  -webkit-box-shadow: -5px 0 0 0 #1ED660, 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 0 0 #1ED660, 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

/**! ----- Card v3 (Used in Plaform features section) ---- **/
.card--v3 .card {
  border: 0;
}

.card--v3 .card:hover {
  -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.15), 0 0 0 5px #FF4B36;
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.15), 0 0 0 5px #FF4B36;
}

.card--v3 .card .card-body {
  padding: 0;
}

.card--v3 .card .card-footer {
  border-top: 0;
  padding: 0;
  background: transparent;
}

/**! 07. list group **/
/**! ----- Learn (used in home cloud storage)  ---- **/
.list-group-item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-color: #ececec;
}

.list-group-item-action {
  color: #12141f;
}

a.list-group-item:hover {
  opacity: 1 !important;
}

a.list-group-item.active,
a.list-group-item:focus {
  background: #f8fafc;
  border-color: #ececec;
}

/**! 08. hover **/
/**! ----- Button Hover ---- **/
.btn-hover--3d:hover,
.btn-hover--3d:focus {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-hover--splash {
  position: relative;
  overflow: hidden;
}

.btn-hover--splash:before {
  content: "";
  position: absolute !important;
  top: -40px;
  right: auto;
  bottom: auto;
  left: -100px;
  height: 220px;
  width: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: .1;
  -webkit-transform: skew(-12deg, 0deg);
  -ms-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  -webkit-transition: .5s ease 0s;
  -o-transition: .5s ease 0s;
  transition: .5s ease 0s;
  visibility: hidden;
}

.btn-hover--splash.btn--bg-white:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(221, 221, 221, 0)), color-stop(1%, rgba(221, 221, 221, 0.03)), color-stop(30%, rgba(221, 221, 221, 0.4)), color-stop(50%, rgba(221, 221, 221, 0.85)), color-stop(70%, rgba(221, 221, 221, 0.75)), color-stop(71%, rgba(221, 221, 221, 0.75)), to(rgba(221, 221, 221, 0)));
  background: -o-linear-gradient(left, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0.03) 1%, rgba(221, 221, 221, 0.4) 30%, rgba(221, 221, 221, 0.85) 50%, rgba(221, 221, 221, 0.75) 70%, rgba(221, 221, 221, 0.75) 71%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to right, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0.03) 1%, rgba(221, 221, 221, 0.4) 30%, rgba(221, 221, 221, 0.85) 50%, rgba(221, 221, 221, 0.75) 70%, rgba(221, 221, 221, 0.75) 71%, rgba(221, 221, 221, 0) 100%);
}

.btn-hover--splash:hover:before {
  left: 100%;
  visibility: visible;
  -webkit-transition: .5s ease .2s;
  -o-transition: .5s ease .2s;
  transition: .5s ease .2s;
}

.btn-hover--primary:hover {
  color: white !important;
  opacity: 1 !important;
}

.btn-hover--cta--1:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#d4ba00), to(#ffdf00)) !important;
  background: -o-linear-gradient(bottom, #d4ba00 0%, #ffdf00 100%) !important;
  background: linear-gradient(to top, #d4ba00 0%, #ffdf00 100%) !important;
  -webkit-box-shadow: inset 0 -3px 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -3px 5px rgba(255, 255, 255, 0.5);
  color: #12141f !important;
}

.btn-hover--cta--2:hover {
  background: #eb7939 !important;
  color: #fff !important;
}

.btn-hover--cta--3:hover {
  background: #FF4B36 !important;
  color: #fff !important;
}

.btn-hover--cta--4:hover {
  background: #1ED660 !important;
  color: #fff !important;
}

.btn-hover--cta--5:hover {
  background: #fb9720 !important;
  color: #fff !important;
}

/**! ----- Button Text Hover ---- **/
a.color--primary:hover,
a.color--white:hover,
a.text-color--200:hover,
a.text-color--300:hover,
a.text-color--400:hover,
a.text-color--500:hover,
a.text-color--700:hover {
  opacity: .8;
}

a.text-color--cta--1 {
  color: linear-gradient(to top, #d4ba00 0%, #ffdf00 100%);
}

a.text-color--cta--1:hover {
  color: linear-gradient(to top, #d4ba00 0%, #ffdf00 100%);
}

a.text-color--cta--2 {
  color: #eb7939;
}

a.text-color--cta--2:hover {
  color: #eb7939;
}

a.text-color--cta--3 {
  color: #FF4B36;
}

a.text-color--cta--3:hover {
  color: #FF4B36;
}

a.text-color--cta--4 {
  color: #1ED660;
}

a.text-color--cta--4:hover {
  color: #1ED660;
}

a.text-color--cta--5 {
  color: #fb9720;
}

a.text-color--cta--5:hover {
  color: #fb9720;
}

.text-hover--primary:hover {
  opacity: 1 !important;
}

.section--dark .text-hover--primary:hover,
.section--darkblue .text-hover--primary:hover {
  opacity: 1 !important;
}

.text-hover--dark:hover {
  color: #12141f !important;
  opacity: 1;
}

.text-hover--light:hover {
  color: #ececec !important;
  opacity: 1;
}

/**! ----- card hover ---- **/
.card-hover--3d:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.card-hover--shadow:hover {
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.card-hover--shadow-3d:hover {
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.card-hover--bg--primary-shadow.focused,
.card-hover--bg--primary-shadow:hover {
  -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
}

.card-hover--bg--alt-shadow.focused,
.card-hover--bg--alt-shadow:hover {
  -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
  background: #1ED660;
}

/**! ----- list group arrow hover ---- **/
a.justify-content-between:hover .arrow_right,
a.justify-content-between:hover+i,
.justify-content-between>a:hover+i,
.justify-content-between>a:hover i {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}

a.justify-content-between .arrow_right,
.justify-content-between>a+i,
.justify-content-between>a i {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

/**! ----- button Media (Play Buttons) hover ---- **/
.btn-media:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.btn-media.rounded--full:before {
  border-radius: 100px;
}

.btn-media:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  visibility: visible;
  -webkit-box-shadow: 0 0 0 15px #ffffff;
  box-shadow: 0 0 0 15px #ffffff;
}

/**! 09. background holder **/
.background-holder {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.background--cover {
  background-size: cover;
}

.background--contain {
  background-size: contain;
}

.background--auto {
  background-size: auto;
}

.background--center {
  background-position: center;
}

.background--top {
  background-position: top;
}

.background--bottom {
  background-position: bottom;
}

.background--left {
  background-position: left;
}

.background--right {
  background-position: right;
}

.background--top--left {
  background-position: top left;
}

.background--top--right {
  background-position: top right;
}

.background--bottom--left {
  background-position: bottom left;
}

.background--bottom--right {
  background-position: bottom right;
}

.background--repeat {
  background-repeat: repeat !important;
}

.svg-shape {
  position: absolute !important;
  top: auto;
  right: 0px;
  bottom: -2px;
  left: 0px;
}

.svg-shape--top {
  position: absolute !important;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
}

.svg-shape--top--right {
  position: absolute !important;
  top: -2px;
  right: 0px;
  bottom: auto;
  left: auto;
}

/**! 10. spacing **/
.space,
.space--2,
.space--3 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.space--top,
.space--top--2,
.space--top--3 {
  padding-top: 4.25rem !important;
}

.space--bottom,
.space--bottom--2,
.space--bottom--3 {
  padding-bottom: 4.25rem !important;
}

@media only screen and (min-width: 992px) {

  .space,
  .space--2,
  .space--3 {
    padding-top: 5.66667rem !important;
    padding-bottom: 5.66667rem !important;
  }

  .space--top,
  .space--top--2,
  .space--top--3 {
    padding-top: 5.66667rem !important;
  }

  .space--bottom,
  .space--bottom--2,
  .space--bottom--3 {
    padding-bottom: 5.66667rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .space {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .space--2 {
    padding-top: 15.3rem !important;
    padding-bottom: 15.3rem !important;
  }

  .space--3 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }

  .space--top {
    padding-top: 8.5rem !important;
  }

  .space--top--2 {
    padding-top: 15.3rem !important;
  }

  .space--top--3 {
    padding-top: 21.25rem !important;
  }

  .space--bottom {
    padding-bottom: 8.5rem !important;
  }

  .space--bottom--2 {
    padding-bottom: 15.3rem !important;
  }

  .space--bottom--3 {
    padding-bottom: 21.25rem !important;
  }
}

/**! 11. boxed layout **/
/*---- Boxed Layout ----*/
body.boxed-layout {
  background-repeat: repeat;
  background-attachment: fixed !important;
}

body.boxed-layout .main {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

body.boxed-layout .navbar {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

body.boxed-layout .footer--fixed {
  position: relative;
  z-index: initial;
}

body.boxed-layout .height-emulator {
  display: none;
}

body.boxed-layout .switchable__image {
  width: 53.125rem;
}

/**! 12. preloader **/
.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.preloader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.preloader .loader-canvas {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loader-canvas.canvas-right {
  right: 0;
}

.preloader .loader-canvas.canvas-left {
  left: 0;
}

.preloader.loaded .canvas-right {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader.loaded .canvas-left {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader.loaded .preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  visibility: hidden;
}

.preloader.loaded .blobs {
  visibility: hidden;
  opacity: 0;
}

.preloader .blobs {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 99;
}

.preloader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #000;
  box-shadow: 0 -10px 40px -5px #000;
}

.preloader .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.preloader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {

  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }

  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes blob-grow {

  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }

  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

/**! 13. animation **/
/*---------- dot ripple ----------*/
@-webkit-keyframes dot-ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1), 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1), 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0);
  }
}

@keyframes dot-ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1), 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1), 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes dot-ripple--dark {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 44, 48, 0.2), 0px 0px 0px 0px rgba(42, 44, 48, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(42, 44, 48, 0.2), 0px 0px 0px 0px rgba(42, 44, 48, 0.2);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(42, 44, 48, 0.1), 0px 0px 0px 0px rgba(42, 44, 48, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(42, 44, 48, 0.1), 0px 0px 0px 0px rgba(42, 44, 48, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(42, 44, 48, 0), 0px 0px 0px 12px rgba(42, 44, 48, 0);
    box-shadow: 0px 0px 0px 20px rgba(42, 44, 48, 0), 0px 0px 0px 12px rgba(42, 44, 48, 0);
  }
}

@keyframes dot-ripple--dark {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 44, 48, 0.2), 0px 0px 0px 0px rgba(42, 44, 48, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(42, 44, 48, 0.2), 0px 0px 0px 0px rgba(42, 44, 48, 0.2);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(42, 44, 48, 0.1), 0px 0px 0px 0px rgba(42, 44, 48, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(42, 44, 48, 0.1), 0px 0px 0px 0px rgba(42, 44, 48, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(42, 44, 48, 0), 0px 0px 0px 12px rgba(42, 44, 48, 0);
    box-shadow: 0px 0px 0px 20px rgba(42, 44, 48, 0), 0px 0px 0px 12px rgba(42, 44, 48, 0);
  }
}

/*---------- Lightmove ----------*/
@-webkit-keyframes Lightmove {
  0% {
    left: -30px;
  }

  20%,
  100% {
    left: 100%;
  }
}

@keyframes Lightmove {
  0% {
    left: -30px;
  }

  20%,
  100% {
    left: 100%;
  }
}

/*---------- SVG animation ----------*/
.svg-line {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-transition: 6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: 6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.loaded .svg-line {
  stroke-dashoffset: 0;
}

/**! 14. icons **/
/**! ----- Icon with Background ---- **/
.icon--sm {
  height: 2.625rem;
  width: 2.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.625rem;
  flex: 0 0 2.625rem;
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon--md {
  height: 3.75rem;
  width: 3.75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.75rem;
  flex: 0 0 3.75rem;
  font-size: 1.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon--lg {
  height: 6.25rem;
  width: 6.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.25rem;
  flex: 0 0 6.25rem;
  font-size: 2.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon--lg img,
.icon--lg svg,
.icon--lg .svg {
  max-width: 3rem;
}

.icon--xl {
  height: 8.5rem;
  width: 8.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9rem;
  flex: 0 0 9rem;
  font-size: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/**! ----- Icon Font Size ---- **/
.icon--2x i {
  font-size: 1.875rem;
}

.icon--3x i {
  font-size: 2.8125rem;
}

.icon--4x i {
  font-size: 3.75rem;
}

.icon--5x i {
  font-size: 4.6875rem;
}

.icon--6x i {
  font-size: 5.625rem;
}

.icon--7x i {
  font-size: 6.5625rem;
}

.icon--8x i {
  font-size: 7.5rem;
}

.icon--9x i {
  font-size: 8.4375rem;
}

.icon--10x i {
  font-size: 9.375rem;
}

/**! ----- Icon Group ---- **/
.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.icon-group a {
  padding: 0.625rem;
}

.icon-group:not(.icon-group--vertical) li:first-child {
  margin-left: 0 !important;
}

.icon-group:not(.icon-group--vertical) li:last-child {
  margin-right: 0 !important;
}

.icon-group:not(.icon-group--vertical) li:first-child a {
  margin-left: 0 !important;
  padding-left: 0;
}

.icon-group:not(.icon-group--vertical) li:last-child a {
  margin-right: 0 !important;
  padding-right: 0;
}

/**! ----- Icon Rounded ---- **/
.icon-rounded a {
  padding: 0;
  margin: 0.15625rem;
}

.icon-rounded i {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100px;
  font-size: 0.9375rem;
  line-height: 2.25rem;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.icon-rounded-color--gray i {
  border-color: #7C7D8D;
}

/**! ----- Icon Fill Wide ---- **/
.icon-fill--wide .t-icon {
  padding: 1.125rem 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .icon-fill--wide .t-icon {
    min-width: 200px;
  }
}

.icon-fill--wide .t-icon__brand-icon {
  margin-right: 0.9375rem;
  line-height: 0;
}

.icon-fill--wide .t-icon:hover {
  -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
}

.icon-fill--wide .t-icon:hover .t-icon__brand-icon,
.icon-fill--wide .t-icon:hover .t-icon__brand-name {
  color: white;
}

/**! ----- Icon Vertical ---- **/
.icon-group--vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 992px) {
  .icon-group--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .icon-group--vertical a {
    padding: 0.3125rem 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .icon-group--vertical a {
    padding: 0.625rem 0.625rem;
  }
}

.icon-group--vertical a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .icon-group--vertical li:first-child a {
    padding-top: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .icon-group--vertical li:first-child a {
    padding-left: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .icon-group--vertical li:last-child a {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .icon-group--vertical li:last-child a {
    padding-right: 1.25rem;
  }
}

/**! ----- Sticky Icons Group ---- **/
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .icon-group--sticky {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0rem;
  }
}

@media (min-width: 1366px) {
  .icon-group--sticky {
    position: fixed !important;
    z-index: 1;
    right: 0;
  }
}

.boxed-layout .icon-group--sticky {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1366px;
}

/**! 15. form **/
/**! ----- Form General Styling ---- **/
.form input {
  height: auto;
  position: relative;
  font-size: 16px;
}

.form textarea {
  padding-top: 1.25rem;
  font-size: 16px;
}

.form .btn {
  z-index: 99;
}

.form .btn .icon-arrow-right {
  padding: 0;
}

.form .input-group--rounded input {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  left: 15px;
}

.form .input-group--rounded .btn {
  right: 15px;
}

.form-control {
  padding: 0.9375rem 1.25rem;
  border-color: #ececec;
  border-radius: 0.3125rem;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 0 0px 2px #ececec;
  box-shadow: inset 0 0 0px 2px #ececec;
  border-color: #ececec;
}

/**! ----- Form V1 ---- **/
.form--v1 .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form--v1 .form input {
  border: none;
}

/**! ----- Form V2 ---- **/
.form--v2 .form input,
.form--v3 .form input {
  left: 2px;
}

.form--v2 .form .btn,
.form--v3 .form .btn {
  right: 2px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-size: 1.5rem;
}

.form--v2 .form .btn__text i,
.form--v3 .form .btn__text i {
  padding: 0;
}

/**! ----- form V3 ---- **/
.form--v3 input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--v3 .btn {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**! ----- form V4 ---- **/
.form--v4 .form,
.form--v7 .form,
.widget_search .form {
  padding: 4px;
}

.form--v4 .input-group,
.form--v7 .input-group,
.widget_search .input-group {
  border-radius: 3px;
  border: 5px solid #fff;
}

.form--v4 .input-group input,
.form--v7 .input-group input,
.widget_search .input-group input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 1px;
}

.form--v4 .btn,
.form--v7 .btn,
.widget_search .btn {
  border-radius: 0;
}

/**! ----- form V8 ---- **/
.form--v5 {
  position: relative;
  z-index: 2;
}

.form--v5:after,
.form--v5:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  z-index: -1;
}

.form--v5:before {
  top: 0.75rem;
  -webkit-transform: scaleX(0.95);
  -ms-transform: scaleX(0.95);
  transform: scaleX(0.95);
}

.form--v5:after {
  top: 1.5rem;
  -webkit-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.form--v5 .form-control {
  padding: 0.75rem 1.25rem;
}

.form--v5 .form-group {
  margin-bottom: 1.875rem;
}

.form--v5 .form__label {
  margin-bottom: 0.9375rem;
}

.form--v5 .btn {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/**! ----- form V6 ---- **/
.form--v6 [class*="bg-color"],
.form--v6 [class*="bg-gradient"] {
  position: absolute;
  height: 100%;
  width: 1000%;
  left: -100%;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) {

  .form--v6 [class*="bg-color"],
  .form--v6 [class*="bg-gradient"] {
    left: 0;
  }
}

/**! ----- form V7 ---- **/
.form--v7 .input-group,
.widget_search .input-group {
  border: none;
}

.form--v7 .btn,
.widget_search .btn {
  border-radius: 0.3125rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

/**! ----- form V8 ---- **/
.form--v8 {
  position: relative;
}

.form--v8:after {
  content: "";
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}

/**! ----- Blog widget search ---- **/
/**! 16. switchable content **/
.switchable__image {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .switchable__image {
    position: relative;
    width: 45.625rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1950px) {
  .switchable__image {
    left: -200px;
  }
}

@media only screen and (min-width: 1200px) {
  .switchable__image {
    width: 53.125rem;
  }
}

@media (min-width: 1600px) {
  .switchable__image {
    width: 65.625rem;
  }
}

@media (min-width: 1800px) {
  .switchable__image {
    width: 73.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .switchable__content {
    width: 100%;
    max-width: 550px;
  }
}

@media only screen and (min-width: 992px) {
  .switchable--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1950px) {
  .switchable--reverse .switchable__image {
    left: auto;
  }
}

/**! 17. ico progress **/
.ico-progress .ico-progress-bar {
  width: 100%;
  height: 2rem;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .ico-progress .ico-progress-bar {
    height: 2.5rem;
  }
}

.ico-progress .ico-progress-bar__inner {
  height: 1.375rem;
  margin-left: 0.375rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .ico-progress .ico-progress-bar__inner {
    height: 1.75rem;
  }
}

.ico-progress .ico-progress-bar__inner:before {
  content: '';
  display: block;
  width: 80px;
  height: 100%;
  opacity: .3;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  opacity: .1;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-animation: Lightmove 4s infinite;
  animation: Lightmove 4s infinite;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.ico-progress .countdown {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.ico-progress .countdown li:not(:last-child) .countdown__count:after {
  content: ":";
  opacity: .2;
}

.ico-progress .countdown__count {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.ico-progress--v1 .countdown li:not(:last-child) .countdown__count:after {
  margin-left: 1.25rem;
}

@media only screen and (min-width: 576px) {
  .ico-progress--v1 .countdown li:not(:last-child) .countdown__count:after {
    margin-left: 1.875rem;
  }
}

.ico-progress--v2 .ico-progress-bar {
  height: 1.375rem;
}

.ico-progress--v2 .ico-progress-bar__inner {
  height: 1.375rem;
  margin-left: 0;
}

.ico-progress--v2 .ico-progress__stages {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  position: absolute;
  bottom: 22px;
}

.ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .ico-progress__stages:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 1px;
  left: 0;
}

.ico-progress--v2 .ico-progress__stages:after {
  bottom: -25px;
}

.ico-progress--v2 .ico-progress__stages:before {
  bottom: -47px;
  background: #2a2c3a;
}

.ico-progress--v2 .ico-progress__stages:first-child {
  text-align: left;
}

.ico-progress--v2 .ico-progress__stages:last-child {
  text-align: right;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ico-progress--v2 .ico-progress__stages:last-child:after,
.ico-progress--v2 .ico-progress__stages:last-child:before {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 575px) {
  .ico-progress--v2 .ico-progress__stages span {
    font-size: 0.8125rem;
  }
}

.ico-progress--v2 .ico-progress__stages p {
  font-size: 0.9375rem;
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .ico-progress__stages p {
    font-size: 1.25rem;
  }
}

.ico-progress--v2 .ico-progress__stages p span {
  font-size: 0.8125rem;
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .ico-progress__stages p span {
    font-size: 1rem;
  }
}

.ico-progress--v2 .pricing-info .pricing-info-item {
  padding: 25px 45px;
  position: relative;
}

.ico-progress--v2 .pricing-info .pricing-info-item span {
  margin-bottom: 0.3125rem;
}

.ico-progress--v2 .pricing-info .pricing-info-item p,
.ico-progress--v2 .pricing-info .pricing-info-item .discount {
  color: #7C7D8D;
}

.ico-progress--v2 .pricing-info .pricing-info-item--active {
  border: 5px solid #2c2f42;
}

@media only screen and (max-width: 767px) {
  .ico-progress--v2 .pricing-info .pricing-info-item--active {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    margin-bottom: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .pricing-info .pricing-info-item--active {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }
}

.ico-progress--v2 .pricing-info .pricing-info-item--active p,
.ico-progress--v2 .pricing-info .pricing-info-item--active .discount {
  color: #fff;
}

.ico-progress--v2 .pricing-info .pricing-info-item:not(:first-child).pricing-info-item--active {
  border-radius: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active {
    border-right: 0;
  }
}

.ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after,
.ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
  content: "";
  position: absolute;
  background: #2c2f42;
}

@media only screen and (max-width: 767px) {

  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after,
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
    width: 52%;
    height: 6px;
    bottom: -25px;
  }
}

@media only screen and (max-width: 575px) {

  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after,
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
    bottom: -20px;
  }
}

@media only screen and (min-width: 768px) {

  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after,
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
    right: -25px;
    height: 54%;
    width: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
    left: -5px;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
  }
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:before {
    bottom: -5px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
  }
}

@media only screen and (max-width: 767px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after {
    right: -5px;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
}

@media only screen and (min-width: 768px) {
  .ico-progress--v2 .pricing-info .pricing-info-item:not(:last-child).pricing-info-item--active:after {
    top: -5px;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
  }
}

.ico-progress--v2 .countdown li:not(:last-child) .countdown__count:after {
  margin-left: 0.625rem;
}

/**! 18. piechart **/
/**! ----- pie chart flat---- **/
.pie-chart--flat {
  width: 280px;
  height: 280px;
}

.pie-chart--flat path:hover {
  opacity: 0.65;
}

.pie-chart--flat .doughnutSummary {
  display: none;
}

.pie-chart--flat svg>path[d] {
  fill: #F3F3F3;
}

.section--darkblue .pie-chart--flat svg>path[d] {
  fill: #1a1a84;
}

.section--dark .pie-chart--flat svg>path[d] {
  fill: #12141f;
}

.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 28px;
  border-radius: 100px;
  color: #ddd;
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 #000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.doughnutTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}

.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default;
}

.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: .06em;
}

.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
}

/**! ----- bar-chart---- **/
.bar-chart--v1 .bar-portion {
  height: 1.25rem;
}

@media (min-width: 1500px) {
  .bar-chart--v1 .bar-portion {
    position: relative;
  }
}

.bar-chart--v1 .bar-portion:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.bar-chart--v1 .bar-portion:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media (max-width: 1499px) {
  .bar-chart--v1 .bar-portion [data-tooltip]:after {
    display: none;
  }
}

.bar-chart--v1 .bar-portion:hover [data-tooltip] {
  opacity: 1;
}

/**! 19. decor **/
.decor {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  position: relative;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
  position: absolute;
  top: 10px;
}

.decor:after {
  content: '';
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(57, 101, 244, 0.08), 0px 0px 0px 12px rgba(57, 101, 244, 0.04);
  box-shadow: 0px 0px 0px 5px rgba(57, 101, 244, 0.08), 0px 0px 0px 12px rgba(57, 101, 244, 0.04);
  -webkit-animation: dot-ripple 2s linear infinite;
  animation: dot-ripple 2s linear infinite;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
}

.decor--square {
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.decor--square:after {
  border-radius: 0;
}

.decor--light {
  background: #B8BBC8 !important;
}

.decor--light:after {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.06), 0px 0px 0px 12px rgba(255, 255, 255, 0.02) !important;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.06), 0px 0px 0px 12px rgba(255, 255, 255, 0.02) !important;
}

/**! 20. straight-line **/
@media only screen and (min-width: 992px) {
  .vertical-border {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .vertical-border .column-border {
    width: 1px;
    border: 0;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .section--darkblue .vertical-border .column-border {
    background: -o-linear-gradient(315deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
    background: linear-gradient(-225deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
  }

  .section--dark .vertical-border .column-border {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .horizontal-border {
    position: relative;
  }

  .horizontal-border:not(:last-child):after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(315deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
    background: linear-gradient(-225deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
  }

  .section--light .horizontal-border:not(:last-child):after {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .section--dark .horizontal-border:not(:last-child):after {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.canvas-lines {
  height: 100%;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.canvas-lines span {
  background: #fff;
  height: 100%;
  width: 1px;
}

/**! 21. accordion **/
.accordion .card {
  background: transparent;
  border: 0;
}

.accordion .btn-header {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px 3px 0 0;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.875rem;
}

.section--dark .accordion .btn-header {
  background: rgba(255, 255, 255, 0.03);
}

.accordion .btn-header:hover,
.accordion .btn-header:focus {
  text-decoration: none;
}

.accordion .collapsed {
  border-radius: 3px;
}

.accordion .collapsed i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card-body {
  border-radius: 0 0 3px 3px;
}

.accordion--v1 .card-body {
  background-color: rgba(0, 0, 0, 0.08);
}

.accordion--v1 i {
  color: #7C7D8D;
}

.section--darkblue .accordion--v1 i {
  color: #7f94e2;
}

.accordion--v2 .card {
  -webkit-box-shadow: 0 0rem 0rem 1px rgba(44, 46, 48, 0.08);
  box-shadow: 0 0rem 0rem 1px rgba(44, 46, 48, 0.08);
}

.accordion--v2 [aria-expanded="true"] {
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

/**! 22. carosuel-slider **/
/**! ========= Core Style/Style Reset for carosuel arrow  ========= **/
.slick-disabled {
  cursor: not-allowed;
}

/**! ----- Carosuel arrow ---- **/
.carosuel-arrow {
  background: transparent;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  font-size: 1.25rem;
  z-index: 1;
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section--light .carosuel-arrow {
  border-color: #CDCDD9;
  color: #7C7D8D !important;
}

.section--dark .carosuel-arrow {
  border-color: #7C7D8D;
  color: #7C7D8D !important;
}

.carosuel-arrow .icon {
  line-height: 3.125rem;
}

.carosuel-arrow[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .3;
}

/**! ----- Style for vertical arrow---- **/
@media only screen and (min-width: 768px) {
  .carosuel-arrow--vertical {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .carosuel-arrow--vertical.carosuel-arrow--next {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .carosuel-arrow--vertical.carosuel-arrow--next {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .carosuel-arrow--vertical.carosuel-arrow--prev {
    margin-left: -30px;
  }
}

/**! ----- Style for horizontal arrow---- **/
.carosuel-arrow--horizontal {
  bottom: -4.0625rem;
}

@media only screen and (min-width: 992px) {
  .carosuel-arrow--horizontal {
    bottom: -1.25rem;
  }
}

.carosuel-arrow--horizontal.carosuel-arrow--next {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) {
  .carosuel-arrow--horizontal.carosuel-arrow--next {
    margin-left: 35px;
  }
}

.carosuel-arrow--horizontal.carosuel-arrow--prev {
  margin-left: -30px;
}

@media only screen and (min-width: 768px) {
  .carosuel-arrow--horizontal.carosuel-arrow--prev {
    margin-left: -35px;
  }
}

/**! ========= Carosuel Slider V1 ========= **/
.carosuel-slider--v1 .slide img {
  max-width: 100%;
  height: auto;
}

.carosuel-slider--v1 .slick-dots {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 10%;
}

.carosuel-slider--v1 .slick-dots button {
  font-size: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  border-radius: 6.25rem;
  margin: 7px;
  background: rgba(0, 0, 0, 0.1);
}

/**! ========= Carosuel Slider v2 ========= **/
.carosuel-slider--v2 .carosuel-triangle {
  border: 1px solid #CDCDD9;
  color: #CDCDD9;
}

.carosuel-slider--v2 .carosuel-triangle:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .carosuel-slider--v2 .carosuel-triangle {
    right: -1.5rem;
  }
}

/**! ========= Carosuel Slider V3 ========= **/
/**! ----- Carosuel Slider V2 and V3 Arrow ---- **/
.carosuel-triangle {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 3rem;
  width: 3rem;
  background: white;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border: 1px solid #ececec;
  color: #D6E0EE;
  bottom: -4.25rem;
}

@media only screen and (min-width: 768px) {
  .carosuel-triangle {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6.25rem;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .carosuel-triangle--prev {
    margin-left: -1.8125rem;
  }
}

@media only screen and (min-width: 768px) {
  .carosuel-triangle--prev {
    margin-top: -1.8125rem;
  }
}

@media only screen and (max-width: 767px) {
  .carosuel-triangle--next {
    margin-left: 1.8125rem;
  }
}

@media only screen and (min-width: 768px) {
  .carosuel-triangle--next {
    margin-top: 1.8125rem;
  }
}

.carosuel-triangle--next i {
  margin-top: 0.125rem;
}

.carosuel-triangle:hover {
  border-color: transparent;
  color: #fff;
}

/**! ----- Testimonial Style Adjustment with Carosuel Slider V2 ---- **/
.testimonials--v2 .testimonial__quote,
.carosuel-slider--v5 .testimonial__quote {
  font-size: 3.75rem;
  line-height: normal;
}

.testimonials--v2 .blockquote,
.carosuel-slider--v5 .blockquote {
  line-height: 2.25rem;
}

.testimonials--v2 .client-name,
.carosuel-slider--v5 .client-name {
  margin-bottom: 0.3125rem;
}

.testimonials--v2 .testimonials__pattern,
.carosuel-slider--v5 .testimonials__pattern {
  top: -7.5rem;
  left: -3.125rem;
}

/**! ========= Carosuel Slider V3 ========= **/
.carosuel-slider--v3 .slick-list {
  overflow: initial;
}

.carosuel-slider--v3 .slide {
  margin-right: 1.875rem;
}

.carosuel-slider--v3 .slide .card-body,
.carosuel-slider--v3 .slide .card-footer {
  opacity: .3;
}

.carosuel-slider--v3 .slide.slick-active .card-body,
.carosuel-slider--v3 .slide.slick-active .card-footer {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .carosuel-slider--v3 .slide.slick-current+.slide .card {
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15), 0 0 0 5px #FF4B36;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15), 0 0 0 5px #FF4B36;
  }
}

/**! ----- Carosuel Slider V3 Arrow ---- **/
.carosuel-cursor {
  font-size: 1.5rem;
  opacity: .8;
  background: transparent;
  position: absolute;
  color: white;
  top: -50px;
}

.carosuel-cursor--dark {
  color: white;
  color: #7C7D8D;
}

@media only screen and (min-width: 768px) {
  .carosuel-cursor {
    top: -6.25rem;
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 768px) {
  .carosuel-cursor.carosuel-arrow--prev {
    right: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .carosuel-cursor.carosuel-arrow--prev {
    right: -16%;
  }
}

@media only screen and (min-width: 1900px) {
  .carosuel-cursor.carosuel-arrow--prev {
    right: -24%;
  }
}

.carosuel-cursor.carosuel-arrow--next {
  right: 0;
}

@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .carosuel-cursor.carosuel-arrow--next {
    right: calc(-15% - 50px);
  }
}

@media only screen and (min-width: 768px) and (min-width: 1900px) {
  .carosuel-cursor.carosuel-arrow--next {
    right: calc(-23% - 50px);
  }
}

.carosuel-cursor:hover {
  opacity: 1;
}

/**! ----- Features V1 Style Adjustment with Carosuel Slider V3 ---- **/
.features--v1 .mask {
  position: absolute;
  left: -100%;
  width: 100%;
}

.features--v1 .mask--top {
  top: -30px;
}

.features--v1 .mask--bottom {
  bottom: -70px;
}

.features--v1 .mask--full {
  width: 200%;
  bottom: -70px;
  left: 0;
}

.features--v1 .section-title {
  position: relative;
  z-index: 1;
}

.features--v1 .section-title:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -100px;
  height: 15.625rem;
  width: 15.625rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .features--v1 .section-title:before {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -70px;
    height: 12.5rem;
    width: 12.5rem;
  }
}

/**! ========= Carosuel Slider V4 ========= **/
.carosuel-slider--v4 .slide {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 1.875rem;
}

/**! ----- Carosuel Slider V4 Arrow ---- **/
.carosuel-slider--v4 .carosuel-cursor.carosuel-arrow--prev {
  left: 0.9375rem;
}

@media only screen and (min-width: 768px) {
  .carosuel-slider--v4 .carosuel-cursor.carosuel-arrow--prev {
    left: auto;
    right: 3.125rem !important;
  }
}

.carosuel-slider--v4 .carosuel-cursor.carosuel-arrow--next {
  right: 0.9375rem !important;
}

/**! ========= Carosuel Slider V5 ========= **/
.carosuel-slider--v5 .slick-dots {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0.625rem;
}

.carosuel-slider--v5 .slick-dots button {
  font-size: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  border-radius: 6.25rem;
  margin: 7px;
  background: #1ED660;
}

.carosuel-slider--v5 .slick-dots .slick-active button {
  background: white;
  -webkit-box-shadow: 0 0 0 3px #1ED660;
  box-shadow: 0 0 0 3px #1ED660;
}

/**! ----- Upcoming Events V1 Style Adjustment with Carosuel Slider V5 ---- **/
.upcoming-events--v1 .slide picture {
  height: 15.9375rem;
}

.upcoming-events--v1 .slide picture img {
  height: 100%;
}

/**! ========= Carosuel Slider V6 ========= **/
.carosuel-slider--v6 {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .carosuel-slider--v6::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 21%;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .section--darkblue .carosuel-slider--v6::before {
    background: -o-linear-gradient(315deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
    background: linear-gradient(-225deg, rgba(33, 35, 227, 0) 0%, #3232C7 50%, rgba(33, 35, 227, 0) 100%);
  }

  .section--dark .carosuel-slider--v6::before {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

@media only screen and (min-width: 992px) {
  .carosuel-slider--v6::before {
    left: 17.9%;
  }
}

@media only screen and (min-width: 1200px) {
  .carosuel-slider--v6::before {
    left: 23%;
  }
}

.carosuel-slider--v6 .decor {
  position: absolute;
  position: absolute !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 140px;
}

@media only screen and (min-width: 992px) {
  .carosuel-slider--v6 .decor {
    left: 161px;
  }
}

@media only screen and (min-width: 1200px) {
  .carosuel-slider--v6 .decor {
    left: 185px;
  }
}

.carosuel-slider--v6 .decor:after {
  -webkit-animation: none;
  animation: none;
}

.carosuel-slider--v6 .slide__title {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .carosuel-slider--v6 .slide p {
    margin-right: 8%;
  }
}

.carosuel-slider--v6 .slide ul li p {
  padding-bottom: 8px;
}

.carosuel-slider--v6 .slide:last-child {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.carosuel-slider--v6 .slick-slide {
  opacity: .2;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.carosuel-slider--v6 .slick-current,
.carosuel-slider--v6 .slick-current+.slick-active {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/**! ----- Carosuel Slider V6 Arrow ---- **/
@media only screen and (min-width: 768px) {
  .carosuel-slider--v6 .carosuel-arrow {
    left: 96.5%;
    top: 40%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}

@media only screen and (min-width: 1200px) {
  .carosuel-slider--v6 .carosuel-arrow {
    left: 96%;
    top: 40%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}

@media only screen and (min-width: 1450px) {
  .carosuel-slider--v6 .carosuel-arrow {
    left: 107%;
  }
}

@media only screen and (max-width: 767px) {
  .carosuel-slider--v6 .carosuel-arrow {
    bottom: -3.75rem;
  }
}

/**! ----- Roadmap V1 Style Adjustment with Carosuel Slider V2 ---- **/
@media only screen and (max-width: 1199px) {
  .roadmap__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .roadmap__year {
    margin-top: 1.875rem;
  }
}

.roadmap__year li {
  opacity: .15;
}

.roadmap__year li.active {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .roadmap__year li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 1199px) {
  .roadmap__year li {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 575px) {
  .roadmap__year li {
    font-size: 1.875rem;
  }
}

/**! 23. logo-group **/
.logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .logo-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .logo-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.logo-group__image {
  margin-bottom: 2.5rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

@media only screen and (min-width: 576px) {
  .logo-group__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .logo-group__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
  }
}

@media only screen and (min-width: 992px) {
  .logo-group__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 40px);
    flex: 0 0 calc(25% - 40px);
  }
}

@media only screen and (min-width: 1200px) {
  .logo-group__image {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

/**! 24. section-overlap **/
.section-overlap {
  width: 100%;
}

/**! 25. dropdown **/
/**! ----- dropdown module---- **/
.dropdown-module {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.dropdown-module__toggler {
  background: transparent;
  padding: 0;
}

.dropdown-module .flag-image {
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 100px;
  height: 1.5rem;
  width: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.dropdown-module .flag-image svg,
.dropdown-module .flag-image img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 32px;
}

.dropdown-module-list {
  border: 0;
  padding: 0.625rem;
  margin: 0;
  position: absolute !important;
  top: 45px;
  right: -20px;
  bottom: auto;
  left: auto;
  background: #fff;
  display: block;
  min-width: 12.5rem;
  display: none;
  z-index: 9999;
  padding-left: 0;
  list-style: none;
}

.dropdown-module-list:before {
  content: '';
  position: absolute !important;
  top: -10px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown-module__item {
  padding: 0.625rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  color: #191B28;
}

.dropdown-module--dark .dropdown-module-list {
  background: #12141f;
}

.dropdown-module--dark .dropdown-module-list:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #12141f;
}

.dropdown-module--dark .dropdown-module__item {
  color: #fff;
}

.dropdown-module--darkblue .dropdown-module-list {
  background: -o-linear-gradient(45deg, #0e0f69 0%, #2b38af 100%);
  background: linear-gradient(45deg, #0e0f69 0%, #2b38af 100%);
}

.dropdown-module--darkblue .dropdown-module-list:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1e2994;
}

.dropdown-module--darkblue .dropdown-module__item {
  color: #fff;
}

.dropdown-module--darkblue .dropdown-module__item:focus,
.dropdown-module--darkblue .dropdown-module__item:hover {
  color: #fff;
  opacity: .8;
}

.dropdown-module--right .dropdown-module-list {
  right: auto;
  left: -1.25rem;
}

.dropdown-module--right .dropdown-module-list:before {
  right: auto;
  left: 1.25rem;
}

/**! 26. tooltip **/
[data-tooltip] {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -25px;
  padding: 0.5rem 1.5625rem;
  border-radius: 100px;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.3;
  opacity: 0;
  z-index: 99;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.85);
  text-shadow: 0 1px 0 #000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

[data-tooltip]:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  white-space: nowrap;
}

/**! 27. label **/
.label {
  position: relative;
  font-weight: 600;
}

.label:not([class*='rounded-']) {
  border-radius: 6.25rem;
}

.label--sm {
  font-size: 0.9375rem;
  padding: 0.4375rem 1.25rem;
}

.label--lg {
  font-size: 1.5rem;
  padding: 0.5625rem 2.1875rem;
}

.label-bg--primary {
  background: #fff;
}

.label-bg--light--100 {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.label-bg--light--700 {
  color: #fff;
  background: #fff;
}

.label-bg--light--200 {
  color: #fff;
}

.label-bg--light--200::before {
  content: "";
  opacity: .05;
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 6.25rem;
}

/**! 28. steps **/
/**! ----- Steps V1 ---- **/
.steps--v1 .steps-wrapper {
  counter-reset: section;
}

.step__title {
  position: relative;
  z-index: 1;
}

.step__title:after {
  color: #fff;
  position: absolute;
  content: counter(section, decimal-leading-zero);
  counter-increment: section;
  font-family: "SFUI", sans-serif;
  width: 100%;
  height: 100%;
  top: -2.5rem;
  left: 0;
  font-size: 3.75rem;
  font-weight: 700;
  -webkit-text-stroke: 5px;
  letter-spacing: 5px;
  opacity: .05;
  z-index: -1;
}

.step:not(:last-child):before {
  content: "";
  position: absolute;
  height: calc(100% - 6.25rem);
  width: 2px;
  top: 6.25rem;
  left: 3.125rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(255, 255, 255, 0.1)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1) 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 11px;
  background-repeat: repeat-y;
}

/**! 29. progress bar **/
/**! ----- Progress Bar  ---- **/
.progress {
  height: 0.75rem;
  position: relative;
}

/**! 30. sticky sidebar **/
.sidebar.sticky-top,
.sidebar .sticky-top {
  top: 6.25rem;
}

/**! 31. pagination and navigation **/
.pagination .page-item .page-link {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.8125rem 1rem;
  border-color: #ececec;
}

@media only screen and (min-width: 576px) {
  .pagination .page-item .page-link {
    font-size: 1.0625rem;
    padding: 0.8125rem 1.3125rem;
  }
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  background: #ececec;
  color: #12141f;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.pagination .page-item--page-gap {
  font-size: 1.0625rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

/**! 32. content blocks**/
.overlap-image__secondary[class*="pos-abs-bottom"] {
  bottom: -3.75rem;
}

@media only screen and (min-width: 768px) {

  .overlap-image__secondary.pos-abs-bottom-right,
  .overlap-image__secondary.pos-abs-right {
    right: -3.125rem;
  }
}

@media only screen and (max-width: 767px) {

  .overlap-image__secondary.pos-abs-bottom-right,
  .overlap-image__secondary.pos-abs-right {
    left: 50%;
  }
}

@media only screen and (min-width: 768px) {

  .overlap-image__secondary.pos-abs-bottom-left,
  .overlap-image__secondary.pos-abs-left {
    left: -3.125rem;
  }
}

@media only screen and (max-width: 767px) {

  .overlap-image__secondary.pos-abs-bottom-left,
  .overlap-image__secondary.pos-abs-left {
    right: 50%;
  }
}

/**! 33. breadcrumb **/
/**! ----- Breadcrumb ---- **/
.breadcrumb--v1 {
  position: relative;
}

.breadcrumb--v1 .breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb--v1 .breadcrumb .breadcrumb-item {
  margin: 0;
  padding-right: 0.9375rem;
}

.breadcrumb--v1 .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.9375rem;
  content: ">";
  color: #979EA5;
}

.breadcrumb--v1 .breadcrumb .breadcrumb-item.active {
  color: #7C7D8D;
}

/*
*  Blog 
=================================
=================================
=================================*/
/**! 34. blog core code **/
/**! ----- Blog Page Spacing ---- **/
.blog-details .article-content p,
.blog-details .comment-content p {
  margin-bottom: 1.5625rem;
}

.blog-details .article-content p+h1,
.blog-details .article-content p+h2,
.blog-details .article-content p+h3,
.blog-details .article-content p+h4,
.blog-details .article-content p+h5,
.blog-details .article-content p+h6,
.blog-details .comment-content p+h1,
.blog-details .comment-content p+h2,
.blog-details .comment-content p+h3,
.blog-details .comment-content p+h4,
.blog-details .comment-content p+h5,
.blog-details .comment-content p+h6 {
  margin-top: 2.5rem;
}

.blog-details .article-content h1,
.blog-details .article-content h2,
.blog-details .article-content h3,
.blog-details .article-content h4,
.blog-details .article-content h5,
.blog-details .article-content h6,
.blog-details .comment-content h1,
.blog-details .comment-content h2,
.blog-details .comment-content h3,
.blog-details .comment-content h4,
.blog-details .comment-content h5,
.blog-details .comment-content h6 {
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.blog-details .article-content img,
.blog-details .comment-content img {
  border-radius: 5px;
  margin-bottom: 0.9375rem;
}

.blog-details .article-content .post-thumbnail,
.blog-details .comment-content .post-thumbnail {
  margin-top: 2.5rem;
}

.blog-details .article-content code,
.blog-details .comment-content code {
  display: block;
  padding: 11px 22px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: transparent;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  color: #4c4d57;
}

/**! 35. blog articles card **/
/**! ----- Blog post single card ---- **/
@media only screen and (max-width: 767px) {
  .article:not(.sticky--featured) {
    max-width: 350px;
    margin: 0 auto;
  }
}

.article .card {
  text-align: center;
  overflow: hidden;
  border-color: #ececec;
}

.article .card-body {
  padding: 1.875rem;
  position: relative;
  z-index: 2;
}

.article__thumbnail {
  width: 100%;
}

.article__thumbnail-image {
  min-height: 12.5rem;
  background-size: cover;
  background-position: center center;
}

.article__thumbnail+.article-author {
  margin-top: -2.625rem;
  padding-top: 0;
}

.article-author {
  padding-top: 1.875rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.article-author__avatar {
  height: 4.5rem;
  width: 4.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.1875rem;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  background-size: cover;
  background-position: center center;
}

.article-author__avatar:hover {
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.article-author__name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #7C7D8D;
}

.article__title {
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__title h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}

.article__date {
  color: #7C7D8D;
  font-size: 0.875rem;
}

/**! ----- Blog sticky post card common css style ---- **/
.sticky .card:hover .article__thumbnail-image::before {
  opacity: .95;
}

.sticky .article__thumbnail-image {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.sticky .article__thumbnail-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0.3125rem;
  opacity: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sticky .article__thumbnail-image:hover::before {
  opacity: .95;
}

.sticky .article__title h2 {
  color: #fff;
}

.sticky .article__title h2:hover {
  color: #fff !important;
}

.sticky .article__date {
  color: #fff;
}

.sticky .article-author__name {
  color: #fff;
}

.sticky .article-author__name:hover {
  color: #fff !important;
}

/**! ----- Blog sticky post featured card (Large one) ---- **/
.sticky--featured .card {
  text-align: left;
  border-radius: 0.9375rem;
}

.sticky--featured .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2.5rem 1.875rem;
}

@media only screen and (min-width: 992px) {
  .sticky--featured .card-body {
    padding-top: 120px;
    padding-bottom: 40px;
    padding-left: 90px;
  }
}

.sticky--featured .article__title {
  max-width: 29.375rem;
}

.sticky--featured .article__title h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .sticky--featured .article__title h2 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.sticky--featured .article-author {
  margin-top: 0;
}

.sticky--featured .article-author__avatar {
  margin-bottom: 0.625rem;
}

.sticky--featured .article-author__name {
  font-size: 1.125rem;
  font-weight: 500;
}

/**! ----- Blog sticky post regular card  ---- **/
.sticky--regular .article__thumbnail {
  min-height: 12.5rem;
}

/**! 36. blog details **/
/**! ----- Blog image responsive ---- **/
.group-blog img {
  height: auto;
  max-width: 100%;
}

.group-blog .wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

/**! ----- Blog Details (Single blog) core style ---- **/
.blog-details .header-area {
  position: relative;
}

.blog-details .header-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}

.blog-details .header-area--no-image::before {
  height: 61%;
}

.blog-details .entry-content {
  max-width: 45.625rem;
  margin: 0 auto;
}

.blog-details .entry-header {
  text-align: center;
  margin-bottom: 3.75rem;
}

.blog-details .entry-header .entry-title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 43.75rem;
}

@media only screen and (min-width: 992px) {
  .blog-details .entry-header .entry-title {
    font-size: 2.5rem;
  }
}

.blog-details .entry-header .entry-author {
  text-align: center;
}

.blog-details .entry-header .entry-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 992px) {
  .blog-details .entry-header .entry-author .author {
    margin-bottom: 3.75rem;
  }
}

.blog-details .entry-header .entry-author .avatar {
  max-height: 4.5rem;
  max-width: 4.5rem;
  border-radius: 100px;
  margin-bottom: 0.625rem;
}

.blog-details .entry-header .entry-author .avatar img {
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.blog-details .entry-header .entry-author .url {
  color: #12141f;
  font-size: 1.125rem;
  font-weight: 500;
}

.blog-details .entry-header .entry-image img {
  border-radius: 15px;
  -webkit-box-shadow: 0 30px 40px -35px rgba(42, 38, 66, 0.48);
  box-shadow: 0 30px 40px -35px rgba(42, 38, 66, 0.48);
}

.blog-details .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.875rem;
}

.blog-details .entry-meta .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details .entry-meta .post-categories li:not(:last-child) {
  margin-right: 0.3125rem;
}

.blog-details .entry-meta .post-categories li:not(:last-child) a:after {
  content: ",";
}

.blog-details .entry-meta .post-categories a:hover {
  opacity: .9;
}

.blog-details .posted-on {
  margin-bottom: 0.3125rem;
}

.blog-details .entry-date {
  color: #12141f;
  margin-right: 0.3125rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {

  .blog-details .entry-content ul,
  .blog-details .entry-content ol,
  .blog-details .entry-summary ul,
  .blog-details .entry-summary ol,
  .blog-details .comment-content ul,
  .blog-details .comment-content ol {
    margin-left: 0;
    margin-top: 0.625rem;
  }

  .blog-details .entry-content ul li,
  .blog-details .entry-content ol li,
  .blog-details .entry-summary ul li,
  .blog-details .entry-summary ol li,
  .blog-details .comment-content ul li,
  .blog-details .comment-content ol li {
    color: #7C7D8D;
    margin-bottom: 0.625rem;
  }
}

/**! 37. blog sidebar widget **/
/**! ----- Blog widget Core ---- **/
@media only screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {

  .blog-sidebar.order-md-0,
  .blog-sidebar.order-lg-0 {
    padding-left: 15px;
    padding-right: 2.5rem;
  }
}

.blog-sidebar .widget {
  margin-bottom: 2.5rem;
}

.blog-sidebar .widget {
  -webkit-box-shadow: 0 15px 20px -24px #c4bee6;
  box-shadow: 0 15px 20px -24px #c4bee6;
}

.blog-sidebar .widget p {
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

.blog-sidebar .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}

.blog-sidebar .widget-title:empty {
  margin-bottom: 0;
}

.blog-sidebar .widget ul {
  padding-left: 0;
  list-style: none;
}

.blog-sidebar .widget li {
  padding: 0.9375rem 1.5625rem;
  color: #7C7D8D;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ececec;
  margin-top: -1px;
  font-size: 0.875rem;
}

.blog-sidebar .widget li:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.blog-sidebar .widget li:last-child {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.blog-sidebar .widget li a {
  color: #12141f;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding-bottom: 0;
  margin-right: 0.3125rem;
}

.blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:focus i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.blog-sidebar .widget li a:hover::before,
.blog-sidebar .widget li a:focus::before {
  background: #f8fafc;
}

.blog-sidebar .widget li .children li {
  padding-top: 0.375rem;
  padding-right: 0;
  padding-bottom: 0.375rem;
  padding-left: 10;
  border-left: 1px solid #ececec;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.blog-sidebar .widget li .children li a {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6f7080;
}

.blog-sidebar .widget li .children li a:before {
  content: none;
}

/**! ----- Comment Author Link ---- **/
.blog-sidebar li .comment-author-link {
  color: #7C7D8D;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blog-sidebar li .comment-author-link a {
  font-size: 0.9375rem;
  color: #7C7D8D;
  margin-right: 0.1875rem;
}

/**! ----- Tag Cloud Widget ---- **/
.blog-sidebar .widget_tag_cloud ul {
  padding-bottom: 0.625rem;
}

.blog-sidebar .widget_tag_cloud ul li {
  display: inline-block;
  padding: 0;
  margin: 0rem 0.0625rem 0.5rem;
  border-radius: 0.3125rem;
}

.blog-sidebar .widget_tag_cloud ul li a {
  font-size: 0.9375rem;
  padding: 0.3125rem 1.125rem;
  font-weight: 400;
  margin: 0;
}

.blog-sidebar .widget_tag_cloud ul li a:hover:before {
  background: #fff;
}

/**! ----- Archive Widget ---- **/
.blog-sidebar .widget_archive li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/**! ----- Nav Widget ---- **/
.blog-sidebar .widget_nav .menu {
  padding: 0.9375rem 1.875rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 15px 20px;
  border: 1px solid #ececec;
}

.blog-sidebar .widget_nav .menu li {
  padding-top: 0.375rem;
  padding-right: 0rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  border-width: 0;
  border-left-width: 1px;
}

.blog-sidebar .widget_nav .menu li a {
  font-size: 1rem;
}

.blog-sidebar .widget_nav .menu .sub-menu li a {
  color: #6f7080;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 400;
}

/**! ----- Select Widget ---- **/
.widget select {
  border-color: #ececec;
  color: #12141f;
  background: #fff;
  height: 3.75rem;
  padding: 0.9375rem 1.875rem;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-weight: 500;
}

/**! ----- Calendar widget ---- **/
.widget.widget_calendar table {
  margin: 0;
}

.widget .calendar_wrap {
  padding: 0.9375rem 1.125rem 1.25rem;
  background: #fff;
  border-radius: 0.3125rem;
  border: 1px solid #ececec;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}

.widget_calendar caption {
  font-weight: 900;
  caption-side: top;
  color: #12141f;
  padding: 0 0 0.9375rem 0;
  padding-top: 0;
  padding-right: 0;
}

.widget_calendar tbody a {
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  opacity: .9;
}

/**! ----- RSS widget ---- **/
.widget_rss .rsswidget {
  margin-bottom: 0.3125rem;
}

.widget_rss .rsswidget img {
  margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}

.widget_rss cite {
  color: #12141f;
}

.widget_rss .rssSummary {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9;
  margin-bottom: 0.625rem;
}

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}

.widget_rss cite:last-child {
  margin-bottom: 0;
}

/**! ----- Text widget ---- **/
.widget_text .textwidget {
  background: #fff;
  border-radius: 0.3125rem;
  padding-top: 1.125rem;
  padding-right: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.5625rem;
  border: 1px solid #ececec;
}

.widget_text .textwidget p strong {
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #12141f;
}

.widget_text .textwidget p img {
  margin-bottom: 0.5rem;
}

.widget_text .textwidget img {
  border-radius: 0.3125rem;
  margin-bottom: 0.5rem;
}

.widget_text .wp-smiley,
.widget_text .emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 1rem !important;
  width: 1rem !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.widget_text select {
  height: 3.125rem;
  background: #f8fafc;
}

/**! 38. blog sidebar widget **/
.blog-details blockquote {
  padding-left: 65px;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.blog-details blockquote p {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-style: italic;
}

.blog-details blockquote p:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  background: url(../img/layout/quote.svg) no-repeat;
  z-index: -1;
}

.blog-details blockquote cite {
  font-style: normal;
  font-size: 1.0625rem;
}

/**! 39. blog post navigation **/
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.post-navigation .meta-nav {
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  position: relative;
  margin-bottom: 0.9375rem;
  z-index: 2;
}

.post-navigation .meta-nav::after,
.post-navigation .meta-nav::before {
  content: "";
  position: absolute;
}

.post-navigation .meta-nav::before {
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.3125rem;
}

.post-navigation .meta-nav::after {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
  top: 1px;
  left: 1px;
  border-radius: 0.25rem;
}

.post-navigation .post-title {
  display: block;
  color: #12141f;
  font-size: 1.125rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .post-navigation .post-title {
    font-size: 1.5rem;
  }
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  text-align: left;
}

@media only screen and (min-width: 768px) {

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 50%;
  }
}

.post-navigation .nav-previous i,
.post-navigation .nav-next i {
  margin-left: 0.9375rem;
}

.post-navigation .nav-previous {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 576px) {
  .post-navigation .nav-previous {
    padding-right: 0.625rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.post-navigation .nav-next {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 576px) {
  .post-navigation .nav-next {
    padding-left: 0.625rem;
    text-align: right;
  }
}

/**! 40. blog post share tags **/
.tags-links {
  text-align: center;
}

.tags-links a {
  margin-right: 0.1875rem;
}

.tags-links a:not(:last-child):after {
  content: ",";
}

/**! 41. blog post share links **/
.socail-share-links-title {
  font-weight: 600;
}

.socail-share-links .icon-group a {
  margin: 0.4375rem;
}

/**! 42. blog comments **/
.comments-area .comments-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 992px) {
  .comments-area .comments-title {
    margin-bottom: 3.125rem;
  }
}

.comments-area .comment-list {
  margin: 0;
}

.comments-area li {
  list-style: none;
  margin: 0;
}

.comments-area ol {
  padding: 0;
}

.comments-area .comment-body {
  background: #fff;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #ececec;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

.comments-area .avatar img {
  max-width: 4.875rem;
  border-radius: 9.375rem;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

@media only screen and (min-width: 768px) {
  .comments-area .avatar img {
    position: relative;
    left: -50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.875rem;
    flex: 0 0 4.875rem;
  }
}

.comments-area .comment-inner {
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .comments-area .comment-inner {
    margin-left: -0.9375rem;
  }
}

.comments-area .author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}

.comments-area .comment-metadata {
  margin-bottom: 1.25rem;
}

.comments-area .comment-metadata time {
  color: #7C7D8D;
  font-size: 0.875rem;
}

.comments-area .comment-content P {
  margin-bottom: 1.875rem;
}

.comments-area .comment-content P img {
  margin-top: 0.625rem;
}

.comments-area .comment-reply-link {
  font-weight: 700;
  text-transform: uppercase;
}

.comments-area .comment-edit-link {
  color: #7C7D8D;
}

/**! 43. comment respond **/
.comment-respond {
  margin-top: 3.75rem;
}

.comment-respond .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .comment-respond .comment-reply-title {
    margin-bottom: 3.125rem;
  }
}

.comment-respond .comment-reply-title small a {
  color: #7C7D8D;
  font-size: 0.875rem;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .comment-respond .form .form-group {
    margin-bottom: 1.5625rem;
  }
}

/**! 44. blog post navigation **/
/**!---======================================================================
    This Part of code is for our WordPress theme which will be released soon.
    If you're planning to convert this template into WordPress this styling might help you since we have followed the standard WP blog rules.
    And If you don't need you can delete them.  
======================================================================---**/
/**! ----- Blog Page Spacing ---- **/
.blog-details .article-content .wp-caption-text,
.blog-details .comment-content .wp-caption-text {
  font-size: 0.9375rem;
  font-style: italic;
}

/*
*  Theme Components 
=================================
=================================
=================================*/
/**! 45. navigation **/
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  z-index: 999;
  background: black;
}

@media only screen and (min-width: 992px) and (max-width: 1420px) {
  .navbar {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-bg-white {
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .navbar .container-fluid {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1420px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-brand {
    max-width: 120px;
  }

  .navbar-brand img {
    max-width: 70%;
  }
}

/*---------- Navbar button ----------*/
@media only screen and (min-width: 576px) {
  .navbar .btn:last-child {
    margin-left: 5px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .btn {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .btn {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media only screen and (min-width: 1420px) {
  .navbar .btn {
    padding-right: 2.0625rem;
    padding-left: 2.0625rem;
  }
}

@media only screen and (max-width: 1420px) {
  .navbar .btn {
    font-size: 0.9375rem;
  }

  .navbar .btn i {
    font-weight: 400 !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 400px) {
  .navbar .btn {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.dropdown-module {
  top: 2px;
}

/*---------- navbar style on sticky ----------*/
.navbar-brand__sticky {
  display: none;
}

.navbar-sticky--moved-up {
  position: fixed;
  top: 0;
  background: #fff;
  margin-top: -100px;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.1875rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
}

.navbar-sticky--moved-up.sticky-bg-color--dark {
  background: #1E202D;
}

@media only screen and (min-width: 992px) {
  .navbar-sticky--moved-up {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.navbar-sticky--moved-up.sticky-bg-color--darkblue {
  background: #000;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 128, 255, 0.1);
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 128, 255, 0.1);
}

.navbar-sticky--moved-up.sticky-bg-color--primary {
  -webkit-box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
  box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
}

.navbar-sticky--moved-up .navbar-brand__regular {
  display: none;
}

.navbar-sticky--moved-up .navbar-brand__sticky {
  display: inline;
}

.navbar-sticky--moved-up.sticky-bg-color--primary .btn-bg--primary {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-sticky--moved-up.sticky-bg-color--dark.navbar-light .navbar-nav .nav-link,
.navbar-sticky--moved-up.sticky-bg-color--primary.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-sticky--moved-up.sticky-bg-color--dark.navbar-light .navbar-nav .nav-link:hover,
.navbar-sticky--moved-up.sticky-bg-color--dark.navbar-light .navbar-nav .nav-link:focus,
.navbar-sticky--moved-up.sticky-bg-color--dark.navbar-light .navbar-nav .nav-link.active,
.navbar-sticky--moved-up.sticky-bg-color--dark.navbar-light .navbar-nav .nav-link.current-menu-item,
.navbar-sticky--moved-up.sticky-bg-color--primary.navbar-light .navbar-nav .nav-link:hover,
.navbar-sticky--moved-up.sticky-bg-color--primary.navbar-light .navbar-nav .nav-link:focus,
.navbar-sticky--moved-up.sticky-bg-color--primary.navbar-light .navbar-nav .nav-link.active,
.navbar-sticky--moved-up.sticky-bg-color--primary.navbar-light .navbar-nav .nav-link.current-menu-item {
  color: #fff;
}

.navbar-sticky--on {
  margin-top: 0;
}

/*---------- Navbar Dark ----------*/
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.current-menu-item {
  color: #fff;
}

/*---------- Navbar light ----------*/
.sticky-bg-color--white .navbar-nav .nav-link,
.navbar-light:not(.navbar-sticky--moved-up) .navbar-nav .nav-link {
  color: rgba(18, 20, 31, 0.75);
}

.sticky-bg-color--white .navbar-nav .nav-link:hover,
.sticky-bg-color--white .navbar-nav .nav-link:focus,
.sticky-bg-color--white .navbar-nav .nav-link.active,
.sticky-bg-color--white .navbar-nav .nav-link.current-menu-item,
.navbar-light:not(.navbar-sticky--moved-up) .navbar-nav .nav-link:hover,
.navbar-light:not(.navbar-sticky--moved-up) .navbar-nav .nav-link:focus,
.navbar-light:not(.navbar-sticky--moved-up) .navbar-nav .nav-link.active,
.navbar-light:not(.navbar-sticky--moved-up) .navbar-nav .nav-link.current-menu-item {
  color: #12141f;
}

.sticky-bg-color--white .dropdown-toggle:after {
  color: rgba(18, 20, 31, 0.65);
}

/*---------- bootstrap nav custom hover ----------*/
.dropdown-menu {
  border: 0;
  padding: 0.625rem 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    min-width: 14.375rem;
    margin-top: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.dropdown-menu>li {
  padding: 0 0.625rem;
}

.dropdown>.dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.navbar-light .dropdown>.dropdown-menu:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
}

.dropdown-submenu>.dropdown-menu:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

@media only screen and (min-width: 1400px) {
  .dropdown-submenu>.dropdown-menu:before {
    right: auto;
    left: -10px;
    border-left: 0;
    border-right: 10px solid #fff;
  }

  .container-fluid .dropdown-submenu>.dropdown-menu:before {
    left: auto;
    right: -10px;
    border-right: 0;
    border-left: 10px solid #fff;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-nav li:hover>ul.dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15), 0 0px 0px 1px #ddd;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15), 0 0px 0px 1px #ddd;
  }
}

.dropdown-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #f8f9fa;
}

.dropdown-divider {
  border-color: #8d98b7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  margin-top: -6px;
}

@media only screen and (min-width: 992px) {
  .dropdown-submenu>.dropdown-menu {
    left: auto;
    right: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .dropdown-submenu>.dropdown-menu {
    right: auto;
    left: 100%;
  }

  .container-fluid .dropdown-submenu>.dropdown-menu {
    left: auto;
    right: 100%;
  }
}

/*  mainmenu caret */
.dropdown-toggle:after {
  margin-left: 4px;
  vertical-align: 1px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.navbar-light:not(.navbar-sticky--on) .dropdown-toggle:after {
  color: rgba(18, 20, 31, 0.65);
}

/*  submenu cater */
.dropdown-submenu .dropdown-toggle:after {
  position: absolute;
  right: 24px;
  top: 20px;
}

.dropdown-submenu:hover .dropdown-toggle:after {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .dropdown-submenu:hover .dropdown-toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 1400px) {
  .dropdown-submenu:hover .dropdown-toggle:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .container-fluid .dropdown-submenu:hover .dropdown-toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/*---------- Mobile Site nav ----------*/
@media only screen and (max-width: 991px) {
  .main:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .navbar-light .main:before {
    background: rgba(255, 255, 255, 0.5);
  }

  .offcanvas--open {
    overflow: hidden;
  }

  .offcanvas--open .main:before {
    opacity: .95;
    visibility: visible;
  }

  .navbar {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .navbar.active {
    display: block;
  }

  .navbar.active .navbar-inner {
    right: 0;
  }

  .navbar .navbar-inner {
    right: -100%;
    -webkit-transition: right 0.3s 0.2s;
    -o-transition: right 0.3s 0.2s;
    transition: right 0.3s 0.2s;
    background: #063372;
  }

  [data-appearance=darkblue] .navbar .navbar-inner {
    background: -o-linear-gradient(45deg, #0e0f69 0%, #2b38af 100%);
    background: linear-gradient(45deg, #0e0f69 0%, #2b38af 100%);
  }

  .navbar .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .navbar-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 2.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1050;
  }

  .navbar-inner .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-bottom: 0;
    position: static;
  }

  .navbar-inner .dropdown-menu:before {
    content: none;
  }

  .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.2);
  }

  .nav--open .main-wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  .navbar-light .navbar-inner {
    background: #fff;
  }

  .navbar-light .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(18, 20, 31, 0.75) !important;
  }

  .navbar-light .dropdown-item {
    color: rgba(18, 20, 31, 0.75);
  }

  .dropdown-submenu .dropdown-toggle:after {
    top: 17px;
  }

  /*---------- Mobile Site nav toggler ----------*/
  .navbar-toggler {
    position: absolute;
    right: -13px;
    border: none;
    height: 100%;
    width: 3.75rem;
    background-image: none;
    border-radius: 0;
    z-index: 1;
    display: inline-block;
  }

  .navbar-inner .navbar-toggler {
    position: absolute;
    height: 2.5rem;
    top: 0;
  }

  .navbar-toggler-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: none !important;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .navbar-toggler-icon {
    height: 3px;
    width: 50%;
    display: inline-block;
  }

  .navbar-dark .navbar-toggler-icon,
  .navbar-sticky--on .navbar-toggler-icon {
    /* background: #fff; */
  }

  .navbar-light .navbar-toggler-icon,
  .navbar-light.navbar-sticky--on .navbar-toggler-icon {
    background: #12141f;
  }

  .sticky-bg-color--primary.navbar-sticky--on .navbar-toggler-icon {
    background: #fff;
  }

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
  }

  .navbar-dark .navbar-toggler-icon:before,
  .navbar-sticky--on .navbar-toggler-icon:before,
  .navbar-dark .navbar-toggler-icon:after,
  .navbar-sticky--on .navbar-toggler-icon:after {
    background: #fff;
  }

  .navbar-light .navbar-toggler-icon:before,
  .navbar-light.navbar-sticky--on .navbar-toggler-icon:before,
  .navbar-light .navbar-toggler-icon:after,
  .navbar-light.navbar-sticky--on .navbar-toggler-icon:after {
    background: #12141f;
  }

  .sticky-bg-color--primary.navbar-sticky--on .navbar-toggler-icon:before,
  .sticky-bg-color--primary.navbar-sticky--on .navbar-toggler-icon:after {
    background: #fff;
  }

  .navbar-toggler-icon::before {
    top: -0.625rem;
  }

  .navbar-toggler-icon::after {
    top: 0.625rem;
  }

  .navbar-toggler-icon.active {
    background-color: transparent !important;
    -webkit-transform: scale(0.85) rotate(270deg);
    -ms-transform: scale(0.85) rotate(270deg);
    transform: scale(0.85) rotate(270deg);
  }

  .navbar-toggler-icon.active:before {
    top: 0;
    -webkit-transform: scale(0.65) rotate(45deg);
    -ms-transform: scale(0.65) rotate(45deg);
    transform: scale(0.65) rotate(45deg);
  }

  .navbar-light .navbar-toggler-icon.active:before {
    background: #12141f;
  }

  .navbar-toggler-icon.active:after {
    top: 0;
    -webkit-transform: scale(0.65) rotate(-45deg);
    -ms-transform: scale(0.65) rotate(-45deg);
    transform: scale(0.65) rotate(-45deg);
  }

  .navbar-light .navbar-toggler-icon.active:after {
    background: #12141f;
  }
}

/*---------- Navbar Language ----------*/
.navbar-language {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1366px) {
  .navbar .navbar-language {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0.3125rem;
    padding-left: 0.9375rem;
  }
}

.navbar-language__list {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media only screen and (min-width: 1366px) {
  .navbar-language__list {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.navbar-language__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .8;
}

.navbar-language__list a:hover {
  opacity: 1;
}

.navbar-language__flag {
  margin-right: 0.3125rem;
}

.navbar-language__name {
  font-size: 0.8125rem;
}

/**! 46. hero **/
.hero {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media only screen and (min-width: 992px) {
  .hero {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero--full {
    padding-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 1950px) {
  .hero--half {
    padding-bottom: 12.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .hero--v1 {
    padding-top: 9.375rem;
  }

  .hero--v1 .section-overlap {
    height: 6.25rem !important;
  }

  .hero--v1 .hero__image {
    margin-top: -1.25rem !important;
  }
}

@media screen and (min-width: 1950px) {
  .hero--v6 .background-holder {
    background-position: center 75%;
  }
}

@media only screen and (min-width: 992px) {
  .hero--v9 {
    padding-top: 7.5rem;
    padding-bottom: 0rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero--v9 .hero__description {
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .hero--v9 .hero__image {
    top: calc(50% + 60px);
  }
}

@media only screen and (min-height: 1100px) {
  .hero--v10 {
    min-height: 90vh;
  }
}

@media screen and (max-width: 1650px) {
  .hero--v10 .hero__diagonal-shape {
    margin-right: -170px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--v10 .hero__diagonal-shape {
    margin-top: -100px;
  }
}

@media only screen and (min-height: 1100px) {
  .hero--v11 {
    min-height: 92vh;
  }
}

@media only screen and (min-height: 1100px) {
  .hero--v12 {
    min-height: 80vh;
  }
}

@media only screen and (min-width: 992px) {
  .overlap-prepend-hero {
    padding-top: 18.75rem;
  }
}

/**! 47. about **/
/**! ----- about v1 ---- **/
@media only screen and (min-width: 992px) {
  .about--v1 .about__image {
    position: relative;
    right: 12.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .about--v1 .about__image img {
    max-width: 100%;
    height: auto;
  }
}

/**! ----- about video (used in home platform) ---- **/
@media only screen and (min-width: 992px) {
  .intro-video--v1 .about-video__pattern {
    top: -6.25rem;
    right: 6.25rem;
    left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .about-video-media {
    z-index: 2;
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-media {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 1200px) {
  .about-video-media {
    position: absolute;
    top: 80px;
  }
}

/**! 48. working process **/
@media only screen and (max-width: 1199px) {
  .process--v1 .process__circle {
    width: 31.875rem;
  }
}

.process--v1 .process__circle--mobile {
  position: relative;
}

.process--v1 .process__circle--mobile::before {
  content: '';
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 28.75rem;
  width: 28.75rem;
  border-radius: 100%;
  border: 1.2px dashed rgba(255, 255, 255, 0.05);
}

.process--v1 .process__circle--mobile::after {
  content: '';
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 21.875rem;
  width: 21.875rem;
  border-radius: 100%;
  border: 1.2px dashed rgba(255, 255, 255, 0.08);
}

.process--v1 .process__circle--mobile .mobile-logo {
  height: 15.625rem;
  width: 15.625rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0px 90px 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0px 90px 20px rgba(0, 0, 0, 0.05) inset;
  border: 1.2px dashed rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 575px) {
  .process--v1 .options::before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    left: 27px;
    top: 0;
  }
}

.process--v1 .options .option {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .process--v1 .options .option {
    min-width: 224px;
  }

  .process--v1 .options .option:nth-child(1) {
    top: 102px;
  }

  .process--v1 .options .option:nth-child(2) {
    top: 70px;
  }

  .process--v1 .options .option:nth-child(3) {
    top: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .process--v1 .options .option:nth-child(1) {
    top: 60px;
  }

  .process--v1 .options .option:nth-child(2) {
    top: 73px;
  }

  .process--v1 .options .option:nth-child(3) {
    top: 88px;
  }
}

.process--v1 .options h3 {
  line-height: 1.75rem;
}

@media only screen and (min-width: 992px) {
  .process--v1 .options .decor {
    top: -25px;
  }
}

@media only screen and (max-width: 575px) {
  .process--v1 .options--left .decor {
    left: -30px;
  }
}

@media only screen and (min-width: 576px) {
  .process--v1 .options--left .decor {
    right: -30px;
  }
}

@media only screen and (min-width: 992px) {
  .process--v1 .options--left .decor {
    right: -8px;
  }
}

.process--v1 .options--right .decor {
  left: -30px;
}

@media only screen and (min-width: 992px) {
  .process--v1 .options--right .decor {
    left: -8px;
  }
}

/**! 49. token sale details **/
.token-sale-details--v1 .token-calculator__coin {
  width: calc(50% - 7.5px);
  margin-bottom: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  text-align: left;
}

.section--darkblue .token-sale-details--v1 .token-calculator__coin {
  background: #2446b1;
}

.token-sale-details--v1 .token-calculator__coin--is-active {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
}

.token-sale-details--v1 .token-calculator__coin:nth-child(2n+1) {
  margin-right: 0.9375rem;
}

@media only screen and (min-width: 768px) {
  .token-sale-details--v1 .token-calculator__coin .coin-name {
    font-size: 0.9375rem;
  }
}

.token-sale-details--v1 .token-calculator input.placeholder {
  color: #6f85d4;
}

.token-sale-details--v1 .token-calculator input:-moz-placeholder {
  color: #6f85d4;
}

.token-sale-details--v1 .token-calculator input::-moz-placeholder {
  color: #6f85d4;
}

.token-sale-details--v1 .token-calculator input:-ms-input-placeholder {
  color: #6f85d4;
}

.token-sale-details--v1 .token-calculator input::-webkit-input-placeholder {
  color: #6f85d4;
}

.token-sale-details--v1.section--darkblue .token-calculator__coin {
  background: #5aaf5d;
}

.token-sale-details--v1 .token-calculator-fields {
  padding: 1.25rem 1.875rem;
}

.token-sale-details--v1 .token-calculator-fields .input-field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  padding: 0.625rem 0.9375rem;
}

.token-sale-details--v1 .token-calculator-fields .input-field-row--src {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
}

.token-sale-details--v1 .token-calculator-fields .input-field-row input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  color: #fff;
}

.token-sale-details--v1 .token-calculator-fields .input-field-row input::placeholder {
  color: #7fd482;
}

/**! 50. public sale bonus **/
.bonuses--v1 .token-progress {
  left: -50px;
  position: absolute;
}

.bonuses--v1 .token-progress__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 40px;
  margin-left: 10px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.bonuses--v1 .token-progress .line {
  position: absolute;
  height: 1px;
  width: 36px;
  border-bottom: 1.2px dashed rgba(255, 255, 255, 0.1);
  top: 13px;
  right: -27px;
}

.bonuses--v2 .bar-portion {
  height: 2.1875rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .bonuses--v2 .bar-portion {
    height: 2.8125rem;
  }
}

.bonuses--v2 .bar-portion:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bonuses--v2 .bar-portion:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bonuses--v2 .bar-portion .bonuses__rate {
  position: absolute;
  top: -2.875rem;
  height: 3.125rem;
  line-height: 2.875rem;
  text-align: center;
  width: 100%;
  font-size: 0.9375rem;
  z-index: -1;
}

@media only screen and (min-width: 576px) {
  .bonuses--v2 .bar-portion .bonuses__rate {
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.bonuses--v2 .bar-portion .bonuses__duration {
  position: absolute;
  top: -5.625rem;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  .bonuses--v2 .bar-portion .bonuses__duration {
    font-size: 0.875rem;
    top: -5rem;
  }
}

@media only screen and (min-width: 768px) {
  .bonuses--v2 .bar-portion .bonuses__duration {
    font-size: 1rem;
  }
}

.bonuses--v2 .bar-portion:first-child .bonuses__rate {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bonuses--v2 .bar-portion:nth-child(2n+2) .bonuses__rate {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: auto;
  bottom: -3.125rem;
  line-height: 3.25rem;
}

.bonuses--v2 .bar-portion:nth-child(2n+2) .bonuses__duration {
  top: auto;
  bottom: -5.3125rem;
}

/**! 51. token sale info **/
.token-saleinfo--v1 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.token-saleinfo--v1 .allocation-bar {
  width: 100%;
}

@media screen and (min-width: 1330px) {
  .token-saleinfo--v2 .container {
    max-width: 81.25rem;
  }
}

.oval--md {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
}

/**! 52. download documents **/
.documents--v1 .card {
  max-width: 270px;
}

.section--darkblue .documents--v1 .card {
  background: rgba(255, 255, 255, 0.05);
}

.section--dark .documents--v1 .card {
  background: #191B28;
}

@media only screen and (max-width: 575px) {
  .documents--v1 .card {
    margin-right: auto;
    margin-left: auto;
  }
}

.documents--v1 .card img {
  max-width: 110px;
}

.documents--v1 .card .card-download {
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  border: 0;
}

.section--darkblue .documents--v1 .card .card-download {
  background: #2d308e;
}

.section--dark .documents--v1 .card .card-download {
  background: #191B28;
  -webkit-box-shadow: 0 0 0 1px #191B28;
  box-shadow: 0 0 0 1px #191B28;
}

.documents--v1 .card .card-download a {
  height: 3rem;
  width: 3rem;
  border-radius: 100px;
  margin: 3px;
  position: relative;
}

.documents--v1 .card .card-download a span {
  line-height: 3rem;
}

.documents--v1 .card .card-download a:nth-child(4n+1) {
  background: #5e65e8;
}

.documents--v1 .card .card-download a:nth-child(4n+2) {
  background: #cd3b5a;
}

.documents--v1 .card .card-download a:nth-child(4n+3) {
  background: #c1772f;
}

.documents--v1 .card .card-download a:nth-child(4n+4) {
  background: #6c8ee1;
}

.documents--v1 .card .card-download a:hover {
  -webkit-box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.documents--v1 .card:hover .card-download {
  opacity: 1;
  visibility: visible;
}

.documents--v1.documents--light .card .card-download {
  background: #fff;
}

/**! 53. roadmap **/
/**! ----- Roadmap v4 ---- **/
.roadmap--v4 .roadmap-items {
  position: relative;
}

.roadmap--v4 .roadmap-items:before {
  content: "";
}

.roadmap--v4 .roadmap-item {
  margin-bottom: 1.875rem;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media only screen and (min-width: 480px) {
  .roadmap--v4 .roadmap-item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .roadmap--v4 .roadmap-item {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }
}

.roadmap--v4 .timeline-content {
  position: relative;
}

.roadmap--v4 .timeline-content p {
  line-height: 1.9;
}

.roadmap--v4 .content-body {
  position: relative;
}

.roadmap--v4 .content-body:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -10px;
}

.roadmap--v4 .timeline-line {
  position: absolute;
  left: 0;
  top: -2.375rem;
  width: 100%;
  height: 2px;
  background: white;
}

@media only screen and (min-width: 992px) {
  .roadmap--v4 .timeline-line {
    top: -3.125rem;
  }
}

.roadmap--v4 .timeline-line:before,
.roadmap--v4 .timeline-line:after {
  content: "";
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 6.25rem;
  left: 30px;
}

.roadmap--v4 .roadmap-item:first-child .timeline-line {
  background-image: -o-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 38px, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(90deg, #FFFFFF 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 38px, rgba(255, 255, 255, 0.15) 100%);
}

.roadmap--v4 .roadmap-item:first-child .timeline-line:before {
  left: 24px;
}

.roadmap--v4 .roadmap-item:first-child .timeline-line:after {
  left: 4px;
}

.roadmap--v4 .roadmap-item:not(:first-child) .content-body {
  margin-left: 0.625rem;
}

.roadmap--v4 .roadmap-item:not(:last-child) .content-body {
  margin-right: 0.625rem;
}

.roadmap--v4 .roadmap-item--past .timeline-line:before {
  height: 0.625rem;
  width: 0.625rem;
  background: white;
}

.roadmap--v4 .roadmap-item--past .content-body:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.roadmap--v4 .roadmap-item--current .timeline-line {
  background: transparent;
  background-image: -o-linear-gradient(left, #FFFFFF 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0.15) 40px, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(90deg, #FFFFFF 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0.15) 40px, rgba(255, 255, 255, 0.15) 100%);
}

.roadmap--v4 .roadmap-item--current .timeline-line:before {
  height: 1rem;
  width: 1rem;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  z-index: 1;
}

.roadmap--v4 .roadmap-item--current .timeline-line:after {
  height: 0.5rem;
  width: 0.5rem;
  left: 34px;
  background: #fff;
  z-index: 2;
}

.roadmap--v4 .roadmap-item--current .content-body:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.roadmap--v4 .roadmap-item--future .timeline-line {
  opacity: .15;
}

.roadmap--v4 .roadmap-item--future .timeline-line:before {
  height: 0.625rem;
  width: 0.625rem;
  background: white;
}

.roadmap--v4 .roadmap-item--future .timeline-info,
.roadmap--v4 .roadmap-item--future .content-body {
  opacity: .15;
}

/**! 54. team **/
.team--v1 .card {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.team--v1 .card img {
  max-width: 160px;
  border-radius: 100%;
}

.team--v1.section--dark .card {
  background: #1E202D;
}

.team--v1.section--darkblue .card {
  background: #0e0f64;
}

.team--v2 .card .card__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

/**! 55. components **/
/**! ----- Learn (used in home cloud storage)  ---- **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn .switchable__image {
    max-width: 37.5rem;
  }
}

@media (min-width: 1800px) {
  .learn .switchable__image {
    max-width: 62.5rem;
  }
}

/**! 56. customer website **/
.customer-website {
  height: 20.9375rem;
}

.customer-website .simplebar-content {
  width: 88%;
  margin: 0 auto;
}

.customer-website .simplebar-track::before {
  content: "";
  position: absolute !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #ececec;
  border-radius: 7px;
  height: 100%;
  width: 2px;
}

.customer-website .simplebar-track.simplebar-vertical {
  height: calc(100% - 20px);
}

.customer-website .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  border-radius: 0;
}

.customer-website-item {
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
}

.customer-website-item:hover .item-description {
  opacity: .9;
}

.customer-website .item-description {
  opacity: 0;
}

/**! 57. footer **/
/**! ----- Footer Genaral Styling ---- **/
.footer .widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.footer .widget li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.footer.section--dark p,
.footer.section--dark a {
  opacity: .75;
}

.footer.section--dark .icon-group a,
.footer.section--dark .icon-group p,
.footer.section--dark p a,
.footer.section--dark a p {
  opacity: 1;
}

.footer.section--dark .widget li a {
  color: white;
}

.footer.section--light .widget li a {
  color: #7C7D8D;
}

.footer.section--light a:hover,
.footer.section--dark a:hover {
  opacity: 1;
}

/**! ----- Footer Fixed ---- **/
@media only screen and (min-width: 992px) {
  .footer--fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
}

/**! ----- Footer V1 ---- **/
.footer--v1 .footer-border {
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgba(239, 240, 247, 0.15);
}

.footer--v1 .widget ul {
  margin-bottom: 1.25rem;
}

.footer--v1 .widget ul li {
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
}

@media only screen and (min-width: 768px) {
  .footer--v1 .widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer--v1 .footer-bottom a,
.footer--v1 .footer-bottom p {
  color: #fff;
  font-size: 0.9375rem;
}

.footer--v1 .footer-languages li:not(:last-child):after {
  content: "-";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

/**! ----- Footer V2 ---- **/
.footer--v2 {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

@media only screen and (min-width: 768px) {
  .footer--v2 {
    padding-top: 8.125rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer--v2 {
    padding-top: 10rem;
  }
}

/*
*  theme overwrite 
=================================
=================================
=================================*/
/**! user style **/
/*
*  Themes 
=================================
=================================
=================================*/
/**! 58. pattern **/
body.boxed-layout.swirl-pattern {
  background-image: url(../img/patterns/swirl-pattern.png);
}

body.boxed-layout.circle-pattern {
  background-image: url(../img/patterns/circle-pattern.png);
}

body.boxed-layout.x-pattern {
  background-image: url(../img/patterns/x-pattern.png);
}

body.boxed-layout.leaf-pattern {
  background-image: url(../img/patterns/leaf-pattern.png);
}

body.boxed-layout.tic-tac-toe {
  background-image: url(../img/patterns/tic-tac-toe.png);
}

body.boxed-layout.circles-light {
  background-image: url(../img/patterns/circles-light.png);
}

body.boxed-layout.spiration-light {
  background-image: url(../img/patterns/spiration-light.png);
}

body.boxed-layout.round-pattern {
  background-image: url(../img/patterns/round-pattern.png);
}

body.boxed-layout.hexagon {
  background-image: url(../img/patterns/hexagon.png);
}

body.boxed-layout.memphis-colorful {
  background-image: url(../img/patterns/memphis-colorful.png);
}

body.boxed-layout.spiration-dark {
  background-image: url(../img/patterns/spiration-dark.png);
}

body.boxed-layout.curls {
  background-image: url(../img/patterns/curls.png);
}

body.boxed-layout.darkness {
  background-image: url(../img/patterns/darkness.png);
}

body.boxed-layout.zig-zag-wool {
  background-image: url(../img/patterns/zig-zag-wool.png);
}

/**! 59. themes **/
/**! ----- Common colors (SCSS extend) ---- **/
.theme-royal-blue mark,
.theme-royal-blue ins,
.theme-royal-blue .bg-color--primary,
.theme-royal-blue [class*="bg-color--primary-opacity-"]::before,
.theme-royal-blue .btn-bg--primary,
.theme-royal-blue .btn-bg--primary--05::after,
.theme-royal-blue .btn-hover--primary:hover,
.theme-royal-blue .card-hover--bg--primary-shadow.focused,
.theme-royal-blue .card-hover--bg--primary-shadow:hover,
.theme-royal-blue .preloader .blobs .blob-center,
.preloader .blobs .theme-royal-blue .blob-center,
.theme-royal-blue .preloader .blob,
.preloader .theme-royal-blue .blob,
.theme-royal-blue .form--v8:after,
.theme-royal-blue .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-royal-blue .ico-progress__stages:after,
.theme-royal-blue .decor,
.theme-royal-blue .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-royal-blue button,
.theme-royal-blue .carosuel-triangle:hover,
.theme-royal-blue .label-bg--light--200::before,
.theme-royal-blue .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-royal-blue .page-link,
.theme-royal-blue .sticky .card,
.sticky .theme-royal-blue .card,
.theme-royal-blue .sticky .article__thumbnail-image::before,
.sticky .theme-royal-blue .article__thumbnail-image::before,
.theme-royal-blue .widget_calendar tbody a,
.widget_calendar tbody .theme-royal-blue a,
.theme-royal-blue .post-navigation .meta-nav::before,
.post-navigation .theme-royal-blue .meta-nav::before,
.theme-royal-blue .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-royal-blue .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-royal-blue .timeline-line:before {
  background: #0057a3;
}

.theme-blue mark,
.theme-blue ins,
.theme-blue .bg-color--primary,
.theme-blue [class*="bg-color--primary-opacity-"]::before,
.theme-blue .btn-bg--primary,
.theme-blue .btn-bg--primary--05::after,
.theme-blue .btn-hover--primary:hover,
.theme-blue .card-hover--bg--primary-shadow.focused,
.theme-blue .card-hover--bg--primary-shadow:hover,
.theme-blue .preloader .blobs .blob-center,
.preloader .blobs .theme-blue .blob-center,
.theme-blue .preloader .blob,
.preloader .theme-blue .blob,
.theme-blue .form--v8:after,
.theme-blue .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-blue .ico-progress__stages:after,
.theme-blue .decor,
.theme-blue .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-blue button,
.theme-blue .carosuel-triangle:hover,
.theme-blue .label-bg--light--200::before,
.theme-blue .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-blue .page-link,
.theme-blue .sticky .card,
.sticky .theme-blue .card,
.theme-blue .sticky .article__thumbnail-image::before,
.sticky .theme-blue .article__thumbnail-image::before,
.theme-blue .widget_calendar tbody a,
.widget_calendar tbody .theme-blue a,
.theme-blue .post-navigation .meta-nav::before,
.post-navigation .theme-blue .meta-nav::before,
.theme-blue .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-blue .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-blue .timeline-line:before {
  background: #3965f4;
}

.theme-amethyst mark,
.theme-amethyst ins,
.theme-amethyst .bg-color--primary,
.theme-amethyst [class*="bg-color--primary-opacity-"]::before,
.theme-amethyst .btn-bg--primary,
.theme-amethyst .btn-bg--primary--05::after,
.theme-amethyst .btn-hover--primary:hover,
.theme-amethyst .card-hover--bg--primary-shadow.focused,
.theme-amethyst .card-hover--bg--primary-shadow:hover,
.theme-amethyst .preloader .blobs .blob-center,
.preloader .blobs .theme-amethyst .blob-center,
.theme-amethyst .preloader .blob,
.preloader .theme-amethyst .blob,
.theme-amethyst .form--v8:after,
.theme-amethyst .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-amethyst .ico-progress__stages:after,
.theme-amethyst .decor,
.theme-amethyst .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-amethyst button,
.theme-amethyst .carosuel-triangle:hover,
.theme-amethyst .label-bg--light--200::before,
.theme-amethyst .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-amethyst .page-link,
.theme-amethyst .sticky .card,
.sticky .theme-amethyst .card,
.theme-amethyst .sticky .article__thumbnail-image::before,
.sticky .theme-amethyst .article__thumbnail-image::before,
.theme-amethyst .widget_calendar tbody a,
.widget_calendar tbody .theme-amethyst a,
.theme-amethyst .post-navigation .meta-nav::before,
.post-navigation .theme-amethyst .meta-nav::before,
.theme-amethyst .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-amethyst .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-amethyst .timeline-line:before {
  background: #C04DD0;
}

.theme-roman mark,
.theme-roman ins,
.theme-roman .bg-color--primary,
.theme-roman [class*="bg-color--primary-opacity-"]::before,
.theme-roman .btn-bg--primary,
.theme-roman .btn-bg--primary--05::after,
.theme-roman .btn-hover--primary:hover,
.theme-roman .card-hover--bg--primary-shadow.focused,
.theme-roman .card-hover--bg--primary-shadow:hover,
.theme-roman .preloader .blobs .blob-center,
.preloader .blobs .theme-roman .blob-center,
.theme-roman .preloader .blob,
.preloader .theme-roman .blob,
.theme-roman .form--v8:after,
.theme-roman .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-roman .ico-progress__stages:after,
.theme-roman .decor,
.theme-roman .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-roman button,
.theme-roman .carosuel-triangle:hover,
.theme-roman .label-bg--light--200::before,
.theme-roman .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-roman .page-link,
.theme-roman .sticky .card,
.sticky .theme-roman .card,
.theme-roman .sticky .article__thumbnail-image::before,
.sticky .theme-roman .article__thumbnail-image::before,
.theme-roman .widget_calendar tbody a,
.widget_calendar tbody .theme-roman a,
.theme-roman .post-navigation .meta-nav::before,
.post-navigation .theme-roman .meta-nav::before,
.theme-roman .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-roman .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-roman .timeline-line:before {
  background: #da5d5d;
}

.theme-amaranth mark,
.theme-amaranth ins,
.theme-amaranth .bg-color--primary,
.theme-amaranth [class*="bg-color--primary-opacity-"]::before,
.theme-amaranth .btn-bg--primary,
.theme-amaranth .btn-bg--primary--05::after,
.theme-amaranth .btn-hover--primary:hover,
.theme-amaranth .card-hover--bg--primary-shadow.focused,
.theme-amaranth .card-hover--bg--primary-shadow:hover,
.theme-amaranth .preloader .blobs .blob-center,
.preloader .blobs .theme-amaranth .blob-center,
.theme-amaranth .preloader .blob,
.preloader .theme-amaranth .blob,
.theme-amaranth .form--v8:after,
.theme-amaranth .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-amaranth .ico-progress__stages:after,
.theme-amaranth .decor,
.theme-amaranth .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-amaranth button,
.theme-amaranth .carosuel-triangle:hover,
.theme-amaranth .label-bg--light--200::before,
.theme-amaranth .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-amaranth .page-link,
.theme-amaranth .sticky .card,
.sticky .theme-amaranth .card,
.theme-amaranth .sticky .article__thumbnail-image::before,
.sticky .theme-amaranth .article__thumbnail-image::before,
.theme-amaranth .widget_calendar tbody a,
.widget_calendar tbody .theme-amaranth a,
.theme-amaranth .post-navigation .meta-nav::before,
.post-navigation .theme-amaranth .meta-nav::before,
.theme-amaranth .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-amaranth .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-amaranth .timeline-line:before {
  background: #FF4B36;
}

.theme-orange mark,
.theme-orange ins,
.theme-orange .bg-color--primary,
.theme-orange [class*="bg-color--primary-opacity-"]::before,
.theme-orange .btn-bg--primary,
.theme-orange .btn-bg--primary--05::after,
.theme-orange .btn-hover--primary:hover,
.theme-orange .card-hover--bg--primary-shadow.focused,
.theme-orange .card-hover--bg--primary-shadow:hover,
.theme-orange .preloader .blobs .blob-center,
.preloader .blobs .theme-orange .blob-center,
.theme-orange .preloader .blob,
.preloader .theme-orange .blob,
.theme-orange .form--v8:after,
.theme-orange .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-orange .ico-progress__stages:after,
.theme-orange .decor,
.theme-orange .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-orange button,
.theme-orange .carosuel-triangle:hover,
.theme-orange .label-bg--light--200::before,
.theme-orange .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-orange .page-link,
.theme-orange .sticky .card,
.sticky .theme-orange .card,
.theme-orange .sticky .article__thumbnail-image::before,
.sticky .theme-orange .article__thumbnail-image::before,
.theme-orange .widget_calendar tbody a,
.widget_calendar tbody .theme-orange a,
.theme-orange .post-navigation .meta-nav::before,
.post-navigation .theme-orange .meta-nav::before,
.theme-orange .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-orange .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-orange .timeline-line:before {
  background: #eb7939;
}

.theme-green mark,
.theme-green ins,
.theme-green .bg-color--primary,
.theme-green [class*="bg-color--primary-opacity-"]::before,
.theme-green .btn-bg--primary,
.theme-green .btn-bg--primary--05::after,
.theme-green .btn-hover--primary:hover,
.theme-green .card-hover--bg--primary-shadow.focused,
.theme-green .card-hover--bg--primary-shadow:hover,
.theme-green .preloader .blobs .blob-center,
.preloader .blobs .theme-green .blob-center,
.theme-green .preloader .blob,
.preloader .theme-green .blob,
.theme-green .form--v8:after,
.theme-green .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-green .ico-progress__stages:after,
.theme-green .decor,
.theme-green .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-green button,
.theme-green .carosuel-triangle:hover,
.theme-green .label-bg--light--200::before,
.theme-green .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-green .page-link,
.theme-green .sticky .card,
.sticky .theme-green .card,
.theme-green .sticky .article__thumbnail-image::before,
.sticky .theme-green .article__thumbnail-image::before,
.theme-green .widget_calendar tbody a,
.widget_calendar tbody .theme-green a,
.theme-green .post-navigation .meta-nav::before,
.post-navigation .theme-green .meta-nav::before,
.theme-green .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-green .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-green .timeline-line:before {
  background: #1ED660;
}

.theme-fern mark,
.theme-fern ins,
.theme-fern .bg-color--primary,
.theme-fern [class*="bg-color--primary-opacity-"]::before,
.theme-fern .btn-bg--primary,
.theme-fern .btn-bg--primary--05::after,
.theme-fern .btn-hover--primary:hover,
.theme-fern .card-hover--bg--primary-shadow.focused,
.theme-fern .card-hover--bg--primary-shadow:hover,
.theme-fern .preloader .blobs .blob-center,
.preloader .blobs .theme-fern .blob-center,
.theme-fern .preloader .blob,
.preloader .theme-fern .blob,
.theme-fern .form--v8:after,
.theme-fern .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-fern .ico-progress__stages:after,
.theme-fern .decor,
.theme-fern .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-fern button,
.theme-fern .carosuel-triangle:hover,
.theme-fern .label-bg--light--200::before,
.theme-fern .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-fern .page-link,
.theme-fern .sticky .card,
.sticky .theme-fern .card,
.theme-fern .sticky .article__thumbnail-image::before,
.sticky .theme-fern .article__thumbnail-image::before,
.theme-fern .widget_calendar tbody a,
.widget_calendar tbody .theme-fern a,
.theme-fern .post-navigation .meta-nav::before,
.post-navigation .theme-fern .meta-nav::before,
.theme-fern .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-fern .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-fern .timeline-line:before {
  background: #52B570;
}

.theme-gradient-1 mark,
.theme-gradient-1 ins,
.theme-gradient-1 .bg-color--primary,
.theme-gradient-1 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-1 .btn-bg--primary,
.theme-gradient-1 .btn-bg--primary--05::after,
.theme-gradient-1 .btn-hover--primary:hover,
.theme-gradient-1 .card-hover--bg--primary-shadow.focused,
.theme-gradient-1 .card-hover--bg--primary-shadow:hover,
.theme-gradient-1 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-1 .blob-center,
.theme-gradient-1 .preloader .blob,
.preloader .theme-gradient-1 .blob,
.theme-gradient-1 .form--v8:after,
.theme-gradient-1 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-1 .ico-progress__stages:after,
.theme-gradient-1 .decor,
.theme-gradient-1 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-1 button,
.theme-gradient-1 .carosuel-triangle:hover,
.theme-gradient-1 .label-bg--light--200::before,
.theme-gradient-1 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-1 .page-link,
.theme-gradient-1 .sticky .card,
.sticky .theme-gradient-1 .card,
.theme-gradient-1 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-1 .article__thumbnail-image::before,
.theme-gradient-1 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-1 a,
.theme-gradient-1 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-1 .meta-nav::before,
.theme-gradient-1 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-1 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-1 .timeline-line:before {
  background: -webkit-gradient(linear, left top, right top, from(#5179f5), to(#66e4cd));
  background: -o-linear-gradient(left, #5179f5 0%, #66e4cd 100%);
  background: linear-gradient(to right, #5179f5 0%, #66e4cd 100%);
  background-size: 105% 105%;
}

.theme-gradient-1 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-1 .btn-bg--primary,
.theme-gradient-1 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-1 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-1 .btn-bg--primary.blob-center,
.theme-gradient-1 .btn-bg--primary.form--v8:after,
.theme-gradient-1 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-1 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-1 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-1 button.btn-bg--primary,
.theme-gradient-1 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-1 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-1 .btn-bg--primary.page-link,
.theme-gradient-1 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-1 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-1 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-1 .btn-bg--primary.meta-nav::before,
.theme-gradient-1 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-1 .btn-bg--primary.timeline-line:before,
.theme-gradient-1 mark.btn-hover--primary,
.theme-gradient-1 ins.btn-hover--primary,
.theme-gradient-1 .btn-hover--primary.bg-color--primary,
.theme-gradient-1 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-1 .btn-hover--primary.btn-bg--primary,
.theme-gradient-1 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-1 .btn-hover--primary:hover,
.theme-gradient-1 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-1 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-1 .btn-hover--primary.blob-center,
.theme-gradient-1 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-1 .btn-hover--primary.blob,
.theme-gradient-1 .btn-hover--primary.form--v8:after,
.theme-gradient-1 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-1 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-1 .btn-hover--primary.decor,
.theme-gradient-1 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-1 button.btn-hover--primary,
.theme-gradient-1 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-1 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-1 .btn-hover--primary.page-link,
.theme-gradient-1 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-1 .btn-hover--primary.card,
.theme-gradient-1 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-1 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-1 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-1 a.btn-hover--primary,
.theme-gradient-1 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-1 .btn-hover--primary.meta-nav::before,
.theme-gradient-1 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-1 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-1 .btn-hover--primary.timeline-line:before {
  background: #5b7fec;
}

.theme-gradient-2 mark,
.theme-gradient-2 ins,
.theme-gradient-2 .bg-color--primary,
.theme-gradient-2 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-2 .btn-bg--primary,
.theme-gradient-2 .btn-bg--primary--05::after,
.theme-gradient-2 .btn-hover--primary:hover,
.theme-gradient-2 .card-hover--bg--primary-shadow.focused,
.theme-gradient-2 .card-hover--bg--primary-shadow:hover,
.theme-gradient-2 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-2 .blob-center,
.theme-gradient-2 .preloader .blob,
.preloader .theme-gradient-2 .blob,
.theme-gradient-2 .form--v8:after,
.theme-gradient-2 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-2 .ico-progress__stages:after,
.theme-gradient-2 .decor,
.theme-gradient-2 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-2 button,
.theme-gradient-2 .carosuel-triangle:hover,
.theme-gradient-2 .label-bg--light--200::before,
.theme-gradient-2 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-2 .page-link,
.theme-gradient-2 .sticky .card,
.sticky .theme-gradient-2 .card,
.theme-gradient-2 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-2 .article__thumbnail-image::before,
.theme-gradient-2 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-2 a,
.theme-gradient-2 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-2 .meta-nav::before,
.theme-gradient-2 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-2 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-2 .timeline-line:before {
  background: -o-linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
  background: linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
  background-size: 105% 105%;
}

.theme-gradient-2 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-2 .btn-bg--primary,
.theme-gradient-2 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-2 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-2 .btn-bg--primary.blob-center,
.theme-gradient-2 .btn-bg--primary.form--v8:after,
.theme-gradient-2 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-2 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-2 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-2 button.btn-bg--primary,
.theme-gradient-2 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-2 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-2 .btn-bg--primary.page-link,
.theme-gradient-2 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-2 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-2 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-2 .btn-bg--primary.meta-nav::before,
.theme-gradient-2 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-2 .btn-bg--primary.timeline-line:before,
.theme-gradient-2 mark.btn-hover--primary,
.theme-gradient-2 ins.btn-hover--primary,
.theme-gradient-2 .btn-hover--primary.bg-color--primary,
.theme-gradient-2 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-2 .btn-hover--primary.btn-bg--primary,
.theme-gradient-2 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-2 .btn-hover--primary:hover,
.theme-gradient-2 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-2 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-2 .btn-hover--primary.blob-center,
.theme-gradient-2 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-2 .btn-hover--primary.blob,
.theme-gradient-2 .btn-hover--primary.form--v8:after,
.theme-gradient-2 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-2 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-2 .btn-hover--primary.decor,
.theme-gradient-2 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-2 button.btn-hover--primary,
.theme-gradient-2 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-2 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-2 .btn-hover--primary.page-link,
.theme-gradient-2 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-2 .btn-hover--primary.card,
.theme-gradient-2 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-2 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-2 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-2 a.btn-hover--primary,
.theme-gradient-2 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-2 .btn-hover--primary.meta-nav::before,
.theme-gradient-2 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-2 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-2 .btn-hover--primary.timeline-line:before {
  background: #4abdaf;
}

.theme-gradient-3 mark,
.theme-gradient-3 ins,
.theme-gradient-3 .bg-color--primary,
.theme-gradient-3 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-3 .btn-bg--primary,
.theme-gradient-3 .btn-bg--primary--05::after,
.theme-gradient-3 .btn-hover--primary:hover,
.theme-gradient-3 .card-hover--bg--primary-shadow.focused,
.theme-gradient-3 .card-hover--bg--primary-shadow:hover,
.theme-gradient-3 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-3 .blob-center,
.theme-gradient-3 .preloader .blob,
.preloader .theme-gradient-3 .blob,
.theme-gradient-3 .form--v8:after,
.theme-gradient-3 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-3 .ico-progress__stages:after,
.theme-gradient-3 .decor,
.theme-gradient-3 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-3 button,
.theme-gradient-3 .carosuel-triangle:hover,
.theme-gradient-3 .label-bg--light--200::before,
.theme-gradient-3 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-3 .page-link,
.theme-gradient-3 .sticky .card,
.sticky .theme-gradient-3 .card,
.theme-gradient-3 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-3 .article__thumbnail-image::before,
.theme-gradient-3 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-3 a,
.theme-gradient-3 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-3 .meta-nav::before,
.theme-gradient-3 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-3 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-3 .timeline-line:before {
  background: -o-linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
  background: linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
  background-size: 105% 105%;
}

.theme-gradient-3 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-3 .btn-bg--primary,
.theme-gradient-3 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-3 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-3 .btn-bg--primary.blob-center,
.theme-gradient-3 .btn-bg--primary.form--v8:after,
.theme-gradient-3 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-3 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-3 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-3 button.btn-bg--primary,
.theme-gradient-3 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-3 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-3 .btn-bg--primary.page-link,
.theme-gradient-3 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-3 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-3 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-3 .btn-bg--primary.meta-nav::before,
.theme-gradient-3 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-3 .btn-bg--primary.timeline-line:before,
.theme-gradient-3 mark.btn-hover--primary,
.theme-gradient-3 ins.btn-hover--primary,
.theme-gradient-3 .btn-hover--primary.bg-color--primary,
.theme-gradient-3 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-3 .btn-hover--primary.btn-bg--primary,
.theme-gradient-3 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-3 .btn-hover--primary:hover,
.theme-gradient-3 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-3 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-3 .btn-hover--primary.blob-center,
.theme-gradient-3 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-3 .btn-hover--primary.blob,
.theme-gradient-3 .btn-hover--primary.form--v8:after,
.theme-gradient-3 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-3 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-3 .btn-hover--primary.decor,
.theme-gradient-3 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-3 button.btn-hover--primary,
.theme-gradient-3 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-3 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-3 .btn-hover--primary.page-link,
.theme-gradient-3 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-3 .btn-hover--primary.card,
.theme-gradient-3 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-3 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-3 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-3 a.btn-hover--primary,
.theme-gradient-3 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-3 .btn-hover--primary.meta-nav::before,
.theme-gradient-3 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-3 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-3 .btn-hover--primary.timeline-line:before {
  background: #df8685;
}

.theme-gradient-4 mark,
.theme-gradient-4 ins,
.theme-gradient-4 .bg-color--primary,
.theme-gradient-4 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-4 .btn-bg--primary,
.theme-gradient-4 .btn-bg--primary--05::after,
.theme-gradient-4 .btn-hover--primary:hover,
.theme-gradient-4 .card-hover--bg--primary-shadow.focused,
.theme-gradient-4 .card-hover--bg--primary-shadow:hover,
.theme-gradient-4 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-4 .blob-center,
.theme-gradient-4 .preloader .blob,
.preloader .theme-gradient-4 .blob,
.theme-gradient-4 .form--v8:after,
.theme-gradient-4 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-4 .ico-progress__stages:after,
.theme-gradient-4 .decor,
.theme-gradient-4 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-4 button,
.theme-gradient-4 .carosuel-triangle:hover,
.theme-gradient-4 .label-bg--light--200::before,
.theme-gradient-4 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-4 .page-link,
.theme-gradient-4 .sticky .card,
.sticky .theme-gradient-4 .card,
.theme-gradient-4 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-4 .article__thumbnail-image::before,
.theme-gradient-4 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-4 a,
.theme-gradient-4 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-4 .meta-nav::before,
.theme-gradient-4 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-4 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-4 .timeline-line:before {
  background: -o-linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
  background: linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
  background-size: 105% 105%;
}

.theme-gradient-4 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-4 .btn-bg--primary,
.theme-gradient-4 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-4 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-4 .btn-bg--primary.blob-center,
.theme-gradient-4 .btn-bg--primary.form--v8:after,
.theme-gradient-4 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-4 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-4 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-4 button.btn-bg--primary,
.theme-gradient-4 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-4 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-4 .btn-bg--primary.page-link,
.theme-gradient-4 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-4 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-4 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-4 .btn-bg--primary.meta-nav::before,
.theme-gradient-4 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-4 .btn-bg--primary.timeline-line:before,
.theme-gradient-4 mark.btn-hover--primary,
.theme-gradient-4 ins.btn-hover--primary,
.theme-gradient-4 .btn-hover--primary.bg-color--primary,
.theme-gradient-4 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-4 .btn-hover--primary.btn-bg--primary,
.theme-gradient-4 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-4 .btn-hover--primary:hover,
.theme-gradient-4 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-4 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-4 .btn-hover--primary.blob-center,
.theme-gradient-4 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-4 .btn-hover--primary.blob,
.theme-gradient-4 .btn-hover--primary.form--v8:after,
.theme-gradient-4 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-4 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-4 .btn-hover--primary.decor,
.theme-gradient-4 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-4 button.btn-hover--primary,
.theme-gradient-4 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-4 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-4 .btn-hover--primary.page-link,
.theme-gradient-4 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-4 .btn-hover--primary.card,
.theme-gradient-4 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-4 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-4 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-4 a.btn-hover--primary,
.theme-gradient-4 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-4 .btn-hover--primary.meta-nav::before,
.theme-gradient-4 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-4 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-4 .btn-hover--primary.timeline-line:before {
  background: #3965f4;
}

.theme-gradient-5 mark,
.theme-gradient-5 ins,
.theme-gradient-5 .bg-color--primary,
.theme-gradient-5 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-5 .btn-bg--primary,
.theme-gradient-5 .btn-bg--primary--05::after,
.theme-gradient-5 .btn-hover--primary:hover,
.theme-gradient-5 .card-hover--bg--primary-shadow.focused,
.theme-gradient-5 .card-hover--bg--primary-shadow:hover,
.theme-gradient-5 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-5 .blob-center,
.theme-gradient-5 .preloader .blob,
.preloader .theme-gradient-5 .blob,
.theme-gradient-5 .form--v8:after,
.theme-gradient-5 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-5 .ico-progress__stages:after,
.theme-gradient-5 .decor,
.theme-gradient-5 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-5 button,
.theme-gradient-5 .carosuel-triangle:hover,
.theme-gradient-5 .label-bg--light--200::before,
.theme-gradient-5 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-5 .page-link,
.theme-gradient-5 .sticky .card,
.sticky .theme-gradient-5 .card,
.theme-gradient-5 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-5 .article__thumbnail-image::before,
.theme-gradient-5 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-5 a,
.theme-gradient-5 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-5 .meta-nav::before,
.theme-gradient-5 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-5 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-5 .timeline-line:before {
  background: -webkit-gradient(linear, left top, right top, from(#0099FF), to(#6610f2));
  background: -o-linear-gradient(left, #0099FF 0%, #6610f2 100%);
  background: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
  background-size: 105% 105%;
}

.theme-gradient-5 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-5 .btn-bg--primary,
.theme-gradient-5 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-5 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-5 .btn-bg--primary.blob-center,
.theme-gradient-5 .btn-bg--primary.form--v8:after,
.theme-gradient-5 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-5 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-5 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-5 button.btn-bg--primary,
.theme-gradient-5 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-5 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-5 .btn-bg--primary.page-link,
.theme-gradient-5 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-5 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-5 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-5 .btn-bg--primary.meta-nav::before,
.theme-gradient-5 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-5 .btn-bg--primary.timeline-line:before,
.theme-gradient-5 mark.btn-hover--primary,
.theme-gradient-5 ins.btn-hover--primary,
.theme-gradient-5 .btn-hover--primary.bg-color--primary,
.theme-gradient-5 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-5 .btn-hover--primary.btn-bg--primary,
.theme-gradient-5 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-5 .btn-hover--primary:hover,
.theme-gradient-5 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-5 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-5 .btn-hover--primary.blob-center,
.theme-gradient-5 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-5 .btn-hover--primary.blob,
.theme-gradient-5 .btn-hover--primary.form--v8:after,
.theme-gradient-5 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-5 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-5 .btn-hover--primary.decor,
.theme-gradient-5 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-5 button.btn-hover--primary,
.theme-gradient-5 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-5 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-5 .btn-hover--primary.page-link,
.theme-gradient-5 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-5 .btn-hover--primary.card,
.theme-gradient-5 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-5 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-5 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-5 a.btn-hover--primary,
.theme-gradient-5 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-5 .btn-hover--primary.meta-nav::before,
.theme-gradient-5 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-5 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-5 .btn-hover--primary.timeline-line:before {
  background: #3965f4;
}

.theme-gradient-6 mark,
.theme-gradient-6 ins,
.theme-gradient-6 .bg-color--primary,
.theme-gradient-6 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-6 .btn-bg--primary,
.theme-gradient-6 .btn-bg--primary--05::after,
.theme-gradient-6 .btn-hover--primary:hover,
.theme-gradient-6 .card-hover--bg--primary-shadow.focused,
.theme-gradient-6 .card-hover--bg--primary-shadow:hover,
.theme-gradient-6 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-6 .blob-center,
.theme-gradient-6 .preloader .blob,
.preloader .theme-gradient-6 .blob,
.theme-gradient-6 .form--v8:after,
.theme-gradient-6 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-6 .ico-progress__stages:after,
.theme-gradient-6 .decor,
.theme-gradient-6 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-6 button,
.theme-gradient-6 .carosuel-triangle:hover,
.theme-gradient-6 .label-bg--light--200::before,
.theme-gradient-6 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-6 .page-link,
.theme-gradient-6 .sticky .card,
.sticky .theme-gradient-6 .card,
.theme-gradient-6 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-6 .article__thumbnail-image::before,
.theme-gradient-6 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-6 a,
.theme-gradient-6 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-6 .meta-nav::before,
.theme-gradient-6 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-6 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-6 .timeline-line:before {
  background: -o-linear-gradient(45deg, #8448ff 0%, #21007b 80%);
  background: linear-gradient(45deg, #8448ff 0%, #21007b 80%);
  background-size: 105% 105%;
}

.theme-gradient-6 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-6 .btn-bg--primary,
.theme-gradient-6 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-6 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-6 .btn-bg--primary.blob-center,
.theme-gradient-6 .btn-bg--primary.form--v8:after,
.theme-gradient-6 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-6 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-6 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-6 button.btn-bg--primary,
.theme-gradient-6 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-6 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-6 .btn-bg--primary.page-link,
.theme-gradient-6 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-6 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-6 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-6 .btn-bg--primary.meta-nav::before,
.theme-gradient-6 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-6 .btn-bg--primary.timeline-line:before,
.theme-gradient-6 mark.btn-hover--primary,
.theme-gradient-6 ins.btn-hover--primary,
.theme-gradient-6 .btn-hover--primary.bg-color--primary,
.theme-gradient-6 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-6 .btn-hover--primary.btn-bg--primary,
.theme-gradient-6 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-6 .btn-hover--primary:hover,
.theme-gradient-6 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-6 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-6 .btn-hover--primary.blob-center,
.theme-gradient-6 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-6 .btn-hover--primary.blob,
.theme-gradient-6 .btn-hover--primary.form--v8:after,
.theme-gradient-6 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-6 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-6 .btn-hover--primary.decor,
.theme-gradient-6 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-6 button.btn-hover--primary,
.theme-gradient-6 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-6 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-6 .btn-hover--primary.page-link,
.theme-gradient-6 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-6 .btn-hover--primary.card,
.theme-gradient-6 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-6 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-6 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-6 a.btn-hover--primary,
.theme-gradient-6 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-6 .btn-hover--primary.meta-nav::before,
.theme-gradient-6 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-6 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-6 .btn-hover--primary.timeline-line:before {
  background: #9313db;
}

.theme-gradient-7 mark,
.theme-gradient-7 ins,
.theme-gradient-7 .bg-color--primary,
.theme-gradient-7 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-7 .btn-bg--primary,
.theme-gradient-7 .btn-bg--primary--05::after,
.theme-gradient-7 .btn-hover--primary:hover,
.theme-gradient-7 .card-hover--bg--primary-shadow.focused,
.theme-gradient-7 .card-hover--bg--primary-shadow:hover,
.theme-gradient-7 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-7 .blob-center,
.theme-gradient-7 .preloader .blob,
.preloader .theme-gradient-7 .blob,
.theme-gradient-7 .form--v8:after,
.theme-gradient-7 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-7 .ico-progress__stages:after,
.theme-gradient-7 .decor,
.theme-gradient-7 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-7 button,
.theme-gradient-7 .carosuel-triangle:hover,
.theme-gradient-7 .label-bg--light--200::before,
.theme-gradient-7 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-7 .page-link,
.theme-gradient-7 .sticky .card,
.sticky .theme-gradient-7 .card,
.theme-gradient-7 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-7 .article__thumbnail-image::before,
.theme-gradient-7 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-7 a,
.theme-gradient-7 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-7 .meta-nav::before,
.theme-gradient-7 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-7 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-7 .timeline-line:before {
  background: -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%), -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%);
  background: linear-gradient(-70deg, #8131c6 0%, #211e8c 100%), linear-gradient(-70deg, #8131c6 0%, #211e8c 100%);
  background-size: 105% 105%;
}

.theme-gradient-7 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-7 .btn-bg--primary,
.theme-gradient-7 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-7 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-7 .btn-bg--primary.blob-center,
.theme-gradient-7 .btn-bg--primary.form--v8:after,
.theme-gradient-7 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-7 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-7 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-7 button.btn-bg--primary,
.theme-gradient-7 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-7 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-7 .btn-bg--primary.page-link,
.theme-gradient-7 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-7 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-7 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-7 .btn-bg--primary.meta-nav::before,
.theme-gradient-7 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-7 .btn-bg--primary.timeline-line:before,
.theme-gradient-7 mark.btn-hover--primary,
.theme-gradient-7 ins.btn-hover--primary,
.theme-gradient-7 .btn-hover--primary.bg-color--primary,
.theme-gradient-7 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-7 .btn-hover--primary.btn-bg--primary,
.theme-gradient-7 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-7 .btn-hover--primary:hover,
.theme-gradient-7 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-7 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-7 .btn-hover--primary.blob-center,
.theme-gradient-7 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-7 .btn-hover--primary.blob,
.theme-gradient-7 .btn-hover--primary.form--v8:after,
.theme-gradient-7 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-7 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-7 .btn-hover--primary.decor,
.theme-gradient-7 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-7 button.btn-hover--primary,
.theme-gradient-7 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-7 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-7 .btn-hover--primary.page-link,
.theme-gradient-7 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-7 .btn-hover--primary.card,
.theme-gradient-7 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-7 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-7 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-7 a.btn-hover--primary,
.theme-gradient-7 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-7 .btn-hover--primary.meta-nav::before,
.theme-gradient-7 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-7 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-7 .btn-hover--primary.timeline-line:before {
  background: #9313db;
}

.theme-gradient-8 mark,
.theme-gradient-8 ins,
.theme-gradient-8 .bg-color--primary,
.theme-gradient-8 [class*="bg-color--primary-opacity-"]::before,
.theme-gradient-8 .btn-bg--primary,
.theme-gradient-8 .btn-bg--primary--05::after,
.theme-gradient-8 .btn-hover--primary:hover,
.theme-gradient-8 .card-hover--bg--primary-shadow.focused,
.theme-gradient-8 .card-hover--bg--primary-shadow:hover,
.theme-gradient-8 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-8 .blob-center,
.theme-gradient-8 .preloader .blob,
.preloader .theme-gradient-8 .blob,
.theme-gradient-8 .form--v8:after,
.theme-gradient-8 .ico-progress--v2 .ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-8 .ico-progress__stages:after,
.theme-gradient-8 .decor,
.theme-gradient-8 .carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-8 button,
.theme-gradient-8 .carosuel-triangle:hover,
.theme-gradient-8 .label-bg--light--200::before,
.theme-gradient-8 .pagination .page-item.active .page-link,
.pagination .page-item.active .theme-gradient-8 .page-link,
.theme-gradient-8 .sticky .card,
.sticky .theme-gradient-8 .card,
.theme-gradient-8 .sticky .article__thumbnail-image::before,
.sticky .theme-gradient-8 .article__thumbnail-image::before,
.theme-gradient-8 .widget_calendar tbody a,
.widget_calendar tbody .theme-gradient-8 a,
.theme-gradient-8 .post-navigation .meta-nav::before,
.post-navigation .theme-gradient-8 .meta-nav::before,
.theme-gradient-8 .navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-8 .roadmap--v4 .roadmap-item--current .timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-8 .timeline-line:before {
  background: -webkit-gradient(linear, left top, right top, from(#642B73), to(#C6426E));
  background: -o-linear-gradient(left, #642B73 0%, #C6426E 100%);
  background: linear-gradient(to right, #642B73 0%, #C6426E 100%);
  background-size: 105% 105%;
}

.theme-gradient-8 .btn-bg--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-8 .btn-bg--primary,
.theme-gradient-8 .btn-bg--primary.btn-bg--primary--05::after,
.theme-gradient-8 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-8 .btn-bg--primary.blob-center,
.theme-gradient-8 .btn-bg--primary.form--v8:after,
.theme-gradient-8 .ico-progress--v2 .btn-bg--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-8 .btn-bg--primary.ico-progress__stages:after,
.theme-gradient-8 .carosuel-slider--v1 .slick-dots .slick-active button.btn-bg--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-8 button.btn-bg--primary,
.theme-gradient-8 .btn-bg--primary.label-bg--light--200::before,
.theme-gradient-8 .pagination .page-item.active .btn-bg--primary.page-link,
.pagination .page-item.active .theme-gradient-8 .btn-bg--primary.page-link,
.theme-gradient-8 .sticky .btn-bg--primary.article__thumbnail-image::before,
.sticky .theme-gradient-8 .btn-bg--primary.article__thumbnail-image::before,
.theme-gradient-8 .post-navigation .btn-bg--primary.meta-nav::before,
.post-navigation .theme-gradient-8 .btn-bg--primary.meta-nav::before,
.theme-gradient-8 .roadmap--v4 .roadmap-item--current .btn-bg--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-8 .btn-bg--primary.timeline-line:before,
.theme-gradient-8 mark.btn-hover--primary,
.theme-gradient-8 ins.btn-hover--primary,
.theme-gradient-8 .btn-hover--primary.bg-color--primary,
.theme-gradient-8 .btn-hover--primary[class*="bg-color--primary-opacity-"]::before,
.theme-gradient-8 .btn-hover--primary.btn-bg--primary,
.theme-gradient-8 .btn-hover--primary.btn-bg--primary--05::after,
.theme-gradient-8 .btn-hover--primary:hover,
.theme-gradient-8 .btn-hover--primary.card-hover--bg--primary-shadow.focused,
.theme-gradient-8 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-gradient-8 .btn-hover--primary.blob-center,
.theme-gradient-8 .preloader .btn-hover--primary.blob,
.preloader .theme-gradient-8 .btn-hover--primary.blob,
.theme-gradient-8 .btn-hover--primary.form--v8:after,
.theme-gradient-8 .ico-progress--v2 .btn-hover--primary.ico-progress__stages:after,
.ico-progress--v2 .theme-gradient-8 .btn-hover--primary.ico-progress__stages:after,
.theme-gradient-8 .btn-hover--primary.decor,
.theme-gradient-8 .carosuel-slider--v1 .slick-dots .slick-active button.btn-hover--primary,
.carosuel-slider--v1 .slick-dots .slick-active .theme-gradient-8 button.btn-hover--primary,
.theme-gradient-8 .btn-hover--primary.label-bg--light--200::before,
.theme-gradient-8 .pagination .page-item.active .btn-hover--primary.page-link,
.pagination .page-item.active .theme-gradient-8 .btn-hover--primary.page-link,
.theme-gradient-8 .sticky .btn-hover--primary.card,
.sticky .theme-gradient-8 .btn-hover--primary.card,
.theme-gradient-8 .sticky .btn-hover--primary.article__thumbnail-image::before,
.sticky .theme-gradient-8 .btn-hover--primary.article__thumbnail-image::before,
.theme-gradient-8 .widget_calendar tbody a.btn-hover--primary,
.widget_calendar tbody .theme-gradient-8 a.btn-hover--primary,
.theme-gradient-8 .post-navigation .btn-hover--primary.meta-nav::before,
.post-navigation .theme-gradient-8 .btn-hover--primary.meta-nav::before,
.theme-gradient-8 .btn-hover--primary.navbar-sticky--moved-up.sticky-bg-color--primary,
.theme-gradient-8 .roadmap--v4 .roadmap-item--current .btn-hover--primary.timeline-line:before,
.roadmap--v4 .roadmap-item--current .theme-gradient-8 .btn-hover--primary.timeline-line:before {
  background: #a9486e;
}

.theme-amethyst .bg-color--primary-light--1,
.theme-amethyst .blog-details .header-area::before,
.blog-details .theme-amethyst .header-area::before {
  background: #fbf2fc;
}

.theme-roman .bg-color--primary-light--1,
.theme-roman .blog-details .header-area::before,
.blog-details .theme-roman .header-area::before {
  background: #fcf2f2;
}

.theme-amaranth .bg-color--primary-light--1,
.theme-amaranth .blog-details .header-area::before,
.blog-details .theme-amaranth .header-area::before {
  background: #fff4f3;
}

.theme-orange .bg-color--primary-light--1,
.theme-orange .blog-details .header-area::before,
.blog-details .theme-orange .header-area::before {
  background: #fef6f2;
}

.theme-green .bg-color--primary-light--1,
.theme-green .blog-details .header-area::before,
.blog-details .theme-green .header-area::before {
  background: #ecfcf2;
}

.theme-fern .bg-color--primary-light--1,
.theme-fern .blog-details .header-area::before,
.blog-details .theme-fern .header-area::before {
  background: #f3faf5;
}

.theme-royal-blue .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(38, 78, 238, 0)), to(rgba(38, 78, 238, 0.05)));
  background: -o-linear-gradient(bottom, rgba(38, 78, 238, 0) 0%, rgba(38, 78, 238, 0.05) 100%);
  background: linear-gradient(to top, rgba(38, 78, 238, 0) 0%, rgba(38, 78, 238, 0.05) 100%);
}

.theme-blue .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 101, 244, 0)), to(rgba(57, 101, 244, 0.08)));
  background: -o-linear-gradient(bottom, rgba(57, 101, 244, 0) 0%, rgba(57, 101, 244, 0.08) 100%);
  background: linear-gradient(to top, rgba(57, 101, 244, 0) 0%, rgba(57, 101, 244, 0.08) 100%);
}

.theme-amethyst .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(192, 77, 208, 0)), to(rgba(192, 77, 208, 0.08)));
  background: -o-linear-gradient(bottom, rgba(192, 77, 208, 0) 0%, rgba(192, 77, 208, 0.08) 100%);
  background: linear-gradient(to top, rgba(192, 77, 208, 0) 0%, rgba(192, 77, 208, 0.08) 100%);
}

.theme-roman .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 93, 93, 0)), to(rgba(218, 93, 93, 0.08)));
  background: -o-linear-gradient(bottom, rgba(218, 93, 93, 0) 0%, rgba(218, 93, 93, 0.08) 100%);
  background: linear-gradient(to top, rgba(218, 93, 93, 0) 0%, rgba(218, 93, 93, 0.08) 100%);
}

.theme-amaranth .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 75, 54, 0)), to(rgba(255, 75, 54, 0.08)));
  background: -o-linear-gradient(bottom, rgba(255, 75, 54, 0) 0%, rgba(255, 75, 54, 0.08) 100%);
  background: linear-gradient(to top, rgba(255, 75, 54, 0) 0%, rgba(255, 75, 54, 0.08) 100%);
}

.theme-orange .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 121, 57, 0)), to(rgba(235, 121, 57, 0.08)));
  background: -o-linear-gradient(bottom, rgba(235, 121, 57, 0) 0%, rgba(235, 121, 57, 0.08) 100%);
  background: linear-gradient(to top, rgba(235, 121, 57, 0) 0%, rgba(235, 121, 57, 0.08) 100%);
}

.theme-green .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 214, 96, 0)), to(rgba(30, 214, 96, 0.1)));
  background: -o-linear-gradient(bottom, rgba(30, 214, 96, 0) 0%, rgba(30, 214, 96, 0.1) 100%);
  background: linear-gradient(to top, rgba(30, 214, 96, 0) 0%, rgba(30, 214, 96, 0.1) 100%);
}

.theme-fern .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(82, 181, 112, 0)), to(rgba(82, 181, 112, 0.1)));
  background: -o-linear-gradient(bottom, rgba(82, 181, 112, 0) 0%, rgba(82, 181, 112, 0.1) 100%);
  background: linear-gradient(to top, rgba(82, 181, 112, 0) 0%, rgba(82, 181, 112, 0.1) 100%);
}

.theme-gradient-7 .bg-gradient-primary--1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 245, 248, 0)), to(#f2f5f8));
  background: -o-linear-gradient(bottom, rgba(242, 245, 248, 0) 0%, #f2f5f8 100%);
  background: linear-gradient(to top, rgba(242, 245, 248, 0) 0%, #f2f5f8 100%);
}

.theme-gradient-1 .decor {
  background: #3965f4;
}

.theme-gradient-2 .decor {
  background: inset 0 0 0 2px #4abdaf;
}

.theme-gradient-3 .decor {
  background: inset 0 0 0 2px #EB699D;
}

.theme-gradient-4 .decor {
  background: inset 0 0 0 2px #2b5bed;
}

.theme-gradient-5 .decor {
  background: inset 0 0 0 2px #6610f2;
}

.theme-gradient-6 .decor {
  background: inset 0 0 0 2px #3965f4;
}

.theme-gradient-7 .decor {
  background: inset 0 0 0 2px #9313db;
}

.theme-gradient-8 .decor {
  background: inset 0 0 0 2px #a9486e;
}

.theme-royal-blue .btn-bg--light {
  background: #edf0fe;
}

.theme-blue .btn-bg--light {
  background: #edf0fe;
}

.theme-amethyst .btn-bg--light {
  background: #fbf2fc;
}

.theme-roman .btn-bg--light {
  background: #fcf2f2;
}

.theme-amaranth .btn-bg--light {
  background: #f7f5f2;
}

.theme-orange .btn-bg--light {
  background: #f7f5f2;
}

.theme-green .btn-bg--light {
  background: #dffbe9;
}

.theme-fern .btn-bg--light {
  background: #e8f5ec;
}

.theme-gradient-1 .btn-bg--light {
  background: #edf0fe;
}

.theme-gradient-2 .btn-bg--light {
  background: #e7f6f4;
}

.theme-gradient-3 .btn-bg--light {
  background: #fdf0f5;
}

.theme-gradient-4 .btn-bg--light {
  background: #edf0fe;
}

.theme-gradient-5 .btn-bg--light {
  background: #edf0fe;
}

.theme-gradient-6 .btn-bg--light {
  background: #edf0fe;
}

.theme-gradient-7 .btn-bg--light {
  background: #edf0fe;
}

.theme-gradient-8 .btn-bg--light {
  background: #f3e3ea;
}

.theme-royal-blue .color--primary,
.theme-royal-blue .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-royal-blue .card__title,
.theme-royal-blue .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-royal-blue .card__title,
.theme-royal-blue a.list-group-item:hover,
.theme-royal-blue a.list-group-item.active,
.theme-royal-blue a.list-group-item:focus,
.theme-royal-blue .text-hover--primary:hover,
.theme-royal-blue .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-royal-blue i:hover,
.theme-royal-blue .carosuel-arrow,
.theme-royal-blue .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-royal-blue i:hover,
.theme-royal-blue .dropdown-module__item:focus,
.theme-royal-blue .dropdown-module__item:hover,
.theme-royal-blue .label-bg--primary,
.theme-royal-blue .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-royal-blue .page-link,
.theme-royal-blue .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-royal-blue .breadcrumb,
.theme-royal-blue .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-royal-blue a,
.theme-royal-blue .blog-details .article-content a,
.blog-details .article-content .theme-royal-blue a,
.theme-royal-blue .blog-details .comment-content a,
.blog-details .comment-content .theme-royal-blue a,
.theme-royal-blue .article-author__name:hover,
.theme-royal-blue .article__title h2:hover,
.article__title .theme-royal-blue h2:hover,
.theme-royal-blue .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-royal-blue .url:hover,
.theme-royal-blue .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-royal-blue a,
.theme-royal-blue .blog-sidebar .widget-title,
.blog-sidebar .theme-royal-blue .widget-title,
.theme-royal-blue .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-royal-blue a:hover,
.theme-royal-blue .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-royal-blue a:focus,
.theme-royal-blue .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-royal-blue i,
.theme-royal-blue .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-royal-blue i,
.theme-royal-blue .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-royal-blue a:hover,
.theme-royal-blue .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-royal-blue .current_page_item>a,
.theme-royal-blue .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-royal-blue .current-menu-item>a,
.theme-royal-blue .widget_calendar tfoot a,
.widget_calendar tfoot .theme-royal-blue a,
.theme-royal-blue .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-royal-blue .rsswidget,
.theme-royal-blue .post-navigation .meta-nav,
.post-navigation .theme-royal-blue .meta-nav,
.theme-royal-blue .post-navigation .post-title:hover,
.post-navigation .theme-royal-blue .post-title:hover,
.theme-royal-blue .tags-links a,
.tags-links .theme-royal-blue a,
.theme-royal-blue .comments-area .comment-reply-link,
.comments-area .theme-royal-blue .comment-reply-link,
.theme-royal-blue .dropdown-item:focus,
.theme-royal-blue .dropdown-item:hover,
.theme-royal-blue .dropdown-item.active,
.theme-royal-blue .dropdown-item:active,
.theme-royal-blue .footer.section--light a:hover,
.footer.section--light .theme-royal-blue a:hover {
  color: #0057a3;
}

.theme-blue .color--primary,
.theme-blue .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-blue .card__title,
.theme-blue .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-blue .card__title,
.theme-blue a.list-group-item:hover,
.theme-blue a.list-group-item.active,
.theme-blue a.list-group-item:focus,
.theme-blue .text-hover--primary:hover,
.theme-blue .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-blue i:hover,
.theme-blue .carosuel-arrow,
.theme-blue .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-blue i:hover,
.theme-blue .dropdown-module__item:focus,
.theme-blue .dropdown-module__item:hover,
.theme-blue .label-bg--primary,
.theme-blue .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-blue .page-link,
.theme-blue .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-blue .breadcrumb,
.theme-blue .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-blue a,
.theme-blue .blog-details .article-content a,
.blog-details .article-content .theme-blue a,
.theme-blue .blog-details .comment-content a,
.blog-details .comment-content .theme-blue a,
.theme-blue .article-author__name:hover,
.theme-blue .article__title h2:hover,
.article__title .theme-blue h2:hover,
.theme-blue .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-blue .url:hover,
.theme-blue .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-blue a,
.theme-blue .blog-sidebar .widget-title,
.blog-sidebar .theme-blue .widget-title,
.theme-blue .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-blue a:hover,
.theme-blue .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-blue a:focus,
.theme-blue .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-blue i,
.theme-blue .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-blue i,
.theme-blue .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-blue a:hover,
.theme-blue .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-blue .current_page_item>a,
.theme-blue .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-blue .current-menu-item>a,
.theme-blue .widget_calendar tfoot a,
.widget_calendar tfoot .theme-blue a,
.theme-blue .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-blue .rsswidget,
.theme-blue .post-navigation .meta-nav,
.post-navigation .theme-blue .meta-nav,
.theme-blue .post-navigation .post-title:hover,
.post-navigation .theme-blue .post-title:hover,
.theme-blue .tags-links a,
.tags-links .theme-blue a,
.theme-blue .comments-area .comment-reply-link,
.comments-area .theme-blue .comment-reply-link,
.theme-blue .dropdown-item:focus,
.theme-blue .dropdown-item:hover,
.theme-blue .dropdown-item.active,
.theme-blue .dropdown-item:active,
.theme-blue .footer.section--light a:hover,
.footer.section--light .theme-blue a:hover {
  color: #3965f4;
}

.theme-amethyst .color--primary,
.theme-amethyst .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-amethyst .card__title,
.theme-amethyst .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-amethyst .card__title,
.theme-amethyst a.list-group-item:hover,
.theme-amethyst a.list-group-item.active,
.theme-amethyst a.list-group-item:focus,
.theme-amethyst .text-hover--primary:hover,
.theme-amethyst .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-amethyst i:hover,
.theme-amethyst .carosuel-arrow,
.theme-amethyst .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-amethyst i:hover,
.theme-amethyst .dropdown-module__item:focus,
.theme-amethyst .dropdown-module__item:hover,
.theme-amethyst .label-bg--primary,
.theme-amethyst .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-amethyst .page-link,
.theme-amethyst .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-amethyst .breadcrumb,
.theme-amethyst .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-amethyst a,
.theme-amethyst .blog-details .article-content a,
.blog-details .article-content .theme-amethyst a,
.theme-amethyst .blog-details .comment-content a,
.blog-details .comment-content .theme-amethyst a,
.theme-amethyst .article-author__name:hover,
.theme-amethyst .article__title h2:hover,
.article__title .theme-amethyst h2:hover,
.theme-amethyst .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-amethyst .url:hover,
.theme-amethyst .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-amethyst a,
.theme-amethyst .blog-sidebar .widget-title,
.blog-sidebar .theme-amethyst .widget-title,
.theme-amethyst .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-amethyst a:hover,
.theme-amethyst .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-amethyst a:focus,
.theme-amethyst .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-amethyst i,
.theme-amethyst .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-amethyst i,
.theme-amethyst .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-amethyst a:hover,
.theme-amethyst .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-amethyst .current_page_item>a,
.theme-amethyst .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-amethyst .current-menu-item>a,
.theme-amethyst .widget_calendar tfoot a,
.widget_calendar tfoot .theme-amethyst a,
.theme-amethyst .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-amethyst .rsswidget,
.theme-amethyst .post-navigation .meta-nav,
.post-navigation .theme-amethyst .meta-nav,
.theme-amethyst .post-navigation .post-title:hover,
.post-navigation .theme-amethyst .post-title:hover,
.theme-amethyst .tags-links a,
.tags-links .theme-amethyst a,
.theme-amethyst .comments-area .comment-reply-link,
.comments-area .theme-amethyst .comment-reply-link,
.theme-amethyst .dropdown-item:focus,
.theme-amethyst .dropdown-item:hover,
.theme-amethyst .dropdown-item.active,
.theme-amethyst .dropdown-item:active,
.theme-amethyst .footer.section--light a:hover,
.footer.section--light .theme-amethyst a:hover {
  color: #C04DD0;
}

.theme-roman .color--primary,
.theme-roman .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-roman .card__title,
.theme-roman .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-roman .card__title,
.theme-roman a.list-group-item:hover,
.theme-roman a.list-group-item.active,
.theme-roman a.list-group-item:focus,
.theme-roman .text-hover--primary:hover,
.theme-roman .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-roman i:hover,
.theme-roman .carosuel-arrow,
.theme-roman .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-roman i:hover,
.theme-roman .dropdown-module__item:focus,
.theme-roman .dropdown-module__item:hover,
.theme-roman .label-bg--primary,
.theme-roman .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-roman .page-link,
.theme-roman .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-roman .breadcrumb,
.theme-roman .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-roman a,
.theme-roman .blog-details .article-content a,
.blog-details .article-content .theme-roman a,
.theme-roman .blog-details .comment-content a,
.blog-details .comment-content .theme-roman a,
.theme-roman .article-author__name:hover,
.theme-roman .article__title h2:hover,
.article__title .theme-roman h2:hover,
.theme-roman .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-roman .url:hover,
.theme-roman .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-roman a,
.theme-roman .blog-sidebar .widget-title,
.blog-sidebar .theme-roman .widget-title,
.theme-roman .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-roman a:hover,
.theme-roman .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-roman a:focus,
.theme-roman .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-roman i,
.theme-roman .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-roman i,
.theme-roman .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-roman a:hover,
.theme-roman .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-roman .current_page_item>a,
.theme-roman .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-roman .current-menu-item>a,
.theme-roman .widget_calendar tfoot a,
.widget_calendar tfoot .theme-roman a,
.theme-roman .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-roman .rsswidget,
.theme-roman .post-navigation .meta-nav,
.post-navigation .theme-roman .meta-nav,
.theme-roman .post-navigation .post-title:hover,
.post-navigation .theme-roman .post-title:hover,
.theme-roman .tags-links a,
.tags-links .theme-roman a,
.theme-roman .comments-area .comment-reply-link,
.comments-area .theme-roman .comment-reply-link,
.theme-roman .dropdown-item:focus,
.theme-roman .dropdown-item:hover,
.theme-roman .dropdown-item.active,
.theme-roman .dropdown-item:active,
.theme-roman .footer.section--light a:hover,
.footer.section--light .theme-roman a:hover {
  color: #da5d5d;
}

.theme-amaranth .color--primary,
.theme-amaranth .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-amaranth .card__title,
.theme-amaranth .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-amaranth .card__title,
.theme-amaranth a.list-group-item:hover,
.theme-amaranth a.list-group-item.active,
.theme-amaranth a.list-group-item:focus,
.theme-amaranth .text-hover--primary:hover,
.theme-amaranth .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-amaranth i:hover,
.theme-amaranth .carosuel-arrow,
.theme-amaranth .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-amaranth i:hover,
.theme-amaranth .dropdown-module__item:focus,
.theme-amaranth .dropdown-module__item:hover,
.theme-amaranth .label-bg--primary,
.theme-amaranth .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-amaranth .page-link,
.theme-amaranth .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-amaranth .breadcrumb,
.theme-amaranth .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-amaranth a,
.theme-amaranth .blog-details .article-content a,
.blog-details .article-content .theme-amaranth a,
.theme-amaranth .blog-details .comment-content a,
.blog-details .comment-content .theme-amaranth a,
.theme-amaranth .article-author__name:hover,
.theme-amaranth .article__title h2:hover,
.article__title .theme-amaranth h2:hover,
.theme-amaranth .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-amaranth .url:hover,
.theme-amaranth .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-amaranth a,
.theme-amaranth .blog-sidebar .widget-title,
.blog-sidebar .theme-amaranth .widget-title,
.theme-amaranth .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-amaranth a:hover,
.theme-amaranth .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-amaranth a:focus,
.theme-amaranth .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-amaranth i,
.theme-amaranth .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-amaranth i,
.theme-amaranth .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-amaranth a:hover,
.theme-amaranth .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-amaranth .current_page_item>a,
.theme-amaranth .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-amaranth .current-menu-item>a,
.theme-amaranth .widget_calendar tfoot a,
.widget_calendar tfoot .theme-amaranth a,
.theme-amaranth .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-amaranth .rsswidget,
.theme-amaranth .post-navigation .meta-nav,
.post-navigation .theme-amaranth .meta-nav,
.theme-amaranth .post-navigation .post-title:hover,
.post-navigation .theme-amaranth .post-title:hover,
.theme-amaranth .tags-links a,
.tags-links .theme-amaranth a,
.theme-amaranth .comments-area .comment-reply-link,
.comments-area .theme-amaranth .comment-reply-link,
.theme-amaranth .dropdown-item:focus,
.theme-amaranth .dropdown-item:hover,
.theme-amaranth .dropdown-item.active,
.theme-amaranth .dropdown-item:active,
.theme-amaranth .footer.section--light a:hover,
.footer.section--light .theme-amaranth a:hover {
  color: #FF4B36;
}

.theme-orange .color--primary,
.theme-orange .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-orange .card__title,
.theme-orange .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-orange .card__title,
.theme-orange a.list-group-item:hover,
.theme-orange a.list-group-item.active,
.theme-orange a.list-group-item:focus,
.theme-orange .text-hover--primary:hover,
.theme-orange .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-orange i:hover,
.theme-orange .carosuel-arrow,
.theme-orange .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-orange i:hover,
.theme-orange .dropdown-module__item:focus,
.theme-orange .dropdown-module__item:hover,
.theme-orange .label-bg--primary,
.theme-orange .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-orange .page-link,
.theme-orange .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-orange .breadcrumb,
.theme-orange .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-orange a,
.theme-orange .blog-details .article-content a,
.blog-details .article-content .theme-orange a,
.theme-orange .blog-details .comment-content a,
.blog-details .comment-content .theme-orange a,
.theme-orange .article-author__name:hover,
.theme-orange .article__title h2:hover,
.article__title .theme-orange h2:hover,
.theme-orange .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-orange .url:hover,
.theme-orange .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-orange a,
.theme-orange .blog-sidebar .widget-title,
.blog-sidebar .theme-orange .widget-title,
.theme-orange .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-orange a:hover,
.theme-orange .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-orange a:focus,
.theme-orange .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-orange i,
.theme-orange .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-orange i,
.theme-orange .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-orange a:hover,
.theme-orange .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-orange .current_page_item>a,
.theme-orange .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-orange .current-menu-item>a,
.theme-orange .widget_calendar tfoot a,
.widget_calendar tfoot .theme-orange a,
.theme-orange .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-orange .rsswidget,
.theme-orange .post-navigation .meta-nav,
.post-navigation .theme-orange .meta-nav,
.theme-orange .post-navigation .post-title:hover,
.post-navigation .theme-orange .post-title:hover,
.theme-orange .tags-links a,
.tags-links .theme-orange a,
.theme-orange .comments-area .comment-reply-link,
.comments-area .theme-orange .comment-reply-link,
.theme-orange .dropdown-item:focus,
.theme-orange .dropdown-item:hover,
.theme-orange .dropdown-item.active,
.theme-orange .dropdown-item:active,
.theme-orange .footer.section--light a:hover,
.footer.section--light .theme-orange a:hover {
  color: #eb7939;
}

.theme-green .color--primary,
.theme-green .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-green .card__title,
.theme-green .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-green .card__title,
.theme-green a.list-group-item:hover,
.theme-green a.list-group-item.active,
.theme-green a.list-group-item:focus,
.theme-green .text-hover--primary:hover,
.theme-green .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-green i:hover,
.theme-green .carosuel-arrow,
.theme-green .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-green i:hover,
.theme-green .dropdown-module__item:focus,
.theme-green .dropdown-module__item:hover,
.theme-green .label-bg--primary,
.theme-green .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-green .page-link,
.theme-green .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-green .breadcrumb,
.theme-green .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-green a,
.theme-green .blog-details .article-content a,
.blog-details .article-content .theme-green a,
.theme-green .blog-details .comment-content a,
.blog-details .comment-content .theme-green a,
.theme-green .article-author__name:hover,
.theme-green .article__title h2:hover,
.article__title .theme-green h2:hover,
.theme-green .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-green .url:hover,
.theme-green .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-green a,
.theme-green .blog-sidebar .widget-title,
.blog-sidebar .theme-green .widget-title,
.theme-green .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-green a:hover,
.theme-green .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-green a:focus,
.theme-green .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-green i,
.theme-green .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-green i,
.theme-green .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-green a:hover,
.theme-green .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-green .current_page_item>a,
.theme-green .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-green .current-menu-item>a,
.theme-green .widget_calendar tfoot a,
.widget_calendar tfoot .theme-green a,
.theme-green .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-green .rsswidget,
.theme-green .post-navigation .meta-nav,
.post-navigation .theme-green .meta-nav,
.theme-green .post-navigation .post-title:hover,
.post-navigation .theme-green .post-title:hover,
.theme-green .tags-links a,
.tags-links .theme-green a,
.theme-green .comments-area .comment-reply-link,
.comments-area .theme-green .comment-reply-link,
.theme-green .dropdown-item:focus,
.theme-green .dropdown-item:hover,
.theme-green .dropdown-item.active,
.theme-green .dropdown-item:active,
.theme-green .footer.section--light a:hover,
.footer.section--light .theme-green a:hover {
  color: #1ED660;
}

.theme-fern .color--primary,
.theme-fern .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-fern .card__title,
.theme-fern .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-fern .card__title,
.theme-fern a.list-group-item:hover,
.theme-fern a.list-group-item.active,
.theme-fern a.list-group-item:focus,
.theme-fern .text-hover--primary:hover,
.theme-fern .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-fern i:hover,
.theme-fern .carosuel-arrow,
.theme-fern .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-fern i:hover,
.theme-fern .dropdown-module__item:focus,
.theme-fern .dropdown-module__item:hover,
.theme-fern .label-bg--primary,
.theme-fern .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-fern .page-link,
.theme-fern .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-fern .breadcrumb,
.theme-fern .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-fern a,
.theme-fern .blog-details .article-content a,
.blog-details .article-content .theme-fern a,
.theme-fern .blog-details .comment-content a,
.blog-details .comment-content .theme-fern a,
.theme-fern .article-author__name:hover,
.theme-fern .article__title h2:hover,
.article__title .theme-fern h2:hover,
.theme-fern .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-fern .url:hover,
.theme-fern .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-fern a,
.theme-fern .blog-sidebar .widget-title,
.blog-sidebar .theme-fern .widget-title,
.theme-fern .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-fern a:hover,
.theme-fern .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-fern a:focus,
.theme-fern .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-fern i,
.theme-fern .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-fern i,
.theme-fern .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-fern a:hover,
.theme-fern .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-fern .current_page_item>a,
.theme-fern .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-fern .current-menu-item>a,
.theme-fern .widget_calendar tfoot a,
.widget_calendar tfoot .theme-fern a,
.theme-fern .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-fern .rsswidget,
.theme-fern .post-navigation .meta-nav,
.post-navigation .theme-fern .meta-nav,
.theme-fern .post-navigation .post-title:hover,
.post-navigation .theme-fern .post-title:hover,
.theme-fern .tags-links a,
.tags-links .theme-fern a,
.theme-fern .comments-area .comment-reply-link,
.comments-area .theme-fern .comment-reply-link,
.theme-fern .dropdown-item:focus,
.theme-fern .dropdown-item:hover,
.theme-fern .dropdown-item.active,
.theme-fern .dropdown-item:active,
.theme-fern .footer.section--light a:hover,
.footer.section--light .theme-fern a:hover {
  color: #52B570;
}

.theme-gradient-1 .color--primary,
.theme-gradient-1 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-1 .card__title,
.theme-gradient-1 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-1 .card__title,
.theme-gradient-1 a.list-group-item:hover,
.theme-gradient-1 a.list-group-item.active,
.theme-gradient-1 a.list-group-item:focus,
.theme-gradient-1 .text-hover--primary:hover,
.theme-gradient-1 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-1 i:hover,
.theme-gradient-1 .carosuel-arrow,
.theme-gradient-1 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-1 i:hover,
.theme-gradient-1 .dropdown-module__item:focus,
.theme-gradient-1 .dropdown-module__item:hover,
.theme-gradient-1 .label-bg--primary,
.theme-gradient-1 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-1 .page-link,
.theme-gradient-1 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-1 .breadcrumb,
.theme-gradient-1 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-1 a,
.theme-gradient-1 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-1 a,
.theme-gradient-1 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-1 a,
.theme-gradient-1 .article-author__name:hover,
.theme-gradient-1 .article__title h2:hover,
.article__title .theme-gradient-1 h2:hover,
.theme-gradient-1 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-1 .url:hover,
.theme-gradient-1 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-1 a,
.theme-gradient-1 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-1 .widget-title,
.theme-gradient-1 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-1 a:hover,
.theme-gradient-1 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-1 a:focus,
.theme-gradient-1 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-1 i,
.theme-gradient-1 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-1 i,
.theme-gradient-1 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-1 a:hover,
.theme-gradient-1 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-1 .current_page_item>a,
.theme-gradient-1 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-1 .current-menu-item>a,
.theme-gradient-1 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-1 a,
.theme-gradient-1 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-1 .rsswidget,
.theme-gradient-1 .post-navigation .meta-nav,
.post-navigation .theme-gradient-1 .meta-nav,
.theme-gradient-1 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-1 .post-title:hover,
.theme-gradient-1 .tags-links a,
.tags-links .theme-gradient-1 a,
.theme-gradient-1 .comments-area .comment-reply-link,
.comments-area .theme-gradient-1 .comment-reply-link,
.theme-gradient-1 .dropdown-item:focus,
.theme-gradient-1 .dropdown-item:hover,
.theme-gradient-1 .dropdown-item.active,
.theme-gradient-1 .dropdown-item:active,
.theme-gradient-1 .footer.section--light a:hover,
.footer.section--light .theme-gradient-1 a:hover {
  color: #5b7fec;
}

.theme-gradient-2 .color--primary,
.theme-gradient-2 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-2 .card__title,
.theme-gradient-2 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-2 .card__title,
.theme-gradient-2 a.list-group-item:hover,
.theme-gradient-2 a.list-group-item.active,
.theme-gradient-2 a.list-group-item:focus,
.theme-gradient-2 .text-hover--primary:hover,
.theme-gradient-2 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-2 i:hover,
.theme-gradient-2 .carosuel-arrow,
.theme-gradient-2 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-2 i:hover,
.theme-gradient-2 .dropdown-module__item:focus,
.theme-gradient-2 .dropdown-module__item:hover,
.theme-gradient-2 .label-bg--primary,
.theme-gradient-2 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-2 .page-link,
.theme-gradient-2 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-2 .breadcrumb,
.theme-gradient-2 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-2 a,
.theme-gradient-2 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-2 a,
.theme-gradient-2 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-2 a,
.theme-gradient-2 .article-author__name:hover,
.theme-gradient-2 .article__title h2:hover,
.article__title .theme-gradient-2 h2:hover,
.theme-gradient-2 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-2 .url:hover,
.theme-gradient-2 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-2 a,
.theme-gradient-2 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-2 .widget-title,
.theme-gradient-2 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-2 a:hover,
.theme-gradient-2 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-2 a:focus,
.theme-gradient-2 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-2 i,
.theme-gradient-2 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-2 i,
.theme-gradient-2 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-2 a:hover,
.theme-gradient-2 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-2 .current_page_item>a,
.theme-gradient-2 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-2 .current-menu-item>a,
.theme-gradient-2 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-2 a,
.theme-gradient-2 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-2 .rsswidget,
.theme-gradient-2 .post-navigation .meta-nav,
.post-navigation .theme-gradient-2 .meta-nav,
.theme-gradient-2 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-2 .post-title:hover,
.theme-gradient-2 .tags-links a,
.tags-links .theme-gradient-2 a,
.theme-gradient-2 .comments-area .comment-reply-link,
.comments-area .theme-gradient-2 .comment-reply-link,
.theme-gradient-2 .dropdown-item:focus,
.theme-gradient-2 .dropdown-item:hover,
.theme-gradient-2 .dropdown-item.active,
.theme-gradient-2 .dropdown-item:active,
.theme-gradient-2 .footer.section--light a:hover,
.footer.section--light .theme-gradient-2 a:hover {
  color: #4abdaf;
}

.theme-gradient-3 .color--primary,
.theme-gradient-3 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-3 .card__title,
.theme-gradient-3 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-3 .card__title,
.theme-gradient-3 a.list-group-item:hover,
.theme-gradient-3 a.list-group-item.active,
.theme-gradient-3 a.list-group-item:focus,
.theme-gradient-3 .text-hover--primary:hover,
.theme-gradient-3 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-3 i:hover,
.theme-gradient-3 .carosuel-arrow,
.theme-gradient-3 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-3 i:hover,
.theme-gradient-3 .dropdown-module__item:focus,
.theme-gradient-3 .dropdown-module__item:hover,
.theme-gradient-3 .label-bg--primary,
.theme-gradient-3 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-3 .page-link,
.theme-gradient-3 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-3 .breadcrumb,
.theme-gradient-3 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-3 a,
.theme-gradient-3 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-3 a,
.theme-gradient-3 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-3 a,
.theme-gradient-3 .article-author__name:hover,
.theme-gradient-3 .article__title h2:hover,
.article__title .theme-gradient-3 h2:hover,
.theme-gradient-3 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-3 .url:hover,
.theme-gradient-3 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-3 a,
.theme-gradient-3 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-3 .widget-title,
.theme-gradient-3 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-3 a:hover,
.theme-gradient-3 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-3 a:focus,
.theme-gradient-3 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-3 i,
.theme-gradient-3 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-3 i,
.theme-gradient-3 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-3 a:hover,
.theme-gradient-3 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-3 .current_page_item>a,
.theme-gradient-3 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-3 .current-menu-item>a,
.theme-gradient-3 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-3 a,
.theme-gradient-3 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-3 .rsswidget,
.theme-gradient-3 .post-navigation .meta-nav,
.post-navigation .theme-gradient-3 .meta-nav,
.theme-gradient-3 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-3 .post-title:hover,
.theme-gradient-3 .tags-links a,
.tags-links .theme-gradient-3 a,
.theme-gradient-3 .comments-area .comment-reply-link,
.comments-area .theme-gradient-3 .comment-reply-link,
.theme-gradient-3 .dropdown-item:focus,
.theme-gradient-3 .dropdown-item:hover,
.theme-gradient-3 .dropdown-item.active,
.theme-gradient-3 .dropdown-item:active,
.theme-gradient-3 .footer.section--light a:hover,
.footer.section--light .theme-gradient-3 a:hover {
  color: #df8685;
}

.theme-gradient-4 .color--primary,
.theme-gradient-4 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-4 .card__title,
.theme-gradient-4 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-4 .card__title,
.theme-gradient-4 a.list-group-item:hover,
.theme-gradient-4 a.list-group-item.active,
.theme-gradient-4 a.list-group-item:focus,
.theme-gradient-4 .text-hover--primary:hover,
.theme-gradient-4 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-4 i:hover,
.theme-gradient-4 .carosuel-arrow,
.theme-gradient-4 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-4 i:hover,
.theme-gradient-4 .dropdown-module__item:focus,
.theme-gradient-4 .dropdown-module__item:hover,
.theme-gradient-4 .label-bg--primary,
.theme-gradient-4 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-4 .page-link,
.theme-gradient-4 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-4 .breadcrumb,
.theme-gradient-4 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-4 a,
.theme-gradient-4 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-4 a,
.theme-gradient-4 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-4 a,
.theme-gradient-4 .article-author__name:hover,
.theme-gradient-4 .article__title h2:hover,
.article__title .theme-gradient-4 h2:hover,
.theme-gradient-4 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-4 .url:hover,
.theme-gradient-4 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-4 a,
.theme-gradient-4 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-4 .widget-title,
.theme-gradient-4 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-4 a:hover,
.theme-gradient-4 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-4 a:focus,
.theme-gradient-4 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-4 i,
.theme-gradient-4 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-4 i,
.theme-gradient-4 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-4 a:hover,
.theme-gradient-4 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-4 .current_page_item>a,
.theme-gradient-4 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-4 .current-menu-item>a,
.theme-gradient-4 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-4 a,
.theme-gradient-4 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-4 .rsswidget,
.theme-gradient-4 .post-navigation .meta-nav,
.post-navigation .theme-gradient-4 .meta-nav,
.theme-gradient-4 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-4 .post-title:hover,
.theme-gradient-4 .tags-links a,
.tags-links .theme-gradient-4 a,
.theme-gradient-4 .comments-area .comment-reply-link,
.comments-area .theme-gradient-4 .comment-reply-link,
.theme-gradient-4 .dropdown-item:focus,
.theme-gradient-4 .dropdown-item:hover,
.theme-gradient-4 .dropdown-item.active,
.theme-gradient-4 .dropdown-item:active,
.theme-gradient-4 .footer.section--light a:hover,
.footer.section--light .theme-gradient-4 a:hover {
  color: #3965f4;
}

.theme-gradient-5 .color--primary,
.theme-gradient-5 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-5 .card__title,
.theme-gradient-5 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-5 .card__title,
.theme-gradient-5 a.list-group-item:hover,
.theme-gradient-5 a.list-group-item.active,
.theme-gradient-5 a.list-group-item:focus,
.theme-gradient-5 .text-hover--primary:hover,
.theme-gradient-5 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-5 i:hover,
.theme-gradient-5 .carosuel-arrow,
.theme-gradient-5 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-5 i:hover,
.theme-gradient-5 .dropdown-module__item:focus,
.theme-gradient-5 .dropdown-module__item:hover,
.theme-gradient-5 .label-bg--primary,
.theme-gradient-5 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-5 .page-link,
.theme-gradient-5 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-5 .breadcrumb,
.theme-gradient-5 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-5 a,
.theme-gradient-5 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-5 a,
.theme-gradient-5 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-5 a,
.theme-gradient-5 .article-author__name:hover,
.theme-gradient-5 .article__title h2:hover,
.article__title .theme-gradient-5 h2:hover,
.theme-gradient-5 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-5 .url:hover,
.theme-gradient-5 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-5 a,
.theme-gradient-5 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-5 .widget-title,
.theme-gradient-5 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-5 a:hover,
.theme-gradient-5 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-5 a:focus,
.theme-gradient-5 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-5 i,
.theme-gradient-5 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-5 i,
.theme-gradient-5 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-5 a:hover,
.theme-gradient-5 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-5 .current_page_item>a,
.theme-gradient-5 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-5 .current-menu-item>a,
.theme-gradient-5 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-5 a,
.theme-gradient-5 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-5 .rsswidget,
.theme-gradient-5 .post-navigation .meta-nav,
.post-navigation .theme-gradient-5 .meta-nav,
.theme-gradient-5 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-5 .post-title:hover,
.theme-gradient-5 .tags-links a,
.tags-links .theme-gradient-5 a,
.theme-gradient-5 .comments-area .comment-reply-link,
.comments-area .theme-gradient-5 .comment-reply-link,
.theme-gradient-5 .dropdown-item:focus,
.theme-gradient-5 .dropdown-item:hover,
.theme-gradient-5 .dropdown-item.active,
.theme-gradient-5 .dropdown-item:active,
.theme-gradient-5 .footer.section--light a:hover,
.footer.section--light .theme-gradient-5 a:hover {
  color: #3965f4;
}

.theme-gradient-6 .color--primary,
.theme-gradient-6 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-6 .card__title,
.theme-gradient-6 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-6 .card__title,
.theme-gradient-6 a.list-group-item:hover,
.theme-gradient-6 a.list-group-item.active,
.theme-gradient-6 a.list-group-item:focus,
.theme-gradient-6 .text-hover--primary:hover,
.theme-gradient-6 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-6 i:hover,
.theme-gradient-6 .carosuel-arrow,
.theme-gradient-6 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-6 i:hover,
.theme-gradient-6 .dropdown-module__item:focus,
.theme-gradient-6 .dropdown-module__item:hover,
.theme-gradient-6 .label-bg--primary,
.theme-gradient-6 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-6 .page-link,
.theme-gradient-6 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-6 .breadcrumb,
.theme-gradient-6 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-6 a,
.theme-gradient-6 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-6 a,
.theme-gradient-6 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-6 a,
.theme-gradient-6 .article-author__name:hover,
.theme-gradient-6 .article__title h2:hover,
.article__title .theme-gradient-6 h2:hover,
.theme-gradient-6 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-6 .url:hover,
.theme-gradient-6 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-6 a,
.theme-gradient-6 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-6 .widget-title,
.theme-gradient-6 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-6 a:hover,
.theme-gradient-6 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-6 a:focus,
.theme-gradient-6 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-6 i,
.theme-gradient-6 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-6 i,
.theme-gradient-6 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-6 a:hover,
.theme-gradient-6 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-6 .current_page_item>a,
.theme-gradient-6 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-6 .current-menu-item>a,
.theme-gradient-6 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-6 a,
.theme-gradient-6 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-6 .rsswidget,
.theme-gradient-6 .post-navigation .meta-nav,
.post-navigation .theme-gradient-6 .meta-nav,
.theme-gradient-6 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-6 .post-title:hover,
.theme-gradient-6 .tags-links a,
.tags-links .theme-gradient-6 a,
.theme-gradient-6 .comments-area .comment-reply-link,
.comments-area .theme-gradient-6 .comment-reply-link,
.theme-gradient-6 .dropdown-item:focus,
.theme-gradient-6 .dropdown-item:hover,
.theme-gradient-6 .dropdown-item.active,
.theme-gradient-6 .dropdown-item:active,
.theme-gradient-6 .footer.section--light a:hover,
.footer.section--light .theme-gradient-6 a:hover {
  color: #9313db;
}

.theme-gradient-7 .color--primary,
.theme-gradient-7 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-7 .card__title,
.theme-gradient-7 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-7 .card__title,
.theme-gradient-7 a.list-group-item:hover,
.theme-gradient-7 a.list-group-item.active,
.theme-gradient-7 a.list-group-item:focus,
.theme-gradient-7 .text-hover--primary:hover,
.theme-gradient-7 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-7 i:hover,
.theme-gradient-7 .carosuel-arrow,
.theme-gradient-7 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-7 i:hover,
.theme-gradient-7 .dropdown-module__item:focus,
.theme-gradient-7 .dropdown-module__item:hover,
.theme-gradient-7 .label-bg--primary,
.theme-gradient-7 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-7 .page-link,
.theme-gradient-7 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-7 .breadcrumb,
.theme-gradient-7 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-7 a,
.theme-gradient-7 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-7 a,
.theme-gradient-7 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-7 a,
.theme-gradient-7 .article-author__name:hover,
.theme-gradient-7 .article__title h2:hover,
.article__title .theme-gradient-7 h2:hover,
.theme-gradient-7 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-7 .url:hover,
.theme-gradient-7 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-7 a,
.theme-gradient-7 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-7 .widget-title,
.theme-gradient-7 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-7 a:hover,
.theme-gradient-7 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-7 a:focus,
.theme-gradient-7 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-7 i,
.theme-gradient-7 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-7 i,
.theme-gradient-7 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-7 a:hover,
.theme-gradient-7 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-7 .current_page_item>a,
.theme-gradient-7 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-7 .current-menu-item>a,
.theme-gradient-7 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-7 a,
.theme-gradient-7 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-7 .rsswidget,
.theme-gradient-7 .post-navigation .meta-nav,
.post-navigation .theme-gradient-7 .meta-nav,
.theme-gradient-7 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-7 .post-title:hover,
.theme-gradient-7 .tags-links a,
.tags-links .theme-gradient-7 a,
.theme-gradient-7 .comments-area .comment-reply-link,
.comments-area .theme-gradient-7 .comment-reply-link,
.theme-gradient-7 .dropdown-item:focus,
.theme-gradient-7 .dropdown-item:hover,
.theme-gradient-7 .dropdown-item.active,
.theme-gradient-7 .dropdown-item:active,
.theme-gradient-7 .footer.section--light a:hover,
.footer.section--light .theme-gradient-7 a:hover {
  color: #9313db;
}

.theme-gradient-8 .color--primary,
.theme-gradient-8 .card--v2 .card.focused .card__title,
.card--v2 .card.focused .theme-gradient-8 .card__title,
.theme-gradient-8 .card--v2 .card:hover .card__title,
.card--v2 .card:hover .theme-gradient-8 .card__title,
.theme-gradient-8 a.list-group-item:hover,
.theme-gradient-8 a.list-group-item.active,
.theme-gradient-8 a.list-group-item:focus,
.theme-gradient-8 .text-hover--primary:hover,
.theme-gradient-8 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-8 i:hover,
.theme-gradient-8 .carosuel-arrow,
.theme-gradient-8 .carosuel-cursor--dark i:hover,
.carosuel-cursor--dark .theme-gradient-8 i:hover,
.theme-gradient-8 .dropdown-module__item:focus,
.theme-gradient-8 .dropdown-module__item:hover,
.theme-gradient-8 .label-bg--primary,
.theme-gradient-8 .pagination .page-item:not(.active) .page-link,
.pagination .page-item:not(.active) .theme-gradient-8 .page-link,
.theme-gradient-8 .breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .theme-gradient-8 .breadcrumb,
.theme-gradient-8 .breadcrumb--v1 .breadcrumb a,
.breadcrumb--v1 .breadcrumb .theme-gradient-8 a,
.theme-gradient-8 .blog-details .article-content a,
.blog-details .article-content .theme-gradient-8 a,
.theme-gradient-8 .blog-details .comment-content a,
.blog-details .comment-content .theme-gradient-8 a,
.theme-gradient-8 .article-author__name:hover,
.theme-gradient-8 .article__title h2:hover,
.article__title .theme-gradient-8 h2:hover,
.theme-gradient-8 .blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-header .entry-author .theme-gradient-8 .url:hover,
.theme-gradient-8 .blog-details .entry-meta .post-categories a,
.blog-details .entry-meta .post-categories .theme-gradient-8 a,
.theme-gradient-8 .blog-sidebar .widget-title,
.blog-sidebar .theme-gradient-8 .widget-title,
.theme-gradient-8 .blog-sidebar .widget li a:hover,
.blog-sidebar .widget li .theme-gradient-8 a:hover,
.theme-gradient-8 .blog-sidebar .widget li a:focus,
.blog-sidebar .widget li .theme-gradient-8 a:focus,
.theme-gradient-8 .blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:hover .theme-gradient-8 i,
.theme-gradient-8 .blog-sidebar .widget li a:focus i,
.blog-sidebar .widget li a:focus .theme-gradient-8 i,
.theme-gradient-8 .blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_tag_cloud ul li .theme-gradient-8 a:hover,
.theme-gradient-8 .blog-sidebar .widget_nav .menu li .current_page_item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-8 .current_page_item>a,
.theme-gradient-8 .blog-sidebar .widget_nav .menu li .current-menu-item>a,
.blog-sidebar .widget_nav .menu li .theme-gradient-8 .current-menu-item>a,
.theme-gradient-8 .widget_calendar tfoot a,
.widget_calendar tfoot .theme-gradient-8 a,
.theme-gradient-8 .widget_rss .widget-title .rsswidget,
.widget_rss .widget-title .theme-gradient-8 .rsswidget,
.theme-gradient-8 .post-navigation .meta-nav,
.post-navigation .theme-gradient-8 .meta-nav,
.theme-gradient-8 .post-navigation .post-title:hover,
.post-navigation .theme-gradient-8 .post-title:hover,
.theme-gradient-8 .tags-links a,
.tags-links .theme-gradient-8 a,
.theme-gradient-8 .comments-area .comment-reply-link,
.comments-area .theme-gradient-8 .comment-reply-link,
.theme-gradient-8 .dropdown-item:focus,
.theme-gradient-8 .dropdown-item:hover,
.theme-gradient-8 .dropdown-item.active,
.theme-gradient-8 .dropdown-item:active,
.theme-gradient-8 .footer.section--light a:hover,
.footer.section--light .theme-gradient-8 a:hover {
  color: #a9486e;
}

.theme-royal-blue .fill--primary rect,
.fill--primary .theme-royal-blue rect,
.theme-royal-blue .fill--primary path,
.fill--primary .theme-royal-blue path,
.theme-royal-blue .fill--primary polygon,
.fill--primary .theme-royal-blue polygon,
.theme-royal-blue .fill--primary circle,
.fill--primary .theme-royal-blue circle {
  fill: #264eee;
}

.theme-blue .fill--primary rect,
.fill--primary .theme-blue rect,
.theme-blue .fill--primary path,
.fill--primary .theme-blue path,
.theme-blue .fill--primary polygon,
.fill--primary .theme-blue polygon,
.theme-blue .fill--primary circle,
.fill--primary .theme-blue circle {
  fill: #3965f4;
}

.theme-amethyst .fill--primary rect,
.fill--primary .theme-amethyst rect,
.theme-amethyst .fill--primary path,
.fill--primary .theme-amethyst path,
.theme-amethyst .fill--primary polygon,
.fill--primary .theme-amethyst polygon,
.theme-amethyst .fill--primary circle,
.fill--primary .theme-amethyst circle {
  fill: #C04DD0;
}

.theme-roman .fill--primary rect,
.fill--primary .theme-roman rect,
.theme-roman .fill--primary path,
.fill--primary .theme-roman path,
.theme-roman .fill--primary polygon,
.fill--primary .theme-roman polygon,
.theme-roman .fill--primary circle,
.fill--primary .theme-roman circle {
  fill: #da5d5d;
}

.theme-amaranth .fill--primary rect,
.fill--primary .theme-amaranth rect,
.theme-amaranth .fill--primary path,
.fill--primary .theme-amaranth path,
.theme-amaranth .fill--primary polygon,
.fill--primary .theme-amaranth polygon,
.theme-amaranth .fill--primary circle,
.fill--primary .theme-amaranth circle {
  fill: #FF4B36;
}

.theme-orange .fill--primary rect,
.fill--primary .theme-orange rect,
.theme-orange .fill--primary path,
.fill--primary .theme-orange path,
.theme-orange .fill--primary polygon,
.fill--primary .theme-orange polygon,
.theme-orange .fill--primary circle,
.fill--primary .theme-orange circle {
  fill: #eb7939;
}

.theme-green .fill--primary rect,
.fill--primary .theme-green rect,
.theme-green .fill--primary path,
.fill--primary .theme-green path,
.theme-green .fill--primary polygon,
.fill--primary .theme-green polygon,
.theme-green .fill--primary circle,
.fill--primary .theme-green circle {
  fill: #1ED660;
}

.theme-fern .fill--primary rect,
.fill--primary .theme-fern rect,
.theme-fern .fill--primary path,
.fill--primary .theme-fern path,
.theme-fern .fill--primary polygon,
.fill--primary .theme-fern polygon,
.theme-fern .fill--primary circle,
.fill--primary .theme-fern circle {
  fill: #52B570;
}

.theme-gradient-1 .fill--primary rect,
.fill--primary .theme-gradient-1 rect,
.theme-gradient-1 .fill--primary path,
.fill--primary .theme-gradient-1 path,
.theme-gradient-1 .fill--primary polygon,
.fill--primary .theme-gradient-1 polygon,
.theme-gradient-1 .fill--primary circle,
.fill--primary .theme-gradient-1 circle {
  fill: #5b7fec;
}

.theme-gradient-2 .fill--primary rect,
.fill--primary .theme-gradient-2 rect,
.theme-gradient-2 .fill--primary path,
.fill--primary .theme-gradient-2 path,
.theme-gradient-2 .fill--primary polygon,
.fill--primary .theme-gradient-2 polygon,
.theme-gradient-2 .fill--primary circle,
.fill--primary .theme-gradient-2 circle {
  fill: #4abdaf;
}

.theme-gradient-3 .fill--primary rect,
.fill--primary .theme-gradient-3 rect,
.theme-gradient-3 .fill--primary path,
.fill--primary .theme-gradient-3 path,
.theme-gradient-3 .fill--primary polygon,
.fill--primary .theme-gradient-3 polygon,
.theme-gradient-3 .fill--primary circle,
.fill--primary .theme-gradient-3 circle {
  fill: #df8685;
}

.theme-gradient-4 .fill--primary rect,
.fill--primary .theme-gradient-4 rect,
.theme-gradient-4 .fill--primary path,
.fill--primary .theme-gradient-4 path,
.theme-gradient-4 .fill--primary polygon,
.fill--primary .theme-gradient-4 polygon,
.theme-gradient-4 .fill--primary circle,
.fill--primary .theme-gradient-4 circle {
  fill: #3965f4;
}

.theme-gradient-5 .fill--primary rect,
.fill--primary .theme-gradient-5 rect,
.theme-gradient-5 .fill--primary path,
.fill--primary .theme-gradient-5 path,
.theme-gradient-5 .fill--primary polygon,
.fill--primary .theme-gradient-5 polygon,
.theme-gradient-5 .fill--primary circle,
.fill--primary .theme-gradient-5 circle {
  fill: #3965f4;
}

.theme-gradient-6 .fill--primary rect,
.fill--primary .theme-gradient-6 rect,
.theme-gradient-6 .fill--primary path,
.fill--primary .theme-gradient-6 path,
.theme-gradient-6 .fill--primary polygon,
.fill--primary .theme-gradient-6 polygon,
.theme-gradient-6 .fill--primary circle,
.fill--primary .theme-gradient-6 circle {
  fill: #9313db;
}

.theme-gradient-7 .fill--primary rect,
.fill--primary .theme-gradient-7 rect,
.theme-gradient-7 .fill--primary path,
.fill--primary .theme-gradient-7 path,
.theme-gradient-7 .fill--primary polygon,
.fill--primary .theme-gradient-7 polygon,
.theme-gradient-7 .fill--primary circle,
.fill--primary .theme-gradient-7 circle {
  fill: #9313db;
}

.theme-gradient-8 .fill--primary rect,
.fill--primary .theme-gradient-8 rect,
.theme-gradient-8 .fill--primary path,
.fill--primary .theme-gradient-8 path,
.theme-gradient-8 .fill--primary polygon,
.fill--primary .theme-gradient-8 polygon,
.theme-gradient-8 .fill--primary circle,
.fill--primary .theme-gradient-8 circle {
  fill: #a9486e;
}

.theme-royal-blue .fill-primary-light--1 rect,
.theme-blue .fill-primary-light--1 rect,
.theme-gradient-4 .fill-primary-light--1 rect,
.theme-gradient-5 .fill-primary-light--1 rect,
.theme-gradient-6 .fill-primary-light--1 rect,
.theme-gradient-7 .fill-primary-light--1 rect,
.theme-royal-blue .fill-primary-light--1 path,
.theme-blue .fill-primary-light--1 path,
.theme-gradient-4 .fill-primary-light--1 path,
.theme-gradient-5 .fill-primary-light--1 path,
.theme-gradient-6 .fill-primary-light--1 path,
.theme-gradient-7 .fill-primary-light--1 path,
.theme-royal-blue .fill-primary-light--1 polygon,
.theme-blue .fill-primary-light--1 polygon,
.theme-gradient-4 .fill-primary-light--1 polygon,
.theme-gradient-5 .fill-primary-light--1 polygon,
.theme-gradient-6 .fill-primary-light--1 polygon,
.theme-gradient-7 .fill-primary-light--1 polygon,
.theme-royal-blue .fill-primary-light--1 circle,
.theme-blue .fill-primary-light--1 circle,
.theme-gradient-4 .fill-primary-light--1 circle,
.theme-gradient-5 .fill-primary-light--1 circle,
.theme-gradient-6 .fill-primary-light--1 circle,
.theme-gradient-7 .fill-primary-light--1 circle {
  fill: #F5F9FF;
}

.theme-amethyst .fill-primary-light--1 rect,
.theme-amethyst .fill-primary-light--1 path,
.theme-amethyst .fill-primary-light--1 polygon,
.theme-amethyst .fill-primary-light--1 circle {
  fill: #fbf2fc;
}

.theme-roman .fill-primary-light--1 rect,
.theme-roman .fill-primary-light--1 path,
.theme-roman .fill-primary-light--1 polygon,
.theme-roman .fill-primary-light--1 circle {
  fill: #fcf2f2;
}

.theme-amaranth .fill-primary-light--1 rect,
.theme-amaranth .fill-primary-light--1 path,
.theme-amaranth .fill-primary-light--1 polygon,
.theme-amaranth .fill-primary-light--1 circle {
  fill: #fff4f3;
}

.theme-orange .fill-primary-light--1 rect,
.theme-orange .fill-primary-light--1 path,
.theme-orange .fill-primary-light--1 polygon,
.theme-orange .fill-primary-light--1 circle {
  fill: #fef6f2;
}

.theme-green .fill-primary-light--1 rect,
.theme-green .fill-primary-light--1 path,
.theme-green .fill-primary-light--1 polygon,
.theme-green .fill-primary-light--1 circle {
  fill: #ecfcf2;
}

.theme-fern .fill-primary-light--1 rect,
.theme-fern .fill-primary-light--1 path,
.theme-fern .fill-primary-light--1 polygon,
.theme-fern .fill-primary-light--1 circle {
  fill: #f3faf5;
}

.theme-royal-blue .btn-border--color--primary,
.theme-royal-blue .btn-hover--primary.btn-border--color--dark:hover,
.theme-royal-blue .btn-hover--primary.btn-border--color--light:hover,
.theme-royal-blue .icon-rounded-color--primary,
.theme-royal-blue .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-royal-blue i:hover,
.theme-royal-blue .carosuel-arrow {
  border-color: #264eee;
}

.theme-blue .btn-border--color--primary,
.theme-blue .btn-hover--primary.btn-border--color--dark:hover,
.theme-blue .btn-hover--primary.btn-border--color--light:hover,
.theme-blue .icon-rounded-color--primary,
.theme-blue .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-blue i:hover,
.theme-blue .carosuel-arrow {
  border-color: #3965f4;
}

.theme-amethyst .btn-border--color--primary,
.theme-amethyst .btn-hover--primary.btn-border--color--dark:hover,
.theme-amethyst .btn-hover--primary.btn-border--color--light:hover,
.theme-amethyst .icon-rounded-color--primary,
.theme-amethyst .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-amethyst i:hover,
.theme-amethyst .carosuel-arrow {
  border-color: #C04DD0;
}

.theme-roman .btn-border--color--primary,
.theme-roman .btn-hover--primary.btn-border--color--dark:hover,
.theme-roman .btn-hover--primary.btn-border--color--light:hover,
.theme-roman .icon-rounded-color--primary,
.theme-roman .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-roman i:hover,
.theme-roman .carosuel-arrow {
  border-color: #da5d5d;
}

.theme-amaranth .btn-border--color--primary,
.theme-amaranth .btn-hover--primary.btn-border--color--dark:hover,
.theme-amaranth .btn-hover--primary.btn-border--color--light:hover,
.theme-amaranth .icon-rounded-color--primary,
.theme-amaranth .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-amaranth i:hover,
.theme-amaranth .carosuel-arrow {
  border-color: #FF4B36;
}

.theme-orange .btn-border--color--primary,
.theme-orange .btn-hover--primary.btn-border--color--dark:hover,
.theme-orange .btn-hover--primary.btn-border--color--light:hover,
.theme-orange .icon-rounded-color--primary,
.theme-orange .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-orange i:hover,
.theme-orange .carosuel-arrow {
  border-color: #eb7939;
}

.theme-green .btn-border--color--primary,
.theme-green .btn-hover--primary.btn-border--color--dark:hover,
.theme-green .btn-hover--primary.btn-border--color--light:hover,
.theme-green .icon-rounded-color--primary,
.theme-green .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-green i:hover,
.theme-green .carosuel-arrow {
  border-color: #1ED660;
}

.theme-fern .btn-border--color--primary,
.theme-fern .btn-hover--primary.btn-border--color--dark:hover,
.theme-fern .btn-hover--primary.btn-border--color--light:hover,
.theme-fern .icon-rounded-color--primary,
.theme-fern .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-fern i:hover,
.theme-fern .carosuel-arrow {
  border-color: #52B570;
}

.theme-gradient-1 .btn-border--color--primary,
.theme-gradient-1 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-1 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-1 .icon-rounded-color--primary,
.theme-gradient-1 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-1 i:hover,
.theme-gradient-1 .carosuel-arrow {
  border-color: #5b7fec;
}

.theme-gradient-2 .btn-border--color--primary,
.theme-gradient-2 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-2 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-2 .icon-rounded-color--primary,
.theme-gradient-2 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-2 i:hover,
.theme-gradient-2 .carosuel-arrow {
  border-color: #4abdaf;
}

.theme-gradient-3 .btn-border--color--primary,
.theme-gradient-3 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-3 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-3 .icon-rounded-color--primary,
.theme-gradient-3 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-3 i:hover,
.theme-gradient-3 .carosuel-arrow {
  border-color: #df8685;
}

.theme-gradient-4 .btn-border--color--primary,
.theme-gradient-4 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-4 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-4 .icon-rounded-color--primary,
.theme-gradient-4 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-4 i:hover,
.theme-gradient-4 .carosuel-arrow {
  border-color: #3965f4;
}

.theme-gradient-5 .btn-border--color--primary,
.theme-gradient-5 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-5 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-5 .icon-rounded-color--primary,
.theme-gradient-5 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-5 i:hover,
.theme-gradient-5 .carosuel-arrow {
  border-color: #3965f4;
}

.theme-gradient-6 .btn-border--color--primary,
.theme-gradient-6 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-6 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-6 .icon-rounded-color--primary,
.theme-gradient-6 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-6 i:hover,
.theme-gradient-6 .carosuel-arrow {
  border-color: #9313db;
}

.theme-gradient-7 .btn-border--color--primary,
.theme-gradient-7 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-7 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-7 .icon-rounded-color--primary,
.theme-gradient-7 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-7 i:hover,
.theme-gradient-7 .carosuel-arrow {
  border-color: #9313db;
}

.theme-gradient-8 .btn-border--color--primary,
.theme-gradient-8 .btn-hover--primary.btn-border--color--dark:hover,
.theme-gradient-8 .btn-hover--primary.btn-border--color--light:hover,
.theme-gradient-8 .icon-rounded-color--primary,
.theme-gradient-8 .icon-rounded-color--gray i:hover,
.icon-rounded-color--gray .theme-gradient-8 i:hover,
.theme-gradient-8 .carosuel-arrow {
  border-color: #a9486e;
}

.switcher {
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
  right: -280px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.switcher ul {
  list-style: none;
  padding: 0;
}

.switcher img {
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .switcher {
    max-width: 340px;
    right: -340px;
  }
}

.switcher__is-open {
  right: 0;
  -webkit-box-shadow: 0 0.125rem 2.75rem rgba(0, 0, 0, 0.17);
  box-shadow: 0 0.125rem 2.75rem rgba(0, 0, 0, 0.17);
  z-index: 99999;
}

.switcher__toggler {
  position: absolute;
  left: -45px;
  top: 95px;
}

.switcher__toggler .toggler__btn {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.1);
}

.switcher__toggler .toggler__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switcher__toggler .toggler__text span {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.switcher__toggler .toggler__text i {
  font-size: 12px;
  margin-top: 3px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  right: 1px;
}

@media only screen and (min-width: 768px) {
  .switcher__toggler {
    left: -45px;
  }
}

@media only screen and (min-width: 992px) {
  .switcher__toggler {
    top: 150px;
  }
}

.switcher-wrapper {
  overflow: auto;
  height: 100%;
}

.switcher__item-title {
  color: #2d3136 !important;
  font-size: 1.313rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  text-align: center;
}

.switcher-clone {
  padding-bottom: 20px;
}

.switcher-clone:not(:last-child) {
  border-bottom: 0.125rem dashed #e2e6ea;
  margin-bottom: 30px;
}

.switcher-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.switcher-tab__item button {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  min-width: 6.25rem;
  height: 2.313rem;
  border: 1px solid #e2e6ea;
  background-color: #ffffff;
  color: #818992;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.switcher-tab__item button.active {
  background-color: #4777f4;
  border-color: #4777f4;
  color: #ffffff;
}

.switcher-tab__item:first-child button {
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.switcher-tab__item:last-child button {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.switcher-colors {
  margin-top: 40px;
}

.switcher-tab-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.switcher-tab-content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 0.3125rem;
}

.switcher-tab-content ul button {
  width: 3.063rem;
  height: 3.063rem;
  border-radius: 100px;
}

.switcher .switcher-tab__color .switcher-color {
  display: none;
}

.switcher .switcher-tab__color .switcher-color.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher .switcher-tab__color .switcher-gradient {
  display: none;
}

.switcher .switcher-tab__color .switcher-gradient.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher .switcher-tab__color button {
  position: relative;
}

.switcher .switcher-tab__color button.active:before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute !important;
  top: 14px;
  left: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 992px) {
  .switcher .switcher-tab__color button.active:before {
    width: 8px;
    height: 16px;
    top: 16px;
    left: 22px;
  }
}

.switcher .switcher-tab__color .theme-blue {
  background: #3965f4;
}

.switcher .switcher-tab__color .theme-royal-blue {
  background: #264eee;
}

.switcher .switcher-tab__color .theme-amethyst {
  background: #C04DD0;
}

.switcher .switcher-tab__color .theme-roman {
  background: #da5d5d;
}

.switcher .switcher-tab__color .theme-amaranth {
  background: #FF4B36;
}

.switcher .switcher-tab__color .theme-orange {
  background: #eb7939;
}

.switcher .switcher-tab__color .theme-green {
  background: #1ED660;
}

.switcher .switcher-tab__color .theme-fern {
  background: #52B570;
}

.switcher .switcher-tab__color .theme-gradient-1 {
  background: -webkit-gradient(linear, left top, right top, from(#5179f5), to(#66e4cd));
  background: -o-linear-gradient(left, #5179f5 0%, #66e4cd 100%);
  background: linear-gradient(to right, #5179f5 0%, #66e4cd 100%);
}

.switcher .switcher-tab__color .theme-gradient-2 {
  background: -o-linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
  background: linear-gradient(45deg, #23a6e2 0%, #64c5a7 100%);
}

.switcher .switcher-tab__color .theme-gradient-3 {
  background: -o-linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
  background: linear-gradient(225deg, #EF8F6D 0%, #EB699D 100%);
}

.switcher .switcher-tab__color .theme-gradient-4 {
  background: -o-linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
  background: linear-gradient(45deg, #ff4bc4 0%, #375aeb 66%, #2b5bed 100%);
}

.switcher .switcher-tab__color .theme-gradient-5 {
  background: -webkit-gradient(linear, left top, right top, from(#0099FF), to(#6610f2));
  background: -o-linear-gradient(left, #0099FF 0%, #6610f2 100%);
  background: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
}

.switcher .switcher-tab__color .theme-gradient-6 {
  background: -o-linear-gradient(45deg, #8448ff 0%, #21007b 80%);
  background: linear-gradient(45deg, #8448ff 0%, #21007b 80%);
}

.switcher .switcher-tab__color .theme-gradient-7 {
  background: -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%), -o-linear-gradient(160deg, #8131c6 0%, #211e8c 100%);
  background: linear-gradient(-70deg, #8131c6 0%, #211e8c 100%), linear-gradient(-70deg, #8131c6 0%, #211e8c 100%);
}

.switcher .switcher-tab__color .theme-gradient-8 {
  background: -webkit-gradient(linear, left top, right top, from(#642B73), to(#C6426E));
  background: -o-linear-gradient(left, #642B73 0%, #C6426E 100%);
  background: linear-gradient(to right, #642B73 0%, #C6426E 100%);
}

.switcher .switcher-boxed {
  display: none;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}

.switcher .switcher-boxed .media__content {
  border-radius: 5px;
}

.switcher .switcher-boxed.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher .switcher-boxed li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.switcher .switcher-boxed button {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}

.switcher .switcher-boxed button.active {
  -webkit-box-shadow: 0 0 0 2px #4777f4;
  box-shadow: 0 0 0 2px #4777f4;
}

.switcher .theme-variation {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.switcher .theme-variation span {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #3965f4;
  opacity: 0;
  visibility: hidden;
}

.switcher .theme-variation .demo-item {
  position: relative;
  margin-bottom: 1.875rem;
}

.switcher .theme-variation .demo-item img {
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.switcher .theme-variation .demo-item:hover img {
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.switcher .theme-variation .demo-item.active img {
  opacity: .3;
  cursor: no-drop;
}

.switcher .theme-variation .demo-item.active span {
  cursor: no-drop;
}

.switcher .theme-variation .demo-item.active:hover img {
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.switcher .theme-variation .demo-item.active:before {
  opacity: 0.76;
  visibility: visible;
}

.switcher .theme-variation .demo-item.active span {
  opacity: 1;
  visibility: visible;
}

.demo-item {
  position: relative;
}

.demo-item__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.demo-item__options a {
  background: #fff;
  border-radius: 3px;
  padding: 0.625rem 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background: #264eee;
}

.demo-item__options a:last-child {
  background: #3965f4;
}

.demo-item__options a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.demo-item__options a i {
  font-size: 0.75rem;
  position: relative;
  top: 1px;
  left: 1px;
}

.demo-item__options a:hover i {
  left: 8px;
}

.demo-item:hover .demo-item__options {
  opacity: 1;
}