/*
Template Name: Skille
Template URI: https://skille.presstigers.dev/
Author: PressTigers
Author URI: http://www.presstigers.com
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Bootstrap
2. Mixins
3. Colors
4. Normalize
5. Typography
6. Elements
7. Forms
8. Navigation
    8.1. Links
    8.2. Menus
    8.3. Home-V2 Menu
    8.4. Home-V3 Menu
    8.5. Mobile Menu
9. Accessibility
10. Layouts
    10.1. Home-V1
    10.2. Home-V2
    10.3. Home-V3
11. Infinite Scroll
12. Media
    12.1. Captions
    12.2. Galleries
13. Carousel
14. Content
    14.1. Posts and Pages
        14.1.1. Shopping Cart
        14.1.2. News Listing
        14.1.3. Contact Us
        14.1.5. Books & Media --- Filters
        14.1.6. Books & Media --- List View
        14.1.7. Books & Media --- Grid View
        14.1.8. Blog
        14.1.9. Blog Detail
        14.1.10. 404/Error
    14.2. Asides
    14.3. Comments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Bootstrap + Custom Setting according to current theme
--------------------------------------------------------------*/
/* custom.scss */
/*  Import Google Fonts  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* import the necessary Bootstrap files */
/* -------begin customization-------- */
a {
  transition: all 0.2s ease-in-out; }

/* -------end customization-------- */
/* finally, import Bootstrap to set the changes! */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f0582f;
  --secondary: #1f1f1f;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fff;
  --dark: #3e3e3e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #222;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5625rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #f0582f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #c4350e;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.625rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #282828; }

.h1_white{
  color: #ffffff;
}

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 2.1875rem; }

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

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbd0c5; }

.table-hover .table-primary:hover {
  background-color: #f9bdad; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f9bdad; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: silver; }

.table-hover .table-secondary:hover {
  background-color: #b3b3b3; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b3b3b3; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9c9c9; }

.table-hover .table-dark:hover {
  background-color: #bcbcbc; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bcbcbc; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8e8e8e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #edf0f5;
  border-radius: 30rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #8e8e8e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #8e8e8e;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: add(1.5em, add(0.5rem, 2px, false));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: add(1.5em, add(1rem, 2px, false));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1.875rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 16px 40px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #f0582f;
  border-color: #f0582f; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e83e11;
    border-color: #dc3b10; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 88, 47, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #f0582f;
    border-color: #f0582f; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dc3b10;
    border-color: #d0380f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 88, 47, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #060606; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #060606;
    border-color: black; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3e3e3e; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #252525; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #252525;
    border-color: #1e1e1e; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5); }

.btn-outline-primary {
  color: #f0582f;
  background-color: transparent;
  background-image: none;
  border-color: #f0582f; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #f0582f;
    border-color: #f0582f; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 88, 47, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #f0582f;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f0582f;
    border-color: #f0582f; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 88, 47, 0.5); }

.btn-outline-secondary {
  color: #1f1f1f;
  background-color: transparent;
  background-image: none;
  border-color: #1f1f1f; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #1f1f1f;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #3e3e3e;
  background-color: transparent;
  background-image: none;
  border-color: #3e3e3e; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3e3e3e;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5); }

.btn-link {
  font-weight: 400;
  color: #f0582f;
  background-color: transparent; }
  .btn-link:hover {
    color: #c4350e;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 30px;
  padding-left: 30px; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 20px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 30rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: add(1.5em, add(1rem, 2px, false));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: add(1.5em, add(0.5rem, 2px, false));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.2500000004rem;
  padding-left: 0.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.1250000002rem;
    left: -0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #fff; }
  .custom-control-label::after {
    position: absolute;
    top: 0.1250000002rem;
    left: -0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#fff' d='M0 2h4'/></svg>"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #8e8e8e;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: add(1.5em, add(0.5rem, 2px, false));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: add(1.5em, add(1rem, 2px, false));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: add(1.5em, add(0.75rem, 2px, false));
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: add(1.5em, 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 0.9375rem;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #f0582f; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #f0582f; }
.navbar-light .navbar-nav .nav-link {
  color: #282828; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #f0582f; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #f0582f; }
.navbar-light .navbar-toggler {
  color: #282828;
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
.navbar-light .navbar-text {
  color: #282828; }
  .navbar-light .navbar-text a {
    color: #f0582f; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #f0582f; }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: subtract(0.25rem, 1px) subtract(0.25rem, 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 subtract(0.25rem, 1px) subtract(0.25rem, 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: subtract(0.25rem, 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: subtract(0.25rem, 1px);
  border-top-right-radius: subtract(0.25rem, 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: subtract(0.25rem, 1px);
  border-bottom-left-radius: subtract(0.25rem, 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #717171;
    content: "|"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #717171; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #6b6b6b;
  background-color: #f5f7fa;
  border: 0 solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #f0582f;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #f0582f; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #dc3b10; }

.badge-secondary {
  color: #fff;
  background-color: #1f1f1f; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #060606; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #fff; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6; }

.badge-dark {
  color: #fff;
  background-color: #3e3e3e; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #252525; }

.jumbotron {
  padding: 2.5rem 1.25rem;
  margin-bottom: 2.5rem;
  background-color: #f5f7fa;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 5rem 2.5rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #7d2e18;
  background-color: #fcded5;
  border-color: #fbd0c5; }
  .alert-primary hr {
    border-top-color: #f9bdad; }
  .alert-primary .alert-link {
    color: #521e10; }

.alert-secondary {
  color: #101010;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-secondary hr {
    border-top-color: #b3b3b3; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #202020;
  background-color: #d8d8d8;
  border-color: #c9c9c9; }
  .alert-dark hr {
    border-top-color: #bcbcbc; }
  .alert-dark .alert-link {
    color: #070707; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #7d2e18;
  background-color: #fbd0c5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #7d2e18;
    background-color: #f9bdad; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7d2e18;
    border-color: #7d2e18; }

.list-group-item-secondary {
  color: #101010;
  background-color: silver; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #101010;
    background-color: #b3b3b3; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #101010;
    border-color: #101010; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: #202020;
  background-color: #c9c9c9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #202020;
    background-color: #bcbcbc; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #202020;
    border-color: #202020; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 1rem -1rem 1rem -1rem 1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #282828;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #fff;
  text-align: center;
  opacity: 1; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #f0582f !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #dc3b10 !important; }

.bg-secondary {
  background-color: #1f1f1f !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #060606 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #fff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #3e3e3e !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #252525 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #f0582f !important; }

.border-secondary {
  border-color: #1f1f1f !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #fff !important; }

.border-dark {
  border-color: #3e3e3e !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 2rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #f0582f !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #dc3b10 !important; }

.text-secondary {
  color: #1f1f1f !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #060606 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #fff !important; }

a.text-light:hover, a.text-light:focus {
  color: #e6e6e6 !important; }

.text-dark {
  color: #3e3e3e !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #252525 !important; }

.text-body {
  color: #222 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*--------------------------------------------------------------
2. Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3. Colors
--------------------------------------------------------------*/
.c-info {
  color: #5bc0de; }

.c-warning {
  color: #f0ad4e; }

.c-danger {
  color: #d9534f; }

.c-light {
  color: #fff; }

.c-dark {
  color: #3e3e3e; }

.c-yellow {
  color: #ffc944; }

.c-blue {
  color: #00adef; }

.c-green {
  color: #43c5b9; }

.c-light-green {
  color: #84bb45; }

.c-red {
  color: #f56363; }

.c-violet {
  color: #ca55ff; }

.bg-info {
  background-color: #5bc0de; }

.bg-warning {
  background-color: #f0ad4e; }

.bg-danger {
  background-color: #d9534f; }

.bg-light {
  background-color: #fff; }

.bg-dark {
  background-color: #3e3e3e; }

.bg-yellow {
  background-color: #ffc944; }

.bg-blue {
  background-color: #00adef; }

.bg-green {
  background-color: #43c5b9; }

.bg-light-green {
  background-color: #84bb45; }

.bg-red {
  background-color: #f56363; }

.bg-violet {
  background-color: #ca55ff; }

.bg-light-blue {
  background-color: #54e9ff; }

.bg-purple {
  background-color: #ca55ff; }

.bg-pink {
  background-color: #ff77ce; }

.bg-indigo {
  background-color: #8773ff; }

.bg-orange {
  background-color: #ff8664; }

.b-info {
  border: solid 1px #5bc0de; }

.b-warning {
  border: solid 1px #f0ad4e; }

.b-danger {
  border: solid 1px #d9534f; }

.b-light {
  border: solid 1px #fff; }

.b-dark {
  border: solid 1px #3e3e3e; }

.b-yellow {
  border: solid 1px #ffc944; }

.b-blue {
  border: solid 1px #00adef; }

.b-green {
  border: solid 1px #43c5b9; }

.b-light-green {
  border: solid 1px #84bb45; }

.b-red {
  border: solid 1px #f56363; }

.b-violet {
  border: solid 1px #ca55ff; }

/*--------------------------------------------------------------
4. Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  font-size: 0.875rem;
  color: #3e3e3e; }

section {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    section {
      padding: 50px 0; } }
  section.section-padding {
    padding: 96px 0 100px; }
    @media (max-width: 991.98px) {
      section.section-padding {
        padding: 42.5px 0 50px; } }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none; }

video[poster] {
  object-fit: cover; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  color: #f0582f; }
  a:active, a:hover {
    outline: 0;
    color: #c4350e;
    text-decoration: none; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 65%; }

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE < 8 */
.btn {
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .btn {
      padding: 13px 15px;
      font-size: 11px; } }

.btn-default {
  color: #3e3e3e; }
  .btn-default:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff; }

.btn-dark-gray {
  background-color: #161616;
  border-color: #161616;
  color: #fff; }
  .btn-dark-gray:hover {
    background-color: #f0582f;
    border-color: #f0582f;
    color: #fff; }

.dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-width: 0;
  vertical-align: 1px;
  content: "\f107";
  color: #fff;
  font-family: "FontAwesome"; }

#header-v1 .dropdown-toggle::after {
  color: #282828; }

@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 15px; } }

button {
  overflow: visible;
  border: none; }

button,
select {
  text-transform: none; }
  button:focus,
  select:focus {
    outline: none; }

button input[type="button"],
button input[type="reset"],
button input[type="submit"],
html input[type="button"],
html input[type="reset"],
html input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled] input[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.entry-content figure img {
  padding: 10px 0; }

input:focus-visible {
  outline: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.center-content {
  display: block;
  text-align: center;
  width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.bottom-left-rounded {
  border-radius: 0 0 0 20px; }
  @media (max-width: 991.98px) {
    .bottom-left-rounded {
      border-radius: 0; } }

.bottom-right-rounded {
  border-radius: 0 0 20px 0; }
  @media (max-width: 767.98px) {
    .bottom-right-rounded {
      border-radius: 0; } }

.widget {
  margin: 0 0 40px; }
  .widget select {
    max-width: 100%; }

.box-shadow {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }

.heading-v2 {
  color: #282828;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 42px; }
  @media (max-width: 991.98px) {
    .heading-v2 {
      font-size: 25px;
      margin-bottom: 22px; } }

.heading-v3 {
  color: #282828;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 42px; }
  @media (max-width: 991.98px) {
    .heading-v3 {
      font-size: 25px;
      margin-bottom: 22px; } }

.sub-heading-v2 {
  color: #717171;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600; }
  @media (max-width: 991.98px) {
    .sub-heading-v2 {
      font-size: 14px; } }

.featured-collections-v2 {
  color: #282828;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 42px; }
  @media (max-width: 991.98px) {
    .featured-collections-v2 {
      font-size: 22px;
      margin-bottom: 22px; } }

.lead-text {
  color: #717171;
  display: block;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 32px; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #f0582f;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #f0582f; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f0582f;
  opacity: 0.6;
  color: white;
  cursor: pointer;
  border-radius: 30rem;
  font-size: 22px;
  width: 40px;
  height: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 9999; }
  #myBtn span {
    display: block;
    margin-top: -6px; }
  @media (max-width: 1199.98px) {
    #myBtn {
      right: 15px;
      font-size: 16px;
      width: 30px;
      height: 30px;
      opacity: 0.7; }
      #myBtn span {
        display: block;
        margin-top: -4px; } }

#myBtn:hover {
  opacity: 1; }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.home-video {
  position: relative;
  top: 70px;
  z-index: 999; }
  .home-video video {
    width: 100%;
    border-radius: 20px;
    outline: none;
    object-fit: fill;
    /*to add black content at top and bottom*/
    object-position: 0 0;
    /* to center our image*/
    display: block; }

/****** Pagination ******/
.pagination {
  align-items: center;
  margin-top: 20px; }
  .pagination .page-item {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30rem; }
  .pagination .page-link {
    padding: 5px;
    height: 100%;
    width: 100%;
    border-radius: 30rem;
    padding-top: 10px; }
  .pagination .first-page-link {
    margin-right: auto;
    width: auto;
    height: auto; }
    .pagination .first-page-link a {
      background-color: transparent;
      color: #2f2f2f;
      padding: 0; }
      .pagination .first-page-link a:hover {
        color: #f0582f; }
  .pagination .last-page-link {
    margin-left: auto;
    width: auto;
    height: auto; }
    .pagination .last-page-link a {
      color: #2f2f2f;
      background-color: transparent;
      padding: 0; }
      .pagination .last-page-link a:hover {
        color: #f0582f; }

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  display: inline-block;
  line-height: 7px; }
  .rating > input {
    display: none; }
    .rating > input:checked ~ label {
      color: #ffd700; }
      .rating > input:checked ~ label:hover {
        color: #ffed85; }
        .rating > input:checked ~ label:hover ~ label {
          color: #ffed85; }
    .rating > input:checked + label:hover {
      color: #ffed85; }
  .rating > label {
    color: #282828;
    float: right;
    margin-bottom: 0;
    font-size: 10px; }
    .rating > label:before {
      font-size: 12px;
      font-family: FontAwesome;
      display: inline-block;
      content: "\f005";
      margin: 0 1px; }
    .rating > label:hover ~ input:checked ~ label {
      color: #ffed85; }
  .rating > .half:before {
    content: "\f089";
    position: absolute; }
  .rating:not(:checked) > label:hover {
    color: #ffd700; }
    .rating:not(:checked) > label:hover ~ label {
      color: #ffd700; }

.star-rating-v2 {
  line-height: 32px;
  font-size: 12px;
  display: inline-block; }
  .star-rating-v2 .fa-star {
    color: #ffd700;
    cursor: pointer; }

/****** Social Sharing For blog Pages ******/
.socialShare a {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%; }

.socialShare > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0;
  background-color: transparent; }

.socialShare > * > span {
  display: block;
  color: #707070;
  font-size: 12px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.socialShare > * > span:hover,
.socialShare > .open > span {
  color: #f0582f;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.socialGallery {
  left: 0;
  margin: 0 auto 0;
  position: absolute;
  top: 19px;
  transform: translate(-50%, 0);
  visibility: hidden;
  width: 280px;
  z-index: 999; }

.socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin: 5px 2px;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
  top: 10px;
  color: #fff !important; }

.socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.socialToolBox {
  cursor: default; }

.pointer {
  cursor: pointer; }

.facebook:hover {
  background: #3b5998 !important; }

.google:hover {
  background-color: #c63523 !important; }

.instagram:hover {
  background: #517fa4 !important; }

.tumblr:hover {
  background: #32506d !important; }

.twitter:hover {
  background: #00aced !important; }

.youtube:hover {
  background: #bb0000 !important; }

.rss:hover {
  background-color: #f39007 !important; }

.linkedin:hover {
  background-color: #005e8b !important; }

@media only screen and (max-width: 480px) {
  .socialGallery {
    width: 120px; } }
/****** Bootstrap Jumbotron *****/
.jumbotron {
  border-radius: 20px;
  padding: 47px 40px 40px;
  margin-bottom: 40px;
  position: relative; }
  .jumbotron:after {
    font-family: FontAwesome;
    content: "\f10e";
    color: #e5eaf2;
    position: absolute;
    right: 50px;
    top: 15px;
    font-size: 135px; }
  .jumbotron p {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #282828;
    font-weight: 500;
    position: relative;
    z-index: 999;
    line-height: 29px; }
    .jumbotron p.lead {
      font-family: 0.875rem;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      margin-bottom: 0; }
      .jumbotron p.lead small {
        display: block;
        font-style: italic; }

.owl-carousel,
.owl-carousel-event,
.staffpick-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-stage::after,
  .owl-carousel-event .owl-stage::after,
  .staffpick-carousel .owl-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .owl-carousel .owl-stage-outer,
  .owl-carousel-event .owl-stage-outer,
  .staffpick-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 99; }
  .owl-carousel .owl-item,
  .owl-carousel-event .owl-item,
  .staffpick-carousel .owl-item {
    float: left;
    position: relative;
    padding-bottom: 15px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img,
    .owl-carousel-event .owl-item img,
    .staffpick-carousel .owl-item img {
      float: left; }
  .owl-carousel .owl-nav,
  .owl-carousel-event .owl-nav,
  .staffpick-carousel .owl-nav {
    display: none;
    margin-top: -20px;
    top: 50%;
    position: absolute;
    width: 100%; }
    @media (max-width: 767.98px) {
      .owl-carousel .owl-nav,
      .owl-carousel-event .owl-nav,
      .staffpick-carousel .owl-nav {
        display: none; } }
    .owl-carousel .owl-nav.disabled,
    .owl-carousel-event .owl-nav.disabled,
    .staffpick-carousel .owl-nav.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel-event .owl-nav .owl-prev,
    .owl-carousel-event .owl-nav .owl-next,
    .staffpick-carousel .owl-nav .owl-prev,
    .staffpick-carousel .owl-nav .owl-next {
      background-color: transparent;
      border: 1px solid #bdbdbd;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      height: 40px;
      position: absolute;
      text-indent: -99999px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-user-select: none;
      /* Safari */
      -ms-user-select: none;
      /* IE 10 and IE 11 */
      user-select: none;
      /* Standard syntax */
      width: 40px; }
      .owl-carousel .owl-nav .owl-prev::before,
      .owl-carousel .owl-nav .owl-next::before,
      .owl-carousel-event .owl-nav .owl-prev::before,
      .owl-carousel-event .owl-nav .owl-next::before,
      .staffpick-carousel .owl-nav .owl-prev::before,
      .staffpick-carousel .owl-nav .owl-next::before {
        color: #bdbdbd;
        display: block;
        font-family: "FontAwesome";
        font-size: 23px;
        position: absolute;
        text-indent: 15px;
        top: 2px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .owl-carousel .owl-nav .owl-prev:hover,
      .owl-carousel .owl-nav .owl-next:hover,
      .owl-carousel-event .owl-nav .owl-prev:hover,
      .owl-carousel-event .owl-nav .owl-next:hover,
      .staffpick-carousel .owl-nav .owl-prev:hover,
      .staffpick-carousel .owl-nav .owl-next:hover {
        background-color: #00adef;
        border-color: #00adef; }
        .owl-carousel .owl-nav .owl-prev:hover::before,
        .owl-carousel .owl-nav .owl-next:hover::before,
        .owl-carousel-event .owl-nav .owl-prev:hover::before,
        .owl-carousel-event .owl-nav .owl-next:hover::before,
        .staffpick-carousel .owl-nav .owl-prev:hover::before,
        .staffpick-carousel .owl-nav .owl-next:hover::before {
          color: #fff; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel-event .owl-nav .owl-prev,
    .staffpick-carousel .owl-nav .owl-prev {
      left: -90px; }
      .owl-carousel .owl-nav .owl-prev::before,
      .owl-carousel-event .owl-nav .owl-prev::before,
      .staffpick-carousel .owl-nav .owl-prev::before {
        content: "\f104"; }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel-event .owl-nav .owl-next,
    .staffpick-carousel .owl-nav .owl-next {
      right: -90px; }
      .owl-carousel .owl-nav .owl-next::before,
      .owl-carousel-event .owl-nav .owl-next::before,
      .staffpick-carousel .owl-nav .owl-next::before {
        content: "\f105"; }
  .owl-carousel .owl-dots,
  .owl-carousel-event .owl-dots,
  .staffpick-carousel .owl-dots {
    margin-top: 32px;
    margin-bottom: 14px;
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot,
    .owl-carousel-event .owl-dots .owl-dot,
    .staffpick-carousel .owl-dots .owl-dot {
      display: inline-block; }
      .owl-carousel .owl-dots .owl-dot span,
      .owl-carousel-event .owl-dots .owl-dot span,
      .staffpick-carousel .owl-dots .owl-dot span {
        backface-visibility: visible;
        background: transparent;
        border: 2px solid #f0582f;
        border-radius: 30px;
        cursor: pointer;
        display: block;
        height: 10px;
        margin: 5px 4px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 10px; }
      .owl-carousel .owl-dots .owl-dot.active span,
      .owl-carousel-event .owl-dots .owl-dot.active span,
      .staffpick-carousel .owl-dots .owl-dot.active span {
        background: #f0582f;
        border-width: 0;
        height: 14px;
        margin: 3px 4px;
        width: 14px; }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel-event .owl-dots.disabled,
    .staffpick-carousel .owl-dots.disabled {
      display: none; }
  .owl-carousel.owl-loaded,
  .owl-carousel-event.owl-loaded,
  .staffpick-carousel.owl-loaded {
    display: block;
    margin-top: 27px;}
  .owl-carousel.owl-loading,
  .owl-carousel-event.owl-loading,
  .staffpick-carousel.owl-loading {
    opacity: 1;
    display: block; }
  .owl-carousel.owl-hidden,
  .owl-carousel-event.owl-hidden,
  .staffpick-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item,
  .owl-carousel-event.owl-refresh .owl-item,
  .staffpick-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item,
  .owl-carousel-event.owl-drag .owl-item,
  .staffpick-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */ }
  .owl-carousel.owl-grab,
  .owl-carousel-event.owl-grab,
  .staffpick-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl,
  .owl-carousel-event.owl-rtl,
  .staffpick-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item,
    .owl-carousel-event.owl-rtl .owl-item,
    .staffpick-carousel.owl-rtl .owl-item {
      float: right; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

/****** Responsive Tabs ******/
.tabs {
  border-top: 0;
  font-size: 0; }
  .tabs input[type="radio"] {
    display: none; }
  .tabs label {
    border-right: #edf0f5 1px solid;
    border-top: #edf0f5 1px solid;
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 16px 30px;
    font-size: 16px;
    cursor: pointer;
    color: #1f1f1f;
    background: #fff;
    text-align: center;
    margin-bottom: 0; }
    .tabs label:hover {
      background: #f5f7fa; }
    .tabs label:first-of-type {
      border-left: 1px solid #edf0f5; }
  .tabs .tab-content {
    position: absolute;
    top: -9999px;
    padding: 25px 30px 6px; }
    .tabs .tab-content p {
      color: #282828;
      font-size: 14px;
      line-height: 24px; }
    .tabs .tab-content ul {
      padding: 0;
      margin: 0 0 20px;
      list-style: none; }
      .tabs .tab-content ul li {
        color: #282828;
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px; }
        .tabs .tab-content ul li strong {
          text-transform: uppercase;
          font-weight: 700; }
  .tabs .tab-content-wrapper {
    background: #fcfcfc;
    border: #edf0f5 1px solid; }
  @media only screen and (max-width: 1650px) {
    .tabs label {
      padding: 16px 15px;
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .tabs .tab-content {
      padding: 25px 15px 6px; } }

#tab1:checked + label {
  background: #f5f7fa; }
#tab1:checked ~ .tab-content-wrapper #tab-content-1 {
  position: relative;
  top: 0px; }

#tab2:checked + label {
  background: #f5f7fa; }
#tab2:checked ~ .tab-content-wrapper #tab-content-2 {
  position: relative;
  top: 0px; }

#tab3:checked + label {
  background: #f5f7fa; }
#tab3:checked ~ .tab-content-wrapper #tab-content-3 {
  position: relative;
  top: 0px; }

#tab4:checked + label {
  background: #f5f7fa; }
#tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px; }

@media screen and (max-width: 1600px) {
  .tabs label {
    width: 24%; } }
@media screen and (max-width: 767px) {
  .tabs {
    margin: 0; }
    .tabs label {
      width: 100%;
      display: block;
      border-bottom: 2px solid #c7c6c4;
      border-radius: 0; }

  .tab-content-wrapper {
    border: none;
    border-radius: 0; }

  .tab1-content-wrapper {
    border: none;
    border-radius: 0; } }
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 14px; }

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em; }

table th {
  background-color: #282828;
  color: #fff;
  padding: 14px 20px 16px;
  text-align: left; }

table td {
  padding: 14px 20px 16px;
  line-height: 16px;
  text-align: left; }

table th tr {
  background-color: #282828;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

@media screen and (max-width: 991px) {
  table:not(.ui-datepicker-calendar) {
    border: 0; }

  table:not(.ui-datepicker-calendar) caption {
    font-size: 1.3em; }

  table:not(.ui-datepicker-calendar) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  table:not(.ui-datepicker-calendar) tr {
    border-color: #ddd;
    display: block;
    margin-bottom: 0.625em;
    padding: 0;
    border-width: 1px 1px 3px 1px;
    border-style: solid; }

  table:not(.ui-datepicker-calendar) td {
    border-bottom: 0;
    display: block;
    font-size: 0.8em;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px; }

  table:not(.ui-datepicker-calendar) td::before {
  /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left; }

  table:not(.ui-datepicker-calendar) td:last-child {
    border-bottom: 0; } }
/*--------------------------------------------------------------
5. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3e3e3e; }

figure {
  margin: 0; }

.section-title {
  color: #282828;
  font-size: 45px;
  line-height: 50px; }
  @media (max-width: 1199.98px) {
    .section-title {
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 24px;
      line-height: 27px; } }

.sub-title {
  display: block;
  text-transform: inherit;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #717171;
  font-family: "Poppins", sans-serif; }

p {
  margin-bottom: 1.25rem; }

a[target="_blank"] {
  background-color: transparent; }

dfn,
cite,
em,
i {
  font-style: normal; }

blockquote {
  margin: 0 0.9375rem; }

address {
  margin: 0 0 1.25rem; }

pre {
  font-size: 0.875rem; }

code,
kbd,
tt,
var {
  font-size: 0.875rem; }

abbr,
acronym {
  border-bottom: 0.0625rem dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

.lead {
  color: #333333;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.428571429;
  margin-bottom: 3.125rem; }

.page-banner .lead {
  color: #acacac; }

/*--------------------------------------------------------------
6. Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background: #fff;
  margin: 0; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #f0582f;
  border: 0;
  height: 1px;
  margin-bottom: 20px; }

ul,
ol {
  margin: 0 0 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 20px; }

img {
  height: auto;
  max-width: 100%; }

table {
  margin: 0 0 20px;
  width: 100%; }

/*--------------------------------------------------------------
7. Forms
--------------------------------------------------------------*/
.input-required {
  position: relative; }
  .input-required > label {
    font-weight: 400;
    left: 10px;
    margin: -1.1em 0 0;
    position: absolute;
    top: 50%; }
  .input-required .hide {
    display: none; }
  .input-required .first-letter {
    color: #707070; }
  .input-required .second-letter {
    color: #f56363; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.comment-form .input-required > label {
  margin: 0 0 0 30px;
  left: 0;
  top: 31%; }

.select-hidden {
  display: none; }

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  height: 48px;
  position: relative;
  width: 100%; }

.select-styled {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 13px 20px; }
  .select-styled::after {
    content: "\f107";
    color: #8e8e8e;
    font-family: "FontAwesome";
    font-size: 1rem;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }
  .select-styled:active::after, .select-styled.active::after {
    content: "\f106"; }

.select-list {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-top: 0;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
  max-height: 401px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999; }
  .select-list li {
    color: #8e8e8e;
    padding: 10px;
    position: relative;
    text-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .select-list li::before {
      border-top: 1px solid #f4f4f4;
      content: "";
      left: 10px;
      position: absolute;
      right: 10px;
      top: 0;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .select-list li:hover {
      background-color: #f0582f;
      color: #fff; }
      .select-list li:hover::before {
        border-color: transparent; }
      .select-list li:hover + li::before {
        border-color: transparent; }
    .select-list li[rel="hide"] {
      display: none; }

.layout-v3 .select-list li:hover {
  background-color: #54e9ff; }

/*--------------------------------------------------------------
8. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1. Links
--------------------------------------------------------------*/
a {
  color: #f0582f;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  a:hover, a:active {
    outline: 0; }
  a:focus {
    outline: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none !important;
  box-shadow: none !important; }

.header-login-btn {
  display: inline-block; }
  .header-login-btn .btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 600;
    padding: 9px 40px 11px;
    margin-left: 16px;
    text-transform: capitalize; }
    .header-login-btn .btn:hover {
      background-color: #fff;
      color: #222; }
  .header-login-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .header-login-btn ul li {
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #9565e4;
      display: inline-block;
      height: 100%;
      padding: 28px 25px 26px;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase; }
      .header-login-btn ul li a {
        display: block;
        color: #fff; }
      .header-login-btn ul li:last-child {
        border-right: 0; }
  @media screen and (max-width: 1425.99px) and (min-width: 992px) {
    .header-login-btn .btn {
      padding: 9px 17px 12px;
      margin-left: 10px; }
      .header-login-btn .btn:hover {
        background-color: transparent;
        color: #222; } }
  @media (max-width: 1500px) {
    .header-login-btn {
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .header-login-btn {
      margin-top: 5px; } }
  @media (max-width: 575.98px) {
    .header-login-btn {
      margin-top: 10px; }
      .header-login-btn .btn:first-child {
        margin-left: 0; } }

.header-search-filter {
  margin: 0 0 0 50px; }
  .header-search-filter .form-group {
    margin-bottom: 0; }
  .header-search-filter input[type="text"] {
    background-color: transparent;
    border-radius: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #7a6deb;
    color: #fff;
    height: 69px;
    width: 170px; }
    .header-search-filter input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .header-search-filter input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .header-search-filter input[type="text"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .header-search-filter input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .header-search-filter .select {
    background-color: transparent;
    color: #fff;
    height: 69px;
    width: 160px; }
  .header-search-filter .select-styled {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #7a6deb;
    padding: 13px 10px;
    height: 100%;
    display: flex;
    align-items: center; }
    .header-search-filter .select-styled:after {
      color: #fff;
      top: 50%;
      transform: translateY(-41%); }
  .header-search-filter button {
    background-color: #f0582f;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 69px;
    height: 69px;
    text-align: center;
    font-size: 16px; }
  @media screen and (max-width: 1800px) {
    .header-search-filter {
      margin: 0 0 0 30px;
      width: 406px; }
      .header-search-filter input[type="text"] {
        height: 59px;
        width: 120px;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px; }
      .header-search-filter .select {
        background-color: transparent;
        color: #fff;
        height: 59px;
        width: 120px;
        font-size: 12px; }
      .header-search-filter button {
        width: 39px;
        height: 59px; } }
  @media screen and (max-width: 1800px) and (min-width: 1386px) {
    .header-search-filter {
      margin: 0 0 0 30px;
      width: 455px; }
      .header-search-filter .select {
        width: 150px; } }
  @media screen and (max-width: 1285px) {
    .header-search-filter {
      display: none; } }

/*--------------------------------------------------------------
7.2. Menus
--------------------------------------------------------------*/
.header-topbar {
  padding: 0 30px 10px 30px; }
  .header-topbar a {
    color: #fff;
    font-size: 13px; }
    .header-topbar a i {
      color: #fff;
      margin-right: 8px; }
    .header-topbar a small {
      color: #fff; }
    .header-topbar a:hover {
      color: #f0582f; }
      .header-topbar a:hover small {
        color: #fff; }
  .header-topbar span {
    color: #fff;
    margin: 0 15px; }
  .header-topbar .topbar-info a {
    text-transform: inherit; }
  .header-topbar .topbar-links {
    text-align: right;
    position: relative; }
    .header-topbar .topbar-links > a::after {
      color: #fff;
      content: "/";
      display: inline-block;
      padding-left: 4px; }
    .header-topbar .topbar-links > a:last-of-type::after {
      content: none;
      padding-left: 0; }
    .header-topbar .topbar-links span {
      margin: 0 7px; }
    .header-topbar .topbar-links small {
      background-color: #f0582f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 11px;
      padding: 2px 7px; }
  @media (max-width: 767.98px) {
    .header-topbar {
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: auto; } }

.header-cart {
  float: right;
  position: initial; }

.navbar-brand {
  height: auto;
  padding: 18px 30px 17px; }
  .navbar-brand h1 {
    margin-bottom: 0; }
    .navbar-brand h1 a,
    .navbar-brand h1 img {
      display: block; }
  @media screen and (max-width: 1727px) and (min-width: 992px) {
    .navbar-brand {
      padding-left: 0px; } }
  @media (max-width: 1199.98px) {
    .navbar-brand {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .navbar-brand {
      display: block;
      margin: 0;
      padding: 0 10px 0 0; } }

.navbar-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99; }
  .navbar-wrapper .navbar-default {
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 0;
    border-radius: 50px; }
    .navbar-wrapper .navbar-default .navbar-collapse {
      padding: 0; }
  @media (max-width: 1499px) {
    .navbar-wrapper {
      top: 30px; } }
  @media (max-width: 991.98px) {
    .navbar-wrapper .navbar-default {
      padding: 0; } }

.navbar-default .navbar-nav > li > a {
  font-weight: 600; }

.inner-navbar-wrapper {
  top: 50px; }
  @media (max-width: 1499px) {
    .inner-navbar-wrapper {
      top: 30px; } }

.navbar-nav li {
  padding: 23px 32px; }
  @media screen and (max-width: 1727px) and (min-width: 1444px) {
    .navbar-nav li {
      padding: 23px 14px; } }
  @media screen and (max-width: 1443px) and (min-width: 992px) {
    .navbar-nav li {
      padding: 15px 18px !important; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .navbar-nav li {
      padding: 13px 19px; } }
  .navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 1443px) and (min-width: 992px) {
      .navbar-nav li a {
        font-size: 12px; } }
  .navbar-nav li.dropdown:hover > a {
    color: #f0582f; }
  .navbar-nav li:first-child {
    padding-left: 10px; }
.navbar-nav .dropdown-menu li {
  padding: 0 !important; }

.dropdown-menu {
  background-clip: border-box;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 12px 0 13px;
  width: 270px; }
  .dropdown-menu::before {
    border-bottom: 0px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 50%;
    margin-left: -17px;
    position: absolute;
    top: -17px; }
  .dropdown-menu li {
    background-color: transparent;
    padding: 0;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .dropdown-menu li a {
      border-top: 1px solid #e5e5e5;
      color: #282828;
      display: block;
      font-size: 0.875rem;
      font-weight: 400;
      margin: 0 30px;
      padding: 12px 0;
      text-transform: none; }
      .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background-color: transparent;
        color: inherit; }
    .dropdown-menu li:first-child a {
      border-color: transparent; }
    .dropdown-menu li:hover {
      background-color: #f0582f; }
      .dropdown-menu li:hover a {
        border-color: transparent;
        color: #fff; }
      .dropdown-menu li:hover > .sub-menu {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        visibility: visible; }
      .dropdown-menu li:hover + li a {
        border-color: transparent; }
  .dropdown-menu .sub-menu {
    background-color: #f0582f;
    left: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    padding: 12px 0 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    -moz-transition: opacity 0s linear;
    -ms-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
    -webkit-transition: opacity 0s linear; }
    .dropdown-menu .sub-menu::before {
      border-bottom: 17px solid transparent; }
    .dropdown-menu .sub-menu li a {
      border-color: #fff;
      color: #fff; }
    .dropdown-menu .sub-menu li:first-child a {
      border-color: transparent; }
    .dropdown-menu .sub-menu li:hover {
      background-color: #fff; }
      .dropdown-menu .sub-menu li:hover a {
        border-color: transparent;
        color: #282828; }
      .dropdown-menu .sub-menu li:hover > .sub-menu {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        visibility: visible; }
      .dropdown-menu .sub-menu li:hover + li a {
        border-color: transparent; }
    .dropdown-menu .sub-menu .sub-menu {
      background-color: #fff;
      left: 100%;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      padding: 12px 0 0;
      position: absolute;
      top: 40px;
      visibility: hidden;
      -moz-transition: opacity 0s linear;
      -ms-transition: opacity 0s linear;
      -o-transition: opacity 0s linear;
      transition: opacity 0s linear;
      -webkit-transition: opacity 0s linear; }
      .dropdown-menu .sub-menu .sub-menu li a {
        border-color: #e5e5e5;
        color: #282828; }
      .dropdown-menu .sub-menu .sub-menu li:first-child a {
        border-color: transparent; }
      .dropdown-menu .sub-menu .sub-menu li:hover {
        background-color: #f0582f; }
        .dropdown-menu .sub-menu .sub-menu li:hover a {
          border-color: transparent;
          color: #fff; }
        .dropdown-menu .sub-menu .sub-menu li:hover > .sub-menu {
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -webkit-opacity: 1;
          opacity: 1;
          visibility: visible; }
        .dropdown-menu .sub-menu .sub-menu li:hover + li a {
          border-color: transparent; }
      .dropdown-menu .sub-menu .sub-menu .sub-menu {
        background-color: #f0582f;
        left: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        padding: 12px 0 0;
        position: absolute;
        top: 40px;
        visibility: hidden;
        -moz-transition: opacity 0s linear;
        -ms-transition: opacity 0s linear;
        -o-transition: opacity 0s linear;
        transition: opacity 0s linear;
        -webkit-transition: opacity 0s linear; }
        .dropdown-menu .sub-menu .sub-menu .sub-menu li a {
          border-color: #fff;
          color: #fff; }
        .dropdown-menu .sub-menu .sub-menu .sub-menu li:first-child a {
          border-color: transparent; }
        .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover {
          background-color: #fff; }
          .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover a {
            border-color: transparent;
            color: #282828; }
          .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
            visibility: visible; }
          .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover + li a {
            border-color: transparent; }

.navbar-nav .dropdown-menu {
  width: 225px;
  max-width: 270px;
  padding-top: 0;
  padding-bottom: 0; }

.cart-dropdown {
  background-color: #fff;
  clear: both;
  display: none;
  right: 0;
  left: initial;
  margin-top: 10px;
  padding: 0 20px 20px;
  position: absolute;
  width: 320px;
  z-index: 99999; }
  .cart-dropdown::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    right: 10px;
    left: initial;
    margin-left: -12px;
    position: absolute;
    top: -10px;
    width: 0;
    height: 0; }
  .cart-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .cart-dropdown ul li {
      border-bottom: 1px solid #f4f4f4;
      padding: 20px 0; }
      .cart-dropdown ul li img {
        float: left;
        height: 80px;
        width: 64px; }
      .cart-dropdown ul li .item-info {
        float: left;
        margin-top: 5px;
        padding: 0 10px;
        width: 200px;
        word-wrap: break-word; }
        .cart-dropdown ul li .item-info .name {
          display: block;
          margin-bottom: 5px; }
          .cart-dropdown ul li .item-info .name a {
            border-color: transparent;
            color: #282828;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            word-wrap: break-word; }
            .cart-dropdown ul li .item-info .name a:hover {
              color: #f0582f; }
        .cart-dropdown ul li .item-info .author {
          color: #333333;
          display: block;
          margin-bottom: 5px; }
          .cart-dropdown ul li .item-info .author strong {
            color: #282828; }
        .cart-dropdown ul li .item-info .price {
          color: #282828; }
      .cart-dropdown ul li .remove {
        border: 0;
        float: right;
        margin: 8px 0 0;
        padding: 0;
        width: 16px; }
        .cart-dropdown ul li .remove i {
          color: #282828;
          font-size: 20px;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
        .cart-dropdown ul li .remove:hover i {
          color: #f0582f; }
      .cart-dropdown ul li:hover {
        background-color: transparent; }
  .cart-dropdown .cart-total {
    color: #282828;
    float: left;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
    width: 100%; }
    .cart-dropdown .cart-total .title {
      float: left; }
    .cart-dropdown .cart-total .price {
      float: right; }
  .cart-dropdown .cart-buttons .btn {
    font-size: 0.875rem;
    padding: 7px 10px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 110px; }
  .cart-dropdown .cart-buttons .btn-dark-gray {
    float: left; }
    .cart-dropdown .cart-buttons .btn-dark-gray:hover {
      color: #fff; }
  .cart-dropdown .cart-buttons .btn-primary {
    background-color: #f0582f;
    border-color: #f0582f;
    color: #fff;
    float: right; }
    .cart-dropdown .cart-buttons .btn-primary:hover {
      background-color: #c4350e;
      border-color: #c4350e; }
  @media (max-width: 575.98px) {
    .cart-dropdown {
      padding: 0 10px 20px;
      right: -10px;
      width: 300px; } }

.inner-navbar-wrapper {
  background-color: #fff;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 0; }
  .inner-navbar-wrapper .navbar-brand {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .inner-navbar-wrapper .navbar-brand h1 {
      line-height: 18px; }
      .inner-navbar-wrapper .navbar-brand h1 a,
      .inner-navbar-wrapper .navbar-brand h1 img {
        display: block; }
  .inner-navbar-wrapper .navbar-default .navbar-nav > li {
    padding-bottom: 0;
    padding-top: 0; }
    .inner-navbar-wrapper .navbar-default .navbar-nav > li > a {
      color: #282828;
      font-weight: 600; }
  .inner-navbar-wrapper .navbar-nav .nav-item {
    padding-top: 47px;
    padding-bottom: 47px; }
  .inner-navbar-wrapper .header-login-btn .btn {
    border-color: #eeeff3;
    color: #717171;
    padding-left: 30px;
    padding-right: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .inner-navbar-wrapper .header-login-btn .btn:hover {
      background-color: #f0582f;
      border-color: transparent;
      color: #fff; }
  @media screen and (max-width: 1727px) and (min-width: 1200px) {
    .inner-navbar-wrapper .navbar-nav .nav-item {
      padding-top: 35px !important;
      padding-bottom: 35px !important; }
    .inner-navbar-wrapper .header-login-btn .btn {
      border: 1px solid #eeeff3;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 15px; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .inner-navbar-wrapper .navbar-nav .nav-item {
      padding-top: 35px !important;
      padding-bottom: 35px !important; }
    .inner-navbar-wrapper .header-login-btn .btn {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 10px; } }
  @media (max-width: 991.98px) {
    .inner-navbar-wrapper {
      padding: 28px 0 23px; }
      .inner-navbar-wrapper .mobile-menu {
        top: 36px !important; } }
  @media (max-width: 575.98px) {
    .inner-navbar-wrapper .navbar-brand {
      top: 0; }
    .inner-navbar-wrapper .mobile-menu {
      top: 30px !important; } }

.inner-header-search {
  position: relative;
  margin: 0 30px 0 45px;
  width: 310px; }
  .inner-header-search input[type="text"] {
    border-color: #eeeff3;
    border-radius: 30px;
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #717171;
    height: 47px;
    width: 100%; }
  .inner-header-search button[type="submit"] {
    border: none;
    border-radius: 30rem;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 43px;
    height: 43px;
    padding: 0; }
  @media screen and (max-width: 1727px) and (min-width: 1293px) {
    .inner-header-search {
      margin: 0 15px 0 30px;
      width: 230px; } }
  @media screen and (max-width: 1292px) and (min-width: 992px) {
    .inner-header-search {
      display: none; } }
  @media (max-width: 1199.98px) {
    .inner-header-search {
      margin: 0 20px 0 20px;
      max-width: 290px; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .inner-header-search {
      margin: 0 auto; } }
  @media (max-width: 575.98px) {
    .inner-header-search {
      display: block;
      margin: 13px 0 0;
      top: 0;
      width: 100%;
      max-width: 100%; } }

.page-banner .breadcrumb {
  background-color: #fff;
  border-radius: 0;
  bottom: 0;
  display: table;
  margin: 0 auto;
  position: absolute;
  padding: 20px 30px;
  left: 50%;
  transform: translate(-50%, 0); }
  @media (max-width: 767.98px) {
    .page-banner .breadcrumb {
      padding: 15px;
      width: 85%; } }
  .page-banner .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-banner .breadcrumb ul li {
      display: inline-block;
      color: #f0582f; }
    .page-banner .breadcrumb ul a {
      display: inline-block;
      color: #282828; }
      .page-banner .breadcrumb ul a::after {
        color: #282828;
        content: "/";
        display: inline-block;
        margin: 0 18px; }
      .page-banner .breadcrumb ul a:hover {
        color: #f0582f; }

@media screen and (max-width: 1727px) and (min-width: 1444px) {
  #header-v1 .navbar-brand {
    padding-left: 30px; } }
@media (max-width: 1199.98px) {
  #header-v1 .header-topbar {
    padding: 0 20px 10px 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  #header-v1 .header-topbar {
    padding: 0 0 10px 0; }
    #header-v1 .header-topbar a {
      font-size: 12px; }
    #header-v1 .header-topbar span {
      margin: 0 8px; } }
#header-v1 .navbar-default .navbar-nav .nav-item {
  padding: 23px 25px; }
@media screen and (max-width: 1443.99px) and (min-width: 992px) {
  #header-v1 .navbar-default .navbar-brand {
    padding: 8px 15px; } }
@media (max-width: 991.98px) {
  #header-v1 .navbar-default {
    padding: 10px; }
    #header-v1 .navbar-default .mobile-menu {
      top: 10px; } }

/*--------------------------------------------------------------
7.3. Home-V2 Menu
--------------------------------------------------------------*/
.layout-v2 .header-topbar {
  padding: 0 0 10px; }
  @media (max-width: 767.98px) {
    .layout-v2 .header-topbar {
      top: -45px; } }
  .layout-v2 .header-topbar a i {
    color: #84bb45; }
  .layout-v2 .header-topbar a:hover {
    color: #84bb45; }
    .layout-v2 .header-topbar a:hover small {
      color: #fff; }
  .layout-v2 .header-topbar .topbar-links small {
    background-color: #84bb45; }
@media (min-width: 576px) and (max-width: 991.98px) {
  .layout-v2 .topbar-links {
    text-align: center; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .layout-v2 .header-cart {
    margin-right: 150px; } }
.layout-v2 .navbar-wrapper {
  border-bottom: 1px solid #7c5ae7;
  padding-bottom: 0; }
  .layout-v2 .navbar-wrapper .navbar-default.navbar-expand-lg {
    display: inline-block; }
  .layout-v2 .navbar-wrapper .navbar-default .navbar-collapse {
    border-bottom: none;
    border-top: none; }
  @media (max-width: 991.98px) {
    .layout-v2 .navbar-wrapper {
      padding-bottom: 15px;
      top: 15px; } }
  @media (max-width: 767.98px) {
    .layout-v2 .navbar-wrapper {
      padding-bottom: 20px; } }
.layout-v2 .navbar-default {
  background-color: transparent; }
  .layout-v2 .navbar-default .navbar-nav > li {
    padding: 0 35px 35px; }
    .layout-v2 .navbar-default .navbar-nav > li > a {
      color: #fff;
      padding: 0 0 15px;
      position: relative;
      font-size: 15px; }
      .layout-v2 .navbar-default .navbar-nav > li > a:before {
        background-color: #fff;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        bottom: -35px;
        transform: translateY(10px);
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        width: 100%; }
      .layout-v2 .navbar-default .navbar-nav > li > a:hover {
        background-color: rgba(0, 0, 0, 0); }
        .layout-v2 .navbar-default .navbar-nav > li > a:hover:before {
          opacity: 1;
          transform: translateY(0px); }
    .layout-v2 .navbar-default .navbar-nav > li > .dropdown-menu {
      margin-top: 0;
      margin-left: 17px; }
  .layout-v2 .navbar-default .navbar-nav > .active a:before {
    opacity: 1;
    transform: translateY(0px); }
  @media screen and (max-width: 1455px) and (min-width: 1081px) {
    .layout-v2 .navbar-default .navbar-nav > li {
      padding: 0 25px 18px !important; }
      .layout-v2 .navbar-default .navbar-nav > li > a {
        padding: 0 0 15px;
        font-size: 13px; }
        .layout-v2 .navbar-default .navbar-nav > li > a:before {
          bottom: -18px;
          transform: translateY(10px); } }
  @media screen and (max-width: 1099px) and (min-width: 992px) {
    .layout-v2 .navbar-default .navbar-nav > li {
      padding: 0 18px 15px !important; }
      .layout-v2 .navbar-default .navbar-nav > li > a {
        padding: 0 0 15px;
        font-size: 13px; }
        .layout-v2 .navbar-default .navbar-nav > li > a:before {
          bottom: -16px;
          transform: translateY(10px); } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-v2 .dropdown-menu {
    width: 255px; } }
.layout-v2 .dropdown-menu li {
  padding: 0 !important; }
  .layout-v2 .dropdown-menu li:hover {
    background-color: #694ae6; }
.layout-v2 .dropdown-menu .sub-menu {
  background-color: #694ae6; }
  .layout-v2 .dropdown-menu .sub-menu li:hover {
    background-color: #fff; }
  .layout-v2 .dropdown-menu .sub-menu .sub-menu {
    background-color: #fff; }
    .layout-v2 .dropdown-menu .sub-menu .sub-menu li:hover {
      background-color: #694ae6; }
    .layout-v2 .dropdown-menu .sub-menu .sub-menu .sub-menu {
      background-color: #694ae6; }
      .layout-v2 .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover {
        background-color: #fff; }
.layout-v2 .cart-dropdown ul li {
  padding: 20px 0; }
  .layout-v2 .cart-dropdown ul li .item-info .name a:hover {
    color: #84bb45; }
  .layout-v2 .cart-dropdown ul li .remove:hover i {
    color: #84bb45; }
  .layout-v2 .cart-dropdown ul li:hover {
    background-color: transparent; }
.layout-v2 .cart-dropdown .cart-buttons .btn-dark-gray:hover {
  background-color: #84bb45;
  border-color: #84bb45; }
.layout-v2 .cart-dropdown .cart-buttons .btn-primary {
  background-color: #84bb45;
  border-color: #84bb45; }
  .layout-v2 .cart-dropdown .cart-buttons .btn-primary:hover {
    background-color: #5d8330;
    border-color: #5d8330;
    color: #fff; }
.layout-v2 .navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }
  .layout-v2 .navbar-brand h1 {
    margin-bottom: 0; }
  .layout-v2 .navbar-brand a,
  .layout-v2 .navbar-brand img {
    display: block; }
  @media screen and (max-width: 1425.99px) and (min-width: 992px) {
    .layout-v2 .navbar-brand {
      padding-top: 10px; } }
  @media (max-width: 991.98px) {
    .layout-v2 .navbar-brand {
      margin: 0;
      padding: 10px; } }
.layout-v2 .mobile-menu {
  right: 15px;
  top: 9px; }
  .layout-v2 .mobile-menu a i {
    color: #fff; }

/*--------------------------------------------------------------
7.4. Home-V3 Menu
--------------------------------------------------------------*/
.layout-v3 .navbar-wrapper {
  border-bottom: 1px solid #7a6deb;
  top: 0;
  height: 72px; }
  .layout-v3 .navbar-wrapper .navbar-default .navbar-collapse {
    border-width: 0 1px 0 1px;
    border-color: #595959;
    border-style: solid;
    float: left;
    padding: 0 30px 0 15px;
    width: 61%; }
    @media (min-width: 992px) and (max-width: 1839px) {
      .layout-v3 .navbar-wrapper .navbar-default .navbar-collapse {
        width: 76%; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .layout-v3 .navbar-wrapper .navbar-default .navbar-collapse {
        width: 75%; } }
  .layout-v3 .navbar-wrapper .navbar-brand {
    padding: 0;
    margin-left: 35px; }
  @media screen and (max-width: 1865px) and (min-width: 1286px) {
    .layout-v3 .navbar-wrapper {
      height: 66px;
      top: -3px; }
      .layout-v3 .navbar-wrapper .navbar-brand {
        margin-left: 0; }
      .layout-v3 .navbar-wrapper .navbar-nav > .nav-item .nav-link {
        font-size: 13px; }
      .layout-v3 .navbar-wrapper .header-login-btn ul li {
        padding: 22px 12px 26px; } }
  @media screen and (max-width: 1400px) {
    .layout-v3 .navbar-wrapper .navbar-brand {
      margin-left: 0; }
    .layout-v3 .navbar-wrapper .navbar-nav > .nav-item {
      padding: 13px 8px; }
      .layout-v3 .navbar-wrapper .navbar-nav > .nav-item .nav-link {
        font-size: 13px; } }
  @media (max-width: 991.98px) {
    .layout-v3 .navbar-wrapper .navbar-brand {
      /* margin-left: 0;
      margin-top: 22px;  */
      } }
.layout-v3 .navbar-nav .nav-item {
  padding-left: 30px;
  padding-right: 30px; }
  .layout-v3 .navbar-nav .nav-item:first-child {
    padding-left: 35px; }
  .layout-v3 .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500; }
    .layout-v3 .navbar-nav .nav-item .nav-link:hover {
      color: #fff; }
.layout-v3 .navbar-nav > .active > a {
  color: #54e9ff; }
  .layout-v3 .navbar-nav > .active > a:hover {
    color: #54e9ff; }
@media screen and (max-width: 1633.99px) and (min-width: 1357px) {
  .layout-v3 .navbar-nav > li {
    padding: 15px 15px !important; } }
@media screen and (max-width: 1356.99px) and (min-width: 1286px) {
  .layout-v3 .navbar-nav > li {
    padding: 15px 10px !important; } }
@media screen and (max-width: 1285.99px) and (min-width: 992px) {
  .layout-v3 .navbar-nav > li {
    padding: 15px 14px !important; } }
@media (max-width: 767.98px) {
  .layout-v3 .navbar-brand {
    margin: 10px auto 0;
    padding: 10px; } }
.layout-v3 .mobile-menu a i {
  color: #fff; }
@media (max-width: 991.98px) {
  .layout-v3 .mobile-menu {
    top: 24px; } }
.layout-v3 .header-topbar {
  float: right;
  margin: 36px 0;
  padding: 0; }
  .layout-v3 .header-topbar a {
    font-size: 1rem; }
    .layout-v3 .header-topbar a i {
      color: #54e9ff; }
    .layout-v3 .header-topbar a:hover {
      color: #54e9ff; }
      .layout-v3 .header-topbar a:hover small {
        color: #fff; }
  .layout-v3 .header-topbar .topbar-links small {
    background-color: #54e9ff; }
.layout-v3 .dropdown-menu li {
  padding: 0; }
  .layout-v3 .dropdown-menu li:hover {
    background-color: #7251e5; }
.layout-v3 .dropdown-menu .sub-menu {
  background-color: #54e9ff; }
  .layout-v3 .dropdown-menu .sub-menu li:hover {
    background-color: #fff; }
  .layout-v3 .dropdown-menu .sub-menu .sub-menu {
    background-color: #fff; }
    .layout-v3 .dropdown-menu .sub-menu .sub-menu li:hover {
      background-color: #54e9ff; }
    .layout-v3 .dropdown-menu .sub-menu .sub-menu .sub-menu {
      background-color: #54e9ff; }
      .layout-v3 .dropdown-menu .sub-menu .sub-menu .sub-menu li:hover {
        background-color: #fff; }
@media (min-width: 992px) and (max-width: 1839px) {
  .layout-v3 .cart-dropdown {
    left: -245px; } }
@media (min-width: 992px) and (max-width: 1839px) {
  .layout-v3 .cart-dropdown::before {
    left: 85%;
    right: auto; } }
.layout-v3 .cart-dropdown ul li {
  padding: 20px 0; }
  .layout-v3 .cart-dropdown ul li .item-info .name a:hover {
    color: #54e9ff; }
  .layout-v3 .cart-dropdown ul li .remove:hover i {
    color: #54e9ff; }
  .layout-v3 .cart-dropdown ul li:hover {
    background-color: transparent; }
.layout-v3 .cart-dropdown .cart-buttons .btn-dark-gray:hover {
  background-color: #54e9ff;
  border-color: #54e9ff; }
.layout-v3 .cart-dropdown .cart-buttons .btn-primary {
  background-color: #54e9ff;
  border-color: #54e9ff; }
  .layout-v3 .cart-dropdown .cart-buttons .btn-primary:hover {
    background-color: #08dfff;
    border-color: #08dfff;
    color: #fff; }

/*--------------------------------------------------------------
7.5. Mobile Menu
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -100%; } }

@media (max-width: 991.98px) {
  .mm-menu.mm-right {
    width: 100%; } }

#mobile-menu:not(.mm-menu) {
  display: none; }

#mobile-menu a {
  -moz-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  -o-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
  -webkit-transition: none 0.3s ease-in-out; }

.mobile-menu {
  right: 15px;
  position: absolute;
  top: 13px;
  z-index: 999; }
  @media (max-width: 991.98px) {
    .mobile-menu {
      top: 0; } }
  .mobile-menu a i {
    color: #282828;
    font-size: 30px; }

.mm-list > li h4 {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  margin: 17px 20px 16px;
  z-index: -1; }
.mm-list > li .close {
  background: url("../images/close_icon.png") no-repeat;
  border: 0px;
  cursor: pointer;
  float: right;
  height: 15px;
  padding: 0;
  margin: -35px 20px 0 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  width: 15px; }
.mm-list > li:hover {
  background-color: rgba(28, 28, 28, 0.5); }
.mm-list > li.mobile-title:hover {
  background-color: transparent; }

.mm-list > li.mm-selected > a.close:not(.mm-subopen) {
  background: url("../images/close_icon.png") no-repeat; }

/*--------------------------------------------------------------
9. Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  color: #eeeeee; }
  .screen-reader-text:focus {
    border-radius: 30rem;
    color: #f0582f;
    display: block;
    font-size: 0.875rem;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
10. Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1. Home-V1
--------------------------------------------------------------*/
.search-filters {
  margin-top: -114px;
  padding: 0;
  position: relative;
  z-index: 9; }
  @media (max-width: 991.98px) {
    .search-filters {
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .search-filters {
      margin-top: -26px; } }
  .search-filters .filter-box {
    border-radius: 30rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    padding: 30px 50px 14px;
    width: 100%; }
    .search-filters .filter-box h3 {
      color: #282828;
      font-size: 25px;
      margin: 0;
      text-align: left;
      text-transform: none; }
    .search-filters .filter-box .form-control,
    .search-filters .filter-box .select-styled {
      border-radius: 30rem; }
    .search-filters .filter-box .btn-primary {
      width: 100%;
      border-radius: 30rem;
      padding-top: 13px; }
    @media (max-width: 767.98px) {
      .search-filters .filter-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 50px 0 0; }
        .search-filters .filter-box h3 {
          margin: 0 0 30px; } }

.welcome-section {
  padding: 96px 0 100px;
  position: relative;
  background: url("../images/welcome-bg.png") no-repeat top; }
  .welcome-section .welcome-image {
    height: auto;
    margin-top: 27px;
    border-radius: 20px; }
  .welcome-section .welcome-wrap {
    position: relative; }
    .welcome-section .welcome-wrap .welcome-text {
      display: block; }
      .welcome-section .welcome-wrap .welcome-text p {
        font-size: 16px;
        line-height: 28px;
        margin: 45px 0 40px; }
  @media (max-width: 991.98px) {
    .welcome-section {
      padding: 42.5px 0 50px; }
      .welcome-section .welcome-image {
        position: relative;
        width: 100%;
        margin-bottom: 40px; }
      .welcome-section .welcome-wrap {
        min-height: 0;
        padding: 0; }
        .welcome-section .welcome-wrap .welcome-text .lead {
          margin-bottom: 20px; }
        .welcome-section .welcome-wrap .welcome-text p {
          font-size: 0.875rem;
          margin: 30px 0; } }

  .feature-collection-main p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 37px;
  }
.feature-collection-main .community-slider-extra-mt {
  position: relative;
  top: initial;
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0; }
.feature-collection-main .view-feature-box {
  display: block;
  margin-bottom: 45px; }
  .feature-collection-main .view-feature-box a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;}
.feature-collection-main .single-feature-box {
  margin-bottom: 70px; }
  .feature-collection-main .single-feature-box .single-feature {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 20px 35px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
    margin-bottom: 30px; }
    .feature-collection-main .single-feature-box .single-feature.extra-tm {
      margin-top: 50px; }
    .feature-collection-main .single-feature-box .single-feature .image {
      margin-bottom: 30px;
      text-align: center; }
    .feature-collection-main .single-feature-box .single-feature h3 {
      margin-bottom: 18px;
      font-size: 20px; }
    .feature-collection-main .single-feature-box .single-feature p {
      line-height: 2.1;
      margin-bottom: 35px; }
      @media (max-width: 767.98px) {
        .feature-collection-main .single-feature-box .single-feature p {
          line-height: 1.9;
          margin-bottom: 20px; } }
    .feature-collection-main .single-feature-box .single-feature a {
      color: #282828;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
      .feature-collection-main .single-feature-box .single-feature a i {
        color: #f0582f;
        height: auto;
        margin-bottom: 0;
        -moz-transition: none 0.3s ease-in-out;
        -ms-transition: none 0.3s ease-in-out;
        -o-transition: none 0.3s ease-in-out;
        transition: none 0.3s ease-in-out;
        -webkit-transition: none 0.3s ease-in-out;
        width: auto; }
      .feature-collection-main .single-feature-box .single-feature a:hover {
        color: #f0582f; }
@media (max-width: 767.98px) {
  .feature-collection-main .single-feature-box {
    margin-bottom: 0; }
    .feature-collection-main .single-feature-box .single-feature {
      margin-bottom: 30px; }
      .feature-collection-main .single-feature-box .single-feature.extra-tm {
        margin-top: 0; } }

.facts-counter {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  margin-top: 27px;}
  .facts-counter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%; }
    .facts-counter ul li {
      height: 142px;
      position: relative;
      flex-grow: 1;
      width: 135px; }
      .facts-counter ul li .fact-item {
        margin: 0 auto;
        text-align: center;
        font-family: "Poppins", sans-serif;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .facts-counter ul li .fact-item .fact-icon {
          height: 47px;
          width: auto;
          margin-bottom: 14px; }
          .facts-counter ul li .fact-item .fact-icon i {
            background-image: url("../images/facts-count-icons-v1.png");
            background-position: 300px 300px;
            background-repeat: no-repeat;
            display: inline-block;
            height: 49px;
            width: 64px; }
            .facts-counter ul li .fact-item .fact-icon i.ebook {
              background-position: 0 0; }
            .facts-counter ul li .fact-item .fact-icon i.eaudio {
              background-position: -64px 0; }
            .facts-counter ul li .fact-item .fact-icon i.magazine {
              background-position: -128px 0; }
            .facts-counter ul li .fact-item .fact-icon i.videos {
              background-position: -192px 0; }
        .facts-counter ul li .fact-item span {
          color: #fff;
          font-size: 14px;
          margin-top: 4px; }
          .facts-counter ul li .fact-item span strong {
            display: block;
            font-size: 25px;
            font-weight: 600;
            line-height: 1; }

.category-filter {
  background-color: #f5f7fa;
  background-image: url("../images/filter-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .category-filter .lead {
    color: #777777; }
  .category-filter .filter-buttons {
    margin: 11px auto 50px;
    text-align: center;
    border: #dedede solid 1px;
    border-radius: 25px;
    display: inline-block; }
    .category-filter .filter-buttons .btn {
      border: 0;
      color: #282828;
      font-size: 12px;
      margin: 4px 3px 4px;
      padding: 11px 30px;
      width: auto;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: auto; }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .category-filter .filter-buttons .btn {
          padding: 11px 15px; } }
      @media (max-width: 767.98px) {
        .category-filter .filter-buttons .btn {
          margin: 0 1% 10px;
          padding: 11px 10px;
          width: 47%; } }
      .category-filter .filter-buttons .btn.active, .category-filter .filter-buttons .btn:hover {
        background-color: #f0582f;
        color: #fff; }
    @media (max-width: 767.98px) {
      .category-filter .filter-buttons {
        padding-top: 10px; } }
  .category-filter .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .category-filter .category-list .category-item {
      display: none;
      margin: 0 7px 20px 7px; }
      @media (max-width: 1199.98px) {
        .category-filter .category-list .category-item {
          width: 306px;
          height: 405px; } }
      .category-filter .category-list .category-item figure {
        position: relative;
        overflow: hidden; }
        .category-filter .category-list .category-item figure img {
          width: 100%;
          display: block; }
      .category-filter .category-list .category-item figcaption {
        color: #fff;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        text-align: center;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 100%; }
        .category-filter .category-list .category-item figcaption.bg-black {
          background-color: rgba(0, 0, 0, 0.9); }
      .category-filter .category-list .category-item .info-block {
        left: 0;
        padding: 0 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 1199.98px) {
          .category-filter .category-list .category-item .info-block {
            padding: 0 20px; } }
        .category-filter .category-list .category-item .info-block h4 {
          color: #fff;
          margin: 0 0 7px;
          text-transform: none;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          /* number of lines to show */
          -webkit-box-orient: vertical; }
        .category-filter .category-list .category-item .info-block .author {
          display: block;
          margin: 0 0 5px; }
        .category-filter .category-list .category-item .info-block .rating {
          margin: 0 7px 38px 0;
          text-align: center;
          display: inline-block; }
          @media (min-width: 992px) and (max-width: 1739px) {
            .category-filter .category-list .category-item .info-block .rating {
              margin: 0 0 20px; } }
          .category-filter .category-list .category-item .info-block .rating span {
            color: #fff; }
        .category-filter .category-list .category-item .info-block .category-tags {
          border-radius: 30px;
          color: #fff;
          display: inline-block;
          padding: 5px 17px;
          font-size: 10px;
          font-weight: 500; }
        .category-filter .category-list .category-item .info-block p {
          line-height: 2.15;
          margin-bottom: 10px; }
          @media (min-width: 992px) and (max-width: 1739px) {
            .category-filter .category-list .category-item .info-block p {
              height: 40px;
              line-height: 1.428571429;
              overflow: hidden; } }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .category-filter .category-list .category-item .info-block p {
              height: 30px;
              overflow: hidden; } }
          @media (min-width: 576px) and (max-width: 991.98px) {
            .category-filter .category-list .category-item .info-block p {
              height: 60px;
              overflow: hidden; } }
          @media (max-width: 767.98px) {
            .category-filter .category-list .category-item .info-block p {
              height: 30px;
              overflow: hidden; } }
        .category-filter .category-list .category-item .info-block a {
          color: #fff;
          text-transform: uppercase; }
          .category-filter .category-list .category-item .info-block a:hover {
            color: #f0582f; }
        .category-filter .category-list .category-item .info-block ol {
          list-style: none;
          padding: 0;
          margin: 0;
          margin: 0 0 32px 0; }
          @media (min-width: 992px) and (max-width: 1739px) {
            .category-filter .category-list .category-item .info-block ol {
              margin: 0 0 20px 0; } }
          .category-filter .category-list .category-item .info-block ol li {
            display: inline;
            margin: 0 12px; }
            .category-filter .category-list .category-item .info-block ol li i {
              font-size: 1rem; }
      .category-filter .category-list .category-item:hover figcaption {
        opacity: 1;
        top: 0; }
  .category-filter #category-filter .btn-primary {
    margin-top: 30px; }
  @media (max-width: 1199.98px) {
    .category-filter .category-list .category-item figcaption.bg-black {
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 1;
      top: 195px; }
    .category-filter .category-list .category-item .info-block {
      padding-top: 20px;
      padding-bottom: 10px;
      top: -6px;
      transform: none; }
      .category-filter .category-list .category-item .info-block ol {
        margin-bottom: 15px; }
      .category-filter .category-list .category-item .info-block .rating {
        margin-bottom: 12px; }
      .category-filter .category-list .category-item .info-block p {
        display: none; }
      .category-filter .category-list .category-item .info-block > a {
        display: block; } }
  @media (max-width: 991.98px) {
    .category-filter .category-list .category-item figcaption.bg-black {
      top: 215px; } }

.features {
  background: url("../images/feature-bg.png") no-repeat center; }
  .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;
    justify-content: center; }
    .features ul li {
      background: #fff;
      border: #e3e3e3 solid 1px;
      border-radius: 20px;
      position: relative;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      flex: 0 0 calc(33.333% - 31px); }
      .features ul li .feature-box {
        color: #282828;
        height: 100%;
        padding: 50px 23px 35px;
        text-align: center;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 100%;
        z-index: 1; }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .features ul li .feature-box {
            padding: 50px 15px 35px; } }
        .features ul li .feature-box .image {
          margin-bottom: 30px; }
        .features ul li .feature-box i {
          background-image: url("../images/features-icons-home-v1.png");
          background-position: 500px 500px;
          background-repeat: no-repeat;
          display: inline-block;
          height: 50px;
          margin-bottom: 21px;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          width: 62px; }
          .features ul li .feature-box i.yellow {
            background-position: 0 0; }
          .features ul li .feature-box i.light-green {
            background-position: -62px 0; }
          .features ul li .feature-box i.blue {
            background-position: -124px 0; }
          .features ul li .feature-box i.red {
            background-position: -186px 0; }
          .features ul li .feature-box i.violet {
            background-position: -248px 0; }
          .features ul li .feature-box i.green {
            background-position: -310px 0; }
        .features ul li .feature-box h3 {
          margin-bottom: 18px;
          font-size: 20px; }
        .features ul li .feature-box p {
          line-height: 2.1;
          margin-bottom: 35px; }
          @media (max-width: 767.98px) {
            .features ul li .feature-box p {
              line-height: 1.9;
              margin-bottom: 20px; } }
        .features ul li .feature-box a {
          color: #282828;
          text-transform: uppercase; }
          .features ul li .feature-box a i {
            color: #f0582f;
            height: auto;
            margin-bottom: 0;
            -moz-transition: none 0.3s ease-in-out;
            -ms-transition: none 0.3s ease-in-out;
            -o-transition: none 0.3s ease-in-out;
            transition: none 0.3s ease-in-out;
            -webkit-transition: none 0.3s ease-in-out;
            width: auto; }
          .features ul li .feature-box a:hover {
            color: #f0582f; }
        @media (max-width: 767.98px) {
          .features ul li .feature-box {
            padding: 25px 25px 15px; } }
      .features ul li:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    @media (max-width: 991.98px) {
      .features ul {
        gap: 15px; }
        .features ul li {
          flex: 0 0 calc(50% - 15px); } }
    @media (max-width: 575.98px) {
      .features ul li {
        flex: auto;
        width: 100%; } }

.newsletter {
  background: url("../images/newsletter-bg.png") #f5f7fa no-repeat center;
  }
  .newsletter .form-group {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%; }
    .newsletter .form-group input[type="email"] {
      background-color: #fff;
      border: #f0f0f0 solid 1px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      height: 59px;
      padding: 0 150px 0 20px;
      font-style: italic; }
    .newsletter .form-group input[type="submit"] {
      color: #fff;
      border-radius: 25px;
      font-size: 13px;
      height: 49px;
      position: absolute;
      right: 5px;
      top: 5px;
      width: 148px;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .newsletter .form-group input[type="submit"]:hover {
        background-color: #e33d10; }
  @media (max-width: 767.98px) {
    .newsletter .form-group input[type="email"] {
      padding: 0 117px 0 20px; }
    .newsletter .form-group input[type="submit"] {
      width: auto; } }

.newsletter-home-v2 {
  padding: 0;
  position: relative;
  z-index: 999; }
  .newsletter-home-v2 .newsletter-home-v2-content {
    background-color: #fff;
    border-radius: 30px;
    padding: 95px 100px 100px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .newsletter-home-v2 .newsletter-home-v2-content .section-title {
      margin-bottom: 41px; }
    .newsletter-home-v2 .newsletter-home-v2-content .form-group {
      display: block;
      margin-bottom: 50px;
      position: relative;
      width: 100%; }
      .newsletter-home-v2 .newsletter-home-v2-content .form-group input[type="email"] {
        background-color: #fff;
        border: #f0f0f0 solid 1px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: 59px;
        padding: 0 150px 0 20px;
        font-style: italic; }
      .newsletter-home-v2 .newsletter-home-v2-content .form-group input[type="submit"] {
        background-color: #f0582f;
        color: #fff;
        border-radius: 25px;
        font-size: 13px;
        height: 49px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 148px;
        text-transform: uppercase; }
    .newsletter-home-v2 .newsletter-home-v2-content ul {
      border: 1px solid #f0f0f0;
      border-radius: 20px;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      margin: 0;
      align-items: center;
      justify-content: center; }
      .newsletter-home-v2 .newsletter-home-v2-content ul li {
        border-right: 1px solid #f0f0f0;
        height: 126px;
        flex: 1 1 0;
        text-align: center;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li a {
          display: block;
          font-size: 40px;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 991.98px) {
            .newsletter-home-v2 .newsletter-home-v2-content ul li a {
              font-size: 22px; } }
        .newsletter-home-v2 .newsletter-home-v2-content ul li:first-child {
          border-radius: 20px 0 0 20px; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li:last-child {
          border-right: 0;
          border-radius: 0 20px 20px 0; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.facebook a {
          color: #547bbc; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.twitter a {
          color: #79ccf0; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.google a {
          color: #dc4a38; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.rss a {
          color: #f9a32c; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.rss:hover {
          background-color: #f9a32c; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.linkedin a {
          color: #007bb6; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.linkedin:hover {
          background-color: #007bb6; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li.youtube a {
          color: #ee1c1b; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li:hover a {
          color: #fff; }
    @media (max-width: 991.98px) {
      .newsletter-home-v2 .newsletter-home-v2-content {
        padding: 45px 15px 50px; }
        .newsletter-home-v2 .newsletter-home-v2-content .form-group {
          margin-bottom: 30px; }
          .newsletter-home-v2 .newsletter-home-v2-content .form-group input[type="email"] {
            display: block;
            padding: 0 15px;
            margin-bottom: 15px; }
          .newsletter-home-v2 .newsletter-home-v2-content .form-group input[type="submit"] {
            position: initial;
            display: block; }
        .newsletter-home-v2 .newsletter-home-v2-content ul li {
          height: 76px; } }

.team .team-list {
  display: inline-block;
  position: relative;
  margin-top:15px;
  width: 100%; }
  .team .team-list .team-member {
    background-color: #f5f7fa;
    display: flex;
    align-items: center; }
    .team .team-list .team-member figure {
      width: 50%;
      margin-bottom: 0; }
      .team .team-list .team-member figure img {
        width: 100%; }
      @media (max-width: 767.98px) {
        .team .team-list .team-member figure {
          width: 100%; } }
    .team .team-list .team-member .content-block {
      position: relative;
      flex: 1;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .team .team-list .team-member .content-block::before {
        content: "";
        position: absolute;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .team .team-list .team-member .content-block .member-info {
        color: #282828;
        left: 0;
        padding: 0 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        @media (max-width: 767.98px) {
          .team .team-list .team-member .content-block .member-info {
            padding: 27px 30px 30px;
            position: relative;
            top: auto;
            transform: translateY(0); } }
        .team .team-list .team-member .content-block .member-info h4 {
          margin-bottom: 7px; }
        .team .team-list .team-member .content-block .member-info .designation {
          display: block;
          margin: 0 0 5px; }
        .team .team-list .team-member .content-block .member-info p {
          line-height: 2.15; }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .team .team-list .team-member .content-block .member-info p {
              line-height: 1.3;
              margin-bottom: 15px; } }
          @media (max-width: 767.98px) {
            .team .team-list .team-member .content-block .member-info p {
              line-height: 1.6; } }
        .team .team-list .team-member .content-block .member-info ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-bottom: 12px; }
          .team .team-list .team-member .content-block .member-info ul li {
            display: inline-block;
            margin: 0 1px; }
            .team .team-list .team-member .content-block .member-info ul li a {
              background-color: transparent;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              display: block;
              padding: 2px 0 3px;
              text-align: center;
              width: 25px; }
              .team .team-list .team-member .content-block .member-info ul li a i {
                color: #838383;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out; }
        .team .team-list .team-member .content-block .member-info .btn-primary {
          background-color: #fff;
          border-color: transparent;
          color: #282828;
          font-size: 0.75rem;
          padding: 8px 26px 9px; }
    .team .team-list .team-member.first-member-box {
      border-radius: 20px 0 0 20px;
      flex-direction: column; }
      .team .team-list .team-member.first-member-box figure {
        display: block;
        width: 100%; }
        .team .team-list .team-member.first-member-box figure .rounded-border {
          border-radius: 20px 0 0 0; }
      .team .team-list .team-member.first-member-box .content-block {
        display: block;
        width: 100%;
        padding: 45px 0; }
        .team .team-list .team-member.first-member-box .content-block.bottom-left-rounded {
          border-radius: 0 0 0 20px; }
        .team .team-list .team-member.first-member-box .content-block:before {
          border-bottom: 17px solid #f4f4f4;
          border-left: 17px solid transparent;
          border-right: 17px solid transparent;
          left: 50%;
          margin-left: -17px;
          top: -17px; }
    .team .team-list .team-member.second-member-box {
      border-radius: 0 20px 0 0; }
      .team .team-list .team-member.second-member-box figure img {
        border-radius: 0 20px 0 0; }
      .team .team-list .team-member.second-member-box .content-block::before {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #f4f4f4;
        border-top: 17px solid transparent;
        margin-top: -17px;
        right: -17px;
        top: 50%; }
        @media (max-width: 991.98px) {
          .team .team-list .team-member.second-member-box .content-block::before {
            border-bottom: 17px solid #f4f4f4;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -17px;
            right: auto;
            top: -17px; } }
    .team .team-list .team-member.third-member-box {
      border-radius: 0 0 20px 0; }
      .team .team-list .team-member.third-member-box .content-block {
        border-radius: 0 0 20px 0; }
        .team .team-list .team-member.third-member-box .content-block::before {
          border-bottom: 17px solid transparent;
          border-right: 17px solid #f4f4f4;
          border-top: 17px solid transparent;
          left: -17px;
          margin-top: -17px;
          top: 50%; }
          @media (max-width: 767.98px) {
            .team .team-list .team-member.third-member-box .content-block::before {
              border-bottom: 17px solid #f4f4f4;
              border-left: 17px solid transparent;
              border-right: 17px solid transparent;
              border-top: 0;
              left: 50%;
              margin-top: 0;
              margin-left: -17px;
              top: -17px; } }
    .team .team-list .team-member:hover {
      background-color: #f0582f; }
      .team .team-list .team-member:hover .content-block .member-info {
        color: #fff; }
        .team .team-list .team-member:hover .content-block .member-info h4 {
          color: #fff; }
        .team .team-list .team-member:hover .content-block .member-info ul li a i {
          color: #fff; }
        .team .team-list .team-member:hover .content-block .member-info ul li a:hover {
          background-color: #fff; }
          .team .team-list .team-member:hover .content-block .member-info ul li a:hover i {
            color: #f0582f; }
        .team .team-list .team-member:hover .content-block .member-info .btn-primary {
          color: #f0582f; }
          .team .team-list .team-member:hover .content-block .member-info .btn-primary:hover {
            color: #282828; }
      .team .team-list .team-member:hover.first-member-box .content-block::before {
        border-bottom-color: #f0582f; }
        @media (min-width: 576px) and (max-width: 991.98px) {
          .team .team-list .team-member:hover.first-member-box .content-block::before {
            border-bottom-color: #f0582f;
            border-left-color: transparent; } }
      .team .team-list .team-member:hover.second-member-box .content-block::before {
        border-left-color: #f0582f; }
        @media (max-width: 767.98px) {
          .team .team-list .team-member:hover.second-member-box .content-block::before {
            border-bottom-color: #f0582f;
            border-left-color: transparent; } }
      .team .team-list .team-member:hover.third-member-box .content-block::before {
        border-right-color: #f0582f; }
        @media (max-width: 767.98px) {
          .team .team-list .team-member:hover.third-member-box .content-block::before {
            border-bottom-color: #f0582f;
            border-right-color: transparent; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .team .team-list .team-member.first-member-box .content-block {
      padding: 29px 0; } }
  @media (max-width: 991.98px) {
    .team .team-list .team-member.first-member-box {
      border-radius: 20px 20px 0 0; }
      .team .team-list .team-member.first-member-box figure .rounded-border {
        border-radius: 20px 20px 0 0; }
      .team .team-list .team-member.first-member-box .content-block.bottom-left-rounded {
        border-radius: 0; }
    .team .team-list .team-member.second-member-box {
      border-radius: 0; }
      .team .team-list .team-member.second-member-box figure img {
        border-radius: 0; }
    .team .team-list .team-member.third-member-box figure img {
      border-radius: 0 0 0 20px; }
    .team .team-list .team-member.third-member-box .content-block {
      border-radius: 0 0 20px 20px; } }
  @media (max-width: 767.98px) {
    .team .team-list .team-member {
      flex-direction: column; }
      .team .team-list .team-member.first-member-box {
        border-radius: 20px 20px 0 0; }
        .team .team-list .team-member.first-member-box figure .rounded-border {
          border-radius: 20px 20px 0 0; }
        .team .team-list .team-member.first-member-box .content-block.bottom-left-rounded {
          border-radius: 0; }
      .team .team-list .team-member.second-member-box {
        border-radius: 0; }
        .team .team-list .team-member.second-member-box figure {
          order: 1; }
          .team .team-list .team-member.second-member-box figure img {
            border-radius: 0; }
        .team .team-list .team-member.second-member-box .content-block {
          order: 2; }
      .team .team-list .team-member.third-member-box {
        border-radius: 0 0 20px 20px; }
        .team .team-list .team-member.third-member-box figure {
          order: 1; }
          .team .team-list .team-member.third-member-box figure img {
            border-radius: 0; }
        .team .team-list .team-member.third-member-box .content-block {
          order: 2;
          border-radius: 0 0 20px 20px; } }

.team-member-layout2 {
  background-color: #f5f7fa;
  -webkit-clip-path: polygon(0% 0%, 35% 0, 100% 32%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 35% 0, 100% 32%, 100% 100%, 0% 100%);
  padding: 383px 0 100px;
  margin-top: -385px; }
  .team-member-layout2 .team-list .team-member {
    background-color: #fff;
    border-radius: 19px;
    text-align: center;
    margin-bottom: 30px; }
    .team-member-layout2 .team-list .team-member figure {
      display: block; }
      .team-member-layout2 .team-list .team-member figure img {
        width: 100%; }
      .team-member-layout2 .team-list .team-member figure.top-radius img {
        border-radius: 20px 20px 0 0; }
      .team-member-layout2 .team-list .team-member figure.right-radius img {
        border-radius: 0 20px 20px 0; }
      .team-member-layout2 .team-list .team-member figure.left-radius img {
        border-radius: 20px 0 0 20px; }
    .team-member-layout2 .team-list .team-member .content-block {
      display: block;
      padding: 50px 30px;
      vertical-align: top;
      position: relative; }
      .team-member-layout2 .team-list .team-member .content-block.first-child {
        padding: 67px 30px; }
      .team-member-layout2 .team-list .team-member .content-block:after {
        content: "";
        position: absolute;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .team-member-layout2 .team-list .team-member .content-block.top-arrow:after {
        border-bottom: 17px solid #fff;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        left: 50%;
        right: 50%;
        top: -17px;
        margin: 0 auto; }
      .team-member-layout2 .team-list .team-member .content-block.right-arrow:after {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #fff;
        border-top: 17px solid transparent;
        margin-top: -17px;
        right: -20px;
        top: 50%; }
      .team-member-layout2 .team-list .team-member .content-block.left-arrow:after {
        border-bottom: 17px solid transparent;
        border-right: 17px solid #fff;
        border-top: 17px solid transparent;
        left: -20px;
        margin-top: -17px;
        top: 50%; }
      .team-member-layout2 .team-list .team-member .content-block h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px; }
      .team-member-layout2 .team-list .team-member .content-block .designation {
        display: block;
        color: #282828;
        margin-bottom: 7px; }
      .team-member-layout2 .team-list .team-member .content-block .social {
        padding: 0;
        margin: 0 0 21px;
        list-style: none;
        font-size: 0;
        text-align: center; }
        .team-member-layout2 .team-list .team-member .content-block .social li {
          display: inline-block;
          padding: 0 10px;
          font-size: 14px; }
          .team-member-layout2 .team-list .team-member .content-block .social li a {
            color: #bbbbbb; }
            .team-member-layout2 .team-list .team-member .content-block .social li a:hover {
              color: #f0582f; }
      .team-member-layout2 .team-list .team-member .content-block p {
        color: #282828;
        line-height: 22px;
        margin-bottom: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
      .team-member-layout2 .team-list .team-member .content-block .btn {
        font-size: 12px;
        padding: 14px 30px;
        line-height: 14px; }
    .team-member-layout2 .team-list .team-member.team-member-full-width figure {
      display: inline-block;
      width: 385px; }
    .team-member-layout2 .team-list .team-member.team-member-full-width .content-block {
      display: inline-block;
      width: calc(100% - 389px); }
  @media (max-width: 991.98px) {
    .team-member-layout2 {
      -webkit-clip-path: none;
      clip-path: none;
      padding: 285px 0 50px;
      margin-top: -270px; }
      .team-member-layout2 .team-list .team-member figure img {
        border-radius: 20px 20px 0 0; }
      .team-member-layout2 .team-list .team-member .content-block {
        padding: 45px 30px; }
        .team-member-layout2 .team-list .team-member .content-block.first-child {
          padding: 45px 30px; }
      .team-member-layout2 .team-list .team-member.team-member-full-width {
        display: flex;
        flex-direction: column; }
        .team-member-layout2 .team-list .team-member.team-member-full-width figure {
          width: 100%;
          order: 1; }
          .team-member-layout2 .team-list .team-member.team-member-full-width figure img {
            border-radius: 20px 20px 0 0; }
        .team-member-layout2 .team-list .team-member.team-member-full-width .content-block {
          width: 100%;
          order: 2; }
          .team-member-layout2 .team-list .team-member.team-member-full-width .content-block.right-arrow:after, .team-member-layout2 .team-list .team-member.team-member-full-width .content-block.left-arrow:after {
            border-bottom: 17px solid #fff;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            left: 50%;
            right: 50%;
            top: -17px;
            margin: 0 auto;
            width: 0;
            height: 0; } }

.news-events.banner {
  background: #f5f7fa;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-attachment: fixed;
  background-image: url("../images/latest-blog-bg-home-v1.png"), url("../images/latest-blog-bg-home-v1-2.png");
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat; }
.news-events .center-content {
  display: block;
  float: none; }
  @media (max-width: 767.98px) {
    .news-events .center-content {
      width: 70%;
      margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .news-events .center-content .lead {
      margin-bottom: 35px; } }
.news-events .news-events-list {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%; }
  .news-events .news-events-list .single-news-event {
    background-color: #fff;
    display: flex;
    align-items: center; }
    .news-events .news-events-list .single-news-event figure {
      float: left;
      width: 50%;
      margin-bottom: 0; }
      .news-events .news-events-list .single-news-event figure img {
        width: 100%; }
      @media (max-width: 767.98px) {
        .news-events .news-events-list .single-news-event figure {
          width: 100%; } }
    .news-events .news-events-list .single-news-event .content-block {
      background-color: #fff;
      float: left;
      position: relative;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: 50%; }
      .news-events .news-events-list .single-news-event .content-block::before {
        content: "";
        position: absolute;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .news-events .news-events-list .single-news-event .content-block .content_meta_category {
        color: #f26d35;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
        position: relative; }
        @media (max-width: 767.98px) {
          .news-events .news-events-list .single-news-event .content-block .content_meta_category {
            position: relative; } }
        .news-events .news-events-list .single-news-event .content-block .content_meta_category a {
          color: #f0582f; }
        .news-events .news-events-list .single-news-event .content-block .content_meta_category .arrow-right {
          border-bottom: 7px solid rgba(0, 0, 0, 0);
          border-left: 7px solid #f0582f;
          border-top: 7px solid rgba(0, 0, 0, 0);
          height: 0;
          left: -20px;
          position: absolute;
          top: 3px;
          width: 0; }
          @media (max-width: 767.98px) {
            .news-events .news-events-list .single-news-event .content-block .content_meta_category .arrow-right {
              left: -20px;
              top: 2px; } }
      .news-events .news-events-list .single-news-event .content-block .member-info {
        color: #2f2f2f;
        display: block;
        left: 0;
        padding: 0 20px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        @media (max-width: 767.98px) {
          .news-events .news-events-list .single-news-event .content-block .member-info {
            padding: 27px 20px 30px;
            position: initial;
            top: auto;
            transform: translateY(0); } }
        .news-events .news-events-list .single-news-event .content-block .member-info h3 {
          color: #282828;
          font-size: 1rem;
          margin-bottom: 7px; }
          .news-events .news-events-list .single-news-event .content-block .member-info h3 a {
            color: #282828; }
            .news-events .news-events-list .single-news-event .content-block .member-info h3 a:hover {
              color: #f0582f; }
        .news-events .news-events-list .single-news-event .content-block .member-info p {
          line-height: 1.9; }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .news-events .news-events-list .single-news-event .content-block .member-info p {
              line-height: 1.8;
              margin-bottom: 15px; } }
        .news-events .news-events-list .single-news-event .content-block .member-info ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-bottom: 12px; }
          .news-events .news-events-list .single-news-event .content-block .member-info ul li {
            color: #333333;
            display: inline-block;
            font-size: 0.75rem;
            margin: 0 1px; }
            .news-events .news-events-list .single-news-event .content-block .member-info ul li a {
              color: #333333;
              display: inline-block;
              padding: 2px 0 3px; }
              .news-events .news-events-list .single-news-event .content-block .member-info ul li a i {
                margin-right: 3px; }
              .news-events .news-events-list .single-news-event .content-block .member-info ul li a:hover {
                color: #f0582f; }
            .news-events .news-events-list .single-news-event .content-block .member-info ul li:after {
              display: inline-block;
              content: "|";
              margin: 0 5px; }
            .news-events .news-events-list .single-news-event .content-block .member-info ul li:last-child:after {
              content: ""; }
        .news-events .news-events-list .single-news-event .content-block .member-info .btn {
          font-size: 0.75rem;
          padding: 9px 26px; }
          .news-events .news-events-list .single-news-event .content-block .member-info .btn:hover {
            background-color: #f0582f;
            border-color: #f0582f;
            color: #fff; }
    .news-events .news-events-list .single-news-event.first-news-event {
      border-radius: 20px 0 0 20px;
      flex-direction: column; }
      .news-events .news-events-list .single-news-event.first-news-event figure {
        float: none;
        display: block;
        width: 100%; }
        .news-events .news-events-list .single-news-event.first-news-event figure img {
          border-radius: 20px 0 0 0; }
      .news-events .news-events-list .single-news-event.first-news-event .content-block {
        display: block;
        float: none;
        padding: 44px 0;
        width: 100%; }
        .news-events .news-events-list .single-news-event.first-news-event .content-block::before {
          border-bottom: 17px solid #f4f4f4;
          border-left: 17px solid transparent;
          border-right: 17px solid transparent;
          left: 50%;
          margin-left: -17px;
          top: -17px; }
      @media (max-width: 991.98px) {
        .news-events .news-events-list .single-news-event.first-news-event {
          border-radius: 20px 20px 0 0; }
          .news-events .news-events-list .single-news-event.first-news-event figure img {
            border-radius: 20px 20px 0 0; } }
      @media (max-width: 767.98px) {
        .news-events .news-events-list .single-news-event.first-news-event .content-block {
          padding: 0; } }
    .news-events .news-events-list .single-news-event.second-news-event {
      border-radius: 0 20px 0 0; }
      .news-events .news-events-list .single-news-event.second-news-event figure img {
        border-radius: 0 20px 0 0; }
      .news-events .news-events-list .single-news-event.second-news-event .content-block::before {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #f4f4f4;
        border-top: 17px solid transparent;
        margin-top: -17px;
        right: -17px;
        top: 50%; }
        @media (max-width: 767.98px) {
          .news-events .news-events-list .single-news-event.second-news-event .content-block::before {
            border-bottom: 17px solid #f4f4f4;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -17px;
            right: auto;
            top: -17px; } }
      @media (max-width: 991.98px) {
        .news-events .news-events-list .single-news-event.second-news-event {
          border-radius: 0; }
          .news-events .news-events-list .single-news-event.second-news-event figure img {
            border-radius: 0; } }
    .news-events .news-events-list .single-news-event.third-news-event {
      border-radius: 0 0 20px 0; }
      .news-events .news-events-list .single-news-event.third-news-event .content-block {
        border-radius: 0 0 20px 0; }
        .news-events .news-events-list .single-news-event.third-news-event .content-block::before {
          border-bottom: 17px solid transparent;
          border-right: 17px solid #f4f4f4;
          border-top: 17px solid transparent;
          left: -17px;
          margin-top: -17px;
          top: 50%; }
          @media (max-width: 767.98px) {
            .news-events .news-events-list .single-news-event.third-news-event .content-block::before {
              border-bottom: 17px solid #f4f4f4;
              border-left: 17px solid transparent;
              border-right: 17px solid transparent;
              border-top: 0;
              left: 50%;
              margin-top: 0;
              margin-left: -17px;
              top: -17px; } }
      @media (max-width: 991.98px) {
        .news-events .news-events-list .single-news-event.third-news-event {
          border-radius: 0 0 20px 20px; }
          .news-events .news-events-list .single-news-event.third-news-event figure img {
            border-radius: 0 0 0 20px; } }
    @media (max-width: 767.98px) {
      .news-events .news-events-list .single-news-event {
        flex-direction: column; }
        .news-events .news-events-list .single-news-event figure {
          width: 100%;
          float: none;
          order: 1; }
        .news-events .news-events-list .single-news-event .content-block {
          width: 100%;
          float: none;
          order: 2; } }

.news-events-v2 {
  background-color: #fff; }
  .news-events-v2 .center-content {
    display: block;
    float: none; }
    @media (max-width: 767.98px) {
      .news-events-v2 .center-content {
        width: 70%;
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .news-events-v2 .center-content .lead {
        margin-bottom: 35px; } }
  .news-events-v2 .news-events-list {
    display: block;
    position: relative;
    width: 100%; }
    .news-events-v2 .news-events-list .single-news-event {
      background-color: #f5f7fa;
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      border-radius: 20px; }
      .news-events-v2 .news-events-list .single-news-event figure {
        float: left;
        width: 50%;
        margin-bottom: 0; }
        .news-events-v2 .news-events-list .single-news-event figure img {
          width: 100%; }
        @media (max-width: 767.98px) {
          .news-events-v2 .news-events-list .single-news-event figure {
            width: 100%; } }
      .news-events-v2 .news-events-list .single-news-event .content-block {
        float: left;
        position: relative;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 50%; }
        .news-events-v2 .news-events-list .single-news-event .content-block::before {
          content: "";
          position: absolute;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
        .news-events-v2 .news-events-list .single-news-event .content-block .content_meta_category {
          color: #f26d35;
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 10px;
          text-transform: uppercase;
          position: relative; }
          @media (max-width: 767.98px) {
            .news-events-v2 .news-events-list .single-news-event .content-block .content_meta_category {
              position: relative; } }
          .news-events-v2 .news-events-list .single-news-event .content-block .content_meta_category a {
            color: #f0582f; }
          .news-events-v2 .news-events-list .single-news-event .content-block .content_meta_category .arrow-right {
            border-bottom: 7px solid rgba(0, 0, 0, 0);
            border-left: 7px solid #f0582f;
            border-top: 7px solid rgba(0, 0, 0, 0);
            height: 0;
            left: -20px;
            position: absolute;
            top: 3px;
            width: 0; }
            @media (max-width: 767.98px) {
              .news-events-v2 .news-events-list .single-news-event .content-block .content_meta_category .arrow-right {
                left: -20px;
                top: 2px; } }
        .news-events-v2 .news-events-list .single-news-event .content-block .member-info {
          color: #2f2f2f;
          display: block;
          left: 0;
          padding: 0 20px;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          @media (max-width: 767.98px) {
            .news-events-v2 .news-events-list .single-news-event .content-block .member-info {
              padding: 27px 20px 30px;
              position: initial;
              top: auto;
              transform: translateY(0); } }
          .news-events-v2 .news-events-list .single-news-event .content-block .member-info h3 {
            color: #282828;
            font-size: 1rem;
            margin-bottom: 7px; }
            .news-events-v2 .news-events-list .single-news-event .content-block .member-info h3 a {
              color: #282828; }
              .news-events-v2 .news-events-list .single-news-event .content-block .member-info h3 a:hover {
                color: #f0582f; }
          .news-events-v2 .news-events-list .single-news-event .content-block .member-info p {
            line-height: 1.9;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            /* number of lines to show */
            -webkit-box-orient: vertical; }
            @media (min-width: 768px) and (max-width: 1199.98px) {
              .news-events-v2 .news-events-list .single-news-event .content-block .member-info p {
                line-height: 1.8;
                margin-bottom: 15px; } }
          .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul {
            list-style: none;
            padding: 0;
            margin: 0;
            margin-bottom: 12px; }
            .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li {
              color: #333333;
              display: inline-block;
              font-size: 0.75rem;
              margin: 0 1px; }
              .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li a {
                color: #333333;
                display: inline-block;
                padding: 2px 0 3px; }
                .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li a i {
                  margin-right: 3px; }
                .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li a:hover {
                  color: #f0582f; }
              .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li:after {
                display: inline-block;
                content: "|";
                margin: 0 4px; }
              .news-events-v2 .news-events-list .single-news-event .content-block .member-info ul li:last-child:after {
                content: ""; }
          .news-events-v2 .news-events-list .single-news-event .content-block .member-info .btn {
            font-size: 0.75rem;
            padding: 9px 26px; }
            .news-events-v2 .news-events-list .single-news-event .content-block .member-info .btn:hover {
              background-color: #f0582f;
              color: #fff; }
      .news-events-v2 .news-events-list .single-news-event.first-news-event {
        flex-direction: column; }
        .news-events-v2 .news-events-list .single-news-event.first-news-event figure {
          float: none;
          display: block;
          width: 100%; }
          .news-events-v2 .news-events-list .single-news-event.first-news-event figure img {
            border-radius: 20px 20px 0 0; }
        .news-events-v2 .news-events-list .single-news-event.first-news-event .content-block {
          display: block;
          float: none;
          padding: 50px 0;
          width: 100%; }
          .news-events-v2 .news-events-list .single-news-event.first-news-event .content-block .member-info p {
            -webkit-line-clamp: 4; }
          .news-events-v2 .news-events-list .single-news-event.first-news-event .content-block::before {
            border-bottom: 17px solid #f5f7fa;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            left: 50%;
            margin-left: -17px;
            top: -17px; }
        @media (max-width: 991.98px) {
          .news-events-v2 .news-events-list .single-news-event.first-news-event {
            border-radius: 20px 20px 0 0; }
            .news-events-v2 .news-events-list .single-news-event.first-news-event figure img {
              border-radius: 20px 20px 0 0; } }
        @media (max-width: 767.98px) {
          .news-events-v2 .news-events-list .single-news-event.first-news-event {
            border-radius: 20px; }
            .news-events-v2 .news-events-list .single-news-event.first-news-event .content-block {
              padding: 0; } }
      .news-events-v2 .news-events-list .single-news-event.second-news-event figure img {
        border-radius: 0 20px 20px 0; }
      .news-events-v2 .news-events-list .single-news-event.second-news-event .content-block::before {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #f5f7fa;
        border-top: 17px solid transparent;
        margin-top: -17px;
        right: -17px;
        top: 50%; }
        @media (max-width: 767.98px) {
          .news-events-v2 .news-events-list .single-news-event.second-news-event .content-block::before {
            border-bottom: 17px solid #f5f7fa;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -17px;
            right: auto;
            top: -17px; } }
      @media (max-width: 991.98px) {
        .news-events-v2 .news-events-list .single-news-event.second-news-event {
          border-radius: 0; }
          .news-events-v2 .news-events-list .single-news-event.second-news-event figure img {
            border-radius: 0; } }
      @media (max-width: 767.98px) {
        .news-events-v2 .news-events-list .single-news-event.second-news-event {
          border-radius: 20px; }
          .news-events-v2 .news-events-list .single-news-event.second-news-event figure img {
            border-radius: 20px 20px 0 0; } }
      .news-events-v2 .news-events-list .single-news-event.third-news-event figure img {
        border-radius: 20px 0 0 20px; }
      .news-events-v2 .news-events-list .single-news-event.third-news-event .content-block::before {
        border-bottom: 17px solid transparent;
        border-right: 17px solid #f4f4f4;
        border-top: 17px solid transparent;
        left: -17px;
        margin-top: -17px;
        top: 50%; }
        @media (max-width: 767.98px) {
          .news-events-v2 .news-events-list .single-news-event.third-news-event .content-block::before {
            border-bottom: 17px solid #f4f4f4;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -17px;
            top: -17px; } }
      @media (max-width: 991.98px) {
        .news-events-v2 .news-events-list .single-news-event.third-news-event {
          border-radius: 0 0 20px 20px; }
          .news-events-v2 .news-events-list .single-news-event.third-news-event figure img {
            border-radius: 0 0 0 20px; } }
      @media (max-width: 767.98px) {
        .news-events-v2 .news-events-list .single-news-event.third-news-event {
          border-radius: 20px; }
          .news-events-v2 .news-events-list .single-news-event.third-news-event figure img {
            border-radius: 20px 20px 0 0; } }
      @media (max-width: 767.98px) {
        .news-events-v2 .news-events-list .single-news-event {
          flex-direction: column; }
          .news-events-v2 .news-events-list .single-news-event figure {
            float: none;
            order: 1; }
          .news-events-v2 .news-events-list .single-news-event .content-block {
            float: none;
            order: 2;
            width: 100%; } }

.testimonials {
  background-attachment: fixed;
  background-image: url("../images/testimonials-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .testimonials h3 {
    color: #fff; }
  .testimonials .lead {
    color: #777777;
    font-size: 0.875rem; }
  .testimonials figure {
    display: block;
    margin: 10px 0 30px 0; }
    .testimonials figure img {
      border: 5px solid #0f1932;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .testimonials .client-name {
    color: #84bb45;
    margin-top: 10px; }
  .testimonials .designation {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300; }
  .testimonials p {
    font-size: 1rem;
    font-style: italic;
    line-height: 30px; }
  .testimonials .carousel-control {
    box-shadow: none;
    bottom: initial;
    width: auto;
    height: auto; }
  .testimonials .carousel-indicators {
    bottom: auto;
    margin: 40px 0 0;
    position: static;
    width: 100%; }
    .testimonials .carousel-indicators li {
      border-width: 2px; }
    .testimonials .carousel-indicators .active {
      background-color: #84bb45;
      border-width: 0; }

.community-testimonial {
  padding: 97px 0 78px; }
  @media (max-width: 991.98px) {
    .community-testimonial {
      padding: 42px 0 23px; } }

.single-testimonial-box .top-portion {
  background-color: #f5f7fa;
  border-radius: 20px;
  display: flex; }
  .single-testimonial-box .top-portion img {
    border-radius: 20px 0 0 20px; }
.single-testimonial-box .bottom-portion {
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  clear: both;
  display: block;
  padding: 15px 0;
  margin: 0 50px; }
.single-testimonial-box .user-comment {
  color: #282828;
  display: flex;
  position: relative;
  text-align: center;
  padding: 10px 33px;
  align-self: center; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .single-testimonial-box .user-comment {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .single-testimonial-box .user-comment {
      padding: 15px;
      top: 50%;
      transform: translateY(0); } }
  .single-testimonial-box .user-comment .arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f4f4f4;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-27%); }
    @media (max-width: 767.98px) {
      .single-testimonial-box .user-comment .arrow-left {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #f4f4f4;
        left: -10px; } }
  .single-testimonial-box .user-comment blockquote {
    border: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .single-testimonial-box .user-comment blockquote {
        line-height: 24px; } }
    @media (max-width: 991.98px) {
      .single-testimonial-box .user-comment blockquote {
        font-size: 0.875rem; } }
    @media (max-width: 767.98px) {
      .single-testimonial-box .user-comment blockquote {
        position: relative;
        font-size: 0.75rem;
        line-height: 20px; } }
  .single-testimonial-box .user-comment blockquote:before {
    content: "\201C";
    color: #f0582f;
    display: block;
    font-size: 50px;
    line-height: 33px;
    margin-bottom: 13px; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .single-testimonial-box .user-comment blockquote:before {
        line-height: 28px;
        margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      .single-testimonial-box .user-comment blockquote:before {
        display: none; } }
  .single-testimonial-box .user-comment blockquote:after {
    content: "\201D";
    color: #f0582f;
    display: block;
    font-size: 50px;
    line-height: 25px;
    position: relative;
    top: 17px; }
    @media (max-width: 575.98px) {
      .single-testimonial-box .user-comment blockquote:after {
        display: none; } }
.single-testimonial-box .bottom-portion {
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  clear: both;
  display: block;
  padding: 20px 0; }
  .single-testimonial-box .bottom-portion .author {
    color: #282828;
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    text-align: left; }
    .single-testimonial-box .bottom-portion .author small {
      font-size: 0.75rem;
      font-weight: 300; }
    @media (max-width: 767.98px) {
      .single-testimonial-box .bottom-portion .author {
        padding-left: 10px;
        font-size: 0.75rem; } }
  .single-testimonial-box .bottom-portion .social-share-links {
    float: right; }
    .single-testimonial-box .bottom-portion .social-share-links ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .single-testimonial-box .bottom-portion .social-share-links ul li {
        display: inline-block;
        padding-right: 20px; }
        @media (max-width: 767.98px) {
          .single-testimonial-box .bottom-portion .social-share-links ul li {
            padding-right: 10px; } }
      .single-testimonial-box .bottom-portion .social-share-links ul a {
        color: #6b6b6b;
        display: block;
        font-size: 0.875rem; }
        .single-testimonial-box .bottom-portion .social-share-links ul a:hover {
          color: #ff7236; }
        @media (max-width: 767.98px) {
          .single-testimonial-box .bottom-portion .social-share-links ul a {
            font-size: 0.75rem; } }
  @media (max-width: 767.98px) {
    .single-testimonial-box .bottom-portion {
      padding: 15px 0; } }
@media (max-width: 767.98px) {
  .single-testimonial-box .bottom-portion {
    margin: 0; } }

.latest-blog.banner {
  background: #f5f7fa;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-attachment: fixed;
  background-image: url("../images/latest-blog-bg-home-v1.png"), url("../images/latest-blog-bg-home-v1-2.png");
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat; }
.latest-blog .title-content {
  display: block;
  margin: auto;
  width: 70%;
  padding: 0 0 0 0; }
    .latest-blog .tabs-container {
  display: flex;
  margin-top:27px;}
  .latest-blog .tabs-container .tabs-menu {
    display: inline-block;
    width: 370px;
    vertical-align: top; }
    .latest-blog .tabs-container .tabs-menu ul {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      font-size: 0; }
      .latest-blog .tabs-container .tabs-menu ul li {
        display: inline-block;
        height: 182px;
        position: relative;
        width: 50%; }
        .latest-blog .tabs-container .tabs-menu ul li .top-left-rounded {
          border-radius: 20px 0 0 0; }
        .latest-blog .tabs-container .tabs-menu ul li .bottom-left-rounded {
          border-radius: 0 0 0 20px; }
        @media (max-width: 767.98px) {
          .latest-blog .tabs-container .tabs-menu ul li:nth-child(2n) {
            margin-right: 0; } }
        .latest-blog .tabs-container .tabs-menu ul li a {
          color: #fff;
          height: 100%;
          left: 0;
          position: absolute;
          text-align: center;
          top: 0;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          width: 100%;
          z-index: 9;
          display: block; }
          .latest-blog .tabs-container .tabs-menu ul li a .title {
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .latest-blog .tabs-container .tabs-menu ul li a h3 {
            font-size: 20px;
            font-weight: 600;
            color: #fff; }
            @media (min-width: 768px) and (max-width: 1199.98px) {
              .latest-blog .tabs-container .tabs-menu ul li a h3 {
                font-size: 1rem; } }
            @media (min-width: 576px) and (max-width: 991.98px) {
              .latest-blog .tabs-container .tabs-menu ul li a h3 {
                font-size: 0.875rem; } }
            @media (max-width: 767.98px) {
              .latest-blog .tabs-container .tabs-menu ul li a h3 {
                font-size: 0.875rem;
                margin-bottom: 0; } }
          .latest-blog .tabs-container .tabs-menu ul li a i {
            background-image: url("../images/features-icons-home-v1.png");
            background-position: 500px 500px;
            background-repeat: no-repeat;
            display: inline-block;
            height: 50px;
            margin-bottom: 21px;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            width: 62px; }
            @media (min-width: 576px) and (max-width: 991.98px) {
              .latest-blog .tabs-container .tabs-menu ul li a i {
                margin-bottom: 14px; } }
            .latest-blog .tabs-container .tabs-menu ul li a i.yellow {
              background-position: 0 0; }
            .latest-blog .tabs-container .tabs-menu ul li a i.light-green {
              background-position: -62px 0; }
            .latest-blog .tabs-container .tabs-menu ul li a i.blue {
              background-position: -124px 0; }
            .latest-blog .tabs-container .tabs-menu ul li a i.red {
              background-position: -186px 0; }
            .latest-blog .tabs-container .tabs-menu ul li a i.violet {
              background-position: -248px 0; }
            .latest-blog .tabs-container .tabs-menu ul li a i.green {
              background-position: -310px 0; }
        .latest-blog .tabs-container .tabs-menu ul li:hover a, .latest-blog .tabs-container .tabs-menu ul li.active a {
          background-color: #fff;
          color: #282828;
          -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
          .latest-blog .tabs-container .tabs-menu ul li:hover a h3, .latest-blog .tabs-container .tabs-menu ul li.active a h3 {
            color: #282828; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.yellow, .latest-blog .tabs-container .tabs-menu ul li.active a i.yellow {
            background-position: 0 -50px; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.light-green, .latest-blog .tabs-container .tabs-menu ul li.active a i.light-green {
            background-position: -62px -50px; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.blue, .latest-blog .tabs-container .tabs-menu ul li.active a i.blue {
            background-position: -124px -50px; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.red, .latest-blog .tabs-container .tabs-menu ul li.active a i.red {
            background-position: -186px -50px; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.violet, .latest-blog .tabs-container .tabs-menu ul li.active a i.violet {
            background-position: -248px -50px; }
          .latest-blog .tabs-container .tabs-menu ul li:hover a i.green, .latest-blog .tabs-container .tabs-menu ul li.active a i.green {
            background-position: -310px -50px; }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .latest-blog .tabs-container .tabs-menu ul li {
            height: 176px; } }
        @media (max-width: 767.98px) {
          .latest-blog .tabs-container .tabs-menu ul li {
            margin: 0 2% 10px 0;
            width: 49%;
            height: 120px; }
            .latest-blog .tabs-container .tabs-menu ul li .top-left-rounded {
              border-radius: 0; }
            .latest-blog .tabs-container .tabs-menu ul li .bottom-left-rounded {
              border-radius: 0; } }
  .latest-blog .tabs-container .tabs-list {
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    display: inline-block;
    width: calc(100% - 376px);
    height: 100%; }
    .latest-blog .tabs-container .tabs-list article {
      display: flex;
      flex-direction: row; }
      @media (max-width: 991.98px) {
        .latest-blog .tabs-container .tabs-list article {
          flex-direction: column; } }
    .latest-blog .tabs-container .tabs-list .tab-content {
      display: block;
      width: 100%; }
      .latest-blog .tabs-container .tabs-list .tab-content figure {
        display: inline-block;
        position: relative;
        width: 334px;
        vertical-align: top; }
        .latest-blog .tabs-container .tabs-list .tab-content figure img {
          border-radius: 0 20px 20px 0;
          width: 100%; }
        .latest-blog .tabs-container .tabs-list .tab-content figure figcaption {
          left: 0;
          position: absolute;
          text-align: center;
          top: 30px;
          width: 60px; }
          @media (max-width: 767.98px) {
            .latest-blog .tabs-container .tabs-list .tab-content figure figcaption {
              top: 0; } }
          .latest-blog .tabs-container .tabs-list .tab-content figure figcaption a {
            display: block; }
            .latest-blog .tabs-container .tabs-list .tab-content figure figcaption a .date {
              border-radius: 0 20px 0 0;
              background-color: #f0582f;
              color: #fff;
              display: block;
              font-size: 25px;
              font-weight: 700;
              padding: 12px 0 13px; }
            .latest-blog .tabs-container .tabs-list .tab-content figure figcaption a .month {
              border-radius: 0 0 20px 0;
              background-color: #fff;
              color: #f0582f;
              display: block;
              font-size: 18px;
              font-weight: 400;
              padding: 17px 0; }
        @media (max-width: 991.98px) {
          .latest-blog .tabs-container .tabs-list .tab-content figure {
            order: 1; } }
        @media (max-width: 767.98px) {
          .latest-blog .tabs-container .tabs-list .tab-content figure {
            display: block;
            float: none;
            width: 100%; }
            .latest-blog .tabs-container .tabs-list .tab-content figure img {
              border-radius: 0;
              max-width: 100%;
              width: 100%; } }
      .latest-blog .tabs-container .tabs-list .tab-content .info-bar {
        border-radius: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.07);
        margin-bottom: 27px;
        text-align: center;
        width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar .comments,
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar .likes,
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar .viewed,
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar .share {
          border-right: 1px solid #eeeeee;
          padding: 18px 7px;
          flex: 1; }
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar .share {
          border-right: 0; }
        .latest-blog .tabs-container .tabs-list .tab-content .info-bar a {
          color: #707070; }
          .latest-blog .tabs-container .tabs-list .tab-content .info-bar a:hover {
            color: #f0582f; }
      .latest-blog .tabs-container .tabs-list .tab-content .post-detail {
        display: inline-block;
        padding: 32px;
        width: 400px; }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .latest-blog .tabs-container .tabs-list .tab-content .post-detail {
            padding: 19px 20px;
            width: 100%; } }
        @media (max-width: 991.98px) {
          .latest-blog .tabs-container .tabs-list .tab-content .post-detail {
            padding: 20px;
            width: 100%;
            order: 2; } }
        @media (max-width: 767.98px) {
          .latest-blog .tabs-container .tabs-list .tab-content .post-detail {
            display: block;
            float: none;
            width: 100%; } }
        .latest-blog .tabs-container .tabs-list .tab-content .post-detail h4 {
          color: #282828;
          margin-bottom: 7px;
          font-size: 18px; }
        .latest-blog .tabs-container .tabs-list .tab-content .post-detail .author {
          margin-bottom: 16px; }
          .latest-blog .tabs-container .tabs-list .tab-content .post-detail .author a {
            color: #333333;
            text-transform: uppercase; }
            .latest-blog .tabs-container .tabs-list .tab-content .post-detail .author a:hover {
              color: #f0582f; }
        .latest-blog .tabs-container .tabs-list .tab-content .post-detail p {
          font-size: 1rem;
          line-height: 1.9;
          margin-bottom: 25px; }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .latest-blog .tabs-container .tabs-list .tab-content .post-detail p {
              font-size: 0rem;
              line-height: 1.96; } }
          @media (min-width: 576px) and (max-width: 991.98px) {
            .latest-blog .tabs-container .tabs-list .tab-content .post-detail p {
              font-size: 0.875rem; } }
        .latest-blog .tabs-container .tabs-list .tab-content .post-detail .btn {
          font-size: 0.75rem;
          padding: 12px 26px 10px; }
    .latest-blog .tabs-container .tabs-list .tab-content:not(.active) {
      display: none; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .latest-blog .tabs-container .tabs-menu {
      width: 25%; } }
  @media (max-width: 991.98px) {
    .latest-blog .tabs-container {
      flex-direction: column; }
      .latest-blog .tabs-container .tabs-menu {
        width: 100%; }
        .latest-blog .tabs-container .tabs-menu ul li .top-left-rounded {
          border-radius: 0; }
        .latest-blog .tabs-container .tabs-menu ul li .bottom-left-rounded {
          border-radius: 0; }
      .latest-blog .tabs-container .tabs-list {
        border-radius: 0;
        width: 100%; }
        .latest-blog .tabs-container .tabs-list .tab-content {
          width: 100%; }
          .latest-blog .tabs-container .tabs-list .tab-content figure {
            width: 100%; }
            .latest-blog .tabs-container .tabs-list .tab-content figure img {
              border-radius: 0; } }

.social-network ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap; }
  .social-network ul li {
    flex: 1;
    font-size: 14px; }
    .social-network ul li a {
      display: block;
      height: 189px;
      position: relative;
      text-align: center; }
      .social-network ul li a i {
        color: #fff;
        font-size: 60px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .social-network ul li a.facebook {
        background-color: #547bbc;
        border-radius: 20px 0 0 20px; }
        .social-network ul li a.facebook:hover i {
          color: #547bbc; }
      .social-network ul li a.twitter {
        background-color: #79ccf0; }
        .social-network ul li a.twitter:hover i {
          color: #79ccf0; }
      .social-network ul li a.google {
        background-color: #dc4a38; }
        .social-network ul li a.google:hover i {
          color: #dc4a38; }
      .social-network ul li a.rss {
        background-color: #f9a32c; }
        .social-network ul li a.rss:hover i {
          color: #f9a32c; }
      .social-network ul li a.linkedin {
        background-color: #007bb6; }
        .social-network ul li a.linkedin:hover i {
          color: #007bb6; }
      .social-network ul li a.youtube {
        background-color: #ee1c1b;
        border-radius: 0 20px 20px 0; }
        .social-network ul li a.youtube:hover i {
          color: #ee1c1b; }
      .social-network ul li a:hover {
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 767.98px) {
    .social-network ul {
      width: 100%; }
      .social-network ul li a {
        height: 75px; }
        .social-network ul li a i {
          font-size: 26px; } }

.meet-staff-box {
  padding-top: 90px; }
  .meet-staff-box .staff-member {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .meet-staff-box .staff-member {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .meet-staff-box .staff-member {
        width: 100%; } }
    .meet-staff-box .staff-member figure img {
      width: 100%; }
    .meet-staff-box .staff-member .content-block {
      background-color: rgba(244, 244, 244, 0.9);
      bottom: 20px;
      cursor: pointer;
      height: 283px;
      left: 0;
      padding: 27px 14px 0;
      position: absolute;
      transform: translate3d(0px, 60%, 0px);
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      text-align: center;
      width: 100%;
      z-index: 15; }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .meet-staff-box .staff-member .content-block {
          bottom: -5px; } }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .meet-staff-box .staff-member .content-block {
          bottom: 10px; } }
      @media (max-width: 767.98px) {
        .meet-staff-box .staff-member .content-block {
          bottom: 10px;
          height: auto; } }
    .meet-staff-box .staff-member .staff-info {
      color: #fff;
      left: 0;
      padding: 0 30px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767.98px) {
        .meet-staff-box .staff-member .staff-info {
          padding: 27px 30px 30px;
          position: relative;
          top: auto;
          transform: translateY(0); } }
      .meet-staff-box .staff-member .staff-info h4 {
        color: #282828;
        margin-bottom: 7px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .meet-staff-box .staff-member .staff-info .designation {
        color: #282828;
        display: block;
        margin: 0 0 5px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .meet-staff-box .staff-member .staff-info p {
        line-height: 2.15; }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .meet-staff-box .staff-member .staff-info p {
            line-height: 1.3;
            margin-bottom: 15px; } }
      .meet-staff-box .staff-member .staff-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 12px; }
        .meet-staff-box .staff-member .staff-info ul li {
          display: inline-block;
          margin: 0 1px; }
          .meet-staff-box .staff-member .staff-info ul li a {
            background-color: transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            padding: 2px 0 3px;
            text-align: center;
            width: 25px; }
            .meet-staff-box .staff-member .staff-info ul li a i {
              color: #838383;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out; }
      .meet-staff-box .staff-member .staff-info .btn-primary {
        background-color: #fff;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        color: #54e9ff;
        font-size: 0.75rem;
        padding: 8px 26px 9px; }
    .meet-staff-box .staff-member:hover .content-block {
      background-color: #54e9ff;
      bottom: 0;
      transform: translate3d(0px, 0px, 0px); }
      .meet-staff-box .staff-member:hover .content-block .staff-info h4,
      .meet-staff-box .staff-member:hover .content-block .staff-info .designation {
        color: #fff; }
      .meet-staff-box .staff-member:hover .content-block .staff-info ul li a i {
        color: #fff; }
      .meet-staff-box .staff-member:hover .content-block .staff-info ul li a:hover i {
        color: #282828; }
      .meet-staff-box .staff-member:hover .content-block .staff-info .btn-primary:hover {
        color: #282828; }
  .meet-staff-box .ultimate-collection {
    margin-top: -179px; }
    .meet-staff-box .ultimate-collection p {
      font-size: 16px;
      line-height: 30px;
      color: #2f2f2f;
      padding-top: 3px;
      margin-bottom: 45px; }

.fullwidth-social-icons {
  padding: 0; }
  .fullwidth-social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .fullwidth-social-icons ul li {
      float: left;
      height: 100px;
      position: relative;
      text-align: center;
      width: 16.66%; }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .fullwidth-social-icons ul li {
          width: 33.33%; } }
      @media (max-width: 767.98px) {
        .fullwidth-social-icons ul li {
          width: 50%; } }
      .fullwidth-social-icons ul li a {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 100%;
        z-index: 9; }
        .fullwidth-social-icons ul li a span {
          left: 0;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          .fullwidth-social-icons ul li a span i {
            color: #fff;
            font-size: 30px;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .fullwidth-social-icons ul li a span small {
            border-bottom: 2px solid #fff;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-size: 1.25rem;
            text-transform: uppercase;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
        .fullwidth-social-icons ul li a.facebook {
          background-color: #547bbc; }
        .fullwidth-social-icons ul li a.twitter {
          background-color: #79ccf0; }
        .fullwidth-social-icons ul li a.google {
          background-color: #dc4a38; }
        .fullwidth-social-icons ul li a.rss {
          background-color: #f9a32c; }
        .fullwidth-social-icons ul li a.linkedin {
          background-color: #007bb6; }
        .fullwidth-social-icons ul li a.youtube {
          background-color: #ee1c1b; }
      .fullwidth-social-icons ul li:hover a {
        background-color: #fff;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
        .fullwidth-social-icons ul li:hover a.facebook {
          color: #547bbc; }
          .fullwidth-social-icons ul li:hover a.facebook span i {
            color: #547bbc; }
          .fullwidth-social-icons ul li:hover a.facebook span small {
            border-bottom-color: #547bbc;
            color: #547bbc; }
        .fullwidth-social-icons ul li:hover a.twitter {
          color: #79ccf0; }
          .fullwidth-social-icons ul li:hover a.twitter span i {
            color: #79ccf0; }
          .fullwidth-social-icons ul li:hover a.twitter span small {
            border-bottom-color: #79ccf0;
            color: #79ccf0; }
        .fullwidth-social-icons ul li:hover a.google {
          color: #dc4a38; }
          .fullwidth-social-icons ul li:hover a.google span i {
            color: #dc4a38; }
          .fullwidth-social-icons ul li:hover a.google span small {
            border-bottom-color: #dc4a38;
            color: #dc4a38; }
        .fullwidth-social-icons ul li:hover a.rss {
          color: #f9a32c; }
          .fullwidth-social-icons ul li:hover a.rss span i {
            color: #f9a32c; }
          .fullwidth-social-icons ul li:hover a.rss span small {
            border-bottom-color: #f9a32c;
            color: #f9a32c; }
        .fullwidth-social-icons ul li:hover a.linkedin {
          color: #007bb6; }
          .fullwidth-social-icons ul li:hover a.linkedin span i {
            color: #007bb6; }
          .fullwidth-social-icons ul li:hover a.linkedin span small {
            border-bottom-color: #007bb6;
            color: #007bb6; }
        .fullwidth-social-icons ul li:hover a.youtube {
          color: #ee1c1b; }
          .fullwidth-social-icons ul li:hover a.youtube span i {
            color: #ee1c1b; }
          .fullwidth-social-icons ul li:hover a.youtube span small {
            border-bottom-color: #ee1c1b;
            color: #ee1c1b; }

.site-footer {
  background-color: #282828; }
  .site-footer .tablet-margin-bottom {
    margin-bottom: 20px; }
  .site-footer .footer-widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 44px;
    font-weight: 600; }
  .site-footer p,
  .site-footer .textwidget {
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px; }
  .site-footer address {
    margin: 0; }
  .site-footer .info {
    margin-bottom: 20px;
    color: #fff; }
    .site-footer .info span {
      display: inline-block;
      width: calc(100% - 23px);
      vertical-align: top; }
    .site-footer .info:last-child {
      margin-bottom: 0; }
    .site-footer .info i {
      color: #f0582f;
      margin-right: 5px; }
    .site-footer .info a {
      color: #fff; }
  .site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-footer .menu li {
    clear: both;
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .site-footer .menu li a {
      color: #fff;
      margin-left: 15px; }
      .site-footer .menu li a:hover {
        color: #f0582f; }
    .site-footer .menu li::before {
      color: #fff;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 16px;
      position: absolute;
      left: 0;
      top: -2px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .site-footer .menu li:hover::before {
      color: #f0582f; }
    .site-footer .menu li:last-child {
      margin-bottom: 0; }
  .site-footer .sub-footer {
    background-color: #161616;
    padding: 30px 0; }
    @media (max-width: 991.98px) {
      .site-footer .sub-footer {
        padding: 25px 0; } }
    @media (max-width: 991.98px) {
      .site-footer .sub-footer .footer-text {
        text-align: center; } }
    @media (max-width: 991.98px) {
      .site-footer .sub-footer .pull-right {
        text-align: center;
        width: 100%; } }
    .site-footer .sub-footer p {
      color: #fff;
      line-height: 19px;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .site-footer .sub-footer p {
          font-size: 0.75rem;
          margin-bottom: 21px; } }
    .site-footer .sub-footer ul {
      float: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 991.98px) {
        .site-footer .sub-footer ul {
          float: none; } }
      .site-footer .sub-footer ul li {
        display: inline-block;
        font-size: 14px; }
        @media (max-width: 991.98px) {
          .site-footer .sub-footer ul li {
            display: inline-block;
            float: none; } }
        .site-footer .sub-footer ul li::after {
          content: "/";
          color: #fff;
          display: inline-block;
          margin: 0 9px; }
          @media (max-width: 991.98px) {
            .site-footer .sub-footer ul li::after {
              margin: 0 10px; } }
        .site-footer .sub-footer ul li:last-child::after {
          content: "";
          margin: 0; }
        .site-footer .sub-footer ul li a {
          color: #fff;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .site-footer .sub-footer ul li a {
              font-size: 0.75rem; } }
          .site-footer .sub-footer ul li a:hover {
            color: #f0582f; }
        .site-footer .sub-footer ul li:first-child {
          margin-left: 0; }
  .site-footer #twitter-feed {
    float: left;
    width: 100%; }
    .site-footer #twitter-feed ul li {
      padding-left: 40px;
      position: relative; }
      .site-footer #twitter-feed ul li .interact {
        display: none; }
      .site-footer #twitter-feed ul li::before {
        color: #fff;
        content: "\f099";
        font-family: "FontAwesome";
        font-size: 34px;
        left: 0;
        position: absolute;
        top: 0; }
      .site-footer #twitter-feed ul li a {
        color: #f0582f; }
        .site-footer #twitter-feed ul li a:hover {
          color: #fff; }

.footer-widgets {
  padding: 100px 0 60px; }
  .footer-widgets .about-us {
    display: block;
    margin-bottom: 35px; }
  .footer-widgets .widget_text a {
    color: #fff; }
    .footer-widgets .widget_text a:hover {
      color: #f0582f; }
  .footer-widgets .timming-text-widget time {
    color: #fff;
    display: block;
    line-height: 16px;
    margin-bottom: 15px; }
  .footer-widgets .timming-text-widget ul li {
    display: inline-block; }
    .footer-widgets .timming-text-widget ul li::after {
      content: "|";
      color: #fff;
      display: inline-block;
      margin: 0 7px; }
    .footer-widgets .timming-text-widget ul li:last-child:after {
      content: "";
      margin: 0; }
    .footer-widgets .timming-text-widget ul li a {
      display: inline-block;
      color: #f0582f; }
      .footer-widgets .timming-text-widget ul li a:hover {
        color: #fff; }
  @media (max-width: 767.98px) {
    .footer-widgets {
      padding: 50px 10px; } }

/*--------------------------------------------------------------
12.2. Home-V2
--------------------------------------------------------------*/
.search-filter-v2.search-filters {
  background-color: #fff;
  width: 670px;
  border-radius: 0 30rem 30rem 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  margin-top: -88px; }
  .search-filter-v2.search-filters .filter-box {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .search-filter-v2.search-filters .form-control {
    background-color: #fff;
    border-color: #f4f4f4;
    color: #707070;
    border-radius: 30rem;
    margin-bottom: 10px;
    height: 50px; }
  .search-filter-v2.search-filters .select-styled {
    border-color: #f4f4f4;
    border-radius: 30rem;
    color: #707070;
    height: 50px; }
    .search-filter-v2.search-filters .select-styled:after {
      color: #707070; }
  .search-filter-v2.search-filters .select-list li:hover {
    background-color: #f0582f; }
  .search-filter-v2.search-filters .select {
    background-color: #fff;
    border-radius: 30rem;
    color: #707070; }
  .search-filter-v2.search-filters button,
  .search-filter-v2.search-filters input[type="button"],
  .search-filter-v2.search-filters input[type="reset"],
  .search-filter-v2.search-filters input[type="submit"] {
    background-color: #f0582f;
    border: 0 none;
    border-radius: 30rem;
    color: #ffffff;
    height: 50px;
    margin: 3px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s; }
    .search-filter-v2.search-filters button:hover,
    .search-filter-v2.search-filters input[type="button"]:hover,
    .search-filter-v2.search-filters input[type="reset"]:hover,
    .search-filter-v2.search-filters input[type="submit"]:hover {
      background-color: #e33d10; }
  @media (max-width: 767.98px) {
    .search-filter-v2.search-filters {
      border-radius: 20px;
      width: 92%;
      margin: 0 auto;
      margin-top: 30px; }
      .search-filter-v2.search-filters .filter-box {
        padding: 20px 15px; }
      .search-filter-v2.search-filters .select {
        margin-bottom: 15px; } }
.search-filter-v2 .features ul li {
  border: 1px solid #f4f4f4;
  margin: -1px 0 0 -1px; }
  .search-filter-v2 .features ul li .feature-box {
    color: #2f2f2f; }
    .search-filter-v2 .features ul li .feature-box i.yellow {
      background-position: 0 -50px; }
    .search-filter-v2 .features ul li .feature-box i.light-green {
      background-position: -62px -50px; }
    .search-filter-v2 .features ul li .feature-box i.blue {
      background-position: -124px -50px; }
    .search-filter-v2 .features ul li .feature-box i.red {
      background-position: -186px -50px; }
    .search-filter-v2 .features ul li .feature-box i.violet {
      background-position: -248px -50px; }
    .search-filter-v2 .features ul li .feature-box i.green {
      background-position: -310px -50px; }
    .search-filter-v2 .features ul li .feature-box a.yellow {
      color: #ffc944; }
    .search-filter-v2 .features ul li .feature-box a.light-green {
      color: #84bb45; }
    .search-filter-v2 .features ul li .feature-box a.blue {
      color: #00adef; }
    .search-filter-v2 .features ul li .feature-box a.red {
      color: #f56363; }
    .search-filter-v2 .features ul li .feature-box a.violet {
      color: #ca55ff; }
    .search-filter-v2 .features ul li .feature-box a.green {
      color: #43c5b9; }
  .search-filter-v2 .features ul li:hover {
    background-color: #fff; }
    .search-filter-v2 .features ul li:hover.yellow-hover {
      background-color: #ffc944; }
    .search-filter-v2 .features ul li:hover.light-green-hover {
      background-color: #84bb45; }
    .search-filter-v2 .features ul li:hover.blue-hover {
      background-color: #00adef; }
    .search-filter-v2 .features ul li:hover.red-hover {
      background-color: #f56363; }
    .search-filter-v2 .features ul li:hover.violet-hover {
      background-color: #ca55ff; }
    .search-filter-v2 .features ul li:hover.green-hover {
      background-color: #43c5b9; }
    .search-filter-v2 .features ul li:hover .feature-box {
      color: #fff; }
      .search-filter-v2 .features ul li:hover .feature-box i.yellow {
        background-position: 0 0px; }
      .search-filter-v2 .features ul li:hover .feature-box i.light-green {
        background-position: -62px 0; }
      .search-filter-v2 .features ul li:hover .feature-box i.blue {
        background-position: -124px 0; }
      .search-filter-v2 .features ul li:hover .feature-box i.red {
        background-position: -186px 0; }
      .search-filter-v2 .features ul li:hover .feature-box i.violet {
        background-position: -248px 0; }
      .search-filter-v2 .features ul li:hover .feature-box i.green {
        background-position: -310px 0; }
      .search-filter-v2 .features ul li:hover .feature-box a {
        color: #fff; }
        .search-filter-v2 .features ul li:hover .feature-box a:hover {
          color: #282828; }
.search-filter-v2 .latest-blog h2 {
  color: #162242; }
.search-filter-v2 .latest-blog .lead {
  color: #333333; }
.search-filter-v2 .latest-blog .tabs-container .tabs-menu ul {
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul {
      border-left: 0;
      border-top: 0; } }
  @media (max-width: 767.98px) {
    .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul {
      border-left: 0;
      border-top: 0; } }
  .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li {
        border-top: 1px solid #f4f4f4; } }
    @media (max-width: 767.98px) {
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li {
        border: 1px solid #f4f4f4; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li:first-child {
        border-left: 1px solid #f4f4f4; } }
    .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a {
      color: #162242; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.yellow {
        background-position: 0 -50px; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.light-green {
        background-position: -62px -50px; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.blue {
        background-position: -124px -50px; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.red {
        background-position: -186px -50px; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.violet {
        background-position: -248px -50px; }
      .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li a i.green {
        background-position: -310px -50px; }
    .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li:hover a, .search-filter-v2 .latest-blog .tabs-container .tabs-menu ul li.active a {
      background-color: #f4f4f4; }
.search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article {
  background-color: #f4f4f4; }
  .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article figure figcaption a {
    display: block; }
    .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article figure figcaption a .date {
      background-color: #84bb45; }
    .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article figure figcaption a .month {
      color: #84bb45; }
  .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article .info-bar a:hover {
    color: #84bb45; }
  .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article .post-detail .author a:hover {
    color: #84bb45; }
  .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article .post-detail .btn {
    background-color: #162242;
    border-color: #162242; }
    .search-filter-v2 .latest-blog .tabs-container .tabs-list .tab-content article .post-detail .btn:hover {
      background-color: #84bb45;
      border-color: #84bb45; }

.layout-v2-counter {
  padding: 123px 0 0;
  position: relative; }
  .layout-v2-counter .facts-counter {
    box-shadow: none; }
    .layout-v2-counter .facts-counter ul {
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .layout-v2-counter .facts-counter ul li {
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        border-radius: 15px;
        display: inline-block;
        margin: 0 15px 30px;
        width: 270px;
        height: 270px;
        z-index: 999;
        flex-grow: initial; }
        .layout-v2-counter .facts-counter ul li.color-cyan-blue {
          background-color: #54e9ff; }
        .layout-v2-counter .facts-counter ul li.color-violet {
          background-color: #ca55ff; }
        .layout-v2-counter .facts-counter ul li.color-yellow {
          background-color: #ffc944; }
        .layout-v2-counter .facts-counter ul li.color-pink {
          background-color: #ff4ebf; }
        .layout-v2-counter .facts-counter ul li:first-child {
          margin-left: -15px; }
        .layout-v2-counter .facts-counter ul li:nth-child(even) {
          margin-top: -50px; }
        .layout-v2-counter .facts-counter ul li .fact-item {
          left: initial;
          margin: 0;
          right: initial;
          text-align: center; }
          .layout-v2-counter .facts-counter ul li .fact-item .fact-icon {
            height: auto;
            width: auto;
            margin-bottom: 10px; }
          .layout-v2-counter .facts-counter ul li .fact-item span {
            color: #fff;
            font-size: 30px;
            font-weight: 500;
            font-family: "Poppins", sans-serif; }
            .layout-v2-counter .facts-counter ul li .fact-item span .fact-counter {
              font-weight: 700;
              font-size: 40px;
              display: block; }
  .layout-v2-counter p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px; }
  .layout-v2-counter .facts-counter ul li {
    width: 235px;
    height: 235px; }
  @media (max-width: 991.98px) {
    .layout-v2-counter {
      padding: 50px 0 0; }
      .layout-v2-counter .facts-counter {
        margin-bottom: 20px; }
        .layout-v2-counter .facts-counter ul li {
          margin: 0 5px 20px;
          width: calc(50% - 10px);
          height: 135px; }
          .layout-v2-counter .facts-counter ul li:first-child {
            margin-left: 5px; }
          .layout-v2-counter .facts-counter ul li:nth-child(even) {
            margin-top: 0; }
          .layout-v2-counter .facts-counter ul li .fact-item .fact-icon {
            width: 55px;
            margin: 0 auto 10px; }
            .layout-v2-counter .facts-counter ul li .fact-item .fact-icon img {
              width: auto;
              height: 44px; }
          .layout-v2-counter .facts-counter ul li .fact-item span {
            font-size: 20px; }
            .layout-v2-counter .facts-counter ul li .fact-item span .fact-counter {
              font-size: 22px; }
      .layout-v2-counter p {
        font-size: 14px;
        margin-bottom: 20px; }
      .layout-v2-counter .home-video video {
        height: 250px !important; } }

.category-filter-main-v2 {
  background-color: #f5f7fa;
  -webkit-clip-path: polygon(0% 0%, 40% 0, 100% 23%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 40% 0, 100% 23%, 100% 100%, 0% 100%);
  padding: 350px 0 100px;
  margin-top: -182px; }
  .category-filter-main-v2 .filter-buttons {
    margin: 5px auto 50px;
    text-align: center;
    border: #dedede solid 1px;
    border-radius: 25px;
    display: inline-block; }
    .category-filter-main-v2 .filter-buttons .btn {
      border: 0;
      color: #282828;
      font-size: 12px;
      margin: 4px 3px 4px;
      padding: 11px 30px;
      width: auto;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: auto; }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .category-filter-main-v2 .filter-buttons .btn {
          padding: 11px 15px; } }
      @media (max-width: 767.98px) {
        .category-filter-main-v2 .filter-buttons .btn {
          margin: 0 1% 10px;
          padding: 11px 10px;
          width: 47%; } }
      .category-filter-main-v2 .filter-buttons .btn.active, .category-filter-main-v2 .filter-buttons .btn:hover {
        background-color: #f0582f;
        color: #fff; }
    @media (max-width: 767.98px) {
      .category-filter-main-v2 .filter-buttons {
        padding-top: 10px; } }
  @media (max-width: 1199.98px) {
    .category-filter-main-v2 {
      -webkit-clip-path: none;
      clip-path: none;
      padding-top: 270px; } }

.category-filter-v2 .filter-buttons {
  margin: 0 auto 40px;
  text-align: center;
  border: #dedede solid 1px;
  border-radius: 25px;
  display: inline-block; }
  .category-filter-v2 .filter-buttons .btn {
    border: 0;
    color: #282828;
    font-size: 12px;
    margin: 4px 3px 4px;
    padding: 11px 30px;
    width: auto;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .category-filter-v2 .filter-buttons .btn {
        padding: 11px 15px; } }
    @media (max-width: 767.98px) {
      .category-filter-v2 .filter-buttons .btn {
        margin: 0 1% 10px;
        padding: 11px 10px;
        width: 47%; } }
    .category-filter-v2 .filter-buttons .btn.active, .category-filter-v2 .filter-buttons .btn:hover {
      background-color: #f0582f;
      color: #fff; }
  @media (max-width: 767.98px) {
    .category-filter-v2 .filter-buttons {
      padding-top: 10px; } }

#category-filter-v2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  #category-filter-v2 ul > li {
    background-color: transparent;
    perspective: 1000px;
    flex-basis: 25%;
    padding: 0 15px 30px;
    margin: 0;
    text-align: left !important; }
    #category-filter-v2 ul > li .info-block {
      position: initial;
      transform: none;
      padding: 0; }
      #category-filter-v2 ul > li .info-block h4 {
        color: #fff;
        margin: 0 0 7px;
        text-transform: none;
        overflow: hidden;
        font-size: 18px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
      #category-filter-v2 ul > li .info-block .author {
        display: block;
        margin: 0 0 5px; }
      #category-filter-v2 ul > li .info-block .rating-box {
        margin-bottom: 10px; }
      #category-filter-v2 ul > li .info-block .rating {
        margin: 0 7px 0 0;
        vertical-align: middle;
        display: inline-block; }
        #category-filter-v2 ul > li .info-block .rating span {
          color: #fff; }
      #category-filter-v2 ul > li .info-block .category-tags {
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        padding: 5px 17px;
        font-size: 10;
        font-weight: 500; }
      #category-filter-v2 ul > li .info-block p {
        line-height: 1.8;
        margin-bottom: 20px;
        margin-top: 12px; }
      #category-filter-v2 ul > li .info-block a {
        color: #fff;
        text-transform: uppercase; }
      #category-filter-v2 ul > li .info-block .btn {
        color: #282828;
        font-weight: 600;
        padding: 6px 30px 7px; }
      #category-filter-v2 ul > li .info-block ol {
        border: 1px solid #6e46c4;
        list-style: none;
        padding: 0;
        margin: 0 -18px 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #category-filter-v2 ul > li .info-block ol li {
          flex: 2 1 auto;
          padding: 12px 10px;
          font-size: 12px;
          border-right: 1px solid #6e46c4;
          text-align: center;
          margin: 0; }
          #category-filter-v2 ul > li .info-block ol li i {
            font-size: 1rem;
            font-size: 14px; }
          #category-filter-v2 ul > li .info-block ol li:last-child {
            border: none; }
    #category-filter-v2 ul > li .flip-card-front .info-block {
      padding-top: 20px; }
      #category-filter-v2 ul > li .flip-card-front .info-block h4 {
        color: #282828; }
      #category-filter-v2 ul > li .flip-card-front .info-block .rating span {
        color: #282828; }
    #category-filter-v2 ul > li .flip-card-back {
      background-image: linear-gradient(to right bottom, #4f1dbb, #5732c8, #6044d5, #6955e2, #7265ee);
      display: block;
      padding: 0 20px; }
      #category-filter-v2 ul > li .flip-card-back .bottom-sticky {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0 -20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #category-filter-v2 ul > li .flip-card-inner {
        height: 520px; }
      #category-filter-v2 ul > li .flip-card-front > img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #category-filter-v2 ul > li .flip-card-inner {
        height: 580px; }
      #category-filter-v2 ul > li .flip-card-front > img {
        width: 100%; } }
    @media (max-width: 1199.98px) {
      #category-filter-v2 ul > li {
        flex-basis: 33.333%; } }
    @media (max-width: 991.98px) {
      #category-filter-v2 ul > li {
        flex-basis: 50%; } }
    @media (max-width: 575.98px) {
      #category-filter-v2 ul > li {
        flex-basis: 100%;
        text-align: center !important; } }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 491px;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg); }
  .flip-card-back .rating label {
    color: #fff; }

.site-footer-v2 {
  background-color: #180939;
  -webkit-clip-path: polygon(0% 0%, 35% 0, 100% 32%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 35% 0, 100% 32%, 100% 100%, 0% 100%);
  padding: 295px 0 0;
  margin-top: -295px; }
  .site-footer-v2 .info i {
    color: #fff; }
  .site-footer-v2 .sub-footer {
    background-color: #180939;
    border-top: 1px solid #250d5a; }
  @media (max-width: 991.98px) {
    .site-footer-v2 {
      -webkit-clip-path: none;
      clip-path: none;
      padding: 200px 0 0;
      margin-top: -200px; } }

/*--------------------------------------------------------------
12.3. Home-V3
--------------------------------------------------------------*/
.layout-v3 .newsletter {
  background-image: url("../images/section-images/newsletter-bg-v2.jpg");
  background-color: transparent;
  margin-bottom: 3px;
  padding: 227px 0 60px; }
  .layout-v3 .newsletter .section-title,
  .layout-v3 .newsletter .lead {
    color: #fff; }
  .layout-v3 .newsletter .form-group input[type="submit"] {
    background-color: #f0582f; }
    .layout-v3 .newsletter .form-group input[type="submit"]:hover {
      background-color: #e83e11; }
  @media (max-width: 1199.98px) {
    .layout-v3 .newsletter {
      padding: 50px 0; } }
.layout-v3 .category-filter {
  background-image: none;
  background-color: #fff;
  padding-bottom: 343px; }
  .layout-v3 .category-filter .filter-buttons {
    border-radius: 15px;
    border-color: #edf0f5;
    margin: 47px 0 50px;
    text-align: center;
    font-size: 0;
    display: flex; }
    .layout-v3 .category-filter .filter-buttons .btn {
      background-color: #fff;
      color: #282828;
      border-right: 1px solid #edf0f5;
      border-radius: 0;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 20px;
      margin: 0;
      padding: 35px 10px 28px;
      width: 158px;
      text-align: center;
      flex-grow: 1; }
      .layout-v3 .category-filter .filter-buttons .btn img {
        display: block;
        margin: 0 auto 12px; }
      .layout-v3 .category-filter .filter-buttons .btn:first-child {
        border-right: 0;
        border-radius: 15px 0 0 15px; }
      .layout-v3 .category-filter .filter-buttons .btn:last-child {
        border-right: 0;
        border-radius: 0 15px 15px 0; }
      .layout-v3 .category-filter .filter-buttons .btn.active, .layout-v3 .category-filter .filter-buttons .btn:hover {
        background-color: #f5f7fa;
        border-color: #f5f7fa;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
      .layout-v3 .category-filter .filter-buttons .btn.active {
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
  .layout-v3 .category-filter .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .layout-v3 .category-filter .category-list .category-item {
      border: 1px solid #edf0f5;
      margin: 0;
      width: 25%;
      font-size: 13px;
      vertical-align: top; }
      .layout-v3 .category-filter .category-list .category-item figure {
        height: 510px; }
      .layout-v3 .category-filter .category-list .category-item figcaption {
        background-color: #fff;
        color: #282828;
        text-align: left;
        padding: 30px 20px;
        opacity: 1;
        top: 100%;
        transform: translateY(-158px);
        height: auto;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .layout-v3 .category-filter .category-list .category-item figcaption .info-block {
          transform: translateY(0);
          position: initial;
          padding: 0;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block h4 {
            color: #282828;
            font-size: 18px; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block a {
            color: #282828; }
            .layout-v3 .category-filter .category-list .category-item figcaption .info-block a:hover {
              color: #f0582f; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block .readmore {
            float: right;
            margin-top: 5px; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block .rating {
            display: inline-block;
            text-align: left;
            margin-right: 9px;
            margin-bottom: 10px; }
            .layout-v3 .category-filter .category-list .category-item figcaption .info-block .rating span {
              color: #282828; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol {
            border-radius: 30px;
            -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
            -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
            font-size: 0;
            display: flex;
            margin: 20px 0 0; }
            .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li {
              color: #fff;
              font-size: 12px;
              margin: 0;
              text-align: center; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li a {
                display: block;
                padding: 15px 13px; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li span {
                display: inline-block; }
                .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li span img {
                  width: auto; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li:first-child {
                border-radius: 30px 0 0 30px; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li:last-child {
                border-radius: 0 30px 30px 0; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li.middle-cart {
                color: #fff;
                background-color: #282828;
                flex: 1;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out; }
                .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li.middle-cart span {
                  margin-right: 6px;
                  position: relative;
                  top: 2px; }
                .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li.middle-cart a {
                  color: #fff;
                  padding-left: 20px;
                  padding-right: 20px; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li:hover {
                background-color: #f0582f;
                color: #fff; }
                .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li:hover a {
                  color: #fff; }
      .layout-v3 .category-filter .category-list .category-item:hover figcaption {
        opacity: 1;
        transform: translateY(-240px); }
        .layout-v3 .category-filter .category-list .category-item:hover figcaption .info-block ol li.middle-cart {
          background-color: #f0582f; }
  @media screen and (max-width: 1739px) and (min-width: 1200px) {
    .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol {
      margin-top: 25px; } }
  @media (max-width: 1199.98px) {
    .layout-v3 .category-filter {
      padding-bottom: 50px; }
      .layout-v3 .category-filter .filter-buttons {
        margin: 0 0 30px;
        overflow-x: scroll;
        padding-top: 0; }
        .layout-v3 .category-filter .filter-buttons .btn {
          font-size: 14px;
          padding: 15px 10px 8px;
          width: auto;
          flex-grow: 1; }
          .layout-v3 .category-filter .filter-buttons .btn img {
            width: 38px;
            height: 38px; }
      .layout-v3 .category-filter .category-list .category-item {
        width: 33.33%; }
        .layout-v3 .category-filter .category-list .category-item figure {
          height: auto; }
        .layout-v3 .category-filter .category-list .category-item figcaption {
          padding: 30px 15px; }
          .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol {
            border-radius: 20px; }
            .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li a {
              display: block;
              padding: 10px 12px; }
              .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li a span {
                display: none; }
            .layout-v3 .category-filter .category-list .category-item figcaption .info-block ol li.middle-cart a {
              padding-left: 12px;
              padding-right: 12px; }
        .layout-v3 .category-filter .category-list .category-item:hover figcaption {
          transform: translateY(-225px); } }
  @media (max-width: 991.98px) {
    .layout-v3 .category-filter .category-list .category-item figure {
      height: auto; }
    .layout-v3 .category-filter .category-list .category-item figcaption {
      height: auto;
      position: initial;
      transform: none; }
    .layout-v3 .category-filter .category-list .category-item:hover figcaption {
      transform: none; } }
  @media (max-width: 767.98px) {
    .layout-v3 .category-filter .category-list .category-item {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .layout-v3 .category-filter .category-list .category-item {
      width: 100%; } }
  @media (min-width: 992px) {
    .layout-v3 .category-filter .category-list .category-item figcaption {
      transform: translateY(-150px); } }
.layout-v3 .site-footer {
  background: url("../images/section-images/footer-bg-v3.jpg") no-repeat center;
  padding: 545px 0 0;
  margin-top: -445px; }
  .layout-v3 .site-footer .footer-widgets {
    padding: 0; }
    .layout-v3 .site-footer .footer-widgets .widget_text a {
      color: #fff; }
    .layout-v3 .site-footer .footer-widgets .timming-text-widget ul li a:hover {
      color: #fff; }
  .layout-v3 .site-footer .sub-footer {
    background-color: transparent; }
  .layout-v3 .site-footer #twitter-feed ul li a {
    color: #54e9ff; }
    .layout-v3 .site-footer #twitter-feed ul li a:hover {
      color: #fff; }
  @media (max-width: 1199.98px) {
    .layout-v3 .site-footer {
      background-size: cover; } }

.site-footer-v3 {
  background: url("../images/section-images/footer-bg-v3.jpg") #161616 no-repeat center;
  padding: 300px 0 0;
  margin-top: -200px; }
  .site-footer-v3 .footer-widgets {
    padding: 0; }
    .site-footer-v3 .footer-widgets .widget_text a {
      color: #fff; }
    .site-footer-v3 .footer-widgets .timming-text-widget ul li a:hover {
      color: #fff; }
  .site-footer-v3 .sub-footer {
    border: 1px solid #2a2a2a;
    background-color: transparent; }
  .site-footer-v3 #twitter-feed ul li a {
    color: #54e9ff; }
    .site-footer-v3 #twitter-feed ul li a:hover {
      color: #fff; }
  @media (max-width: 767.98px) {
    .site-footer-v3 {
      padding: 255px 0 0; } }

.meet-staff-box {
  background: url("../images/section-images/meet-staff-bg.jpg") no-repeat center;
  min-height: 889px;
  padding-top: 0; }
  .meet-staff-box .staff-negitive-top-margin {
    position: relative;
    top: -246px; }
  .meet-staff-box .staff-list {
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .meet-staff-box .staff-list .staff-member {
      border-radius: 12px;
      font-size: 14px;
      float: none;
      display: inline-block;
      margin: 0 15px 30px;
      box-sizing: border-box;
      width: calc(25% - 30px); }
      .meet-staff-box .staff-list .staff-member figure {
        border-radius: 15px 15px 0 0; }
      .meet-staff-box .staff-list .staff-member .content-block {
        background-color: #fff;
        border-radius: 15px 15px 0 0;
        width: 85%;
        height: 160px;
        right: 0;
        margin: auto; }
      .meet-staff-box .staff-list .staff-member .staff-info {
        padding: 0; }
        .meet-staff-box .staff-list .staff-member .staff-info h4 {
          font-size: 20px;
          font-weight: 500; }
      .meet-staff-box .staff-list .staff-member:hover .content-block {
        background-color: #f0582f; }
      .meet-staff-box .staff-list .staff-member:hover .readmore {
        color: #fff; }
  @media (max-width: 1199.98px) {
    .meet-staff-box {
      min-height: 710px;
      padding-top: 75px;
      padding-bottom: 50px;
      background-size: cover; }
      .meet-staff-box .staff-negitive-top-margin {
        position: initial;
        margin-bottom: 50px; }
      .meet-staff-box .ultimate-collection {
        margin-top: 0; } }
  @media (max-width: 991.98px) {
    .meet-staff-box {
      background-size: cover;
      padding: 50px 0; }
      .meet-staff-box .staff-list .staff-member {
        margin: 0 10px 30px;
        width: calc(50% - 20px); }
        .meet-staff-box .staff-list .staff-member .content-block {
          bottom: 0;
          transform: translate3d(0px, 0, 0px);
          height: 120px;
          padding: 15px 14px 0; }
        .meet-staff-box .staff-list .staff-member .staff-info ul {
          margin-bottom: 3px; }
        .meet-staff-box .staff-list .staff-member .staff-info h4 {
          margin-bottom: 3px; }
      .meet-staff-box .ultimate-collection {
        margin-top: 0; }
        .meet-staff-box .ultimate-collection p {
          font-size: 14px;
          margin-bottom: 20px; }
        .meet-staff-box .ultimate-collection img {
          margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .meet-staff-box .staff-list .staff-member {
      margin: 0 10px 30px;
      width: calc(100% - 20px); } }

.prominent-services-v3 {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%; }
  .prominent-services-v3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .prominent-services-v3 ul li {
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      background-color: #54e9ff;
      border-radius: 15px;
      flex-grow: 1;
      padding: 30px 30px 9px;
      margin: 0 15px;
      position: relative;
      width: calc(16.66% - 50px); }
      .prominent-services-v3 ul li img {
        display: block;
        margin-bottom: 16px; }
      .prominent-services-v3 ul li h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 22px; }
      .prominent-services-v3 ul li p {
        color: #fff; }
      .prominent-services-v3 ul li:first-child {
        top: 70px; }
      .prominent-services-v3 ul li:nth-child(2) {
        background-color: #ca55ff; }
      .prominent-services-v3 ul li:nth-child(3) {
        background-color: #ffc944;
        top: 70px; }
      .prominent-services-v3 ul li:nth-child(4) {
        background-color: #ff4ebf;
        top: 140px; }
      .prominent-services-v3 ul li:nth-child(5) {
        background-color: #8773ff;
        top: 70px; }
      .prominent-services-v3 ul li:nth-child(6) {
        background-color: #ff8664; }
  @media only screen and (max-width: 1700px) {
    .prominent-services-v3 ul li {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1199.98px) {
    .prominent-services-v3 {
      position: initial; }
      .prominent-services-v3 ul li {
        width: calc(50% - 20px);
        margin: 0 10px 30px; }
        .prominent-services-v3 ul li img {
          display: block;
          margin-bottom: 10px; }
        .prominent-services-v3 ul li:first-child {
          top: 0; }
        .prominent-services-v3 ul li:nth-child(3) {
          top: 0; }
        .prominent-services-v3 ul li:nth-child(4) {
          top: 0px; }
        .prominent-services-v3 ul li:nth-child(5) {
          top: 0; } }
  @media (max-width: 575.98px) {
    .prominent-services-v3 ul li {
      width: 100%; } }

.welcome-section-v3 {
  background: url("../images/section-images/welcome-section-v3.png") no-repeat center bottom;
  background-size: contain;
  display: block;
  padding: 224px 0 170px 0; }
  .welcome-section-v3 p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px; }
  .welcome-section-v3 .home-video {
    top: 0; }
  .welcome-section-v3 .facts-counter {
    border-radius: 15px;
    border: 1px solid #edf0f5;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: -37%;
    left: 0;
    width: 100%;
    z-index: 99; }
    .welcome-section-v3 .facts-counter ul li {
      border-right: 1px solid #edf0f5;
      padding: 45px 15px;
      height: auto;
      width: 240px; }
    .welcome-section-v3 .facts-counter .fact-item .fact-icon {
      margin-bottom: 17px;
      height: auto; }
      .welcome-section-v3 .facts-counter .fact-item .fact-icon img {
        filter: brightness(1) invert(1); }
    .welcome-section-v3 .facts-counter .fact-item span {
      color: #282828;
      font-size: 25px;
      font-weight: 500;
      margin-top: 0; }
      .welcome-section-v3 .facts-counter .fact-item span strong {
        font-size: 35px;
        margin-top: 8px;
        font-weight: 700; }
  @media (max-width: 1199.98px) {
    .welcome-section-v3 {
      background-size: cover;
      padding: 50px 0 70px 0; }
      .welcome-section-v3 .home-video {
        position: initial;
        margin-bottom: 30px; }
      .welcome-section-v3 .facts-counter {
        position: initial; }
        .welcome-section-v3 .facts-counter ul li {
          width: 50%;
          padding: 30px 15px; }
        .welcome-section-v3 .facts-counter .fact-item span {
          font-size: 20px; }
          .welcome-section-v3 .facts-counter .fact-item span strong {
            font-size: 26px;
            margin-top: 0px; } }

.latest-blog-v3 {
padding: 100px 0 70px 0;
}
.latest-blog-v3 .single-blog-post-v3 {
  border: 1px solid #edf0f5;
  border-radius: 19px;
  padding-bottom: 6px;
  margin-top: 10px;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 {
    border-radius: 17px 17px 0 0;
    position: relative; }
    .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 img {
      border-radius: 17px 17px 0 0; }
    .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 .post-time-date {
      position: absolute;
      left: 0;
      top: 0; }
      .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        font-size: 0; }
        .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li {
          color: #fff;
          background-color: #f0582f;
          padding: 11px 12px;
          display: inline-block;
          font-family: "Poppins", sans-serif;
          font-size: 14px; }
          .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li:first-child {
            border-radius: 19px 0 0 0; }
          .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li:last-child {
            color: #f0582f;
            background-color: #fff; }
  .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 {
    padding: 0 30px; }
    .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      font-size: 0; }
      .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul li {
        font-size: 12px;
        font-weight: 300;
        padding: 26px 12px 20px; }
        .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul li a {
          color: #707070; }
        .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul li:first-child {
          padding-left: 0; }
        .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul li:last-child {
          padding-right: 0; }
    .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 h3 {
      font-size: 18px; }
      .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 h3 a {
        color: #282828;
        display: block; }
        .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 h3 a:hover {
          color: #f0582f; }
    .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 p {
      color: #2f2f2f;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 15px; }
    .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 .read-more {
      color: #f0582f;
      font-size: 22px;
      margin-bottom: 17px;
      display: inline-block; }
      .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 .read-more:hover {
        color: #282828; }
    @media (max-width: 1199.98px) {
      .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 {
        padding: 0 15px; } }
  .latest-blog-v3 .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date {
    bottom: 0;
    top: initial;
    right: 0; }
    .latest-blog-v3 .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date ul {
      text-align: center; }
      .latest-blog-v3 .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date ul li {
        border-radius: 0; }
  .latest-blog-v3 .single-blog-post-v3:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 991.98px) {
    .latest-blog-v3 .single-blog-post-v3 .blog-thumb-v3 img {
      width: 100%; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 {
    padding: 0 10px;
    min-height: 140px; }
    .latest-blog-v3 .single-blog-post-v3 .blog-content-v3 ul li {
      font-size: 11px;
      padding-right: 8px;
      padding-left: 8px; } }

/*Testimonial Slider Start*/
.testimonial-main-v3 {
  display: block;
  padding: 0; }
  .testimonial-main-v3 .testimonial-social-main {
    background-image: url("../images/section-images/footer-newsletter-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
    background-color: #fff;
    border-radius: 25px;
    padding: 100px 0 57px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 12;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media (max-width: 991.98px) {
    .testimonial-main-v3 .testimonial-social-main {
      padding: 50px 10px 0px; } }

.testimonial-block {
  padding-top: 140px; }

.ui-card-slider {
  position: relative;
  width: 630px;
  height: 150px;
  overflow: hidden;
  margin: 26px auto 13px; }
  .ui-card-slider .slide {
    display: block;
    -webkit-user-select: none;
    position: absolute;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    -webkit-transition-property: all;
    overflow: hidden;
    border-radius: 30rem; }
    .ui-card-slider .slide img {
      border-radius: 30rem;
      width: 100%;
      height: 100%; }
  .ui-card-slider .center-slide {
    -webkit-user-select: none;
    z-index: 30;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    right: 0;
    margin: auto; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .ui-card-slider .center-slide {
        width: 95px;
        height: 95px; } }
  .ui-card-slider .left-slide {
    -webkit-user-select: none;
    z-index: 20;
    top: 12px;
    left: 120px;
    width: 100px;
    height: 100px;
    opacity: 0.8; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .ui-card-slider .left-slide {
        width: 75px;
        height: 75px;
        left: 170px; } }
  .ui-card-slider .right-slide {
    -webkit-user-select: none;
    z-index: 20;
    top: 12px;
    right: 120px;
    width: 100px;
    height: 100px;
    opacity: 0.8; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .ui-card-slider .right-slide {
        width: 75px;
        height: 75px;
        right: 170px; } }
  .ui-card-slider .left-hidden-slide {
    z-index: 10;
    top: 23px;
    left: 0px;
    width: 82px;
    height: 82px;
    opacity: 0.5; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .ui-card-slider .left-hidden-slide {
        width: 55px;
        height: 55px;
        left: 124px; } }
  .ui-card-slider .right-hidden-slide {
    z-index: 10;
    top: 24px;
    right: 0;
    width: 82px;
    height: 82px;
    opacity: 0.5; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .ui-card-slider .right-hidden-slide {
        width: 55px;
        height: 55px;
        right: 124px; } }
  .ui-card-slider .hidden-slide {
    visibility: hidden;
    display: none; }
  @media (max-width: 991.98px) {
    .ui-card-slider {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .ui-card-slider {
      width: 310px; }
      .ui-card-slider .center-slide {
        width: 95px;
        height: 95px; }
      .ui-card-slider .left-slide {
        -webkit-user-select: none;
        z-index: 20;
        top: 12px;
        left: 120px;
        width: 75px;
        height: 75px;
        opacity: 0.8; }
      .ui-card-slider .right-slide {
        -webkit-user-select: none;
        z-index: 20;
        top: 12px;
        right: 120px;
        width: 75px;
        height: 75px;
        opacity: 0.8; }
      .ui-card-slider .left-hidden-slide {
        z-index: 10;
        top: 23px;
        left: 30px;
        width: 58px;
        height: 58px;
        opacity: 0.5; }
      .ui-card-slider .right-hidden-slide {
        z-index: 10;
        top: 24px;
        right: 30px;
        width: 52px;
        height: 52px;
        opacity: 0.5; }
      .ui-card-slider .hidden-slide {
        visibility: hidden;
        display: none; } }

.slider-content p {
  position: relative;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 24px;
  margin-bottom: 30px;
  z-index: 11;
  min-height: 96px;
  font-style: italic; }
  .slider-content p:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    z-index: -10; }
.slider-content span {
  font-size: 14px;
  color: #000205;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-weight: 600; }
  .slider-content span em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 400; }
@media (max-width: 767.98px) {
  .slider-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    min-height: 150px; }
    .slider-content p:before {
      top: -30px; } }

.testimonial-content {
  position: relative;
  padding: 96px 15px 0; }
  .testimonial-content:before {
    content: "";
    background-image: url("../images/inverted-quote.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 46px;
    position: absolute;
    top: 6px;
    left: 50%;
    right: 50%;
    margin: auto; }
  .testimonial-content .slide-navigation {
    position: absolute;
    bottom: -75px;
    width: 100%; }
    .testimonial-content .slide-navigation .slideNext {
      position: absolute;
      cursor: pointer;
      color: #282828;
      font-size: 24px;
      left: -60px;
      z-index: 9998; }
      .testimonial-content .slide-navigation .slideNext:hover {
        color: #f0582f; }
    .testimonial-content .slide-navigation .slidePrev {
      position: absolute;
      cursor: pointer;
      color: #282828;
      font-size: 24px;
      right: -30px;
      z-index: 9998; }
      .testimonial-content .slide-navigation .slidePrev:hover {
        color: #f0582f; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .testimonial-content .slideNext {
      left: 0; }
    .testimonial-content .slidePrev {
      right: 0px; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .testimonial-content .slide-navigation {
      bottom: -60px; }
      .testimonial-content .slide-navigation .slideNext {
        left: 0; }
      .testimonial-content .slide-navigation .slidePrev {
        right: 0; } }
  @media (max-width: 767.98px) {
    .testimonial-content {
      padding-top: 30px; }
      .testimonial-content:before {
        top: 0;
        width: 30px;
        height: 24px;
        background-size: 30px; }
      .testimonial-content .slide-navigation {
        bottom: 50px; }
        .testimonial-content .slide-navigation .slideNext {
          left: 20px; }
        .testimonial-content .slide-navigation .slidePrev {
          right: 30px; } }

.social-icons-v3 {
  position: relative;
  margin-top: -20px;
  z-index: 11; }
  .social-icons-v3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row; }
    .social-icons-v3 ul li {
      flex: 1 1 0px; }
      .social-icons-v3 ul li a {
        background-color: #f0582f;
        color: #fff;
        display: block;
        padding: 46px 15px 27px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center; }
        .social-icons-v3 ul li a small {
          font-size: 14px;
          font-weight: 600;
          text-decoration: underline; }
        .social-icons-v3 ul li a i {
          font-size: 25px; }
        .social-icons-v3 ul li a.facebook {
          background-color: #547bbc; }
        .social-icons-v3 ul li a.twitter {
          background-color: #79ccf0; }
        .social-icons-v3 ul li a.google {
          background-color: #dc4a38; }
        .social-icons-v3 ul li a.rss {
          background-color: #f9a32c; }
        .social-icons-v3 ul li a.linkedin {
          background-color: #007bb6; }
        .social-icons-v3 ul li a.youtube {
          background-color: #ee1c1b; }
      .social-icons-v3 ul li:first-child a {
        border-radius: 0 0 0 25px; }
      .social-icons-v3 ul li:last-child a {
        border-radius: 0 0 25px 0; }
  @media (max-width: 575.98px) {
    .social-icons-v3 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: row; }
      .social-icons-v3 ul li a span small {
        display: block; } }
  @media (max-width: 575.98px) {
    .social-icons-v3 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: row; }
      .social-icons-v3 ul li a span small {
        display: none; } }

/*--------------------------------------------------------------
11. Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Template Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12. Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1. Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center; }

/*--------------------------------------------------------------
15.2. Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
13. Carousel
--------------------------------------------------------------*/
#home-v1-header-carousel {
  min-width: 100%;
  position: relative; }
  #home-v1-header-carousel .carousel-inner:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 244px;
    background: url("../images/bg-curve.png") no-repeat;
    bottom: -30px;
    left: 0;
    z-index: 1; }
  #home-v1-header-carousel figure {
    position: relative;
    cursor: pointer; }
    #home-v1-header-carousel figure::before {
      background: rgba(0, 0, 0, 0.1);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #home-v1-header-carousel figure img {
      min-width: 100%; }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel figure img {
          min-height: 300px; } }
  #home-v1-header-carousel .carousel-caption {
    bottom: initial;
    left: 0;
    max-width: 100%;
    right: 0;
    text-align: left;
    top: 50%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    transform: translateY(-50%);
    z-index: 10;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 767.98px) {
      #home-v1-header-carousel .carousel-caption {
        transform: translateY(-30%); } }
    #home-v1-header-carousel .carousel-caption h2 {
      color: #fff;
      font-size: 60px;
      margin: 0 0 14px; }
      #home-v1-header-carousel .carousel-caption h2 strong {
        display: block;
        font-size: 70px;
        font-weight: 900; }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel .carousel-caption h2 {
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel .carousel-caption h2 {
          font-size: 20px;
          margin: 0 0 10px; } }
    #home-v1-header-carousel .carousel-caption h3 {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
      margin: 0 0 21px;
      text-transform: none; }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel .carousel-caption h3 {
          font-size: 1.25rem; } }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel .carousel-caption h3 {
          font-size: 0.75rem;
          margin: 0 0 10px; } }
    #home-v1-header-carousel .carousel-caption p {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 30px;
      max-width: 650px; }
      @media (max-width: 767.98px) {
        #home-v1-header-carousel .carousel-caption p {
          font-size: 0.75rem;
          margin-bottom: 10px; } }
    #home-v1-header-carousel .carousel-caption .btn {
      text-shadow: none; }
    #home-v1-header-carousel .carousel-caption .slide-buttons {
      margin: 10px 0;
      text-align: left; }
      #home-v1-header-carousel .carousel-caption .slide-buttons .btn {
        border: 0;
        margin-right: 6px; }
        #home-v1-header-carousel .carousel-caption .slide-buttons .btn.btn-default {
          color: #3e3e3e;
          margin-right: 0; }
          #home-v1-header-carousel .carousel-caption .slide-buttons .btn.btn-default:hover {
            color: #fff; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      #home-v1-header-carousel .carousel-caption {
        transform: translateY(-26%); }
        #home-v1-header-carousel .carousel-caption h2 {
          font-size: 30px;
          margin: 0 0 8px; }
          #home-v1-header-carousel .carousel-caption h2 strong {
            font-size: 34px;
            font-weight: 800; }
        #home-v1-header-carousel .carousel-caption h3 {
          font-size: 22px;
          margin: 0 0 15px; }
        #home-v1-header-carousel .carousel-caption p {
          font-size: 14px;
          line-height: 1.3;
          margin-bottom: 20px; }
        #home-v1-header-carousel .carousel-caption .slide-buttons {
          margin: 7px 0; } }
  #home-v1-header-carousel .carousel-control {
    background-color: transparent;
    background-image: url("images/header-slider/home-v1/slider-controls.png.html");
    background-repeat: no-repeat;
    bottom: auto;
    height: 58px;
    margin-top: -29px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    text-shadow: none;
    top: 50%;
    width: 30px;
    -moz-transition: none 0.3s ease-in-out;
    -ms-transition: none 0.3s ease-in-out;
    -o-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
    -webkit-transition: none 0.3s ease-in-out; }
    @media (max-width: 767.98px) {
      #home-v1-header-carousel .carousel-control {
        display: none; } }
    #home-v1-header-carousel .carousel-control.left {
      background-position: 0 0;
      left: 50px; }
      #home-v1-header-carousel .carousel-control.left:hover {
        background-position: 0 -58px; }
    #home-v1-header-carousel .carousel-control.right {
      background-position: -30px 0;
      right: 50px; }
      #home-v1-header-carousel .carousel-control.right:hover {
        background-position: -30px -58px; }
  #home-v1-header-carousel .carousel-control-prev {
    left: 50px; }
  #home-v1-header-carousel .carousel-control-prev-icon {
    background-image: url("../images/icons/previous-icon.png");
    filter: brightness(0) invert(1);
    height: 48px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    #home-v1-header-carousel .carousel-control-prev-icon:hover {
      filter: brightness(1) invert(0); }
  #home-v1-header-carousel .carousel-control-next-icon {
    background-image: url("../images/icons/next-icon.png");
    filter: brightness(0) invert(1);
    height: 48px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    #home-v1-header-carousel .carousel-control-next-icon:hover {
      filter: brightness(1) invert(0); }
  #home-v1-header-carousel .carousel-control-next {
    right: 50px; }
  @media (max-width: 1199.98px) {
    #home-v1-header-carousel .carousel-inner:after {
      content: none; }
    #home-v1-header-carousel .carousel-control-next {
      right: 15px; }
    #home-v1-header-carousel .carousel-control-prev {
      left: 15px; } }
  @media (max-width: 767.98px) {
    #home-v1-header-carousel .carousel-inner:after {
      content: none; }
    #home-v1-header-carousel .carousel-control-next {
      right: 10px; }
    #home-v1-header-carousel .carousel-control-prev {
      left: 10px; } }
  @media (max-width: 575.98px) {
    #home-v1-header-carousel .carousel-control-next {
      display: none; }
    #home-v1-header-carousel .carousel-control-prev {
      display: none; } }
  @media (min-width: 576px) {
    #home-v1-header-carousel .carousel-caption {
      width: 540px; } }
  @media (min-width: 768px) {
    #home-v1-header-carousel .carousel-caption {
      width: 720px; } }
  @media (min-width: 992px) {
    #home-v1-header-carousel .carousel-caption {
      width: 960px; } }
  @media (min-width: 1200px) {
    #home-v1-header-carousel .carousel-caption {
      width: 1140px; } }

.hero-slider-v2 {
  background-image: url("../images/header-slider/home-v2/hero-bg-v2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 970px; }
  .hero-slider-v2 .carousel-inner {
    overflow: initial; }
  .hero-slider-v2 .hero-slider-content {
    padding: 0 70px;
    position: relative;
    top: 50%;
    transform: translateY(-30%); }
    .hero-slider-v2 .hero-slider-content strong {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 8px;
      display: block; }
    .hero-slider-v2 .hero-slider-content h2 {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 60px;
      margin-bottom: 9px;
      text-transform: uppercase; }
    .hero-slider-v2 .hero-slider-content p {
      color: #fff;
      font-size: 16px;
      line-height: 25px; }
  .hero-slider-v2 .hero-slider-btn .btn {
    padding: 12px 40px 12px;
    margin-right: 10px; }
  .hero-slider-v2 .hero-slider-btn .btn-default {
    background-color: #f0582f;
    color: #fff; }
    .hero-slider-v2 .hero-slider-btn .btn-default:hover {
      border-color: transparent; }
  .hero-slider-v2 .hero-slider-image {
    position: relative;
    top: 50%;
    transform: translateY(-30%); }
  .hero-slider-v2 .carousel-indicators {
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    flex-direction: column; }
    .hero-slider-v2 .carousel-indicators li {
      width: 9px;
      height: 9px;
      margin-right: 0;
      margin-left: 0;
      background-color: transparent;
      margin-bottom: 10px;
      border-radius: 30rem;
      border: 2px solid #fff; }
      .hero-slider-v2 .carousel-indicators li.active {
        background-color: #f0582f;
        border-color: #f0582f; }
  @media screen and (max-width: 1425.99px) and (min-width: 992px) {
    .hero-slider-v2 {
      min-height: 700px; }
      .hero-slider-v2 .hero-slider-content {
        padding: 0 40px; }
        .hero-slider-v2 .hero-slider-content strong {
          font-size: 22px; }
        .hero-slider-v2 .hero-slider-content h2 {
          font-size: 36px; }
        .hero-slider-v2 .hero-slider-content p {
          font-size: 15px; } }
  @media (max-width: 991.98px) {
    .hero-slider-v2 {
      min-height: 625px; }
      .hero-slider-v2 .hero-slider-content {
        padding: 0 30px;
        transform: translateY(-20%); }
        .hero-slider-v2 .hero-slider-content strong {
          font-size: 20px;
          line-height: 23px;
          margin-bottom: 5px;
          display: block; }
        .hero-slider-v2 .hero-slider-content h2 {
          font-size: 28px; }
        .hero-slider-v2 .hero-slider-content p {
          font-size: 14px; }
      .hero-slider-v2 .hero-slider-btn .btn {
        padding: 12px 18px 12px;
        margin-right: 7px; } }
  @media (max-width: 767.98px) {
    .hero-slider-v2 {
      min-height: 1020px; }
      .hero-slider-v2 .hero-slider-content {
        padding: 0 30px;
        top: 100px;
        transform: none; }
        .hero-slider-v2 .hero-slider-content strong {
          font-size: 24px;
          line-height: 26px;
          margin-bottom: 2px; }
      .hero-slider-v2 .hero-slider-btn {
        position: relative;
        z-index: 999; }
        .hero-slider-v2 .hero-slider-btn .btn {
          padding: 12px 30px 12px; }
      .hero-slider-v2 .hero-slider-image {
        top: 140px;
        transform: none; } }
  @media (max-width: 575.98px) {
    .hero-slider-v2 {
      min-height: 850px; }
      .hero-slider-v2 .hero-slider-content {
        padding: 0 15px;
        top: 135px;
        transform: none; }
        .hero-slider-v2 .hero-slider-content strong {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 2px; }
        .hero-slider-v2 .hero-slider-content h2 {
          font-size: 24px; }
        .hero-slider-v2 .hero-slider-content p {
          font-size: 14px;
          line-height: 24px; }
      .hero-slider-v2 .hero-slider-btn {
        position: relative;
        z-index: 999; }
        .hero-slider-v2 .hero-slider-btn .btn {
          padding: 12px 20px 12px;
          margin-right: 7px; }
      .hero-slider-v2 .hero-slider-image {
        top: 155px;
        transform: none; }
      .hero-slider-v2 .carousel-indicators {
        right: 10px; } }

@media (max-width: 767.98px) {
  .layout-v3 #home-v1-header-carousel figure img {
    min-height: 500px; } }
.layout-v3 #home-v1-header-carousel .carousel-inner {
  overflow: visible;
  z-index: 9; }
@media (min-width: 768px) and (max-width: 1599px) {
  .layout-v3 #home-v1-header-carousel .carousel-caption {
    transform: translateY(-25%); } }
@media (max-width: 767.98px) {
  .layout-v3 #home-v1-header-carousel .carousel-caption {
    transform: translateY(-25%); } }
@media (max-width: 767.98px) {
  .layout-v3 #home-v1-header-carousel .carousel-caption {
    transform: translateY(-38%); } }
.layout-v3 #home-v1-header-carousel .carousel-caption h2 {
  color: #54e9ff; }
  @media (min-width: 768px) and (max-width: 1599px) {
    .layout-v3 #home-v1-header-carousel .carousel-caption h2 {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .layout-v3 #home-v1-header-carousel .carousel-caption h2 {
      font-size: 25px; } }
.layout-v3 #home-v1-header-carousel .carousel-caption p {
  font-family: "Poppins", sans-serif;
  font-size: -2.8125rem;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 1599px) {
    .layout-v3 #home-v1-header-carousel .carousel-caption p {
      font-size: 25px;
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .layout-v3 #home-v1-header-carousel .carousel-caption p {
      font-size: 1rem;
      margin-bottom: 10px; } }
.layout-v3 #home-v1-header-carousel .filter-box {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: left; }
  @media (max-width: 767.98px) {
    .layout-v3 #home-v1-header-carousel .filter-box {
      width: 70%; } }
  @media (max-width: 767.98px) {
    .layout-v3 #home-v1-header-carousel .filter-box {
      width: 100%; } }
  .layout-v3 #home-v1-header-carousel .filter-box .form-group {
    float: left;
    width: 33%; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box .form-group {
        width: 100%;
        margin-bottom: 10px; } }
  .layout-v3 #home-v1-header-carousel .filter-box .form-control {
    background-color: transparent;
    color: #bababa; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box .form-control {
        height: 45px; } }
  .layout-v3 #home-v1-header-carousel .filter-box .select {
    background-color: transparent;
    border-width: 3px 3px 3px 0;
    border-style: solid;
    border-color: #595959;
    color: #bababa; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box .select {
        border-width: 3px 3px 3px 3px;
        height: 45px; } }
  .layout-v3 #home-v1-header-carousel .filter-box .select-styled {
    border: none;
    text-shadow: none; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box .select-styled {
        padding: 9px 10px; } }
    .layout-v3 #home-v1-header-carousel .filter-box .select-styled::after {
      color: #bababa; }
      @media (max-width: 767.98px) {
        .layout-v3 #home-v1-header-carousel .filter-box .select-styled::after {
          top: 13px; } }
  .layout-v3 #home-v1-header-carousel .filter-box input {
    border-color: #595959;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box input {
        border-radius: 0; } }
  .layout-v3 #home-v1-header-carousel .filter-box .select:last-child {
    border-radius: 0 3px 3px 0; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box .select:last-child {
        border-radius: 0; } }
  .layout-v3 #home-v1-header-carousel .filter-box input[type="submit"] {
    background-color: #54e9ff;
    border-radius: 0;
    color: #fff;
    display: block;
    height: 50px;
    margin: 30px auto 0;
    width: 170px; }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box input[type="submit"] {
        margin-top: 10px; } }
    @media (max-width: 767.98px) {
      .layout-v3 #home-v1-header-carousel .filter-box input[type="submit"] {
        margin-top: 0; } }
    .layout-v3 #home-v1-header-carousel .filter-box input[type="submit"]:hover {
      background-color: #2be4ff; }

.home-hero-section {
  background: url("../images/header-slider/home-v3/hero-bg-image-v3.png") no-repeat;
  background-size: cover;
  min-height: 1078px;
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  @media (max-width: 1199.98px) {
    .home-hero-section {
      justify-content: start;
      padding-top: 200px; } }

.hero-content-v3 {
  display: block;
  margin-top: -80px;
  padding-left: 90px;
  padding-right: 90px; }
  .hero-content-v3 h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 28px; }
  .hero-content-v3 h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px; }
  .hero-content-v3 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px; }
  .hero-content-v3 .hero-content-btn .btn {
    margin-right: 10px; }
  @media only screen and (max-width: 1700px) {
    .hero-content-v3 {
      padding-left: 45px;
      padding-right: 45px; }
      .hero-content-v3 h2 {
        font-size: 35px; } }
  @media (max-width: 1199.98px) {
    .hero-content-v3 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 50px; }
      .hero-content-v3 h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .hero-content-v3 h5 {
        font-size: 20px;
        margin-bottom: 8px; }
      .hero-content-v3 .hero-content-btn {
        margin-bottom: 30px; }
        .hero-content-v3 .hero-content-btn .btn {
          padding: 13px 30px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content-v3 .hero-content-btn .btn {
      padding: 12px 16px; } }
  @media (max-width: 575.98px) {
    .hero-content-v3 .hero-content-btn .btn {
      padding: 13px 23px; } }

/* PAGER */
.bx-wrapper {
  position: relative;
  margin: 0 auto 72px;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -72px;
    width: 100%;
    text-align: center;
    line-height: 10px; }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -72px;
    width: 100%; }
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #f0582f;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    backface-visibility: visible; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background: #f0582f; }
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f0582f; }

/* Fade Bootstrap Carousel */
.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

/*
 *  Owl Carousel - Core
 */
.books-media-grid-carousel,
.owl-carousel-full,
.owl-carousel-v3 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .books-media-grid-carousel .owl-stage,
  .owl-carousel-full .owl-stage,
  .owl-carousel-v3 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .books-media-grid-carousel .owl-stage:after,
  .owl-carousel-full .owl-stage:after,
  .owl-carousel-v3 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .books-media-grid-carousel .owl-stage-outer,
  .owl-carousel-full .owl-stage-outer,
  .owl-carousel-v3 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .books-media-grid-carousel .owl-wrapper,
  .books-media-grid-carousel .owl-item,
  .owl-carousel-full .owl-wrapper,
  .owl-carousel-full .owl-item,
  .owl-carousel-v3 .owl-wrapper,
  .owl-carousel-v3 .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .books-media-grid-carousel .owl-item,
  .owl-carousel-full .owl-item,
  .owl-carousel-v3 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .books-media-grid-carousel .owl-item img,
  .owl-carousel-full .owl-item img,
  .owl-carousel-v3 .owl-item img {
    display: block;
    width: 100%; }
  .books-media-grid-carousel .owl-nav,
  .owl-carousel-full .owl-nav,
  .owl-carousel-v3 .owl-nav {
    position: absolute;
    right: 0;
    top: -80px; }
    @media (max-width: 767.98px) {
      .books-media-grid-carousel .owl-nav,
      .owl-carousel-full .owl-nav,
      .owl-carousel-v3 .owl-nav {
        top: -94px; } }
    .books-media-grid-carousel .owl-nav > div,
    .owl-carousel-full .owl-nav > div,
    .owl-carousel-v3 .owl-nav > div {
      background-color: transparent;
      border: 1px solid #f4f4f4;
      border-radius: 30rem;
      color: #a0a0a0;
      text-align: center;
      display: inline-block;
      height: 40px;
      width: 40px;
      font-size: 0;
      margin-right: 10px;
      padding-top: 9px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .books-media-grid-carousel .owl-nav > div:hover,
      .owl-carousel-full .owl-nav > div:hover,
      .owl-carousel-v3 .owl-nav > div:hover {
        background-color: #f0582f;
        border-color: #f0582f;
        color: #fff; }
    .books-media-grid-carousel .owl-nav .owl-prev:before,
    .owl-carousel-full .owl-nav .owl-prev:before,
    .owl-carousel-v3 .owl-nav .owl-prev:before {
      content: "\f053";
      text-indent: initial;
      font-size: 14px; }
    .books-media-grid-carousel .owl-nav .owl-next:after,
    .owl-carousel-full .owl-nav .owl-next:after,
    .owl-carousel-v3 .owl-nav .owl-next:after {
      content: "\f054";
      font-size: 14px; }
  .books-media-grid-carousel .owl-nav.disabled,
  .books-media-grid-carousel .owl-dots.disabled,
  .owl-carousel-full .owl-nav.disabled,
  .owl-carousel-full .owl-dots.disabled,
  .owl-carousel-v3 .owl-nav.disabled,
  .owl-carousel-v3 .owl-dots.disabled {
    display: none; }
  .books-media-grid-carousel .owl-nav .owl-prev,
  .books-media-grid-carousel .owl-nav .owl-next,
  .books-media-grid-carousel .owl-dot,
  .owl-carousel-full .owl-nav .owl-prev,
  .owl-carousel-full .owl-nav .owl-next,
  .owl-carousel-full .owl-dot,
  .owl-carousel-v3 .owl-nav .owl-prev,
  .owl-carousel-v3 .owl-nav .owl-next,
  .owl-carousel-v3 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'fontAwesome'; }
  .books-media-grid-carousel .owl-nav button.owl-prev,
  .books-media-grid-carousel .owl-nav button.owl-next,
  .books-media-grid-carousel button.owl-dot,
  .owl-carousel-full .owl-nav button.owl-prev,
  .owl-carousel-full .owl-nav button.owl-next,
  .owl-carousel-full button.owl-dot,
  .owl-carousel-v3 .owl-nav button.owl-prev,
  .owl-carousel-v3 .owl-nav button.owl-next,
  .owl-carousel-v3 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .books-media-grid-carousel.owl-loaded,
  .owl-carousel-full.owl-loaded,
  .owl-carousel-v3.owl-loaded {
    display: block; }
  .books-media-grid-carousel.owl-loading,
  .owl-carousel-full.owl-loading,
  .owl-carousel-v3.owl-loading {
    opacity: 0;
    display: block; }
  .books-media-grid-carousel.owl-hidden,
  .owl-carousel-full.owl-hidden,
  .owl-carousel-v3.owl-hidden {
    opacity: 0; }
  .books-media-grid-carousel.owl-refresh .owl-item,
  .owl-carousel-full.owl-refresh .owl-item,
  .owl-carousel-v3.owl-refresh .owl-item {
    visibility: hidden; }
  .books-media-grid-carousel.owl-drag .owl-item,
  .owl-carousel-full.owl-drag .owl-item,
  .owl-carousel-v3.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .books-media-grid-carousel.owl-grab,
  .owl-carousel-full.owl-grab,
  .owl-carousel-v3.owl-grab {
    cursor: move;
    cursor: grab; }
  .books-media-grid-carousel.owl-rtl,
  .owl-carousel-full.owl-rtl,
  .owl-carousel-v3.owl-rtl {
    direction: rtl; }
  .books-media-grid-carousel.owl-rtl .owl-item,
  .owl-carousel-full.owl-rtl .owl-item,
  .owl-carousel-v3.owl-rtl .owl-item {
    float: right; }
  .books-media-grid-carousel .single-book-media .book-detail .book-detail-hover,
  .owl-carousel-full .single-book-media .book-detail .book-detail-hover,
  .owl-carousel-v3 .single-book-media .book-detail .book-detail-hover {
    transform: translateY(0) !important;
    padding: 20px 20px 0 !important; }
  .books-media-grid-carousel:hover .single-book-media .book-detail .book-detail-hover,
  .owl-carousel-full:hover .single-book-media .book-detail .book-detail-hover,
  .owl-carousel-v3:hover .single-book-media .book-detail .book-detail-hover {
    transform: translateY(0);
    padding: 20px 20px 0;
    box-shadow: none; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*--------------------------------------------------------------
14. Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1. Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 20px; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 20px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 20px; }

.inner-page-banner {
  background-image: url("../images/page-banners/inner-pages-banner.jpg");
  background-color: #f5f7fa;
  background-position: center top;
  background-repeat: no-repeat;
  height: 349px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center; }
  .inner-page-banner .banner-header {
    display: block;
    position: relative;
    z-index: 10; }
    .inner-page-banner .banner-header h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 0; }
  .inner-page-banner .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0; }
    .inner-page-banner .breadcrumb li a {
      color: #717171; }
      .inner-page-banner .breadcrumb li a:hover {
        color: #f0582f; }
  @media (max-width: 991.98px) {
    .inner-page-banner {
      height: auto; } }
  @media (max-width: 767.98px) {
    .inner-page-banner .banner-header h2 {
      font-size: 24px; } }

.newsletter-inner {
  position: relative;
  padding-top: 30px 0 40px; }
  .newsletter-inner .form-control {
    background-color: #fff;
    border-color: #edf0f5;
    border-radius: 30px;
    color: #8e8e8e;
    height: 59px;
    font-style: italic;
    padding-left: 30px; }
  .newsletter-inner .btn {
    border: none;
    border-radius: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
    outline: none;
    padding: 13px 40px 12px;
    font-size: 14px; }
    .newsletter-inner .btn:focus {
      box-shadow: none; }
  @media (max-width: 767.98px) {
    .newsletter-inner .form-control {
      height: 57px;
      padding-left: 15px;
      font-size: 12px; }
    .newsletter-inner .btn {
      right: 6px;
      top: 6px;
      padding: 13px 20px 12px;
      font-size: 12px; } }

.inner-staff-box {
  min-height: initial; }

/*--------------------------------------------------------------
13.1.1. Shopping Cart
--------------------------------------------------------------*/
.signin-main {
  padding: 100px 0; }

.signin-up-form .heading-v2 {
  font-size: 25px;
  margin-bottom: 19px; }
.signin-up-form .lost-password {
  color: #282828;
  font-size: 13px; }
  .signin-up-form .lost-password a {
    color: #f0582f;
    display: inline-block;
    text-transform: uppercase;
    text-align: right; }
.signin-up-form form label {
  color: #1f1f1f; }

.login-option-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px; }
  .login-option-btn a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    flex: 1 1 0;
    padding: 15px;
    text-transform: uppercase;
    text-align: center; }
    .login-option-btn a i {
      font-size: 20px; }
    .login-option-btn a.facebook {
      background-color: #38539b; }
    .login-option-btn a.twitter {
      background-color: #64ccf1; }
    .login-option-btn a.google-plus {
      background-color: #d34836; }
    .login-option-btn a:first-child {
      border-radius: 30px 0 0 30px; }
    .login-option-btn a:last-child {
      border-radius: 0 30px 30px 0; }
    .login-option-btn a:hover.twitter {
      background-color: #64ccf1 !important; }
  @media (max-width: 1199.98px) {
    .login-option-btn span {
      display: none; } }

.cart-main {
  padding: 100px 0 0; }
  @media (max-width: 767.98px) {
    .cart-main {
      padding: 50px 0 0; } }

.checkout-main {
  padding: 100px 0 0; }
  @media (max-width: 767.98px) {
    .checkout-main {
      padding: 50px 0 50px; } }

.square-borderd-box {
  display: block;
  border: 1px solid #edf0f5;
  margin-bottom: 50px; }
  .square-borderd-box .square-borderd-head {
    display: block;
    border-bottom: 1px solid #edf0f5;
    padding: 15px 10px 15px 30px; }
    .square-borderd-box .square-borderd-head h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 0; }
  .square-borderd-box .square-borderd-content {
    display: block;
    padding: 30px 30px 10px; }
    .square-borderd-box .square-borderd-content p {
      color: #494949;
      font-size: 13px; }
    .square-borderd-box .square-borderd-content .select-styled {
      border-radius: 30rem; }
    .square-borderd-box .square-borderd-content .payment-method {
      list-style: none;
      padding: 0;
      margin: 0 0 10px;
      font-size: 0; }
      .square-borderd-box .square-borderd-content .payment-method li {
        display: inline-block;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 30px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .square-borderd-box .square-borderd-content .payment-method li a {
          color: #282828;
          border: 1px solid #edf0f5;
          border-radius: 17px;
          background-color: transparent;
          display: block;
          padding: 20px 20px 15px;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
        .square-borderd-box .square-borderd-content .payment-method li img {
          display: block;
          margin: 0 auto 16px; }
        .square-borderd-box .square-borderd-content .payment-method li strong {
          color: #282828; }
        .square-borderd-box .square-borderd-content .payment-method li:hover a {
          border-color: transparent;
          background-color: #fff;
          -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .square-borderd-box .square-borderd-content .payment-method-list {
      list-style: none;
      padding: 0;
      margin: 13px 0 0;
      text-align: center; }
      .square-borderd-box .square-borderd-content .payment-method-list li {
        display: inline-block;
        margin: 0 5px 5px; }
        .square-borderd-box .square-borderd-content .payment-method-list li a {
          display: block; }
    .square-borderd-box .square-borderd-content .btn {
      margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .square-borderd-box .square-borderd-content .payment-method li {
      font-size: 14px;
      margin-right: 10px;
      margin-bottom: 20px; }
      .square-borderd-box .square-borderd-content .payment-method li a {
        padding: 15px 10px 10px; }
      .square-borderd-box .square-borderd-content .payment-method li img {
        width: 50%;
        margin: 0 auto 10px; }
    .square-borderd-box .square-borderd-content .payment-method-list {
      text-align: left; } }
  @media (max-width: 991.98px) {
    .square-borderd-box .square-borderd-head {
      padding: 15px; }
      .square-borderd-box .square-borderd-head h3 {
        font-size: 20px; }
    .square-borderd-box .square-borderd-content {
      display: block;
      padding: 30px 15px 10px; }
      .square-borderd-box .square-borderd-content .payment-method li {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 20px; }
        .square-borderd-box .square-borderd-content .payment-method li a {
          padding: 15px 10px 10px; }
        .square-borderd-box .square-borderd-content .payment-method li img {
          width: 50%;
          margin: 0 auto 10px; }
      .square-borderd-box .square-borderd-content .payment-method-list {
        text-align: left; } }

.checkout-sidebar .order-summary {
  border: 1px solid #edf0f5;
  display: block;
  padding: 30px 0 0; }
  .checkout-sidebar .order-summary h4 {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 20px; }
    .checkout-sidebar .order-summary h4 a {
      color: #1f1f1f;
      font-size: 13px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      text-align: right;
      text-decoration: underline;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .checkout-sidebar .order-summary h4 a:hover {
        color: #f0582f;
        text-decoration: none; }
  .checkout-sidebar .order-summary ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    .checkout-sidebar .order-summary ol li {
      border-bottom: 1px solid #edf0f5;
      display: block;
      padding: 0 20px 20px;
      margin-bottom: 20px; }
      .checkout-sidebar .order-summary ol li .ordersummary {
        display: inline-block;
        vertical-align: top; }
      .checkout-sidebar .order-summary ol li .thumb {
        width: 109px;
        margin-right: 16px; }
      .checkout-sidebar .order-summary ol li .content {
        width: calc(100% - 129px); }
        .checkout-sidebar .order-summary ol li .content h5 {
          margin-bottom: 10px; }
          .checkout-sidebar .order-summary ol li .content h5 a {
            font-size: 16px;
            color: #282828;
            font-weight: 600;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .checkout-sidebar .order-summary ol li .content h5 a:hover {
              color: #f0582f; }
        .checkout-sidebar .order-summary ol li .content strong {
          color: #282828;
          display: block;
          font-weight: 600;
          font-family: "Poppins", sans-serif;
          font-size: 13px;
          margin-bottom: 2px; }
          .checkout-sidebar .order-summary ol li .content strong small {
            font-size: 13px;
            font-weight: 400; }
        .checkout-sidebar .order-summary ol li .content b {
          color: #282828;
          font-size: 14px;
          display: block;
          margin-bottom: 20px; }
          .checkout-sidebar .order-summary ol li .content b s {
            color: #8c8c8c;
            font-weight: 400; }
        .checkout-sidebar .order-summary ol li .content p {
          font-size: 13px;
          color: #282828;
          margin-bottom: 3px; }
        .checkout-sidebar .order-summary ol li .content .edit-signle-item {
          display: block;
          color: #8c8c8c;
          font-size: 13px;
          text-decoration: underline;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .checkout-sidebar .order-summary ol li .content .edit-signle-item:hover {
            color: #f0582f; }
      .checkout-sidebar .order-summary ol li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

.cart-final-step {
  background-color: #f4f5f8;
  display: block;
  padding: 25px 30px 30px; }
  .cart-final-step .promotional-code {
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    color: #282828;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: underline; }
    .cart-final-step .promotional-code:hover {
      color: #f0582f; }
  .cart-final-step .form-group {
    position: relative;
    margin-bottom: 15px; }
    .cart-final-step .form-group input {
      height: 59px;
      font-style: italic;
      padding-right: 130px; }
    .cart-final-step .form-group .btn {
      position: absolute;
      right: 6px;
      top: 5px;
      line-height: 15px;
      padding: 16px 38px; }
  .cart-final-step ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .cart-final-step ul li {
      display: block;
      position: relative;
      font-weight: 600;
      color: #282828;
      padding: 0 100px 14px 0; }
      .cart-final-step ul li span {
        position: absolute;
        right: 0;
        top: 0px; }
      .cart-final-step ul li.bb {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 15px; }
  .cart-final-step .place-order {
    width: 100%; }

.share-wishlist {
  display: block;
  margin-bottom: 47px; }
  .share-wishlist h3 {
    font-size: 20px;
    margin-bottom: 26px; }
  .share-wishlist .form-control {
    margin-bottom: 30px; }

.woocommerce {
  padding-bottom: 70px; }
  .woocommerce .product-cart-table {
    display: block;
    margin-bottom: 50px; }
    .woocommerce .product-cart-table h2 {
      font-size: 30px;
      margin-bottom: 32px; }
    .woocommerce .product-cart-table table,
    .woocommerce .product-cart-table td {
      border: 1px solid #edf0f5; }
    .woocommerce .product-cart-table table {
      border-collapse: collapse;
      table-layout: auto;
      width: 100%; }
      .woocommerce .product-cart-table table tr {
        background-color: transparent; }
      .woocommerce .product-cart-table table th {
        text-transform: uppercase; }
    .woocommerce .product-cart-table td {
      color: #282828;
      font-size: 16px; }
    .woocommerce .product-cart-table .cart-item-thumb {
      display: inline-block;
      width: 109px;
      margin-right: 16px;
      vertical-align: top; }
      .woocommerce .product-cart-table .cart-item-thumb .del-wish-item {
        display: none; }
    .woocommerce .product-cart-table .cart-item-name,
    .woocommerce .product-cart-table .wishlist-item-name {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 130px); }
      .woocommerce .product-cart-table .cart-item-name h3,
      .woocommerce .product-cart-table .wishlist-item-name h3 {
        margin-bottom: 10px; }
        .woocommerce .product-cart-table .cart-item-name h3 a,
        .woocommerce .product-cart-table .wishlist-item-name h3 a {
          font-size: 16px;
          color: #282828;
          font-weight: 600;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .woocommerce .product-cart-table .cart-item-name h3 a:hover,
          .woocommerce .product-cart-table .wishlist-item-name h3 a:hover {
            color: #f0582f; }
      .woocommerce .product-cart-table .cart-item-name p,
      .woocommerce .product-cart-table .wishlist-item-name p {
        font-size: 13px;
        color: #282828;
        margin-bottom: 3px;
        font-family: "Poppins", sans-serif; }
      .woocommerce .product-cart-table .cart-item-name strong,
      .woocommerce .product-cart-table .wishlist-item-name strong {
        color: #282828;
        display: inline-block;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        margin-bottom: 2px; }
        .woocommerce .product-cart-table .cart-item-name strong small,
        .woocommerce .product-cart-table .wishlist-item-name strong small {
          font-size: 13px;
          font-weight: 400; }
      .woocommerce .product-cart-table .cart-item-name b,
      .woocommerce .product-cart-table .wishlist-item-name b {
        color: #282828;
        font-size: 14px;
        display: block;
        margin-bottom: 20px; }
        .woocommerce .product-cart-table .cart-item-name b s,
        .woocommerce .product-cart-table .wishlist-item-name b s {
          color: #8c8c8c;
          font-weight: 400; }
      .woocommerce .product-cart-table .cart-item-name .edit-signle-item,
      .woocommerce .product-cart-table .wishlist-item-name .edit-signle-item {
        display: block;
        color: #8c8c8c;
        font-size: 13px;
        text-decoration: underline;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .woocommerce .product-cart-table .cart-item-name .edit-signle-item:hover,
        .woocommerce .product-cart-table .wishlist-item-name .edit-signle-item:hover {
          color: #f0582f; }
    .woocommerce .product-cart-table .wishlist-item-name {
      width: calc(100% - 172px); }
    .woocommerce .product-cart-table:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .woocommerce .product-cart-table .quantity {
      display: inline-block;
      margin-right: 15px; }
      .woocommerce .product-cart-table .quantity label {
        color: #343a40;
        font-weight: 600; }
      .woocommerce .product-cart-table .quantity .quantity-control {
        border: 1px solid #eeeeee;
        align-items: start;
        justify-content: left;
        margin: 0;
        background: transparent;
        padding: 0;
        margin-top: 0;
        height: 50px;
        border-radius: 30rem; }
      .woocommerce .product-cart-table .quantity .quantity-btn {
        background: transparent;
        padding: 0px;
        height: 100%;
        cursor: pointer; }
        .woocommerce .product-cart-table .quantity .quantity-btn svg {
          width: 38px;
          height: 9px; }
        .woocommerce .product-cart-table .quantity .quantity-btn:first-child {
          border-radius: 30px 0 0 30px; }
        .woocommerce .product-cart-table .quantity .quantity-btn:last-child {
          border-radius: 0 30px 30px 0; }
      .woocommerce .product-cart-table .quantity .quantity-input {
        -moz-appearance: textfield;
        background: transparent;
        border: none;
        height: 100%;
        margin: 0 -1px;
        width: 45px;
        display: inline-block;
        text-align: center;
        outline: none; }
    .woocommerce .product-cart-table .price-tag {
      display: inline-block;
      font-weight: bold; }
      .woocommerce .product-cart-table .price-tag s {
        color: #8c8c8c;
        font-weight: 400;
        font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      .woocommerce .product-cart-table .price-tag p {
        color: #282828;
        display: block;
        font-size: 13px;
        font-weight: 400; }
    .woocommerce .product-cart-table .del-btn {
      float: right; }
      .woocommerce .product-cart-table .del-btn a {
        color: #919191;
        display: block; }
        .woocommerce .product-cart-table .del-btn a:hover {
          color: red; }
    .woocommerce .product-cart-table .available-stock-link {
      color: #4dbfce;
      display: block;
      font-size: 13px;
      text-decoration: underline;
      margin-top: 27px; }
    .woocommerce .product-cart-table .del-wish-item {
      display: inline-block;
      margin-right: 25px;
      vertical-align: middle;
      color: #919191;
      position: relative;
      height: 150px;
      width: 13px; }
      .woocommerce .product-cart-table .del-wish-item a {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #919191; }
        .woocommerce .product-cart-table .del-wish-item a:hover {
          color: red; }
    .woocommerce .product-cart-table .productname {
      display: flex;
      border: none; }
      .woocommerce .product-cart-table .productname .del-wish-item {
        height: auto; }
    .woocommerce .product-cart-table .free-shiping {
      color: #282828;
      font-size: 14px;
      font-weight: 500; }
      .woocommerce .product-cart-table .free-shiping img {
        margin-right: 7px; }
    .woocommerce .product-cart-table .remains-free {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .woocommerce .product-cart-table .remains-free p {
        color: #282828;
        display: inline-block;
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 0; }
    .woocommerce .product-cart-table .progress {
      flex-grow: 1;
      height: 2px; }
      .woocommerce .product-cart-table .progress .progress-bar {
        background-color: #f0582f;
        display: inline-block;
        height: 100%; }
    .woocommerce .product-cart-table .action-btn {
      background-color: #fff;
      border: 1px solid #edf0f5;
      border-radius: 30rem;
      display: flex;
      width: 235px; }
      .woocommerce .product-cart-table .action-btn a {
        flex: 0 0 50%;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 16px 7px 15px;
        text-align: center; }
        .woocommerce .product-cart-table .action-btn a.add-cart-btn {
          color: #f0582f;
          border-right: 1px solid #edf0f5;
          border-radius: 30rem 0 0 30rem; }
          .woocommerce .product-cart-table .action-btn a.add-cart-btn img {
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            position: relative;
            top: -2px; }
          .woocommerce .product-cart-table .action-btn a.add-cart-btn:hover {
            background-color: #f0582f;
            color: #fff; }
            .woocommerce .product-cart-table .action-btn a.add-cart-btn:hover img {
              filter: brightness(0) invert(1); }
        .woocommerce .product-cart-table .action-btn a.buy-now-btn {
          color: #282828;
          border-radius: 0 30rem 30rem 0; }
          .woocommerce .product-cart-table .action-btn a.buy-now-btn:hover {
            background-color: #f0582f;
            color: #fff; }
  .woocommerce .cart-footer .discount-code,
  .woocommerce .cart-footer .cart-total {
    border: 1px solid #edf0f5;
    display: block;
    margin-bottom: 30px; }
    .woocommerce .cart-footer .discount-code h4,
    .woocommerce .cart-footer .cart-total h4 {
      border-bottom: 1px solid #edf0f5;
      font-size: 20px;
      padding: 18px 30px 16px;
      margin-bottom: 0; }
  .woocommerce .cart-footer .discount-code-text {
    display: block;
    padding: 22px 30px 30px; }
    .woocommerce .cart-footer .discount-code-text p {
      color: #717171;
      font-style: italic;
      line-height: 26px;
      margin-bottom: 25px; }
    .woocommerce .cart-footer .discount-code-text .code-input {
      position: relative; }
      .woocommerce .cart-footer .discount-code-text .code-input .form-control {
        height: 60px;
        padding-right: 188px; }
      .woocommerce .cart-footer .discount-code-text .code-input .btn {
        color: #fff;
        position: absolute;
        right: 6px;
        top: 5px;
        padding: 13px 35px 14px; }
    .woocommerce .cart-footer .discount-code-text ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .woocommerce .cart-footer .discount-code-text ul li {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
        line-height: 26px; }
        .woocommerce .cart-footer .discount-code-text ul li span {
          color: #1f1f1f;
          font-weight: 500; }
          .woocommerce .cart-footer .discount-code-text ul li span:first-child {
            flex-grow: 1; }
        .woocommerce .cart-footer .discount-code-text ul li:last-child {
          padding-bottom: 23px; }
    .woocommerce .cart-footer .discount-code-text .btn {
      padding: 14px 40px 15px; }
  @media (max-width: 1199.98px) {
    .woocommerce .product-cart-table .action-btn {
      width: 188px; }
      .woocommerce .product-cart-table .action-btn a {
        font-size: 10px; }
        .woocommerce .product-cart-table .action-btn a img {
          display: none; } }
  @media (max-width: 991.98px) {
    .woocommerce .product-cart-table {
      margin-bottom: 30px; }
      .woocommerce .product-cart-table table,
      .woocommerce .product-cart-table td {
        border: 0; }
      .woocommerce .product-cart-table td {
        font-size: 14px;
        border-bottom: 1px solid #edf0f5; }
      .woocommerce .product-cart-table .del-btn {
        margin-left: 15px; }
      .woocommerce .product-cart-table .free-shiping-td {
        text-align: left; }
      .woocommerce .product-cart-table .free-shiping {
        font-size: 12px; }
      .woocommerce .product-cart-table .remains-free p {
        font-size: 12px;
        margin-right: 10px; }
      .woocommerce .product-cart-table .del-wish-item {
        display: none; }
      .woocommerce .product-cart-table .cart-item-thumb {
        margin-right: 0; }
        .woocommerce .product-cart-table .cart-item-thumb .del-wish-item {
          display: block;
          margin: 2px 0 10px 0;
          text-align: right;
          width: auto;
          padding-top: 20px; }
          .woocommerce .product-cart-table .cart-item-thumb .del-wish-item a {
            top: 0;
            transform: none;
            right: 0; }
      .woocommerce .product-cart-table .productname {
        display: inline-block;
        width: 100%; }
      .woocommerce .product-cart-table .quantity {
        margin-right: 0; }
      .woocommerce .product-cart-table .action-btn {
        width: 100%; }
        .woocommerce .product-cart-table .action-btn a {
          font-size: 12px; }
          .woocommerce .product-cart-table .action-btn a img {
            display: inline-block;
            top: -3px; }
    .woocommerce .cart-footer .discount-code h4,
    .woocommerce .cart-footer .cart-total h4 {
      padding: 18px 15px 16px; }
    .woocommerce .cart-footer .discount-code-text {
      padding: 22px 15px 30px; }
      .woocommerce .cart-footer .discount-code-text .code-input {
        position: relative; }
        .woocommerce .cart-footer .discount-code-text .code-input .form-control {
          height: 52px;
          padding-right: 15px;
          margin-bottom: 25px; }
        .woocommerce .cart-footer .discount-code-text .code-input .btn {
          position: initial;
          display: block; } }
  @media (max-width: 575.98px) {
    .woocommerce .product-cart-table .productname {
      display: inline-block; }
    .woocommerce .product-cart-table .wishlist-item-name {
      width: 100%; } }

/*--------------------------------------------------------------
13.1.2. News Listing
--------------------------------------------------------------*/
.main-news-list {
  padding: 135px 0 100px; }
  @media (max-width: 767.98px) {
    .main-news-list {
      padding: 70px 0 50px; } }

.event-search-filter {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  padding: 20px 15px 20px 15px;
  position: relative;
  top: -175px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09); }
  .event-search-filter input,
  .event-search-filter .select-styled {
    color: #707070;
    font-size: 14px;
    flex-basis: 100%;
    height: 34px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #edf0f5;
    padding-left: 15px;
    padding-right: 15px; }
    .event-search-filter input::-webkit-input-placeholder,
    .event-search-filter .select-styled::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #707070;
      opacity: 1; }
    .event-search-filter input::-moz-placeholder,
    .event-search-filter .select-styled::-moz-placeholder {
      /* Firefox 19+ */
      color: #707070;
      opacity: 1; }
    .event-search-filter input:-ms-input-placeholder,
    .event-search-filter .select-styled:-ms-input-placeholder {
      /* IE 10+ */
      color: #707070;
      opacity: 1; }
    .event-search-filter input:-moz-placeholder,
    .event-search-filter .select-styled:-moz-placeholder {
      /* Firefox 18- */
      color: #707070;
      opacity: 1; }
  .event-search-filter .select {
    height: 34px; }
    .event-search-filter .select .select-styled {
      padding-top: 8px;
      padding-bottom: 8px; }
      .event-search-filter .select .select-styled:after {
        top: 18px; }
  .event-search-filter .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 74px;
    border-radius: 0 20px 20px 0;
    font-size: 20px;
    padding: 0; }
    .event-search-filter .btn:focus {
      box-shadow: none;
      outline: none; }
  @media (max-width: 1199.98px) {
    .event-search-filter {
      top: 0;
      flex-direction: column;
      margin-bottom: 50px; }
      .event-search-filter input,
      .event-search-filter .select-styled {
        height: 48px;
        border-width: 1px;
        margin-bottom: 15px;
        flex-basis: initial; }
      .event-search-filter .select {
        height: 48px;
        margin-bottom: 15px; }
        .event-search-filter .select .select-styled {
          padding-top: 15px;
          padding-bottom: 8px; }
          .event-search-filter .select .select-styled:after {
            top: 26px; }
      .event-search-filter .btn {
        position: initial;
        width: 125px;
        height: 49px;
        border-radius: 30rem; } }

.single-news-list {
  border: 1px solid #edf0f5;
  border-radius: 25px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px; }
  .single-news-list figure {
    display: block;
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden; }
    .single-news-list figure img {
      width: 100%;
      border-radius: 25px 25px 0 0; }
    .single-news-list figure .action-btn {
      position: absolute;
      top: -100px;
      left: 0;
      right: 0;
      margin: auto;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .single-news-list figure .action-btn ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
        text-align: center; }
        .single-news-list figure .action-btn ul li {
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          line-height: 18px; }
          .single-news-list figure .action-btn ul li a {
            background-color: #fff;
            color: #262626;
            display: block;
            text-transform: uppercase;
            padding: 11px 15px; }
            .single-news-list figure .action-btn ul li a:hover {
              background-color: #f0582f;
              color: #fff; }
          .single-news-list figure .action-btn ul li:first-child a {
            border-radius: 0 0 0 15px; }
          .single-news-list figure .action-btn ul li:last-child a {
            border-radius: 0 0 15px 0; }
  .single-news-list .event-detail {
    margin-bottom: 18px; }
    .single-news-list .event-detail .event-date {
      background-color: #262626;
      color: #fff;
      display: inline-block;
      width: 70px;
      height: 70px;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      padding-top: 15px;
      margin-right: 11px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .single-news-list .event-detail .event-date strong {
        display: block;
        font-size: 25px; }
    .single-news-list .event-detail .news-event-info {
      display: inline-block; }
      .single-news-list .event-detail .news-event-info ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .single-news-list .event-detail .news-event-info ul li {
          display: block;
          color: #717171;
          font-size: 15px;
          margin-bottom: 10px; }
          .single-news-list .event-detail .news-event-info ul li a {
            display: block;
            color: #717171; }
            .single-news-list .event-detail .news-event-info ul li a i {
              color: #f0582f;
              width: 15px;
              text-align: center; }
  .single-news-list .content-block {
    padding: 11px 25px 30px; }
    .single-news-list .content-block .news-event-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 20px; }
      .single-news-list .content-block .news-event-title a {
        color: #222222; }
        .single-news-list .content-block .news-event-title a:hover {
          color: #f0582f; }
    .single-news-list .content-block p {
      color: #2f2f2f;
      font-size: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
    .single-news-list .content-block .link {
      display: block; }
  .single-news-list:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4); }
    .single-news-list:hover figure .action-btn {
      top: 0; }
    .single-news-list:hover .event-detail .event-date {
      background-color: #f0582f; }
  @media (max-width: 1199.98px) {
    .single-news-list .content-block {
      padding: 11px 15px 20px; }
    .single-news-list figure .action-btn {
      top: 0; }
      .single-news-list figure .action-btn ul li {
        font-size: 11px;
        font-weight: 400; }
        .single-news-list figure .action-btn ul li a {
          padding: 11px 15px; } }
  @media (max-width: 767.98px) {
    .single-news-list figure .action-btn {
      width: 95%; }
      .single-news-list figure .action-btn ul li {
        font-size: 11px;
        font-weight: 400; }
        .single-news-list figure .action-btn ul li a {
          padding: 11px 15px; } }

.news-list-detail .event-detail-head {
  background: url("../images/news-event/event-detail-bg.png") repeat-y;
  display: block;
  margin-bottom: 50px; }
  .news-list-detail .event-detail-head figure {
    position: relative; }
    .news-list-detail .event-detail-head figure img {
      width: 100%; }
    .news-list-detail .event-detail-head figure #countdown {
      position: absolute;
      bottom: -20px;
      width: 100%; }
      .news-list-detail .event-detail-head figure #countdown ul {
        text-align: center;
        font-size: 0; }
        .news-list-detail .event-detail-head figure #countdown ul li {
          border: 1px solid #632d1e;
          background-color: rgba(43, 40, 41, 0.5);
          display: inline-block;
          font-size: 12px;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          color: #fff;
          width: 98px;
          padding: 30px 10px 28px;
          text-align: center;
          margin: 0 9px;
          text-transform: uppercase; }
          .news-list-detail .event-detail-head figure #countdown ul li span {
            display: block;
            font-size: 35px;
            padding-bottom: 9px;
            line-height: 30px; }
      .news-list-detail .event-detail-head figure #countdown .message {
        font-size: 4rem; }
      .news-list-detail .event-detail-head figure #countdown #contents {
        display: none;
        padding: 1rem; }
      .news-list-detail .event-detail-head figure #countdown .emoji {
        padding: 0 0.25rem; }
  .news-list-detail .event-detail-head .content-block {
    padding: 47px 50px 50px; }
    .news-list-detail .event-detail-head .content-block .news-event-title {
      font-size: 25px;
      margin-bottom: 8px;
      color: #fff;
      line-height: 35px; }
    .news-list-detail .event-detail-head .content-block .news-event-info {
      margin-bottom: 10px; }
      .news-list-detail .event-detail-head .content-block .news-event-info li {
        display: inline-block;
        padding-right: 15px; }
        .news-list-detail .event-detail-head .content-block .news-event-info li a {
          font-weight: 600;
          color: #ababab; }
          .news-list-detail .event-detail-head .content-block .news-event-info li a i {
            color: #f0582f; }
    .news-list-detail .event-detail-head .content-block p {
      color: #fff;
      font-size: 15px;
      margin-bottom: 15px; }
    .news-list-detail .event-detail-head .content-block .rating-box {
      display: block;
      width: 100%;
      margin-bottom: 29px; }
      .news-list-detail .event-detail-head .content-block .rating-box .star-rating-v2 span {
        color: #ffd800; }
      .news-list-detail .event-detail-head .content-block .rating-box span {
        color: #ababab;
        display: inline-block;
        font-size: 13px; }
    .news-list-detail .event-detail-head .content-block .action-btn {
      display: block;
      width: 100%; }
      .news-list-detail .event-detail-head .content-block .action-btn u {
        color: #fff;
        display: inline-block;
        font-size: 35px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 35px;
        position: relative;
        top: 6px; }
      .news-list-detail .event-detail-head .content-block .action-btn ul {
        display: inline-block;
        margin-bottom: 0; }
        .news-list-detail .event-detail-head .content-block .action-btn ul li {
          display: inline-block;
          margin-left: 20px; }
          .news-list-detail .event-detail-head .content-block .action-btn ul li a {
            border: 1px solid #eeeeee;
            background-color: #262626;
            border-radius: 30rem;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 18px 40px;
            line-height: 14px;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .news-list-detail .event-detail-head .content-block .action-btn ul li a:hover {
              background-color: #fff;
              color: #262626; }
              .news-list-detail .event-detail-head .content-block .action-btn ul li a:hover i {
                color: #f0582f; }
.news-list-detail .contact-info-main {
  display: block;
  background-color: #f5f7fa;
  border-radius: 20px;
  margin-bottom: 40px; }
  .news-list-detail .contact-info-main .contact-info {
    display: block;
    padding: 47px 50px 0; }
    .news-list-detail .contact-info-main .contact-info h5 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 22px; }
    .news-list-detail .contact-info-main .contact-info p {
      color: #282828;
      line-height: 18px;
      margin-bottom: 9px; }
      .news-list-detail .contact-info-main .contact-info p a {
        color: #282828; }
        .news-list-detail .contact-info-main .contact-info p a:hover {
          color: #f0582f; }
  .news-list-detail .contact-info-main .contact-location {
    width: 100%; }
.news-list-detail > p {
  line-height: 28px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-list-detail .event-detail-head .content-block {
    padding-left: 35px;
    padding-right: 35px; }
    .news-list-detail .event-detail-head .content-block .action-btn ul li a {
      padding-left: 27px;
      padding-right: 27px;
      font-size: 13px; } }
@media (max-width: 767.98px) {
  .news-list-detail .event-detail-head figure #countdown ul li {
    width: auto;
    padding: 4px;
    margin: 0 3px; }
    .news-list-detail .event-detail-head figure #countdown ul li span {
      font-size: 22px;
      padding-bottom: 0; }
  .news-list-detail .event-detail-head .content-block {
    padding: 27px 15px 30px; }
    .news-list-detail .event-detail-head .content-block .news-event-title {
      font-size: 18px;
      line-height: 24px; }
    .news-list-detail .event-detail-head .content-block p {
      font-size: 14px; }
    .news-list-detail .event-detail-head .content-block .rating-box {
      margin-bottom: 15px; }
    .news-list-detail .event-detail-head .content-block .action-btn {
      display: block;
      width: 100%; }
      .news-list-detail .event-detail-head .content-block .action-btn u {
        font-size: 28px;
        line-height: 25px;
        top: 0;
        margin-bottom: 30px; }
      .news-list-detail .event-detail-head .content-block .action-btn ul li {
        margin-left: 10px;
        margin-bottom: 20px; }
        .news-list-detail .event-detail-head .content-block .action-btn ul li a {
          padding: 18px 30px; } }

.upcoming-event-box {
  border: 1px solid #edf0f5;
  display: block; }
  .upcoming-event-box .upcoming-event-head {
    display: block;
    border-bottom: 1px solid #edf0f5;
    margin-bottom: 30px; }
    .upcoming-event-box .upcoming-event-head h3 {
      padding: 27px 0 23px 30px;
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 0; }
    .upcoming-event-box .upcoming-event-head input {
      display: inline-block;
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: #edf0f5;
      height: 100%;
      padding-left: 30px;
      width: 49%; }
  .upcoming-event-box .upcoming-event-list ul {
    padding: 0 30px;
    margin: 0; }
    .upcoming-event-box .upcoming-event-list ul li {
      border-bottom: 1px solid #edf0f5;
      display: block;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .upcoming-event-box .upcoming-event-list ul li .event-date {
        background-color: #262626;
        display: inline-block;
        padding: 25px 10px;
        font-size: 35px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: top;
        line-height: 28px;
        margin-right: 22px; }
        .upcoming-event-box .upcoming-event-list ul li .event-date small {
          display: block;
          font-size: 20px;
          font-weight: 400; }
      .upcoming-event-box .upcoming-event-list ul li .event-detail {
        display: inline-block;
        width: calc(100% - 126px); }
        .upcoming-event-box .upcoming-event-list ul li .event-detail .event-time-location {
          margin-bottom: 9px; }
          .upcoming-event-box .upcoming-event-list ul li .event-detail .event-time-location a {
            color: #717171;
            font-size: 15px;
            font-weight: 600;
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 10px; }
            .upcoming-event-box .upcoming-event-list ul li .event-detail .event-time-location a i {
              color: #f0582f; }
        .upcoming-event-box .upcoming-event-list ul li .event-detail h4 {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          /* number of lines to show */
          -webkit-box-orient: vertical; }
          .upcoming-event-box .upcoming-event-list ul li .event-detail h4 a {
            color: #282828;
            display: block; }
            .upcoming-event-box .upcoming-event-list ul li .event-detail h4 a:hover {
              color: #f0582f; }
        .upcoming-event-box .upcoming-event-list ul li .event-detail p {
          color: #717171;
          font-size: 15px;
          margin-bottom: 0; }
      .upcoming-event-box .upcoming-event-list ul li:last-child {
        margin-bottom: 0;
        border-bottom: 0; }
  @media (max-width: 991.98px) {
    .upcoming-event-box .upcoming-event-head input {
      padding-left: 30px;
      width: 49%; }
    .upcoming-event-box .upcoming-event-list ul {
      padding: 0 15px; }
      .upcoming-event-box .upcoming-event-list ul li .event-date {
        padding: 11px 6px;
        font-size: 24px;
        width: 75px;
        height: 75px;
        line-height: 28px;
        margin-right: 10px; }
        .upcoming-event-box .upcoming-event-list ul li .event-date small {
          font-size: 16px; }
      .upcoming-event-box .upcoming-event-list ul li .event-detail {
        width: calc(100% - 90px); }
        .upcoming-event-box .upcoming-event-list ul li .event-detail .event-time-location {
          margin-bottom: 5px; }
          .upcoming-event-box .upcoming-event-list ul li .event-detail .event-time-location a {
            color: #717171;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px; }
        .upcoming-event-box .upcoming-event-list ul li .event-detail h4 {
          font-size: 16px;
          margin-bottom: 10px; }
        .upcoming-event-box .upcoming-event-list ul li .event-detail p {
          font-size: 14px; } }
  @media (max-width: 767.98px) {
    .upcoming-event-box .upcoming-event-head h3 {
      padding-top: 14px;
      padding-bottom: 14px; }
    .upcoming-event-box .upcoming-event-head input {
      padding-bottom: 10px; } }

/*--------------------------------------------------------------
13.1.3. Contact Us and About Us
--------------------------------------------------------------*/
.google-map {
  position: relative;
  height: 600px; }
  .google-map #map {
    height: 100%; }
  @media (max-width: 991.98px) {
    .google-map {
      height: 400px; } }

.about-company-detail {
  background-color: #262626;
  display: block;
  width: 100%;
  margin-bottom: 100px; }
  .about-company-detail ul {
    display: flex;
    margin: 0;
    list-style: none;
    flex-grow: 1; }
    .about-company-detail ul > li {
      border-right: 1px solid #323232;
      flex: 1 1 100%;
      padding: 45px 30px 40px;
      color: #fff; }
      .about-company-detail ul > li:first-child {
        padding-left: 0; }
      .about-company-detail ul > li:last-child {
        border-right: 0;
        padding-right: 0; }
      .about-company-detail ul > li img {
        display: block;
        margin-bottom: 27px; }
      .about-company-detail ul > li h6 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 13px; }
      .about-company-detail ul > li ol {
        list-style: none;
        padding: 0;
        margin: 0; }
        .about-company-detail ul > li ol li {
          display: block;
          color: #fff;
          line-height: 24px; }
          .about-company-detail ul > li ol li em {
            color: #ababab;
            font-size: 600; }
          .about-company-detail ul > li ol li a {
            color: #fff; }
            .about-company-detail ul > li ol li a:hover {
              color: #f0582f; }
      .about-company-detail ul > li p {
        margin-bottom: 5px;
        color: #fff; }
      .about-company-detail ul > li .branches a {
        color: #f0582f;
        display: inline-block;
        text-decoration: underline;
        font-size: 14px; }
        .about-company-detail ul > li .branches a:hover {
          color: #fff;
          text-decoration: none; }
        .about-company-detail ul > li .branches a:after {
          content: "|";
          color: #4e4e4e;
          display: inline-block;
          margin: 0 10px; }
        .about-company-detail ul > li .branches a:last-child::after {
          content: none; }
  @media (max-width: 991.98px) {
    .about-company-detail {
      position: initial;
      padding-bottom: 20px;
      margin-bottom: 50px; }
      .about-company-detail ul {
        flex-wrap: wrap; }
        .about-company-detail ul > li {
          border-right: 1px solid #323232;
          flex: 1 1 auto;
          padding: 30px 15px 15px; } }
  @media (max-width: 767.98px) {
    .about-company-detail ul > li {
      border-right: 0; } }

.contact-form {
  display: block;
  margin-bottom: 70px; }
  .contact-form #message {
    border-radius: 20px;
    height: 250px;
    resize: none; }
  .contact-form .form-check-label a {
    color: #3e3e3e;
    text-decoration: underline; }

.image-content-section {
  background: url("../images/section-images/image-content-section-bg.png") no-repeat top center #fff;
  padding: 165px 0 365px; }
  .image-content-section img {
    margin-bottom: 43px; }
  .image-content-section p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 46px; }
  @media (max-width: 767.98px) {
    .image-content-section .btn {
      padding: 14px 32px;
      font-size: 14px; } }

.community-slider-extra-mt {
  margin-top: -362px;
  margin-bottom: 100px; }

.community-slider {
  background-color: #fff;
  border-radius: 19px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  padding: 100px 100px 100px; }
  .community-slider p {
    color: #1b1b1b;
    font-style: italic;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 45px;
    min-height: 112px; }
  .community-slider .testi-user-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .community-slider .testi-user-info img {
      display: inline-block;
      margin-right: 15px; }
    .community-slider .testi-user-info span {
      display: inline-block;
      text-align: left; }
      .community-slider .testi-user-info span strong {
        color: #1b1b1b;
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding-bottom: 4px; }
      .community-slider .testi-user-info span small {
        font-size: 14px;
        color: #1b1b1b;
        display: block; }
  .community-slider .carousel-control-prev,
  .community-slider .carousel-control-next {
    border: 1px solid #ededed;
    border-radius: 30rem;
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #a0a0a0;
    opacity: 1;
    margin-top: 32px; }
    .community-slider .carousel-control-prev:hover,
    .community-slider .carousel-control-next:hover {
      background-color: #f0582f;
      border-color: #f0582f;
      color: #fff; }
  .community-slider .carousel-control-prev {
    left: -119px; }
  .community-slider .carousel-control-next {
    right: -119px; }
  @media (max-width: 767.98px) {
    .community-slider {
      padding: 50px 15px 20px; }
      .community-slider p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 30px; }
      .community-slider .carousel-control-prev {
        border: none;
        left: 0;
        top: initial;
        margin: 0;
        bottom: 45px;
        width: auto;
        height: auto;
        background-color: transparent !important;
        font-size: 35px; }
        .community-slider .carousel-control-prev:hover {
          color: #f0582f; }
      .community-slider .carousel-control-next {
        border: none;
        right: 0;
        top: initial;
        margin: 0;
        bottom: 45px;
        width: auto;
        height: auto;
        background-color: transparent !important;
        font-size: 35px; }
        .community-slider .carousel-control-next:hover {
          color: #f0582f; } }

.books-more-section {
  background: url("../images/section-images/books-more-section-bg.jpg") no-repeat center #f5f7fa;
  padding-bottom: 112px; }
  .books-more-section > p {
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 49px; }

.layout-v3-counter {
  background: url("../images/section-images/meet-staff-bg.jpg") no-repeat center #f5f7fa;
  padding-bottom: 70px; }
  .layout-v3-counter .home-video {
    margin-top: -450px;
    top: 0;
    margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .layout-v3-counter {
      padding-bottom: 50px; }
      .layout-v3-counter .home-video {
        margin-top: -160px;
        top: 0;
        margin-bottom: 50px; } }

.company-services-section {
  padding-bottom: 350px; }
  .company-services-section p {
    line-height: 28px; }
  .company-services-section .view-all-feature {
    font-size: 0.75rem;
    color: #282828;
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
    font-size: 12px;
    font-weight: 600; }
    .company-services-section .view-all-feature i {
      padding-left: 10px;
      color: #f0582f; }
    .company-services-section .view-all-feature:hover {
      color: #f0582f; }
  @media (max-width: 991.98px) {
    .company-services-section {
      padding-bottom: 150px; } }

.company-feature-main .extra-tm-100 {
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .company-feature-main .extra-tm-100 {
      margin-top: 0; } }
.company-feature-main .extra-mb-50 {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .company-feature-main .extra-mb-50 {
      margin-top: 0; } }
.company-feature-main .single-feature {
  border-radius: 15px;
  border: 1px solid #edf0f5;
  background-color: #fff;
  display: block;
  padding: 50px 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px; }
  .company-feature-main .single-feature img {
    display: block;
    margin: 0 auto 30px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .company-feature-main .single-feature h3 {
    font-size: 20px;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .company-feature-main .single-feature p {
    color: #282828;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .company-feature-main .single-feature .view-detail {
    color: #282828;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .company-feature-main .single-feature:hover {
    background-color: #f0582f;
    border-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .company-feature-main .single-feature:hover img {
      filter: brightness(0) invert(1); }
    .company-feature-main .single-feature:hover h3,
    .company-feature-main .single-feature:hover p,
    .company-feature-main .single-feature:hover .view-detail {
      color: #fff; }

/*--------------------------------------------------------------
13.1.4. Services
--------------------------------------------------------------*/
.fun-stuff {
  padding: 100px 0; }
  .fun-stuff .facts-counter ul {
    border: 1px solid #f4f4f4;
    overflow: auto; }
    .fun-stuff .facts-counter ul li {
      background-color: #fff;
      border-right: 1px solid #f4f4f4; }
      @media (max-width: 991.98px) {
        .fun-stuff .facts-counter ul li {
          border-bottom: 1px solid #f4f4f4; } }
      @media (max-width: 991.98px) {
        .fun-stuff .facts-counter ul li:nth-child(2) {
          border-right: 0; } }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .fun-stuff .facts-counter ul li:nth-child(3) {
          border-bottom: 0; } }
      .fun-stuff .facts-counter ul li:last-child {
        border-right: 0; }
        @media (max-width: 991.98px) {
          .fun-stuff .facts-counter ul li:last-child {
            border-bottom: 0; } }
  .fun-stuff .facts-counter .icon-ebooks span {
    color: #84bb45; }
  .fun-stuff .facts-counter .icon-eaudio span {
    color: #43c5b9; }
  .fun-stuff .facts-counter .icon-magazine span {
    color: #f56363; }
  .fun-stuff .facts-counter .icon-videos span {
    color: #00adef; }

.company-info-box {
  background: url("images/company-serives-bg-left.jpg.html"), url("images/company-serives-bg-right.jpg.html");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 50% 73%, 50% 73%;
  padding: 0; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .company-info-box {
      background-size: 50% 75%, 50% 75%; } }
  @media (max-width: 991.98px) {
    .company-info-box {
      background-position: top center, top center;
      background-size: cover, cover;
      padding: 50px 0; } }
  .company-info-box .company-info {
    padding: 0; }
    .company-info-box .company-info h3 {
      color: #fff; }
    .company-info-box .company-info p {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 40px; }
    .company-info-box .company-info .underline {
      margin-bottom: 50px; }
      @media (max-width: 767.98px) {
        .company-info-box .company-info .underline {
          margin-bottom: 20px; } }
    .company-info-box .company-info .btn {
      padding: 15px 30px; }
    @media (max-width: 991.98px) {
      .company-info-box .company-info .border-dark-left {
        margin-bottom: 50px; } }
    .company-info-box .company-info .btn-dark-gray {
      border: none; }
      .company-info-box .company-info .btn-dark-gray:hover {
        background-color: #f0582f;
        border-color: #f0582f;
        color: #fff; }
    .company-info-box .company-info .aligncenter {
      float: none; }
    .company-info-box .company-info .margin-left {
      margin: 115px 0 115px -115px; }
      @media (max-width: 991.98px) {
        .company-info-box .company-info .margin-left {
          margin: 10px; } }
    .company-info-box .company-info .margin-right {
      margin: 115px -115px 115px 0; }
      @media (max-width: 991.98px) {
        .company-info-box .company-info .margin-right {
          margin: 10px; } }
  .company-info-box .bg-light h3,
  .company-info-box .bg-light p {
    color: #282828; }

.new-release {
  background-image: none;
  padding: 0; }
  .new-release h2 {
    color: #282828; }
  .new-release .lead {
    color: #333333;
    margin: 0 0 50px; }

/*--------------------------------------------------------------
13.1.6. Books & Media --- List View
--------------------------------------------------------------*/
.books-media-list {
  padding: 135px 0 100px; }
  @media (max-width: 991.98px) {
    .books-media-list {
      padding: 70px 0 50px; } }

.books-media-header {
  display: block;
  margin-bottom: 36px; }
  .books-media-header a {
    display: inline-block;
    margin-left: 10px; }
  .books-media-header .select-styled {
    border-color: #edf0f5;
    border-style: solid;
    color: #282828;
    padding: 0 10px 18px 0;
    border-width: 0px 0px 1px 0;
    text-transform: uppercase; }
    .books-media-header .select-styled::after {
      top: 12px; }

/*******Books & Media Aside********/
.show-hide-filters {
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin-bottom: 45px;
  text-transform: uppercase; }
  .show-hide-filters img {
    display: inline-block;
    margin: -3px 10px 0 0; }

.books-media-filters {
  display: block; }
  .books-media-filters h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px; }
  .books-media-filters .clear-filters {
    color: #7c7c7d;
    font-size: 12px;
    display: block;
    line-height: 16px;
    text-align: right; }
    .books-media-filters .clear-filters i {
      color: #939393; }
    .books-media-filters .clear-filters:hover {
      color: #f0582f; }
      .books-media-filters .clear-filters:hover i {
        color: #f0582f; }
  .books-media-filters .filters-list ul {
    list-style: none; }
    .books-media-filters .filters-list ul li {
      color: #1f1f1f;
      display: inline-block;
      font-size: 13px;
      margin-right: 5px;
      margin-bottom: 10px; }
      .books-media-filters .filters-list ul li a {
        background-color: #999999;
        border-radius: 30rem;
        color: #fff;
        display: inline-block;
        padding: 1px 3px;
        margin-left: 3px;
        height: 18px;
        width: 18px;
        text-align: center;
        font-size: 11px; }
  @media (min-width: 992px) {
    .books-media-filters .clear-filters {
      font-size: 11px; } }
  @media (max-width: 991.98px) {
    .books-media-filters .clear-filters {
      text-align: left;
      margin-bottom: 7px; } }

.books-media-grid-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .books-media-grid-filters > div {
    flex: 1 1 auto;
    margin-right: 20px; }
  .books-media-grid-filters .select {
    height: 40px;
    font-size: 12px;
    display: inline-block; }
  .books-media-grid-filters .language-select-width {
    display: inline-block;
    width: 100%; }
  .books-media-grid-filters .clear-filters {
    font-size: 11px;
    color: #7c7c7d;
    text-transform: uppercase;
    width: 65px;
    vertical-align: bottom; }
    .books-media-grid-filters .clear-filters.large-screen {
      display: none; }
  @media (min-width: 768px) {
    .books-media-grid-filters .clear-filters.large-screen {
      display: inline-block; }
    .books-media-grid-filters .language-select-width {
      width: calc(100% - 79px); } }
  @media (max-width: 991.98px) {
    .books-media-grid-filters > div {
      margin-right: 12px; } }
  @media (max-width: 767.98px) {
    .books-media-grid-filters {
      flex-direction: column;
      margin-bottom: 30px; }
      .books-media-grid-filters > div {
        margin-right: 0; } }

.single-data-accordion {
  border-bottom: 1px solid #edf0f5;
  padding: 20px 20px 0; }
  .single-data-accordion .widget-sub-title {
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 20px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .single-data-accordion .widget-sub-title::after {
      color: #f0582f;
      content: "\002B";
      position: absolute;
      right: 0;
      top: 0;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .single-data-accordion .widget_checkbox_list .form-group {
    padding-bottom: 20px;
    margin-bottom: 0; }
  .single-data-accordion .price-filter-range {
    padding: 0 8px; }
    .single-data-accordion .price-filter-range .btn {
      margin-left: -8px; }
    .single-data-accordion .price-filter-range .ui-slider-horizontal {
      height: 1px;
      border-color: #818181;
      margin-bottom: 10px;
      margin-top: 20px; }
    .single-data-accordion .price-filter-range .ui-widget-header {
      background: #f0582f; }
    .single-data-accordion .price-filter-range .ui-slider .ui-slider-handle {
      width: 11px;
      height: 11px;
      border-radius: 30rem;
      outline: none; }
    .single-data-accordion .price-filter-range .ui-state-default,
    .single-data-accordion .price-filter-range .ui-widget-content .ui-state-default,
    .single-data-accordion .price-filter-range .ui-widget-header .ui-state-default,
    .single-data-accordion .price-filter-range .ui-button,
    .single-data-accordion .price-filter-range html .ui-button.ui-state-disabled:hover,
    .single-data-accordion .price-filter-range html .ui-button.ui-state-disabled:active {
      border: 0;
      background: #f0582f;
      margin-top: -1px; }
    .single-data-accordion .price-filter-range input {
      color: #545454;
      font-size: 12px;
      text-align: center;
      display: block;
      border: none;
      width: 100%; }
  .single-data-accordion .widget_order_item ul {
    padding-bottom: 10px !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .single-data-accordion .widget_order_item ul li {
      margin: 0 10px 10px 0;
      flex: 0 1 47%; }
      .single-data-accordion .widget_order_item ul li a {
        display: block; }
      .single-data-accordion .widget_order_item ul li:nth-child(even) {
        margin-right: 0; }
  .single-data-accordion .btn {
    padding: 8px 30px 9px;
    margin-bottom: 20px; }
  .single-data-accordion.open .widget-sub-title::after {
    content: "\2212"; }

.books-media-listing .single-book-media {
  border: 1px solid #edf0f5;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 30px; }
  .books-media-listing .single-book-media .book-thumb {
    position: relative;
    margin: 0 -1px;
    width: 100%; }
    .books-media-listing .single-book-media .book-thumb img {
      width: 100%; }
    .books-media-listing .single-book-media .book-thumb .price-tag {
      background-color: #f0582f;
      border-radius: 30px;
      color: #fff;
      display: block;
      padding: 10px 20px;
      position: absolute;
      top: 20px;
      left: 20px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px;
      text-transform: uppercase; }
  .books-media-listing .single-book-media .book-detail {
    position: relative;
    padding: 30px 20px 20px;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .books-media-listing .single-book-media .book-detail .rating {
      margin-right: 7px; }
    .books-media-listing .single-book-media .book-detail .category-tags {
      border-radius: 30px;
      color: #fff;
      padding: 8px 20px 9px;
      font-size: 10px;
      line-height: 10px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
    .books-media-listing .single-book-media .book-detail .book-media-title {
      font-size: 18px;
      margin-bottom: 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      line-height: 28px; }
      .books-media-listing .single-book-media .book-detail .book-media-title a {
        color: #282828; }
    .books-media-listing .single-book-media .book-detail p {
      color: #282828;
      font-size: 13px;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      margin-bottom: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-listing .single-book-media .book-detail p strong {
        font-weight: 500;
        text-transform: uppercase; }
    .books-media-listing .single-book-media .book-detail .card-links {
      position: absolute;
      bottom: -68px;
      left: 0;
      width: 100%;
      padding: 20px 20px 30px;
      transform: translateY(-230%);
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      visibility: hidden;
      box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.07);
      z-index: 11; }
      .books-media-listing .single-book-media .book-detail .card-links .btn {
        padding: 10px 25px 11px;
        font-size: 12px; }
      .books-media-listing .single-book-media .book-detail .card-links .read-more {
        display: inline-block;
        margin-left: 15px; }
  .books-media-listing .single-book-media:hover {
    border-color: transparent;
    overflow: visible;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .books-media-listing .single-book-media:hover .card-links {
      background-color: #fff;
      transform: translateY(0);
      visibility: visible; }
@media (max-width: 991.98px) {
  .books-media-listing .single-book-media .book-detail .card-links {
    position: initial;
    padding: 10px 0;
    transform: translateY(0);
    visibility: visible;
    box-shadow: none; } }

.books-media-grid-listing .single-book-media {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 30px; }
  .books-media-grid-listing .single-book-media .book-thumb {
    position: relative;
    margin: 0 -1px;
    width: 100%; }
    .books-media-grid-listing .single-book-media .book-thumb img {
      display: block;
      width: 100%; }
    .books-media-grid-listing .single-book-media .book-thumb .price-tag {
      background-color: #f0582f;
      border-radius: 0 0 10px 0;
      color: #fff;
      display: block;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px;
      text-transform: uppercase;
      z-index: 99; }
    .books-media-grid-listing .single-book-media .book-thumb .wishlist {
      border-radius: 30rem;
      background-color: #fff;
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #f0582f;
      text-align: center;
      padding-top: 8px;
      font-size: 16px;
      width: 38px;
      height: 38px;
      z-index: 99;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      opacity: 0; }
      .books-media-grid-listing .single-book-media .book-thumb .wishlist:hover, .books-media-grid-listing .single-book-media .book-thumb .wishlist.active {
        background-color: #f0582f;
        color: #fff;
        opacity: 1; }
  .books-media-grid-listing .single-book-media .book-detail {
    position: relative;
    height: 124px; }
    .books-media-grid-listing .single-book-media .book-detail .book-detail-hover {
      width: 100%;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(0);
      padding: 20px 0 0;
      background-color: #fff; }
    .books-media-grid-listing .single-book-media .book-detail .rating {
      margin-right: 7px; }
    .books-media-grid-listing .single-book-media .book-detail .category-tags {
      border-radius: 30px;
      color: #fff;
      padding: 8px 20px 9px;
      font-size: 10px;
      line-height: 10px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
    .books-media-grid-listing .single-book-media .book-detail .link img {
      display: inline-block;
      width: auto; }
    .books-media-grid-listing .single-book-media .book-detail .book-media-title {
      font-size: 18px;
      margin-bottom: 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-grid-listing .single-book-media .book-detail .book-media-title a {
        color: #282828; }
    .books-media-grid-listing .single-book-media .book-detail p {
      color: #282828;
      font-size: 13px;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      margin-bottom: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-grid-listing .single-book-media .book-detail p strong {
        font-weight: 500;
        text-transform: uppercase; }
    .books-media-grid-listing .single-book-media .book-detail .card-links {
      visibility: hidden;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      height: 0;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      border-radius: 30px; }
      .books-media-grid-listing .single-book-media .book-detail .card-links .btn {
        border-radius: 30px 0 0 30px;
        padding: 10px 25px 11px;
        font-size: 12px;
        font-weight: 600;
        height: 41px;
        width: 50%; }
        .books-media-grid-listing .single-book-media .book-detail .card-links .btn img {
          width: auto;
          display: inline-block;
          position: relative;
          top: -3px; }
        .books-media-grid-listing .single-book-media .book-detail .card-links .btn:last-child {
          border-radius: 0 30px 30px 0; }
  .books-media-grid-listing .single-book-media:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .books-media-grid-listing .single-book-media:hover .book-thumb .wishlist {
      opacity: 1; }
    .books-media-grid-listing .single-book-media:hover .book-detail .book-detail-hover {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 26px;
      transform: translateY(-90px); }
    .books-media-grid-listing .single-book-media:hover .card-links {
      visibility: visible;
      height: auto;
      margin: 21px auto 0; }
@media (max-width: 1199.98px) {
  .books-media-grid-listing .single-book-media {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    overflow: visible;
    margin-bottom: 30px; }
    .books-media-grid-listing .single-book-media .book-thumb {
      margin: 0; }
      .books-media-grid-listing .single-book-media .book-thumb .wishlist {
        opacity: 1; }
        .books-media-grid-listing .single-book-media .book-thumb .wishlist .active {
          background-color: #f0582f;
          color: #fff; }
    .books-media-grid-listing .single-book-media .book-detail {
      height: auto;
      padding-bottom: 15px; }
      .books-media-grid-listing .single-book-media .book-detail .book-detail-hover {
        transform: translateY(0);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 26px; }
      .books-media-grid-listing .single-book-media .book-detail .card-links {
        visibility: visible;
        height: auto;
        margin: 21px auto 0 !important; }
    .books-media-grid-listing .single-book-media:hover .book-detail .book-detail-hover {
      transform: translateY(0);
      padding-left: 15px;
      padding-right: 15px; } }
@media (max-width: 767.98px) {
  .books-media-grid-listing .single-book-media .book-detail .card-links {
    box-shadow: none; }
    .books-media-grid-listing .single-book-media .book-detail .card-links .btn {
      border-radius: 30px;
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .books-media-grid-listing .single-book-media .book-detail .card-links .btn:last-child {
        border-radius: 30px; } }

.staffpick-box {
  background: url("../images/books-media/list-view/staff-pick-bg.png") no-repeat #f5f7fa center;
  padding: 100px 0;
  margin-bottom: 100px; }
  .staffpick-box .staffpick-carousel .single-book-media {
    margin-bottom: 0; }
    .staffpick-box .staffpick-carousel .single-book-media .book-thumb {
      margin: 0; }
      .staffpick-box .staffpick-carousel .single-book-media .book-thumb img {
        float: none !important;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .staffpick-box .staffpick-carousel .single-book-media .book-detail {
      height: 140px; }
      .staffpick-box .staffpick-carousel .single-book-media .book-detail .book-detail-hover {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
      .staffpick-box .staffpick-carousel .single-book-media .book-detail .rating-box .link {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 3px; }
      .staffpick-box .staffpick-carousel .single-book-media .book-detail .card-links {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .staffpick-box .staffpick-carousel .single-book-media .book-detail .card-links .btn {
          border-radius: 30px;
          width: auto; }
          .staffpick-box .staffpick-carousel .single-book-media .book-detail .card-links .btn img {
            float: none;
            display: inline-block;
            position: relative;
            top: -3px; }
    .staffpick-box .staffpick-carousel .single-book-media:hover .book-thumb img {
      webkit-filter: blur(2px);
      /* Chrome, Safari, Opera */
      filter: blur(2px); }
    .staffpick-box .staffpick-carousel .single-book-media:hover .book-detail .book-detail-hover {
      transform: translateY(-54px); }
    .staffpick-box .staffpick-carousel .single-book-media:hover .card-links {
      margin-bottom: 0;
      margin-top: 13px; }
  @media (max-width: 1199.98px) {
    .staffpick-box .staffpick-carousel .single-book-media .book-detail {
      height: auto;
      padding-bottom: 0; }
    .staffpick-box .staffpick-carousel .single-book-media:hover .book-thumb img {
      webkit-filter: none;
      /* Chrome, Safari, Opera */
      filter: none; }
    .staffpick-box .staffpick-carousel .single-book-media:hover .book-detail .book-detail-hover {
      transform: none; } }

.books-media-listing-v3 .single-book-media {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-content: stretch; }
  .books-media-listing-v3 .single-book-media > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .books-media-listing-v3 .single-book-media .book-thumb {
    position: relative;
    margin: 0;
    width: 270px;
    height: 100%; }
    .books-media-listing-v3 .single-book-media .book-thumb img {
      display: block;
      width: 100%; }
    .books-media-listing-v3 .single-book-media .book-thumb .wishlist {
      border-radius: 30rem;
      background-color: #fff;
      cursor: pointer;
      position: absolute;
      top: 10px;
      left: 10px;
      color: #f0582f;
      text-align: center;
      padding-top: 8px;
      font-size: 16px;
      width: 38px;
      height: 38px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      opacity: 0; }
      .books-media-listing-v3 .single-book-media .book-thumb .wishlist:hover {
        background-color: #f0582f;
        color: #fff; }
  .books-media-listing-v3 .single-book-media .book-detail {
    border: 1px solid #edf0f5;
    position: relative;
    height: 100%;
    width: calc(100% - 270px);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 30px;
    background-color: #fff; }
    .books-media-listing-v3 .single-book-media .book-detail .rating-box {
      display: block;
      margin-bottom: 10px; }
      .books-media-listing-v3 .single-book-media .book-detail .rating-box .category-tags {
        border-radius: 30px;
        color: #fff;
        padding: 8px 20px 9px;
        font-size: 10px;
        line-height: 10px;
        font-weight: 600;
        display: inline-block;
        text-transform: uppercase; }
      .books-media-listing-v3 .single-book-media .book-detail .rating-box .price-tag {
        background-color: #f0582f;
        border-radius: 30px;
        color: #fff;
        display: block;
        padding: 8px 20px;
        position: absolute;
        top: 30px;
        right: 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 13px;
        text-transform: uppercase; }
    .books-media-listing-v3 .single-book-media .book-detail .book-media-title {
      font-size: 18px;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-listing-v3 .single-book-media .book-detail .book-media-title a {
        color: #282828; }
    .books-media-listing-v3 .single-book-media .book-detail .item-info {
      border-bottom: 1px solid #edf0f5;
      margin-bottom: 17px; }
      .books-media-listing-v3 .single-book-media .book-detail .item-info ul {
        display: grid;
        grid-auto-flow: column;
        padding: 0;
        margin: 0;
        list-style: none; }
        .books-media-listing-v3 .single-book-media .book-detail .item-info ul li {
          color: #717171;
          font-size: 13px;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
          .books-media-listing-v3 .single-book-media .book-detail .item-info ul li strong {
            color: #282828;
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 5px 0 24px; }
    .books-media-listing-v3 .single-book-media .book-detail p {
      color: #2f2f2f;
      line-height: 25px;
      margin-bottom: 18px; }
    .books-media-listing-v3 .single-book-media .book-detail .card-links .btn {
      padding: 8px 40px; }
    .books-media-listing-v3 .single-book-media .book-detail .card-links .btn-light {
      border: 1px solid #f0582f;
      color: #f0582f;
      float: right; }
      .books-media-listing-v3 .single-book-media .book-detail .card-links .btn-light img {
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .books-media-listing-v3 .single-book-media .book-detail .card-links .btn-light:hover {
        border: 1px solid #f0582f;
        color: #fff;
        background-color: #f0582f; }
        .books-media-listing-v3 .single-book-media .book-detail .card-links .btn-light:hover img {
          -webkit-filter: none;
          -moz-filter: brightness(0) invert(1);
          -ms-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
  .books-media-listing-v3 .single-book-media:hover .book-thumb .wishlist {
    opacity: 1; }
  .books-media-listing-v3 .single-book-media:hover .book-detail {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .books-media-listing-v3 .single-book-media .book-detail {
    padding: 30px 15px; }
    .books-media-listing-v3 .single-book-media .book-detail .item-info ul li {
      font-size: 10px; }
      .books-media-listing-v3 .single-book-media .book-detail .item-info ul li strong {
        font-size: 12px;
        padding: 5px 0 14px; }
    .books-media-listing-v3 .single-book-media .book-detail p {
      line-height: 24px;
      font-size: 13px; }
    .books-media-listing-v3 .single-book-media .book-detail .card-links .btn {
      padding: 8px 20px; } }
@media (max-width: 1199.98px) {
  .books-media-listing-v3 .book-thumb .wishlist {
    opacity: 1; } }
@media (max-width: 991.98px) {
  .books-media-listing-v3 .single-book-media {
    flex-direction: column; }
    .books-media-listing-v3 .single-book-media .book-thumb {
      width: 100%; }
      .books-media-listing-v3 .single-book-media .book-thumb .wishlist {
        opacity: 1; }
    .books-media-listing-v3 .single-book-media .book-detail {
      width: 100%; } }
@media (max-width: 575.98px) {
  .books-media-listing-v3 .single-book-media .book-detail {
    padding: 30px 15px; }
    .books-media-listing-v3 .single-book-media .book-detail .item-info ul li {
      font-size: 10px; }
      .books-media-listing-v3 .single-book-media .book-detail .item-info ul li strong {
        font-size: 12px;
        padding: 5px 0 14px; }
    .books-media-listing-v3 .single-book-media .book-detail p {
      line-height: 24px;
      font-size: 13px; }
    .books-media-listing-v3 .single-book-media .book-detail .card-links .btn {
      padding: 8px 20px; } }

.books-media-detail-v1 .single-book-media {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-content: stretch; }
  .books-media-detail-v1 .single-book-media > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .books-media-detail-v1 .single-book-media .book-thumb {
    position: relative;
    margin: 0;
    width: 364px;
    height: 100%; }
    .books-media-detail-v1 .single-book-media .book-thumb img {
      display: block;
      width: 100%; }
    .books-media-detail-v1 .single-book-media .book-thumb .instock {
      border-radius: 30rem;
      background-color: #fff;
      cursor: pointer;
      position: absolute;
      top: 20px;
      left: 20px;
      color: #f0582f;
      text-align: center;
      padding: 7px 19px 8px;
      line-height: 10px;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      opacity: 1; }
      .books-media-detail-v1 .single-book-media .book-thumb .instock:hover {
        background-color: #f0582f;
        color: #fff; }
  .books-media-detail-v1 .single-book-media .book-detail {
    border: 1px solid #edf0f5;
    position: relative;
    height: 100%;
    width: calc(100% - 306px);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 30px;
    background-color: #fff;
    display: block; }
    .books-media-detail-v1 .single-book-media .book-detail .rating {
      margin-right: 7px; }
    .books-media-detail-v1 .single-book-media .book-detail .category-tags {
      border-radius: 30px;
      color: #fff;
      padding: 8px 20px 9px;
      font-size: 10px;
      line-height: 10px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
    .books-media-detail-v1 .single-book-media .book-detail .book-media-title {
      color: #282828;
      font-size: 25px;
      margin-bottom: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-detail-v1 .single-book-media .book-detail .book-media-title a {
        color: #282828; }
    .books-media-detail-v1 .single-book-media .book-detail .price-tag {
      color: #282828;
      font-size: 25px;
      font-weight: 500;
      display: block;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .books-media-detail-v1 .single-book-media .book-detail .price-tag s {
        color: #717171;
        font-size: 20px;
        font-weight: 400; }
    .books-media-detail-v1 .single-book-media .book-detail .item-social-review {
      border-bottom: 1px solid #edf0f5;
      display: block;
      margin-bottom: 17px;
      padding-bottom: 17px; }
      .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul {
        display: grid;
        grid-auto-flow: column;
        padding: 0;
        margin: 0;
        list-style: none; }
        .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li {
          color: #717171;
          font-size: 14px;
          font-weight: 400; }
          .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li a {
            color: #717171;
            display: block; }
          .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li i {
            color: #282828; }
    .books-media-detail-v1 .single-book-media .book-detail .item-info {
      border-bottom: 1px solid #edf0f5;
      margin-bottom: 12px; }
      .books-media-detail-v1 .single-book-media .book-detail .item-info ul {
        display: grid;
        grid-auto-flow: column;
        padding: 0;
        margin: 0;
        list-style: none; }
        .books-media-detail-v1 .single-book-media .book-detail .item-info ul li {
          color: #717171;
          font-size: 13px;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
          .books-media-detail-v1 .single-book-media .book-detail .item-info ul li strong {
            color: #282828;
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 5px 0 14px; }
    .books-media-detail-v1 .single-book-media .book-detail p {
      color: #2f2f2f;
      line-height: 31px;
      margin-bottom: 24px; }
    .books-media-detail-v1 .single-book-media .book-detail .card-links .btn {
      padding: 13px 30px;
      margin-right: 15px; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .btn img {
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -webkit-filter: none;
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
    .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity {
      display: inline-block;
      margin-right: 15px; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity label {
        color: #343a40;
        font-weight: 600; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-control {
        border: 1px solid #eeeeee;
        align-items: start;
        justify-content: left;
        margin: 0;
        background: transparent;
        padding: 0;
        margin-top: 0;
        height: 50px;
        border-radius: 30rem; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn {
        background: #fff;
        padding: 0px;
        height: 100%;
        cursor: pointer; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn svg {
          width: 38px;
          height: 9px; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn:first-child {
          border-radius: 30px 0 0 30px; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn:last-child {
          border-radius: 0 30px 30px 0; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-input {
        -moz-appearance: textfield;
        background: transparent;
        border: none;
        height: 100%;
        margin: 0 -1px;
        width: 45px;
        display: inline-block;
        text-align: center;
        outline: none; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-input:focus {
          outline: none;
          border: none; }
    .books-media-detail-v1 .single-book-media .book-detail .wishlist {
      border-radius: 30rem;
      background-color: #fff;
      cursor: pointer;
      color: #f0582f;
      display: inline-block;
      text-align: center;
      padding: 18px 0 3px;
      line-height: 10px;
      font-size: 18px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      height: 50px;
      width: 50px;
      vertical-align: top; }
      .books-media-detail-v1 .single-book-media .book-detail .wishlist:hover, .books-media-detail-v1 .single-book-media .book-detail .wishlist.active {
        background-color: #f0582f;
        color: #fff; }
  .books-media-detail-v1 .single-book-media:hover .book-thumb .wishlist {
    opacity: 1; }
  .books-media-detail-v1 .single-book-media:hover .book-detail {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
@media (max-width: 1199.98px) {
  .books-media-detail-v1 .single-book-media {
    box-shadow: none; }
    .books-media-detail-v1 .single-book-media .book-thumb {
      width: 264px; }
    .books-media-detail-v1 .single-book-media .book-detail {
      padding: 30px 15px;
      width: calc(100% - 206px); }
      .books-media-detail-v1 .single-book-media .book-detail .book-media-title {
        font-size: 23px; }
      .books-media-detail-v1 .single-book-media .book-detail .price-tag {
        color: #282828;
        font-size: 25px;
        font-weight: 500;
        display: block;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
        .books-media-detail-v1 .single-book-media .book-detail .price-tag s {
          color: #717171;
          font-size: 20px;
          font-weight: 400; }
      .books-media-detail-v1 .single-book-media .book-detail .item-social-review {
        border-bottom: 1px solid #edf0f5;
        display: block;
        margin-bottom: 17px;
        padding-bottom: 17px; }
        .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul {
          display: grid;
          grid-auto-flow: column;
          padding: 0;
          margin: 0;
          list-style: none; }
          .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li {
            color: #717171;
            font-size: 14px;
            font-weight: 400; }
            .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li a {
              color: #717171;
              display: block; }
            .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li i {
              color: #282828; }
      .books-media-detail-v1 .single-book-media .book-detail .item-info {
        border-bottom: 1px solid #edf0f5;
        margin-bottom: 12px; }
        .books-media-detail-v1 .single-book-media .book-detail .item-info ul {
          display: grid;
          grid-auto-flow: column;
          padding: 0;
          margin: 0;
          list-style: none; }
          .books-media-detail-v1 .single-book-media .book-detail .item-info ul li {
            color: #717171;
            font-size: 13px;
            font-weight: 400;
            font-family: "Poppins", sans-serif; }
            .books-media-detail-v1 .single-book-media .book-detail .item-info ul li strong {
              color: #282828;
              display: block;
              font-size: 14px;
              font-weight: 500;
              padding: 5px 0 14px; }
      .books-media-detail-v1 .single-book-media .book-detail p {
        color: #2f2f2f;
        line-height: 28px;
        margin-bottom: 24px; }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .btn {
        padding: 13px 30px;
        margin-right: 15px; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .btn img {
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -webkit-filter: none;
          -moz-filter: brightness(0) invert(1);
          -ms-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
      .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity {
        display: inline-block;
        margin-right: 15px; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity label {
          color: #343a40;
          font-weight: 600; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-control {
          border: 1px solid #eeeeee;
          align-items: start;
          justify-content: left;
          margin: 0;
          background: transparent;
          padding: 0;
          margin-top: 0;
          height: 50px;
          border-radius: 30rem; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn {
          background: #fff;
          padding: 0px;
          height: 100%; }
          .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn svg {
            width: 38px;
            height: 9px; }
          .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn:first-child {
            border-radius: 30px 0 0 30px; }
          .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-btn:last-child {
            border-radius: 0 30px 30px 0; }
        .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity .quantity-input {
          -moz-appearance: textfield;
          background: transparent;
          border: none;
          height: 100%;
          margin: 0 -1px;
          width: 45px;
          display: inline-block;
          text-align: center;
          outline: none; }
      .books-media-detail-v1 .single-book-media .book-detail .wishlist {
        border-radius: 30rem;
        background-color: #fff;
        cursor: pointer;
        color: #f0582f;
        display: inline-block;
        text-align: center;
        padding: 18px 0 3px;
        line-height: 10px;
        font-size: 18px;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
        height: 50px;
        width: 50px;
        vertical-align: top; }
        .books-media-detail-v1 .single-book-media .book-detail .wishlist:hover, .books-media-detail-v1 .single-book-media .book-detail .wishlist.active {
          background-color: #f0582f;
          color: #fff; }
    .books-media-detail-v1 .single-book-media:hover .book-thumb .wishlist {
      opacity: 1; }
    .books-media-detail-v1 .single-book-media:hover .book-detail {
      border-color: transparent;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); } }
@media (max-width: 767.98px) {
  .books-media-detail-v1 .single-book-media {
    margin-bottom: 30px;
    flex-direction: column; }
    .books-media-detail-v1 .single-book-media .book-thumb {
      width: 100%; }
    .books-media-detail-v1 .single-book-media .book-detail {
      width: 100%; }
      .books-media-detail-v1 .single-book-media .book-detail .category-tags {
        margin-bottom: 6px; }
      .books-media-detail-v1 .single-book-media .book-detail .book-media-title {
        font-size: 22px; }
      .books-media-detail-v1 .single-book-media .book-detail .price-tag {
        color: #282828;
        font-size: 25px;
        font-weight: 500;
        display: block;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
        .books-media-detail-v1 .single-book-media .book-detail .price-tag s {
          color: #717171;
          font-size: 20px;
          font-weight: 400; } }
@media (max-width: 575.98px) {
  .books-media-detail-v1 .single-book-media .book-detail .item-info ul {
    grid-auto-flow: row; }
    .books-media-detail-v1 .single-book-media .book-detail .item-info ul li strong {
      display: inline-block;
      margin-left: 7px; }
  .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li {
    font-size: 11px; }
    .books-media-detail-v1 .single-book-media .book-detail .item-social-review ul li i {
      font-size: 12px; }
  .books-media-detail-v1 .single-book-media .book-detail .card-links .btn {
    padding: 13px 30px;
    margin-right: 15px; }
    .books-media-detail-v1 .single-book-media .book-detail .card-links .btn img {
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-filter: none;
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .books-media-detail-v1 .single-book-media .book-detail .card-links .quantity {
    margin-right: 10px;
    margin-bottom: 15px; } }

.books-media-detail-v2 .single-book-media {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-content: stretch; }
  .books-media-detail-v2 .single-book-media .book-thumb {
    position: relative;
    margin: 0;
    width: 344px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0 -2px; }
    .books-media-detail-v2 .single-book-media .book-thumb img {
      display: block;
      width: 100%;
      height: 100%; }
    .books-media-detail-v2 .single-book-media .book-thumb .instock {
      border-radius: 30rem;
      background-color: #fff;
      cursor: pointer;
      position: absolute;
      top: 20px;
      left: 20px;
      color: #f0582f;
      text-align: center;
      padding: 7px 19px 8px;
      line-height: 10px;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      opacity: 1; }
      .books-media-detail-v2 .single-book-media .book-thumb .instock:hover {
        background-color: #f0582f;
        color: #fff; }
  .books-media-detail-v2 .single-book-media .book-detail {
    position: relative;
    height: 100%;
    width: calc(100% - 349px);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    padding: 30px;
    background-color: #fff;
    display: inline-block; }
    .books-media-detail-v2 .single-book-media .book-detail .category-tags {
      border-radius: 30px;
      color: #fff;
      padding: 8px 20px 9px;
      font-size: 10px;
      line-height: 10px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .books-media-detail-v2 .single-book-media .book-detail .book-media-title {
      color: #282828;
      font-size: 25px;
      margin-bottom: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      .books-media-detail-v2 .single-book-media .book-detail .book-media-title a {
        color: #282828; }
    .books-media-detail-v2 .single-book-media .book-detail .item-social-share {
      border-bottom: 1px solid #edf0f5;
      display: block;
      margin-bottom: 17px;
      padding-bottom: 17px; }
      .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none; }
        .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li {
          display: inline-block; }
          .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li a {
            background-color: #fff;
            border: 1px solid #eeeeee;
            border-radius: 30rem;
            color: #547bbc;
            display: block;
            height: 40px;
            width: 40px;
            font-size: 18px;
            text-align: center;
            padding-top: 6px;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li a:hover {
              background-color: #547bbc;
              color: #fff; }
          .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li:hover {
            background-color: transparent !important; }
          .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li.twitter a {
            color: #79ccf0; }
            .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li.twitter a:hover {
              background-color: #79ccf0;
              color: #fff; }
          .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li.pintrest a {
            color: #df1a26; }
            .books-media-detail-v2 .single-book-media .book-detail .item-social-share ul li.pintrest a:hover {
              background-color: #df1a26;
              color: #fff; }
    .books-media-detail-v2 .single-book-media .book-detail .item-info {
      border-bottom: 1px solid #edf0f5;
      margin-bottom: 26px; }
      .books-media-detail-v2 .single-book-media .book-detail .item-info ul {
        display: grid;
        grid-auto-flow: column;
        padding: 0;
        margin: 0;
        list-style: none; }
        .books-media-detail-v2 .single-book-media .book-detail .item-info ul li {
          color: #717171;
          font-size: 13px;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
          .books-media-detail-v2 .single-book-media .book-detail .item-info ul li strong {
            color: #282828;
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 5px 0 14px; }
    .books-media-detail-v2 .single-book-media .book-detail p {
      color: #2f2f2f;
      line-height: 28px;
      margin-bottom: 24px;
      display: inline-block; }
  .books-media-detail-v2 .single-book-media .wishlist {
    border-radius: 30rem;
    background-color: #fff;
    cursor: pointer;
    color: #f0582f;
    display: inline-block;
    text-align: center;
    padding: 18px 0 3px;
    line-height: 10px;
    font-size: 18px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    height: 50px;
    width: 50px;
    vertical-align: top; }
    .books-media-detail-v2 .single-book-media .wishlist:hover, .books-media-detail-v2 .single-book-media .wishlist.active {
      background-color: #f0582f;
      color: #fff; }
  .books-media-detail-v2 .single-book-media .price-tag {
    color: #282828;
    font-size: 35px;
    font-weight: 500;
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px; }
    .books-media-detail-v2 .single-book-media .price-tag s {
      color: #717171;
      font-size: 20px;
      font-weight: 400; }
    .books-media-detail-v2 .single-book-media .price-tag i {
      color: #717171;
      display: block;
      font-size: 0.875rem;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      margin-bottom: 23px; }
  .books-media-detail-v2 .single-book-media .card-links .btn {
    padding: 13px 30px;
    margin-right: 10px; }
    .books-media-detail-v2 .single-book-media .card-links .btn img {
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-filter: none;
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .books-media-detail-v2 .single-book-media .card-links .quantity {
    display: block; }
    .books-media-detail-v2 .single-book-media .card-links .quantity label {
      color: #343a40;
      font-weight: 600; }
    .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-control {
      border: 1px solid #eeeeee;
      align-items: start;
      justify-content: left;
      margin: 0;
      background: transparent;
      padding: 0;
      margin-top: 0;
      height: 50px;
      border-radius: 30rem;
      margin-bottom: 10px; }
    .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-btn {
      background: transparent;
      padding: 0px;
      height: 100%;
      width: 50px; }
      .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-btn svg {
        width: 38px;
        height: 9px; }
      .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-btn:first-child {
        border-radius: 30px 0 0 30px; }
      .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-btn:last-child {
        border-radius: 0 30px 30px 0; }
    .books-media-detail-v2 .single-book-media .card-links .quantity .quantity-input {
      background: transparent;
      border: none;
      height: 100%;
      margin: 0 -1px;
      width: calc(100% - 103px);
      text-align: center;
      -moz-appearance: textfield;
      outline: none; }
  .books-media-detail-v2 .single-book-media .single-item-info {
    display: block; }
    .books-media-detail-v2 .single-book-media .single-item-info ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .books-media-detail-v2 .single-book-media .single-item-info ul li {
        display: block;
        color: #282828;
        margin-bottom: 16px; }
        .books-media-detail-v2 .single-book-media .single-item-info ul li strong {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          display: inline-block;
          width: 38%;
          padding-right: 10px; }
  .books-media-detail-v2 .single-book-media .item-payment-info {
    background-color: #fff;
    padding: 30px 20px;
    margin-left: -5px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
    .books-media-detail-v2 .single-book-media .item-payment-info ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px; }
      .books-media-detail-v2 .single-book-media .item-payment-info ul li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 10px; }
        .books-media-detail-v2 .single-book-media .item-payment-info ul li a {
          display: block; }
  .books-media-detail-v2 .single-book-media:hover .book-thumb .wishlist {
    opacity: 1; }
  .books-media-detail-v2 .single-book-media:hover .book-detail {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
@media (max-width: 1199.98px) {
  .books-media-detail-v2 .single-book-media .book-thumb {
    width: 264px; }
  .books-media-detail-v2 .single-book-media .book-detail {
    padding: 30px 15px;
    width: calc(100% - 265px); }
    .books-media-detail-v2 .single-book-media .book-detail .book-media-title {
      font-size: 23px; }
  .books-media-detail-v2 .single-book-media .card-links .quantity {
    display: inline-block;
    margin-right: 10px; }
  .books-media-detail-v2 .single-book-media .card-links .btn {
    margin-bottom: 10px; }
  .books-media-detail-v2 .single-book-media .item-payment-info {
    width: 100%;
    margin: 0; }
    .books-media-detail-v2 .single-book-media .item-payment-info p {
      display: inline-block;
      margin-right: 10px; } }
@media (max-width: 767.98px) {
  .books-media-detail-v2 .single-book-media {
    margin-bottom: 30px;
    flex-direction: column; }
    .books-media-detail-v2 .single-book-media .book-thumb {
      width: 100%;
      height: auto; }
      .books-media-detail-v2 .single-book-media .book-thumb img {
        height: auto; }
    .books-media-detail-v2 .single-book-media .book-detail {
      width: 100%;
      height: auto; }
      .books-media-detail-v2 .single-book-media .book-detail .category-tags {
        margin-bottom: 6px; }
      .books-media-detail-v2 .single-book-media .book-detail .book-media-title {
        font-size: 22px; }
      .books-media-detail-v2 .single-book-media .book-detail .price-tag {
        color: #282828;
        font-size: 25px;
        font-weight: 500;
        display: block;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
        .books-media-detail-v2 .single-book-media .book-detail .price-tag s {
          color: #717171;
          font-size: 20px;
          font-weight: 400; }
    .books-media-detail-v2 .single-book-media .single-item-info ul li strong {
      width: 33%; }
    .books-media-detail-v2 .single-book-media .item-payment-info {
      padding: 0px 20px 20px;
      margin-left: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .books-media-detail-v2 .single-book-media .item-payment-info ul {
        margin: 0 0 10px; } }
@media (max-width: 575.98px) {
  .books-media-detail-v2 .single-book-media .book-detail .item-info ul {
    grid-auto-flow: row; }
    .books-media-detail-v2 .single-book-media .book-detail .item-info ul li strong {
      display: inline-block;
      margin-left: 7px; }
  .books-media-detail-v2 .single-book-media .book-detail .item-social-review ul li {
    font-size: 11px; }
    .books-media-detail-v2 .single-book-media .book-detail .item-social-review ul li i {
      font-size: 12px; }
  .books-media-detail-v2 .single-book-media .book-detail .card-links .btn {
    padding: 13px 30px;
    margin-right: 15px; }
    .books-media-detail-v2 .single-book-media .book-detail .card-links .btn img {
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-filter: none;
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .books-media-detail-v2 .single-book-media .book-detail .card-links .quantity {
    margin-right: 10px;
    margin-bottom: 15px; } }

.product-overview .tabs .section-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px; }
.product-overview .tab-content form textarea {
  border-radius: 10px;
  resize: none; }
.product-overview .tab-content form button {
  margin-bottom: 30px; }

.product-rating {
  font-size: 14px; }
  .product-rating p {
    display: inline-block;
    font-weight: 600;
    color: #282828;
    padding-right: 7px; }
    .product-rating p sup {
      color: red; }
  .product-rating .rating {
    display: inline-block; }

.post-detail-header {
  padding: 0;
  height: auto;
  overflow: hidden; }
  .post-detail-header .btn-overlay {
    position: relative;
    height: 100%; }
    .post-detail-header .btn-overlay span {
      position: absolute;
      top: 50%;
      z-index: 999;
      transform: translateY(-50%); }
      .post-detail-header .btn-overlay span img {
        -webkit-filter: none;
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
    .post-detail-header .btn-overlay img {
      width: 100%;
      height: 100%; }
    .post-detail-header .btn-overlay:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .post-detail-header .btn-overlay.next-post-btn span {
      left: 55px; }
    .post-detail-header .btn-overlay.previous-post-btn span {
      right: 55px; }
  .post-detail-header .current-post {
    display: block;
    height: 100%; }
    .post-detail-header .current-post img {
      width: 100%;
      height: 100%;
      display: block; }
  @media (max-width: 767.98px) {
    .post-detail-header .btn-overlay.next-post-btn {
      display: none; }
    .post-detail-header .btn-overlay.previous-post-btn {
      display: none; } }

.post-detail-heading {
  background: url("../images/books-media/detail-page/Bg.jpg") no-repeat #262626 bottom center;
  display: block;
  padding: 55px 0 23px; }
  .post-detail-heading h2 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 6px; }
  .post-detail-heading p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px; }
  .post-detail-heading .breadcrumb {
    padding: 0;
    margin-bottom: 12px; }
    .post-detail-heading .breadcrumb .breadcrumb-item {
      color: #ababab; }
      .post-detail-heading .breadcrumb .breadcrumb-item a {
        color: #ababab; }
        .post-detail-heading .breadcrumb .breadcrumb-item a:hover {
          color: #fff; }
  .post-detail-heading .rating-box .rating > label {
    color: #ababab; }
  .post-detail-heading .rating-box p {
    color: #ababab;
    display: inline-block;
    font-size: 13px; }
  .post-detail-heading .lastest-update ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .post-detail-heading .lastest-update ul li {
      color: #ababab;
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      margin-bottom: 11px;
      font-weight: 500; }
      .post-detail-heading .lastest-update ul li strong {
        color: #fff;
        display: block;
        line-height: 22px;
        padding-top: 4px; }
  .post-detail-heading .action .btn {
    margin-bottom: 20px;
    font-weight: 500; }
  .post-detail-heading .action .btn-light i {
    color: #f0582f; }
  .post-detail-heading .action .btn-default {
    border: 1px solid #fff;
    color: #fff; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .post-detail-heading .action .btn {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 576px) {
    .post-detail-heading .action .btn {
      width: 100%; } }

.post-detail-content {
  display: block;
  padding: 100px 0; }
  .post-detail-content .tabs {
    font-size: 14px; }
    .post-detail-content .tabs label {
      border: none;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 11px 30px; }
  .post-detail-content #tab1:checked + label {
    background: #f0582f !important;
    color: #fff; }
  .post-detail-content #tab1:checked ~ .tab-content-wrapper #tab-content-1 {
    position: relative;
    top: 0px; }
  .post-detail-content #tab2:checked + label {
    background: #f0582f !important;
    color: #fff; }
  .post-detail-content #tab2:checked ~ .tab-content-wrapper #tab-content-2 {
    position: relative;
    top: 0px; }
  .post-detail-content #tab3:checked + label {
    background: #f0582f !important;
    color: #fff; }
  .post-detail-content #tab3:checked ~ .tab-content-wrapper #tab-content-3 {
    position: relative;
    top: 0px; }
  .post-detail-content #tab4:checked + label {
    background: #f0582f !important;
    color: #fff; }
  .post-detail-content #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px; }
  .post-detail-content .tab-content-wrapper {
    border: none;
    background-color: transparent; }
    .post-detail-content .tab-content-wrapper .tab-content {
      padding: 25px 0 6px; }
      .post-detail-content .tab-content-wrapper .tab-content h3 {
        font-size: 25px; }
      .post-detail-content .tab-content-wrapper .tab-content h5 {
        font-size: 16px;
        margin-bottom: 7px; }
      .post-detail-content .tab-content-wrapper .tab-content strong {
        display: inline-block;
        margin-bottom: 7px; }
      .post-detail-content .tab-content-wrapper .tab-content .section-title {
        font-size: 25px;
        line-height: 25px; }
      .post-detail-content .tab-content-wrapper .tab-content textarea {
        border-radius: 15px;
        resize: none; }
      .post-detail-content .tab-content-wrapper .tab-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px; }
        .post-detail-content .tab-content-wrapper .tab-content ul li {
          display: block;
          color: #282828;
          position: relative;
          line-height: 26px;
          margin-bottom: 20px;
          padding-left: 17px;
          vertical-align: top; }
          .post-detail-content .tab-content-wrapper .tab-content ul li::before {
            content: "\203A";
            position: absolute;
            left: 0;
            top: -2px;
            font-size: 20px; }
      .post-detail-content .tab-content-wrapper .tab-content .two-column-list li {
        display: inline-block;
        width: 49%;
        padding-right: 10px; }
      .post-detail-content .tab-content-wrapper .tab-content .normal-list {
        display: block;
        margin-bottom: 38px; }
        .post-detail-content .tab-content-wrapper .tab-content .normal-list li {
          margin-bottom: 4px; }
      .post-detail-content .tab-content-wrapper .tab-content .instructor-head {
        display: flex;
        margin-bottom: 26px; }
        .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left {
          flex: 1;
          margin-right: 25px; }
          .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .thumb {
            border-radius: 30rem;
            display: inline-block;
            width: 170px;
            height: 170px;
            margin-right: 26px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .thumb img {
              border-radius: 30rem; }
          .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro {
            display: inline-block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% - 200px); }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro h4 {
              font-size: 20px;
              font-weight: 600;
              margin-bottom: 12px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro small {
              color: #282828;
              display: block;
              font-size: 14px;
              margin-bottom: 9px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro ul {
              list-style: none;
              padding: 0;
              margin: 0;
              display: flex; }
              .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro ul li a {
                color: #717171;
                display: block; }
              .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro ul li::before {
                content: none; }
              .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro ul li:first-child {
                padding-left: 0; }
        .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-right ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-right ul li {
            padding-left: 0;
            margin-bottom: 5px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-right ul li i {
              color: #717171;
              margin-right: 7px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-right ul li::before {
              content: ""; }
      @media (max-width: 991.98px) {
        .post-detail-content .tab-content-wrapper .tab-content .instructor-head {
          display: block; }
          .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left {
            flex: initial;
            margin-right: 0; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .thumb {
              width: 125px;
              height: 125px;
              margin-right: 15px; }
            .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro {
              position: initial;
              top: initial;
              transform: none;
              vertical-align: middle;
              width: calc(100% - 145px); }
              .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-left .instructor-intro ul li {
                margin-bottom: 5px;
                line-height: 18px; }
          .post-detail-content .tab-content-wrapper .tab-content .instructor-head .instructor-head-right {
            margin-left: 140px; } }
  .post-detail-content .expandable-accordion #accordion {
    border: 1px solid #e8ecf1;
    border-radius: 10px; }
  .post-detail-content .expandable-accordion .course-quick-info {
    color: #717171;
    margin-top: -10px;
    margin-bottom: 30px; }
  .post-detail-content .expandable-accordion .accordion-expand-holder {
    margin-top: -10px;
    color: #f0582f;
    cursor: pointer;
    text-decoration: underline;
    text-align: right; }
  .post-detail-content .expandable-accordion .accordion-collapse {
    display: none;
    padding: 23px 30px 13px 30px; }
    .post-detail-content .expandable-accordion .accordion-collapse.active {
      display: block !important; }
  .post-detail-content .expandable-accordion .accordion-header {
    align-items: center;
    border-bottom: 1px solid #e8ecf1;
    background-color: #f5f7fa;
    display: flex;
    padding: 17px 30px 16px 40px;
    margin-bottom: 0; }
    .post-detail-content .expandable-accordion .accordion-header:first-child {
      border-radius: 10px 10px 0 0; }
    .post-detail-content .expandable-accordion .accordion-header:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 10px 10px; }
  .post-detail-content .expandable-accordion .accordion-title {
    cursor: pointer;
    flex: 1 auto;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
    position: relative; }
    .post-detail-content .expandable-accordion .accordion-title::before {
      content: "\f105";
      position: absolute;
      left: -20px;
      top: 0;
      font-family: FontAwesome; }
  .post-detail-content .expandable-accordion .accordion-short-info {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    text-align: right; }
  .post-detail-content .expandable-accordion .ui-accordion-content {
    display: block;
    padding: 23px 25px 13px 30px; }
  .post-detail-content .expandable-accordion .intro-content {
    display: block; }
    .post-detail-content .expandable-accordion .intro-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .post-detail-content .expandable-accordion .intro-content ul li {
        color: #282828;
        display: flex;
        margin-bottom: 10px;
        padding: 0;
        flex-direction: row;
        align-items: center; }
        .post-detail-content .expandable-accordion .intro-content ul li i {
          color: #717171;
          width: 10px;
          display: inline-block;
          margin-right: 8px; }
        .post-detail-content .expandable-accordion .intro-content ul li::before {
          content: none; }
    .post-detail-content .expandable-accordion .intro-content .list {
      flex: 1; }
    .post-detail-content .expandable-accordion .intro-content .preview span {
      color: #717171;
      display: inline-block;
      margin-left: 10px;
      font-size: 14px; }
      .post-detail-content .expandable-accordion .intro-content .preview span a {
        color: #282828;
        text-decoration: underline; }
        .post-detail-content .expandable-accordion .intro-content .preview span a:hover {
          color: #f0582f; }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .post-detail-content .tabs label {
      width: 100%; }
    .post-detail-content .expandable-accordion .accordion-collapse {
      display: none;
      padding: 13px 15px 3px 15px; } }
  @media (max-width: 991.98px) {
    .post-detail-content {
      padding: 50px 0; }
      .post-detail-content .tab-content-wrapper .tab-content h3 {
        font-size: 20px; }
      .post-detail-content .tab-content-wrapper .tab-content h5 {
        font-size: 14px; }
      .post-detail-content .tab-content-wrapper .tab-content .section-title {
        font-size: 22px; }
      .post-detail-content .tab-content-wrapper .tab-content .two-column-list li {
        width: 100%;
        padding-right: 0; } }

.post-detail-sidebar {
  display: block;
  border: 1px solid #edf0f5; }
  .post-detail-sidebar video {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 30px; }
  .post-detail-sidebar .item-payment-info {
    display: block;
    padding: 0 25px 30px; }
    .post-detail-sidebar .item-payment-info h4 {
      font-size: 16px;
      margin-bottom: 20px; }
    .post-detail-sidebar .item-payment-info h5 {
      font-size: 16px;
      margin-bottom: 10px; }
    .post-detail-sidebar .item-payment-info .price-tag {
      color: #282828;
      font-size: 35px;
      font-weight: 600;
      display: block;
      font-family: "Poppins", sans-serif;
      margin-bottom: 1px; }
      .post-detail-sidebar .item-payment-info .price-tag s {
        color: #717171;
        font-size: 20px;
        font-weight: 400; }
      .post-detail-sidebar .item-payment-info .price-tag i {
        color: #717171;
        display: block;
        font-size: 0.875rem;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        margin-bottom: 23px; }
    .post-detail-sidebar .item-payment-info p {
      margin-bottom: 10px; }
    .post-detail-sidebar .item-payment-info .payment-method {
      list-style: none;
      padding: 0;
      margin: 0 0 20px; }
      .post-detail-sidebar .item-payment-info .payment-method li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 10px; }
        .post-detail-sidebar .item-payment-info .payment-method li a {
          display: block; }
    .post-detail-sidebar .item-payment-info .card-links {
      border-radius: 30px;
      display: inline-block;
      font-size: 0;
      margin-bottom: 50px;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
      .post-detail-sidebar .item-payment-info .card-links .btn {
        padding: 13px 25px; }
      .post-detail-sidebar .item-payment-info .card-links .btn-light:hover {
        background-color: transparent;
        color: #f0582f;
        border-color: transparent; }
    .post-detail-sidebar .item-payment-info .icon-list li {
      color: #282828;
      display: block;
      margin-bottom: 21px; }
      .post-detail-sidebar .item-payment-info .icon-list li i {
        color: #717171;
        width: 10px;
        display: inline-block;
        margin-right: 8px; }
        .post-detail-sidebar .item-payment-info .icon-list li i.fa-mobile {
          font-size: 20px; }
  .post-detail-sidebar .apply-copen {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #edf0f5;
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px; }
    .post-detail-sidebar .apply-copen input[type="text"] {
      color: #8e8e8e;
      padding-left: 25px;
      padding-right: 133px;
      font-size: 13px;
      font-style: italic;
      height: 60px; }
    .post-detail-sidebar .apply-copen button.btn {
      position: absolute;
      top: 35px;
      right: 4px;
      padding: 13px 40px 14px; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .post-detail-sidebar .item-payment-info .price-tag {
      font-size: 28px; }
      .post-detail-sidebar .item-payment-info .price-tag s {
        font-size: 16px; }
    .post-detail-sidebar .item-payment-info .card-links {
      margin-bottom: 20px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .post-detail-sidebar .item-payment-info .card-links .btn {
        display: block;
        margin-bottom: 10px; }
        .post-detail-sidebar .item-payment-info .card-links .btn.btn-light {
          border-color: #edf0f5; }
    .post-detail-sidebar .item-payment-info .btn-secondary {
      padding: 16px 15px;
      font-size: 12px; }
    .post-detail-sidebar .apply-copen input[type="text"] {
      padding-left: 15px;
      padding-right: 15px;
      height: 49px;
      margin-bottom: 15px; }
    .post-detail-sidebar .apply-copen button.btn {
      position: initial;
      display: block; } }
  @media (max-width: 1199.98px) {
    .post-detail-sidebar .item-payment-info {
      padding: 0 15px 30px; } }

/*--------------------------------------------------------------
13.1.7. Books & Media --- Grid View
--------------------------------------------------------------*/
.books-gird img {
  width: 100%; }
.books-gird ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .books-gird ul li {
    border: 5px solid #f3f3f3;
    display: inline-block;
    margin: 0 26px 30px 0;
    position: relative;
    -moz-transition: border 500ms ease-out 0.3s ease-in-out;
    -ms-transition: border 500ms ease-out 0.3s ease-in-out;
    -o-transition: border 500ms ease-out 0.3s ease-in-out;
    transition: border 500ms ease-out 0.3s ease-in-out;
    -webkit-transition: border 500ms ease-out 0.3s ease-in-out;
    vertical-align: top;
    width: 30.99%; }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .books-gird ul li {
        margin: 0 2% 30px 0;
        width: 48.7%; } }
    @media (max-width: 767.98px) {
      .books-gird ul li {
        margin-right: 0;
        width: 100%; } }
    .books-gird ul li figure {
      cursor: pointer;
      float: left;
      position: relative;
      z-index: 1;
      width: 100%; }
      @media (max-width: 991.98px) {
        .books-gird ul li figure {
          display: block;
          float: none; } }
      .books-gird ul li figure img {
        -moz-transition: all 1s ease 0.3s ease-in-out;
        -ms-transition: all 1s ease 0.3s ease-in-out;
        -o-transition: all 1s ease 0.3s ease-in-out;
        transition: all 1s ease 0.3s ease-in-out;
        -webkit-transition: all 1s ease 0.3s ease-in-out; }
      .books-gird ul li figure figcaption {
        background-color: #fff;
        bottom: 0;
        left: 0;
        padding: 15px 14px 18px;
        position: absolute;
        transform: translateX(1);
        transform-origin: left center 0;
        -moz-transition: all 0.4s linear 0s 0.3s ease-in-out;
        -ms-transition: all 0.4s linear 0s 0.3s ease-in-out;
        -o-transition: all 0.4s linear 0s 0.3s ease-in-out;
        transition: all 0.4s linear 0s 0.3s ease-in-out;
        -webkit-transition: all 0.4s linear 0s 0.3s ease-in-out;
        width: 100%;
        z-index: 15; }
        @media (min-width: 320px) and (max-width: 991px) {
          .books-gird ul li figure figcaption {
            display: none; } }
        .books-gird ul li figure figcaption p {
          color: #6b6b6b;
          margin-bottom: 5px; }
          .books-gird ul li figure figcaption p strong {
            color: #282828; }
          .books-gird ul li figure figcaption p:first-child {
            text-transform: uppercase; }
          .books-gird ul li figure figcaption p:last-child {
            margin-bottom: 0; }
    .books-gird ul li .book-list-icon {
      left: -5px;
      opacity: 1;
      top: 22px;
      -moz-transition: all 0.35s ease 0s 0.3s ease-in-out;
      -ms-transition: all 0.35s ease 0s 0.3s ease-in-out;
      -o-transition: all 0.35s ease 0s 0.3s ease-in-out;
      transition: all 0.35s ease 0s 0.3s ease-in-out;
      -webkit-transition: all 0.35s ease 0s 0.3s ease-in-out;
      z-index: 99; }
      @media (max-width: 767.98px) {
        .books-gird ul li .book-list-icon {
          top: -5px; } }
    .books-gird ul li:hover {
      border-color: transparent; }
      .books-gird ul li:hover figure img {
        transform: scale(1.027); }
      .books-gird ul li:hover figcaption {
        transform: scaleX(0); }
      .books-gird ul li:hover .single-book-box,
      .books-gird ul li:hover .books-social-sharing,
      .books-gird ul li:hover .optional-links {
        opacity: 1; }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .books-gird ul li:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 1199px) {
      .books-gird ul li:nth-child(3n) {
        margin-right: 0; } }
    .books-gird ul li:nth-child(3n) .single-book-box .post-detail {
      left: auto;
      right: 66px; }
      @media (max-width: 1199.98px) {
        .books-gird ul li:nth-child(3n) .single-book-box .post-detail {
          right: 0; } }
.books-gird .single-book-box {
  border: none;
  margin-bottom: 0;
  position: initial;
  -moz-transition: all 0.1s ease-in-out 0s 0.3s ease-in-out;
  -ms-transition: all 0.1s ease-in-out 0s 0.3s ease-in-out;
  -o-transition: all 0.1s ease-in-out 0s 0.3s ease-in-out;
  transition: all 0.1s ease-in-out 0s 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out 0s 0.3s ease-in-out;
  opacity: 0; }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .books-gird .single-book-box {
      padding-bottom: 60px; } }
  @media (max-width: 1199.98px) {
    .books-gird .single-book-box {
      width: 100%;
      opacity: 1;
      padding-top: 30px; } }
  @media (max-width: 1199.98px) {
    .books-gird .single-book-box .books-social-sharing {
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      left: 0;
      padding: 0;
      top: -33px;
      transform: none;
      width: 100%;
      opacity: 1; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .books-gird .single-book-box .books-social-sharing {
      top: -13px; } }
  .books-gird .single-book-box .books-social-sharing li {
    border: none;
    margin: 0 0 20px;
    position: initial;
    width: auto; }
    @media (max-width: 1199.98px) {
      .books-gird .single-book-box .books-social-sharing li {
        display: inline-block;
        margin-bottom: 0;
        padding: 8px; } }
    @media (max-width: 767.98px) {
      .books-gird .single-book-box .books-social-sharing li {
        margin-bottom: 0; } }
  @media (max-width: 1199.98px) {
    .books-gird .single-book-box .optional-links {
      bottom: -60px;
      top: auto;
      right: 0;
      width: 100%;
      opacity: 1; } }
  .books-gird .single-book-box .optional-links li {
    border-width: 0 0 1px 0;
    display: block;
    margin: 0;
    padding: 19px 0;
    position: initial;
    width: auto; }
    @media (max-width: 1199.98px) {
      .books-gird .single-book-box .optional-links li {
        border: 0;
        display: inline-block;
        padding: 19px 10px; } }
    .books-gird .single-book-box .optional-links li:last-child {
      padding: 16.5px 10px; }
      @media (max-width: 1199.98px) {
        .books-gird .single-book-box .optional-links li:last-child {
          padding: 19px 10px; } }
    .books-gird .single-book-box .optional-links li:hover {
      border-color: #fff; }
  @media (max-width: 1199.98px) {
    .books-gird .single-book-box .optional-links a {
      font-size: 16px; } }
  .books-gird .single-book-box .post-detail {
    left: 52px;
    width: 430px;
    z-index: 9999; }
    @media (max-width: 1199.98px) {
      .books-gird .single-book-box .post-detail {
        top: 0;
        transform: none;
        width: 100%;
        left: 0;
        position: relative;
        padding: 30px 15px; } }

.booksmedia-detail-main .books-gird ul li {
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .booksmedia-detail-main .books-gird ul li {
      margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .books-full-width .select {
    margin-bottom: 20px; } }

.booksmedia-fullwidth img {
  width: 100%; }
.booksmedia-fullwidth ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .booksmedia-fullwidth ul li {
    border: 5px solid #f3f3f3;
    display: inline-block;
    margin: 0 26px 30px 0;
    position: relative;
    vertical-align: top;
    width: 31.5%; }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .booksmedia-fullwidth ul li {
        margin: 0 15px 30px 0; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .booksmedia-fullwidth ul li {
        margin: 0 2% 30px 0;
        width: 48.7%; } }
    @media (max-width: 767.98px) {
      .booksmedia-fullwidth ul li {
        margin: 0 0 30px 0;
        width: 100%; } }
    .booksmedia-fullwidth ul li figure {
      float: left;
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 1; }
      .booksmedia-fullwidth ul li figure img {
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .booksmedia-fullwidth ul li figure figcaption {
        background-color: #fff;
        cursor: pointer;
        left: 0;
        position: absolute;
        padding: 27px 14px 0;
        bottom: 0;
        width: 100%;
        z-index: 15;
        height: 275px;
        transform: translate3d(0px, 59%, 0px);
        transition: transform 0.35s ease 0s; }
        @media (max-width: 1199.98px) {
          .booksmedia-fullwidth ul li figure figcaption {
            background-color: #f4f4f4;
            position: relative;
            height: auto;
            transform: none; } }
        .booksmedia-fullwidth ul li figure figcaption header {
          margin-bottom: 13px; }
        .booksmedia-fullwidth ul li figure figcaption h4 {
          margin-bottom: 7px; }
          .booksmedia-fullwidth ul li figure figcaption h4 a {
            color: #282828; }
            .booksmedia-fullwidth ul li figure figcaption h4 a:hover {
              color: #f0582f; }
        .booksmedia-fullwidth ul li figure figcaption p {
          color: #282828;
          font-size: 0.875rem;
          line-height: 1.42857;
          margin-bottom: 5px; }
    .booksmedia-fullwidth ul li .book-list-icon {
      left: 0;
      margin: auto;
      right: 0;
      top: 22px;
      z-index: 99; }
      @media (max-width: 991.98px) {
        .booksmedia-fullwidth ul li .book-list-icon {
          top: -5px;
          transform: translateY(0); } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .booksmedia-fullwidth ul li:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 991px) {
      .booksmedia-fullwidth ul li:nth-child(3n) {
        margin-right: 0; } }
    .booksmedia-fullwidth ul li:hover {
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
      .booksmedia-fullwidth ul li:hover img {
        transform: scale(1.1); }
      .booksmedia-fullwidth ul li:hover figcaption {
        background-color: rgba(244, 244, 244, 0.9);
        transform: translate3d(0, 0, 0); }

@media (max-width: 991.98px) {
  .booksmedia-popular-list {
    margin-bottom: 120px; } }

.actions {
  display: block;
  background-color: #fff;
  padding: 20px 0;
  margin: 28px -15px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
  .actions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .actions ul li {
      display: inline-block;
      border: none;
      padding: 0 19px;
      margin: 0;
      width: auto; }
      @media (max-width: 1199.98px) {
        .actions ul li {
          padding: 0 8px; } }
      .actions ul li a {
        color: #282828;
        font-size: 1rem; }
        .actions ul li a:hover {
          color: #f0582f; }
      .actions ul li:hover {
        box-shadow: none; }

.booksmedia-detail-box p {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 30px; }
.booksmedia-detail-box .single-book-box .books-social-sharing,
.booksmedia-detail-box .single-book-box .optional-links {
  opacity: 1; }
.booksmedia-detail-box .single-book-box .entry-title:hover {
  color: #282828; }
.booksmedia-detail-box .lead {
  color: #6b6b6b;
  text-align: center; }

.detail-page-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 37px; }
  .detail-page-listing li {
    color: #4d4d4d;
    display: block;
    font-size: 1rem;
    line-height: 30px; }

.table-tabs {
  margin-bottom: 100px; }
  .table-tabs .table thead:first-child tr:first-child th {
    border-top: 1px solid #282828; }
  .table-tabs .table th {
    background-color: #282828;
    border-color: #282828;
    border-top: 1px solid #282828;
    color: #fff;
    padding: 20px;
    text-transform: normal; }
    @media (max-width: 991.98px) {
      .table-tabs .table th {
        text-indent: 0; } }
  .table-tabs .table td {
    color: #4d4d4d;
    padding: 20px; }
    @media (max-width: 991.98px) {
      .table-tabs .table td {
        text-indent: 0; } }

.cart-main .table-tabs {
  margin-bottom: 0; }

.detailed-box {
  background-color: #f3f3f3;
  margin-bottom: 40px; }
  .detailed-box p {
    color: #6b6b6b;
    font-size: 0.875rem;
    line-height: 16px;
    margin-bottom: 10px; }
    .detailed-box p strong {
      color: #282828; }
  .detailed-box .post-thumbnail {
    display: inline-block;
    margin: 0 -15px;
    position: relative;
    padding: 0;
    vertical-align: top; }
    @media (max-width: 767.98px) {
      .detailed-box .post-thumbnail {
        float: left;
        margin: 0;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .detailed-box .post-thumbnail img {
        width: 100%; } }
    .detailed-box .post-thumbnail .book-list-icon {
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
  .detailed-box .post-center-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    display: inline-block;
    margin: 0 -15px;
    padding: 34px 15px 0 30px; }
    @media (max-width: 767.98px) {
      .detailed-box .post-center-content {
        float: left;
        margin: 0;
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .detailed-box .post-center-content {
        padding: 57px 15px 0 35.5px; } }
    .detailed-box .post-center-content h2 {
      color: #282828;
      margin-bottom: 13px; }
    .detailed-box .post-center-content .actions {
      background-color: #f3f3f3;
      box-shadow: none;
      margin: 50px -15px 0 -30px;
      padding: 16px 0 18px 0; }
      @media (min-width: 576px) and (max-width: 991.98px) {
        .detailed-box .post-center-content .actions {
          background-color: transparent;
          margin: 51px -15px 0 -30px; } }
      .detailed-box .post-center-content .actions li {
        padding: 0 38px; }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .detailed-box .post-center-content .actions li {
            padding: 0 28px; } }
        @media (min-width: 576px) and (max-width: 991.98px) {
          .detailed-box .post-center-content .actions li {
            padding: 0 25.5px; } }
        @media (max-width: 767.98px) {
          .detailed-box .post-center-content .actions li {
            padding: 0 10px; } }
      .detailed-box .post-center-content .actions a {
        color: #6b6b6b; }
  .detailed-box .post-right-content {
    margin: 0 -15px;
    padding: 36px 30px 31px 9px; }
    @media (max-width: 991.98px) {
      .detailed-box .post-right-content {
        float: left;
        margin: 0;
        padding: 35px 0;
        width: 100%; } }
    .detailed-box .post-right-content h4 {
      color: #f0582f;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      margin-bottom: 15px; }
    .detailed-box .post-right-content .available-location {
      display: block;
      margin-bottom: 28px; }
    .detailed-box .post-right-content .btn {
      display: block;
      font-size: 0.75rem;
      margin-bottom: 5px;
      width: 100%; }
      @media (max-width: 991.98px) {
        .detailed-box .post-right-content .btn {
          float: left;
          margin: 0 1% 0 0;
          width: 32.33%; } }
      @media (max-width: 767.98px) {
        .detailed-box .post-right-content .btn {
          margin: 0 0 10px;
          width: 100%; } }

@media (max-width: 767.98px) {
  .post-buttons .btn {
    margin: 0 0 10px;
    width: 100%; } }

/*--------------------------------------------------------------
13.1.8. Blog
--------------------------------------------------------------*/
.blog-grid {
  margin: 100px 0 0; }
  @media (max-width: 767.98px) {
    .blog-grid {
      margin: 50px 0; } }

#loadmore {
  background-color: #282828;
  display: block;
  padding: 15px 20px;
  color: #fff;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  width: 170px;
  margin: 0 auto; }
  #loadmore:hover {
    background-color: #f0582f; }

.blog-main-list .blog-header {
  display: block;
  width: 100%;
  margin-bottom: 36px; }
  .blog-main-list .blog-header .form-group {
    margin-bottom: 0; }
  .blog-main-list .blog-header a {
    display: inline-block;
    margin-left: 10px; }
  .blog-main-list .blog-header .select {
    height: 59px;
    line-height: 38px; }
  .blog-main-list .blog-header .select-styled {
    border-color: #edf0f5;
    border-style: solid;
    color: #282828;
    padding: 0 10px 18px 0;
    border-width: 0px 0px 1px 0;
    height: 100%;
    text-transform: uppercase; }
    .blog-main-list .blog-header .select-styled::after {
      top: 21px; }
.blog-main-list .search-widget {
  border: none;
  position: relative;
  margin-bottom: 0; }
  .blog-main-list .search-widget input {
    border: 1px solid #edf0f5;
    border-radius: 30px;
    color: #8e8e8e;
    font-size: 13px;
    font-style: italic;
    padding: 10px 42px 10px 30px;
    height: 59px; }
  .blog-main-list .search-widget button[type="submit"] {
    background-color: transparent;
    color: #666666;
    cursor: pointer;
    position: absolute;
    padding: 0;
    top: 50%;
    right: 25px;
    transform: translateY(-50%); }
    .blog-main-list .search-widget button[type="submit"]:hover {
      color: #f0582f; }
.blog-main-list .blog-content .detail-page-cat {
  display: block;
  margin-top: 29px; }
  .blog-main-list .blog-content .detail-page-cat a {
    background-color: #262626;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 9px 23px;
    line-height: 18px;
    text-transform: uppercase; }
    .blog-main-list .blog-content .detail-page-cat a:hover {
      background-color: #f0582f; }
.blog-main-list .blog-content .blog-user-info {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-content: center;
  align-items: center;
  margin-bottom: 30px; }
  .blog-main-list .blog-content .blog-user-info img {
    border-radius: 30rem;
    display: inline-block;
    margin-right: 15px;
    width: 45px; }
  .blog-main-list .blog-content .blog-user-info span {
    display: inline-block;
    text-align: left; }
    .blog-main-list .blog-content .blog-user-info span strong {
      color: #2f2f2f;
      font-size: 14px;
      font-weight: 600;
      display: block;
      padding-bottom: 4px; }
    .blog-main-list .blog-content .blog-user-info span small {
      font-size: 13px;
      color: #717171;
      display: block; }
@media (max-width: 767.98px) {
  .blog-main-list .blog-header {
    margin-bottom: 25px; }
    .blog-main-list .blog-header .form-group {
      margin-bottom: 15px; }
    .blog-main-list .blog-header .select {
      height: 47px;
      margin-bottom: 15px; }
  .blog-main-list .search-widget {
    margin-bottom: 20px; } }

.blog-grid {
  padding-bottom: 100px; }
  .blog-grid .single-blog-post-v3 {
    border: 1px solid #edf0f5;
    border-radius: 19px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .blog-grid .single-blog-post-v3 .blog-thumb-v3 {
      border-radius: 30rem 30rem 0 0;
      position: relative; }
      .blog-grid .single-blog-post-v3 .blog-thumb-v3 img {
        border-radius: 17px 17px 0 0; }
      .blog-grid .single-blog-post-v3 .blog-thumb-v3 .post-time-date {
        position: absolute;
        left: 0;
        top: 0; }
        .blog-grid .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul {
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: left;
          font-size: 0; }
          .blog-grid .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li {
            color: #fff;
            background-color: #f0582f;
            padding: 11px 12px;
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-size: 14px; }
            .blog-grid .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li:first-child {
              border-radius: 19px 0 0 0; }
            .blog-grid .single-blog-post-v3 .blog-thumb-v3 .post-time-date ul li:last-child {
              color: #f0582f;
              background-color: #fff; }
    .blog-grid .single-blog-post-v3 .blog-content-v3 {
      padding: 0 30px; }
      .blog-grid .single-blog-post-v3 .blog-content-v3 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        font-size: 0; }
        .blog-grid .single-blog-post-v3 .blog-content-v3 ul li {
          font-size: 0.75rem;
          font-weight: 300;
          padding: 26px 12px 20px; }
          .blog-grid .single-blog-post-v3 .blog-content-v3 ul li a {
            color: #707070; }
      .blog-grid .single-blog-post-v3 .blog-content-v3 h3 {
        font-size: 18px; }
        .blog-grid .single-blog-post-v3 .blog-content-v3 h3 a {
          color: #282828;
          display: block; }
      .blog-grid .single-blog-post-v3 .blog-content-v3 p {
        color: #2f2f2f;
        font-size: 15px;
        margin-bottom: 15px; }
      .blog-grid .single-blog-post-v3 .blog-content-v3 .read-more {
        color: #f0582f;
        font-size: 22px;
        margin-bottom: 17px;
        display: inline-block; }
        .blog-grid .single-blog-post-v3 .blog-content-v3 .read-more:hover {
          color: #282828; }
    .blog-grid .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date {
      bottom: 0;
      top: initial;
      right: 0; }
      .blog-grid .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date ul {
        text-align: center; }
        .blog-grid .single-blog-post-v3.first-blog-post .blog-thumb-v3 .post-time-date ul li {
          border-radius: 0; }
    .blog-grid .single-blog-post-v3:hover {
      border-color: transparent;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
      .blog-grid .single-blog-post-v3:hover .blog-content-v3 h3 a {
        color: #f0582f; }
  .blog-grid .load-more-posts {
    display: block;
    margin-top: 20px;
    text-align: center; }
  @media (max-width: 1199.98px) {
    .blog-grid .single-blog-post-v3 .blog-content-v3 {
      padding: 0 15px; } }
  @media (max-width: 767.98px) {
    .blog-grid {
      padding-bottom: 50px; }
      .blog-grid .single-blog-post-v3 .blog-thumb-v3 a {
        display: block; }
        .blog-grid .single-blog-post-v3 .blog-thumb-v3 a img {
          width: 100%; }
      .blog-grid .single-blog-post-v3 .blog-content-v3 {
        padding: 0 15px; } }

.blog-list {
  padding: 100px 0; }
  .blog-list .single-blog-post {
    margin-bottom: 30px; }
    .blog-list .single-blog-post .blog-thumb {
      border: 1px solid transparent;
      display: block;
      position: relative; }
      .blog-list .single-blog-post .blog-thumb .post-time-date {
        position: absolute;
        left: 30px;
        bottom: 0; }
        .blog-list .single-blog-post .blog-thumb .post-time-date ul {
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: left;
          font-size: 0; }
          .blog-list .single-blog-post .blog-thumb .post-time-date ul li {
            color: #fff;
            background-color: #f0582f;
            padding: 11px 12px;
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-size: 14px; }
            .blog-list .single-blog-post .blog-thumb .post-time-date ul li:last-child {
              color: #f0582f;
              background-color: #fff; }
    .blog-list .single-blog-post .blog-content {
      padding: 0 30px;
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: #edf0f5; }
      .blog-list .single-blog-post .blog-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        font-size: 0; }
        .blog-list .single-blog-post .blog-content ul li {
          font-size: 0.75rem;
          font-weight: 300;
          padding: 26px 0 20px;
          position: relative; }
          .blog-list .single-blog-post .blog-content ul li a {
            color: #707070;
            display: inline-block; }
          .blog-list .single-blog-post .blog-content ul li::after {
            content: "/";
            color: #707070;
            display: inline-block;
            margin: 0 15px; }
          .blog-list .single-blog-post .blog-content ul li:last-child::after {
            content: none; }
      .blog-list .single-blog-post .blog-content h3 {
        font-size: 27px;
        font-weight: 600; }
        .blog-list .single-blog-post .blog-content h3 a {
          color: #1b1b1b;
          display: block; }
      .blog-list .single-blog-post .blog-content p {
        color: #2f2f2f;
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 22px; }
      .blog-list .single-blog-post .blog-content .read-more {
        color: #f0582f;
        font-size: 22px;
        margin-bottom: 17px;
        display: inline-block; }
        .blog-list .single-blog-post .blog-content .read-more:hover {
          color: #282828; }
    .blog-list .single-blog-post:hover {
      border-color: transparent;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
      .blog-list .single-blog-post:hover .blog-content h3 a {
        color: #f0582f; }
  @media (max-width: 991.98px) {
    .blog-list .single-blog-post .blog-content {
      padding: 0 15px; }
      .blog-list .single-blog-post .blog-content h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px; } }

/*--------------------------------------------------------------
13.1.9. Blog Detail
--------------------------------------------------------------*/
.blog-detail .single-blog-post {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  padding-bottom: 30px; }
  .blog-detail .single-blog-post .blog-thumb,
  .blog-detail .single-blog-post .blog-content {
    border: 0; }
.blog-detail p {
  color: #262626;
  line-height: 28px;
  margin-bottom: 22px; }
.blog-detail strong {
  display: inline-block;
  color: #262626;
  padding-bottom: 16px; }
.blog-detail ul.arrow-listing {
  list-style: none;
  padding: 0;
  margin: 0 0 25px; }
  .blog-detail ul.arrow-listing li {
    display: block;
    color: #262626;
    padding: 0 15px 15px 15px;
    position: relative; }
    .blog-detail ul.arrow-listing li::before {
      font-family: FontAwesome;
      content: "\f105";
      position: absolute;
      left: 0;
      top: 1px; }
.blog-detail .next-previous-post {
  display: block;
  margin: 25px 0 50px; }
  .blog-detail .next-previous-post span {
    display: inline-block;
    margin-right: 17px;
    vertical-align: top; }
    .blog-detail .next-previous-post span em {
      color: #717171;
      display: block;
      margin-bottom: 15px;
      font-style: italic; }
    .blog-detail .next-previous-post span h3 {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      margin-bottom: 0; }
      .blog-detail .next-previous-post span h3 a {
        color: #282828; }
        .blog-detail .next-previous-post span h3 a:hover {
          color: #f0582f; }
  .blog-detail .next-previous-post .post-thumb {
    border-radius: 30rem;
    width: 70px; }
  .blog-detail .next-previous-post .post-content {
    width: calc(100% - 109px); }
.blog-detail .about-author {
  background-color: #f5f7fa;
  border-radius: 20px;
  display: block;
  margin: 0 0 100px;
  padding: 30px 30px 26px; }
  .blog-detail .about-author .author-thumb {
    border-radius: 30rem;
    display: inline-block;
    width: 140px;
    margin-right: 30px;
    vertical-align: top; }
  .blog-detail .about-author .author-content {
    display: inline-block;
    width: calc(100% - 174px); }
    .blog-detail .about-author .author-content em {
      color: #717171;
      display: block;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 2px; }
    .blog-detail .about-author .author-content h3 {
      font-size: 20px;
      margin-bottom: 17px; }
    .blog-detail .about-author .author-content p {
      color: #262626; }
    .blog-detail .about-author .author-content .post-social-share ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0; }
      .blog-detail .about-author .author-content .post-social-share ul li {
        display: inline-block;
        font-size: 15px;
        padding-right: 15px; }
        .blog-detail .about-author .author-content .post-social-share ul li a {
          color: #282828;
          display: block; }

.comments-area .comment-small-heading {
  color: #717171;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px; }
.comments-area .comments-title {
  font-size: 25px; }
.comments-area .comments-lead {
  font-style: italic;
  color: #717171;
  margin-bottom: 45px; }
.comments-area .comment-bg {
  display: block;
  margin-bottom: 45px; }
.comments-area ol {
  list-style: none;
  margin: 0;
  padding: 0; }
.comments-area ol.children {
  margin: 0 0 0 100px; }
  @media (max-width: 767.98px) {
    .comments-area ol.children {
      margin-left: 10px; } }
.comments-area li .comment-body {
  border-bottom: 1px solid #edf0f5;
  display: block;
  margin-bottom: 30px; }
.comments-area .comment-author {
  display: inline-block;
  margin-right: 20px;
  height: 70px;
  vertical-align: top;
  width: 70px; }
  @media (max-width: 767.98px) {
    .comments-area .comment-author {
      margin-right: 10px;
      height: 45px;
      width: 45px;
      border-width: 1px; } }
  .comments-area .comment-author img {
    display: block;
    margin-bottom: 10px;
    border-radius: 30rem; }
.comments-area .comment-meta {
  background-color: #fff;
  display: inline-block;
  padding: 0;
  position: relative;
  width: calc(100% - 94px); }
  .comments-area .comment-meta .comment-metadata {
    display: inline-block;
    margin-bottom: 13px; }
    .comments-area .comment-meta .comment-metadata .comment-rating .rating {
      display: inline-block; }
      .comments-area .comment-meta .comment-metadata .comment-rating .rating span {
        color: #ffdd22;
        font-size: 18px;
        width: 14px; }
  .comments-area .comment-meta a time {
    color: #707070;
    display: inline-block; }
    @media (max-width: 767.98px) {
      .comments-area .comment-meta a time {
        font-size: 0.75rem; } }
    .comments-area .comment-meta a time b {
      color: #282828;
      font-weight: 400;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      @media (max-width: 767.98px) {
        .comments-area .comment-meta a time b {
          font-size: 0.75rem; } }
  .comments-area .comment-meta a:hover b {
    color: #f0582f; }
  .comments-area .comment-meta .fn {
    display: block;
    margin-bottom: 8px; }
    .comments-area .comment-meta .fn a {
      color: #282828;
      font-weight: 600;
      display: block;
      text-align: left; }
      .comments-area .comment-meta .fn a:hover {
        color: #f0582f; }
.comments-area .children .comment-meta {
  width: 88%; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .comments-area .children .comment-meta {
      width: 87%; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .comments-area .children .comment-meta {
      width: 83%; } }
  @media (max-width: 767.98px) {
    .comments-area .children .comment-meta {
      width: 77%; } }
.comments-area .comment-content {
  clear: both;
  display: block; }
  .comments-area .comment-content p {
    color: #282828;
    display: block;
    line-height: 24px; }

.reply {
  float: right; }
  .reply a {
    color: #717171;
    display: block;
    font-size: 0.75rem;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600; }
    .reply a i {
      color: #f0582f;
      padding-left: 10px;
      font-size: 16px; }
    .reply a:hover {
      color: #f0582f; }

.comment-form input {
  border: 1px solid #edf0f5;
  border-radius: 30px;
  color: #707070;
  display: block;
  margin-bottom: 30px;
  padding: 0 15px 0 30px;
  width: 100%;
  height: 50px; }
.comment-form textarea {
  border: 1px solid #edf0f5;
  border-radius: 20px;
  color: #707070;
  display: block;
  height: 212px;
  padding: 15px 30px;
  resize: none;
  width: 100%;
  outline: none; }

.form-submit #submit {
  background-color: #3e3e3e;
  border: none;
  clear: both;
  color: #fff;
  display: block;
  margin: 10px 0 0;
  padding: 10px 30px;
  text-transform: normal;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: auto;
  outline: none; }
  .form-submit #submit:hover {
    background-color: #f0582f; }

/*--------------------------------------------------------------
13.1.10. 404/Error
--------------------------------------------------------------*/
.error-page {
  background: url("../images/section-images/error-page-bg.png") no-repeat center #f5f7fa;
  padding: 100px 0; }
  .error-page h3 {
    font-size: 140px;
    line-height: 105px;
    margin: 48px 0 7px 0; }
  .error-page small {
    display: block;
    font-size: 55px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 40px; }
  .error-page p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 26px; }
  .error-page .newsletter-inner {
    margin-bottom: 0; }
  .error-page #newsletter {
    background-color: #fff; }
  @media (max-width: 991.98px) {
    .error-page {
      padding: 50px 0; }
      .error-page h3 {
        font-size: 40px;
        line-height: 40px;
        margin: 48px 0 7px 0; }
      .error-page small {
        font-size: 25px;
        margin-bottom: 30px; } }

.error-page-testimonial {
  background-color: #f5f7fa; }

/*--------------------------------------------------------------
13.2. Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.sidebar .widget {
  border: 1px solid #edf0f5;
  display: block;
  margin-bottom: 30px; }
  .sidebar .widget .widget-title {
    border-bottom: 1px solid #edf0f5;
    font-size: 17px;
    font-weight: 600;
    padding: 0 30px;
    padding-bottom: 16px;
    padding-top: 18px;
    margin-bottom: 0; }
  .sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .sidebar .widget .widget-inner {
    display: block;
    padding: 30px 25px 15px; }
  .sidebar .widget.search-widget {
    border: none;
    position: relative; }
    .sidebar .widget.search-widget button[type="submit"] {
      background-color: transparent;
      color: #666666;
      cursor: pointer;
      position: absolute;
      padding: 0;
      top: 50%;
      right: 25px;
      transform: translateY(-50%); }
      .sidebar .widget.search-widget button[type="submit"]:hover {
        color: #f0582f; }
.sidebar .widget_material label {
  color: #6b6b6b;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-top: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .sidebar .widget_material label:first-child {
    margin-top: 0; }
  .sidebar .widget_material label:hover {
    color: #f0582f; }
.sidebar .widget_categories,
.sidebar .widget_archive {
  border: 1px solid #edf0f5; }
  .sidebar .widget_categories ul li,
  .sidebar .widget_archive ul li {
    display: block;
    margin: 0 30px;
    border-bottom: 1px solid #edf0f5;
    padding: 20px 0;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .sidebar .widget_categories ul li a,
    .sidebar .widget_archive ul li a {
      color: #282828;
      display: inline-block;
      padding-left: 15px;
      position: relative;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .sidebar .widget_categories ul li a::before,
      .sidebar .widget_archive ul li a::before {
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        left: 0;
        top: 0; }
    .sidebar .widget_categories ul li span,
    .sidebar .widget_archive ul li span {
      float: right; }
    .sidebar .widget_categories ul li:last-child,
    .sidebar .widget_archive ul li:last-child {
      border-bottom: 0; }
    .sidebar .widget_categories ul li:hover a,
    .sidebar .widget_archive ul li:hover a {
      color: #f0582f; }
.sidebar .widget_blog_post {
  border: 1px solid #edf0f5; }
  .sidebar .widget_blog_post ul {
    font-size: 0; }
    .sidebar .widget_blog_post ul li {
      border-bottom: 1px solid #edf0f5;
      display: block;
      margin: 0 30px;
      padding: 20px 0;
      font-size: 14px; }
      .sidebar .widget_blog_post ul li .widget-thumb {
        display: inline-block;
        width: 100px;
        margin-right: 11px;
        vertical-align: top; }
      .sidebar .widget_blog_post ul li .widget-post-data {
        display: inline-block;
        width: calc(100% - 115px); }
        .sidebar .widget_blog_post ul li .widget-post-data small {
          color: #717171;
          display: block;
          font-size: 0.75rem;
          margin-bottom: 15px; }
        .sidebar .widget_blog_post ul li .widget-post-data h4 {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 0;
          line-height: 18px; }
          .sidebar .widget_blog_post ul li .widget-post-data h4 a {
            display: block;
            color: #282828; }
            .sidebar .widget_blog_post ul li .widget-post-data h4 a:hover {
              color: #f0582f; }
      .sidebar .widget_blog_post ul li:last-child {
        border-bottom: 0; }
.sidebar .widget_tag_cloud ul {
  padding: 30px 25px 15px; }
  .sidebar .widget_tag_cloud ul li {
    display: inline-block;
    margin: 0 3px 15px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .sidebar .widget_tag_cloud ul li a {
      border: 1px solid #edf0f5;
      border-radius: 30px;
      color: #262626;
      display: block;
      font-size: 13px;
      padding: 14px 20px 13px 20px;
      line-height: 14px;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .sidebar .widget_tag_cloud ul li a:hover {
        background-color: #f0582f;
        border-color: #f0582f;
        color: #fff; }
.sidebar #twitter-feed-sidebar {
  padding: 30px 25px 15px; }
  .sidebar #twitter-feed-sidebar ul li {
    padding-left: 40px;
    position: relative;
    color: #717171; }
    .sidebar #twitter-feed-sidebar ul li .interact {
      display: none; }
    .sidebar #twitter-feed-sidebar ul li::before {
      color: #717171;
      content: "\f099";
      font-family: "FontAwesome";
      font-size: 24px;
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .sidebar #twitter-feed-sidebar ul li a {
      color: #282828; }
      .sidebar #twitter-feed-sidebar ul li a:hover {
        color: #3e3e3e; }
    .sidebar #twitter-feed-sidebar ul li:hover::before {
      color: #f0582f; }
.sidebar .widget_photo-gallery ul li {
  margin: 0 0 30px; }
  .sidebar .widget_photo-gallery ul li img {
    border: 3px solid #e1e1e1;
    width: 100%; }
.sidebar .form-group {
  margin-bottom: 15px; }
.sidebar .select {
  height: 50px; }
.sidebar .select-styled {
  background-color: #f5f7fa;
  border-radius: 30rem;
  border-color: #edf0f5;
  font-style: italic;
  padding-left: 30px; }
  .sidebar .select-styled::after {
    font-style: normal; }
@media (max-width: 1199.98px) {
  .sidebar .widget_categories ul li,
  .sidebar .widget_archive ul li {
    margin: 0 15px; }
  .sidebar .widget_blog_post ul li {
    margin: 0 15px; }
    .sidebar .widget_blog_post ul li .widget-thumb {
      width: 75px;
      margin-right: 7px; }
    .sidebar .widget_blog_post ul li .widget-post-data {
      width: calc(100% - 86px); }
      .sidebar .widget_blog_post ul li .widget-post-data h4 {
        font-size: 13px; }
      .sidebar .widget_blog_post ul li .widget-post-data small {
        margin-bottom: 5px; }
  .sidebar .widget_tag_cloud ul {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .sidebar .widget_blog_post ul li .widget-thumb {
    width: 45px;
    margin-right: 7px; }
  .sidebar .widget_blog_post ul li .widget-post-data {
    width: calc(100% - 56px); }
    .sidebar .widget_blog_post ul li .widget-post-data h4 {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      -webkit-box-orient: vertical; } }

/*--------------------------------------------------------------
13.3. Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*# sourceMappingURL=style.css.map */

/* custom css */

.welcome-section-v3 .facts-counter{
  bottom:inherit;
}
.city_list li, .footer-widgets li{
    margin-top: 10px;
}

.btn-category{
  color:#000;
}

@media (min-width: 300px) and (max-width: 400px) {
  #category-filter-v2 ul > li {
    padding: 0 50px 30px;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
  #category-filter-v2 ul > li {
    padding: 0 100px 30px;
  }
}

@media (min-width: 500px) and (max-width: 576px) {
  #category-filter-v2 ul > li {
    padding: 0 150px 30px;
  }
}


#category-filter-v3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  #category-filter-v3 ul > li {
    background-color: transparent;
    perspective: 1000px;
    flex-basis: 25%;
    padding: 0 15px 30px;
    margin: 0;
    text-align: left !important; }
    #category-filter-v3 ul > li .info-block {
      position: initial;
      transform: none;
      padding: 0; }
      #category-filter-v3 ul > li .info-block h4 {
        color: #fff;
        margin: 0 0 7px;
        text-transform: none;
        overflow: hidden;
        font-size: 18px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
      #category-filter-v3 ul > li .info-block .author {
        display: block;
        margin: 0 0 5px; }
      #category-filter-v3 ul > li .info-block .rating-box {
        margin-bottom: 10px; }
      #category-filter-v3 ul > li .info-block .rating {
        margin: 0 7px 0 0;
        vertical-align: middle;
        display: inline-block; }
        #category-filter-v3 ul > li .info-block .rating span {
          color: #fff; }
      #category-filter-v3 ul > li .info-block .category-tags {
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        padding: 5px 17px;
        font-size: 10;
        font-weight: 500; }
      #category-filter-v3 ul > li .info-block p {
        line-height: 1.8;
        margin-bottom: 20px;
        margin-top: 12px; }
      #category-filter-v3 ul > li .info-block a {
        color: #fff;
        text-transform: uppercase; }
      #category-filter-v3 ul > li .info-block .btn {
        color: #282828;
        font-weight: 600;
        padding: 6px 30px 7px; }
      #category-filter-v3 ul > li .info-block ol {
        border: 1px solid #6e46c4;
        list-style: none;
        padding: 0;
        margin: 0 -18px 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #category-filter-v3 ul > li .info-block ol li {
          flex: 2 1 auto;
          padding: 12px 10px;
          font-size: 12px;
          border-right: 1px solid #6e46c4;
          text-align: center;
          margin: 0; }
          #category-filter-v3 ul > li .info-block ol li i {
            font-size: 1rem;
            font-size: 14px; }
          #category-filter-v3 ul > li .info-block ol li:last-child {
            border: none; }
    #category-filter-v3 ul > li .flip-card-front .info-block {
      padding-top: 20px; }
      #category-filter-v3 ul > li .flip-card-front .info-block h4 {
        color: #282828; }
      #category-filter-v3 ul > li .flip-card-front .info-block .rating span {
        color: #282828; }
    #category-filter-v3 ul > li .flip-card-back {
      background-image: linear-gradient(to right bottom, #4f1dbb, #5732c8, #6044d5, #6955e2, #7265ee);
      display: block;
      padding: 0 20px; }
      #category-filter-v3 ul > li .flip-card-back .bottom-sticky {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0 -20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #category-filter-v3 ul > li .flip-card-inner {
        height: 520px; }
      #category-filter-v3 ul > li .flip-card-front > img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #category-filter-v3 ul > li .flip-card-inner {
        height: 580px; }
      #category-filter-v3 ul > li .flip-card-front > img {
        width: 100%; } }
    @media (max-width: 1199.98px) {
      #category-filter-v3 ul > li {
        flex-basis: 33.333%; } }
    @media (max-width: 991.98px) {
      #category-filter-v3 ul > li {
        flex-basis: 50%; } }
    @media (max-width: 575.98px) {
      #category-filter-v3 ul > li {
        flex-basis: 100%;
        text-align: center !important; } }

        @media (min-width: 300px) and (max-width: 400px) {
          #category-filter-v3 ul > li {
            padding: 0 50px 30px;
          }
        }

        @media (min-width: 400px) and (max-width: 500px) {
          #category-filter-v3 ul > li {
            padding: 0 100px 30px;
          }
        }

        @media (min-width: 500px) and (max-width: 576px) {
          #category-filter-v3 ul > li {
            padding: 0 150px 30px;
          }
        }
