/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
  # Headings
  # Copy
# Elements
  # Lists
  # Tables
# Forms
  # Buttons
  # Fields
# Accessibility
# Alignments
# Clearings
# Infinite scroll
# Partials
	# Header
	  # Header-global
	  # Header-mid-stack
	  # Header-left-inline
    # Media
      # Captions
      #Galleries
    # Navigation
      # Mobile
      # Navigation
    # Primary
      # Comments
      # Posts And Pages
    # Secondary
      # Widgets
    # Links
    # Blog

--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-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-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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.large-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

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

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

.animated {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.loading-item:before {
  font-family: "icomoon" !important;
  content: "\ec918";
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  color: #FFFF;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*# Headings*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
}

/*# Copy*/
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}

kbd {
  background-color: #333;
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

mark {
  background: #fff9c0;
  text-decoration: none;
}

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

#primary,
#secondary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.home #primary {
  margin-bottom: 0;
}

.error404 #primary {
  margin-bottom: 0;
}

.home.blog #primary {
  margin-bottom: 60px;
}

#primary {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .single-blog #primary {
    margin-bottom: 45px;
  }
}

#secondary {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .shop-main {
    margin-bottom: 70px;
  }
}

/*Custom Layout*/
.jr-silder .ult-easy-separator-wrapper .ult-easy-separator-inner-wrapper {
  margin-top: -83px;
}

.jr-feature-product .vc_tta-tabs-container {
  margin-top: 25px;
}

.jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  color: #444 !important;
  text-transform: uppercase;
  background-color: #fff !important;
  padding: 2px 20px !important;
  -webkit-border-radius: 22px !important;
          border-radius: 22px !important;
}

.jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a {
  color: #fff !important;
  background-color: #6abf77 !important;
}

.header_nomargin .site-header {
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
}

.footer_nomargin .site-header {
  margin-top: 0 !important;
}

.woocommerce-mini-cart__empty-message {
  color: #444;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

@media (max-width: 767px) {
  .woocommerce table.wishlist_table .product-name {
    width: 100%;
  }
}

.woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.woocommerce-mini-cart__buttons > a.button {
  margin: 0 5px;
}

.woocommerce-mini-cart__buttons .wcppec-cart-widget-button {
  margin-top: 15px;
}

.related-product .relate_content .price .sale {
  color: #999;
}

.text_signature {
  font-weight: 500;
}

.nbt-brands-slider ul.nbt-brands-carousel li .nbt-bc-thumb {
  border: 1px solid #ccc;
}

#nbt-alert {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-top: 10px;
}

.tax-product_brand .shop-main {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*3.1 Lists*/
ol {
  list-style-type: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

ul.list-inline > li {
  display: inline-block;
  margin-right: 15px;
}

ul.list-inline > li:last-child {
  margin-right: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  max-width: 100%;
  /* Extra wide images within figure tags don't overflow the content area. */
}

figure.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 435px !important;
}

button {
  outline: 0;
}

a {
  text-decoration: none;
}

/*3.2 Tables*/
table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
}

table thead th, table thead td, table tbody th, table tbody td, table tfoot th, table tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  figure.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
    height: 281px !important;
  }
}

body {
  overflow-x: hidden;
}

.html-loading {
  overflow: hidden;
  height: 100vh;
}

.loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  margin-top: 0px;
  top: 0px;
}

.loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading #loading-center #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.loading #loading-center #loading-center-absolute #object {
  width: 80px;
  height: 80px;
  -webkit-animation: animate1 1s infinite ease-in-out;
          animation: animate1 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.loading.demo2 #loading-center #loading-center-absolute {
  margin-top: -75px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loading.demo2 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65px;
  top: 65px;
}

.loading.demo2 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one 2s infinite;
          animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two 2s infinite;
          animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three 2s infinite;
          animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four 2s infinite;
          animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five 2s infinite;
          animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six 2s infinite;
          animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: object_seven 2s infinite;
          animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: object_eight 2s infinite;
          animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big 2s infinite;
          animation: object_big 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo3 #loading-center #loading-center-absolute .object {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid;
  background-color: transparent;
  left: 73px;
  top: 73px;
  position: absolute;
}

.loading.demo3 #loading-center #loading-center-absolute .object#first_object {
  -webkit-animation: first_object_animate 1s infinite ease-in-out;
          animation: first_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#second_object {
  -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
          animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#third_object {
  -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
          animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}

.loading.demo4 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo4 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo4 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate4 1s -0.9s ease-in-out infinite;
          animation: animate4 1s -0.9s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate4 1s -0.8s ease-in-out infinite;
          animation: animate4 1s -0.8s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate4 1s -0.7s ease-in-out infinite;
          animation: animate4 1s -0.7s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate4 1s -0.6s ease-in-out infinite;
          animation: animate4 1s -0.6s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate4 1s -0.5s ease-in-out infinite;
          animation: animate4 1s -0.5s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate4 1s -0.4s ease-in-out infinite;
          animation: animate4 1s -0.4s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate4 1s -0.3s ease-in-out infinite;
          animation: animate4 1s -0.3s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate4 1s -0.2s ease-in-out infinite;
          animation: animate4 1s -0.2s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate4 1s -0.1s ease-in-out infinite;
          animation: animate4 1s -0.1s ease-in-out infinite;
}

.loading.demo5 #loading-center #loading-center-absolute {
  height: 118px;
  width: 72px;
  margin-top: -59px;
  margin-left: -36px;
}

.loading.demo5 #loading-center #loading-center-absolute .object {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo5 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_5 1s infinite;
          animation: object_one_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_5 1s infinite;
          animation: object_two_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_5 1s infinite;
          animation: object_three_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_5 1s infinite;
          animation: object_four_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_5 1s infinite;
          animation: object_five_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_5 1s infinite;
          animation: object_six_5 1s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_6 2s infinite;
          animation: object_one_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_6 2s infinite;
          animation: object_two_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_6 2s infinite;
          animation: object_three_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_6 2s infinite;
          animation: object_four_6 2s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
          animation: loading-center-absolute 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  float: left;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_7 1.5s infinite;
          animation: object_one_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_7 1.5s infinite;
          animation: object_two_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_7 1.5s infinite;
          animation: object_three_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_7 1.5s infinite;
          animation: object_four_7 1.5s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loading.demo8 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 110px;
  float: left;
  margin-bottom: 110px;
}

.loading.demo8 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_8 2s infinite;
          animation: object_one_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_8 2s infinite;
          animation: object_two_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_8 2s infinite;
          animation: object_three_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_8 2s infinite;
          animation: object_four_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_big {
  -webkit-animation: object_big_8 0.5s infinite;
          animation: object_big_8 0.5s infinite;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
}

.loading.demo9 #loading-center #loading-center-absolute-one {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: -25px;
}

.loading.demo9 #loading-center #loading-center-absolute-two {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: 50px;
}

.loading.demo9 #loading-center .object-one {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: object-one 1s infinite;
          animation: object-one 1s infinite;
}

.loading.demo9 #loading-center .object-one:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-one:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-one:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-one:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-one:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo9 #loading-center .object-two {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: object-two 1s infinite;
          animation: object-two 1s infinite;
}

.loading.demo9 #loading-center .object-two:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loading.demo9 #loading-center .object-two:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading.demo9 #loading-center .object-two:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading.demo9 #loading-center .object-two:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-two:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-two:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-two:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-two:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo10 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -50px;
  margin-left: -50px;
}

.loading.demo10 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_10 1.5s infinite;
          animation: object_one_10 1.5s infinite;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_10 1.5s infinite;
          animation: object_two_10 1.5s infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_10 1.5s infinite;
          animation: object_three_10 1.5s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loading.demo11 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65px;
  top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
}

.loading.demo11 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_11 2s infinite;
          animation: object_one_11 2s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_11 2s infinite;
          animation: object_two_11 2s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_11 2s infinite;
          animation: object_three_11 2s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_11 2s infinite;
          animation: object_four_11 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_11 2s infinite;
          animation: object_five_11 2s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_11 2s infinite;
          animation: object_six_11 2s infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: object_seven_11 2s infinite;
          animation: object_seven_11 2s infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: object_eight_11 2s infinite;
          animation: object_eight_11 2s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big_11 2s infinite;
          animation: object_big_11 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading.demo12 #loading-center #loading-center-absolute {
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute-12 1s infinite;
          animation: loading-center-absolute-12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.loading.demo12 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_12 1s infinite;
          animation: object_one_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_12 1s infinite;
          animation: object_two_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_12 1s infinite;
          animation: object_three_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_12 1s infinite;
          animation: object_four_12 1s infinite;
}

.loading.demo13 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo13 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
}

.loading.demo13 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate_13 1s -0.9s ease-in-out infinite;
          animation: animate_13 1s -0.9s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate_13 1s -0.8s ease-in-out infinite;
          animation: animate_13 1s -0.8s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate_13 1s -0.7s ease-in-out infinite;
          animation: animate_13 1s -0.7s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate_13 1s -0.6s ease-in-out infinite;
          animation: animate_13 1s -0.6s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate_13 1s -0.5s ease-in-out infinite;
          animation: animate_13 1s -0.5s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate_13 1s -0.4s ease-in-out infinite;
          animation: animate_13 1s -0.4s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate_13 1s -0.3s ease-in-out infinite;
          animation: animate_13 1s -0.3s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate_13 1s -0.2s ease-in-out infinite;
          animation: animate_13 1s -0.2s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate_13 1s -0.1s ease-in-out infinite;
          animation: animate_13 1s -0.1s ease-in-out infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_14 2s infinite;
          animation: animate_14 2s infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading.demo15 #loading-center #loading-center-absolute {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.loading.demo15 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_15 2s infinite;
          animation: animate_15 2s infinite;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#page-loading .loading {
  z-index: 10;
  display: block !important;
  position: static;
  height: 300px;
}

/*demo1*/
@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
            transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
            transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo2*/
@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
            transform: translate(-65px, -65px);
  }
}

@keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
            transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
            transform: translate(0, -65px);
  }
}

@keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
            transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
            transform: translate(65px, -65px);
  }
}

@keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
            transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
            transform: translate(65px, 0);
  }
}

@keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
            transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
            transform: translate(65px, 65px);
  }
}

@keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
            transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
            transform: translate(0, 65px);
  }
}

@keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
            transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
            transform: translate(-65px, 65px);
  }
}

@keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
            transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
            transform: translate(-65px, 0);
  }
}

@keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
            transform: translate(-65px, 0);
  }
}

/*demo3*/
@-webkit-keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}
@keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@-webkit-keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@-webkit-keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
            transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
            transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@-webkit-keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
            transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
            transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo4*/
@-webkit-keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*demo 5*/
@-webkit-keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
            transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
            transform: translate(-100px, 46px) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
            transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
            transform: translate(100px, 46px) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
            transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
            transform: translate(-100px, 0) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
            transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
            transform: translate(100px, 0) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
            transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
            transform: translate(-100px, -46px) rotate(-179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
            transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
            transform: translate(100px, -46px) rotate(179deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*demo 6*/
@-webkit-keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
            transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
            transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
            transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
            transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
            transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
            transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
            transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
            transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
            transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
            transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
            transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
            transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
            transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
            transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
            transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
            transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
            transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
            transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
            transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
            transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
            transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
            transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
            transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
            transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*demo 7*/
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
            transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
            transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
            transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
            transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
            transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
            transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
            transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
            transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

/*demo8*/
@-webkit-keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
            transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
            transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
            transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
            transform: translate(130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
            transform: translate(130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
            transform: translate(0, 130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
            transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
            transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
            transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
            transform: translate(0, 130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
            transform: translate(-130px, 130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
            transform: translate(-130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
            transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
            transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
            transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
            transform: translate(0, -130px) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
            transform: translate(130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
            transform: translate(130px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
            transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
            transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
            transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
            transform: translate(-130px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
            transform: translate(-130px, -130px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
            transform: translate(0, -130px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*demo 9*/
@-webkit-keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}
@keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

@-webkit-keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}

@keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}

/*demo 10*/
@-webkit-keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/*demo 11*/
@-webkit-keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
            transform: translate(-65px, -65px);
  }
}

@keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
            transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
            transform: translate(0, -65px);
  }
}

@keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
            transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
            transform: translate(65px, -65px);
  }
}

@keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
            transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
            transform: translate(65px, 0);
  }
}

@keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
            transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
            transform: translate(65px, 65px);
  }
}

@keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
            transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
            transform: translate(0, 65px);
  }
}

@keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
            transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
            transform: translate(-65px, 65px);
  }
}

@keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
            transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
            transform: translate(-65px, 0);
  }
}

@keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
            transform: translate(-65px, 0);
  }
}

/*demo 12*/
@-webkit-keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}

@keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}

@-webkit-keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

@keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

@-webkit-keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

@keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

/*demo 13*/
@-webkit-keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*demo 14*/
@-webkit-keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*demo 15*/
@-webkit-keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
            transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
            transform: rotate(360deg) scale(0.8);
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*# Buttons*/
/*# Fields*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  background: url(../../images/arrow_down.png) no-repeat -webkit-calc(100% - 10px);
  background: url(../../images/arrow_down.png) no-repeat calc(100% - 10px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  width: 100%;
}

textarea {
  width: 100%;
}

.post-password-form input[type="password"] {
  min-height: 40px;
}

.post-password-form input[type="submit"] {
  border: 0;
  min-height: 40px;
}

.text-notice a:hover {
  background-color: #000 !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.alignright.size-full {
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  display: block;
  content: "";
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

@media (min-width: 1023.98px) {
  body .container {
    width: 1110px;
  }
}

@media (min-width: 1200px) {
  body .container {
    width: 1140px;
  }
}

a:hover {
  text-decoration: none;
}

.select2-selection--single:hover, .select2-selection--single:focus,
.select2-selection__rendered:hover,
.select2-selection__rendered:focus,
.ui-state-default:hover,
.ui-state-default:focus,
[class^="swiper-button-"]:hover,
[class^="swiper-button-"]:focus,
.btn:hover,
.btn:focus,
input:hover,
input:focus, button:hover, button:focus,
.block-search-hotel .box-search .btn-search button:hover,
.block-search-hotel .box-search .btn-search button:focus,
.block-top-destinations-hotel .btn-view-all .btn:hover,
.block-top-destinations-hotel .btn-view-all .btn:focus,
.block-top-reviews .choose-us .content-left .btn-read-more button:hover,
.block-top-reviews .choose-us .content-left .btn-read-more button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme 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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  display: block;
}

@media (max-width: 767.98px) {
  .header-top > .container {
    width: unset;
  }
}

.header-top .container-fluid {
  padding: 0 60px;
}

.header-top [class*=" col-"],
.header-top [class^="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .header-top [class*=" col-"],
  .header-top [class^="col-"] {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .header-top [class*=" col-"] .header-top__left,
  .header-top [class^="col-"] .header-top__left {
    width: 100%;
  }
}

.header-top [class*=" col-"]:last-child,
.header-top [class^="col-"]:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .header-top [class*=" col-"]:last-child,
  .header-top [class^="col-"]:last-child {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-top__left {
    width: 100%;
  }
}

.header-top__left .header-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Custom Select */
  /* Arrow */
}

.header-top__left .header-top-left__km {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .header-top__left .header-top-left__km {
    padding-left: 10px;
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.header-top__left .header-top-left__km input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.header-top__left .header-top-left__km label {
  cursor: pointer;
  text-indent: -9999px;
  width: 41px;
  height: 18px;
  background: rgba(51, 51, 51, 0.1);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  position: relative;
  margin: 0 6px 0 10px;
}

@media (max-width: 575.98px) {
  .header-top__left .header-top-left__km label {
    margin: 0 5px 0 5px;
  }
}

@media (max-width: 359.98px) {
  .header-top__left .header-top-left__km label {
    width: 20px;
    height: 10px;
    overflow: hidden;
  }
}

.header-top__left .header-top-left__km span {
  font-size: 14px;
  font-weight: bold;
}

.header-top__left .header-top-left__km label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 90px;
          border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 359.98px) {
  .header-top__left .header-top-left__km label:after {
    width: 10px;
    height: 10px;
  }
}

.header-top__left .header-top-left__km input:checked + label {
  background: rgba(51, 51, 51, 0.1);
}

.header-top__left .header-top-left__km input:checked + label:after {
  left: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.header-top__left .header-top-left__km label:active:after {
  width: 41px;
}

.header-top__left .header-top-left__usd {
  border-right: 1px solid #d5e0f0;
  padding: 4px 0 4px 0;
}

@media (max-width: 767.98px) {
  .header-top__left .header-top-left__usd {
    padding: 10px 0 10px 0;
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.header-top__left .header-top-left__usd div.select::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.header-top__left .header-top-left__usd div.select.usd::before {
  content: "\ec911";
}

.header-top__left .header-top-left__usd div.select.euro::before {
  content: "\ec911";
}

.header-top__left .header-top-left__usd span {
  font-weight: bold;
  font-size: 14px;
}

.header-top__left .header-top-left__usd:hover .select-usd .usd-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-top__left .header-top-left__language {
  border-right: 1px solid #d5e0f0;
  padding: 4px 0 4px 0;
  padding-left: 18px;
}

@media (max-width: 767.98px) {
  .header-top__left .header-top-left__language {
    padding: 10px 0 10px 10px;
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.header-top__left .header-top-left__language div.select::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.header-top__left .header-top-left__language div.select.eng::before {
  content: "\ec912";
}

.header-top__left .header-top-left__language div.select.vie::before {
  content: "\ec912";
}

.header-top__left .header-top-left__language span {
  font-weight: bold;
  font-size: 14px;
}

.header-top__left .header-top-left__language:hover .select-language .language-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-top__left .header-top-left .usd-wrap,
.header-top__left .header-top-left .language-wrap {
  padding-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__left .header-top-left .usd-wrap::before,
.header-top__left .header-top-left .language-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #111111 transparent;
  top: 0;
  left: 30px;
}

.header-top__left .header-top-left .usd-wrap ul,
.header-top__left .header-top-left .language-wrap ul {
  list-style: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background-image: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
  background-color: #111111;
  padding: 10px;
}

.header-top__left .header-top-left .usd-wrap ul li a,
.header-top__left .header-top-left .language-wrap ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

.header-top__left .header-top-left div.select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-top__left .header-top-left .select-language,
.header-top__left .header-top-left .select-usd {
  padding: 0 34px 0 25px;
}

@media (max-width: 575.98px) {
  .header-top__left .header-top-left .select-language,
  .header-top__left .header-top-left .select-usd {
    padding: 0 25px 0 25px;
  }
}

.header-top__left .header-top-left .usd-wrap,
.header-top__left .header-top-left .language-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header-top__left .header-top-left .usd-wrap li:not(:last-child),
.header-top__left .header-top-left .language-wrap li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #d5e0f0;
  padding-bottom: 10px;
}

.header-top__left .header-top-left div.select::after {
  content: "\b907";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  font-size: 7px;
  margin-top: -1px;
}

@media (max-width: 575.98px) {
  .header-top__left .header-top-left div.select::after {
    right: 10px;
  }
}

.header-top__right i {
  margin-right: 8px;
}

.header-top__right .header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__right .header-top-right__social {
  border-right: 1px solid #d5e0f0;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .header-top__right .header-top-right__social {
    display: none;
  }
}

.header-top__right .header-top-right__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-top__right .header-top-right__social ul li {
  display: inline-block;
  border: solid 1px #d5e0f0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__social ul li:not(:last-child) {
  margin-right: 6px;
}

.header-top__right .header-top-right__social ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__right .header-top-right__social ul li a span {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__social ul li:hover {
  background-color: #1c73ea;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__social ul li:hover a span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.header-top__right .header-top-right__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #d5e0f0;
  padding: 4px 22px 4px 20px;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__right .header-top-right__phone .icon-phone {
  margin-right: 10px;
  font-size: 17px;
}

.header-top__right .header-top-right__phone span a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
}

.header-top__right .header-top-right__phone:hover i a,
.header-top__right .header-top-right__phone:hover span a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__singin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 13px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__right .header-top-right__singin i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__singin span a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.header-top__right .header-top-right__singin:hover i a,
.header-top__right .header-top-right__singin:hover span a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__search {
  border-right: 1px solid #d5e0f0;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-top__right .header-top-right__search ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.header-top__right .header-top-right__search .icon-search {
  position: relative;
}

@media (max-width: 767.98px) {
  .header-top__right .header-top-right__search .icon-search {
    display: none;
  }
}

.header-top__right .header-top-right__search .icon-search::before {
  content: "\ea959";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}

.header-top__right .header-top-right__search .icon-search .search-form-header {
  top: 32px;
  right: -75px;
  z-index: 10;
}

.header-top__right .header-top-right__search .icon-search:hover .search-form-header {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-top__right .header-top-right__search .icon-search:hover::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__right .header-top-right__search .icon-search span {
  text-indent: -9999px;
  display: none;
}

.header-top__right .header-top-right__cart {
  border-right: 1px solid #d5e0f0;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-top__right .header-top-right__cart ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.header-top__right .header-top-right__cart .icon-shopping-cart::before {
  content: "\ea960";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.header-top__right .header-top-right__cart .icon-shopping-cart span {
  text-indent: -9999px;
  display: none;
}

.home-2 .header-top__left .header-top-left__usd {
  padding: 4px 0 4px 0;
  border-right-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__left .header-top-left__usd {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__left .header-top-left__language {
  padding: 4px 0 4px 18px;
  border-right-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__left .header-top-left__language {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__left .header-top-left__km input:checked + label,
.home-2 .header-top__left .header-top-left__km label {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__left .header-top-left__km input:checked + label,
  .home-2 .header-top__left .header-top-left__km label {
    border-right-color: #333333;
  }
}

.home-2 .header-top__right .header-top-right__social {
  border-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__social {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__right .header-top-right__social ul li {
  border-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__social ul li {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__right .header-top-right__phone {
  border-right-color: rgba(213, 224, 240, 0.2);
  padding: 4px 22px 4px 20px;
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__phone {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__right .header-top-right__cart {
  border-right-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__cart {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__right .header-top-right__search {
  border-right-color: rgba(213, 224, 240, 0.2);
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__search {
    border-right-color: #d5e0f0;
  }
}

.home-2 .header-top__left .header-top-left .usd-wrap ul,
.home-2 .header-top__left .header-top-left .language-wrap ul,
.home-1 .header-top__left .header-top-left .usd-wrap ul,
.home-1 .header-top__left .header-top-left .language-wrap ul {
  background-color: #ffffff;
}

.home-2 .header-top__left .header-top-left .usd-wrap::before,
.home-2 .header-top__left .header-top-left .language-wrap::before,
.home-1 .header-top__left .header-top-left .usd-wrap::before,
.home-1 .header-top__left .header-top-left .language-wrap::before {
  border-color: transparent transparent #ffffff transparent;
}

.home-2 .header-top__left .header-top-left .usd-wrap ul li a,
.home-2 .header-top__left .header-top-left .language-wrap ul li a,
.home-1 .header-top__left .header-top-left .usd-wrap ul li a,
.home-1 .header-top__left .header-top-left .language-wrap ul li a {
  color: #111111;
}

.home-1 .site-header .header-middle {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.05);
}

.home-1 .nb-navbar > .menu-item > a span {
  color: white;
}

.home-1 .nb-navbar > .menu-item.menu-item-has-children > a::after {
  color: white;
}

.home-1 .nb-navbar > .menu-item:hover > a span {
  color: white;
}

.home-1 .main-logo a {
  display: block;
  background-image: url("http://hotelier.de/wp-content/uploads/2020/08/logo-1.png");
  background-repeat: no-repeat;
}

@media (max-width: 1023.98px) {
  .home-1 .main-logo a {
    background-image: none;
  }
}

.home-1 .main-logo a img {
  opacity: 0;
}

@media (max-width: 1023.98px) {
  .home-1 .main-logo a img {
    opacity: 1;
  }
}

.home-2 .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media (max-width: 1023.98px) {
  .home-2 .site-header {
    position: unset;
  }
}

.home-2 .top-section {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0 30px;
}

@media (max-width: 1023.98px) {
  .site-header.header-1 .header-middle {
    display: none;
  }
  .site-header.header-1 .header-middle.no-middle-menu {
    display: block;
    padding: 10px 0;
  }
  .site-header.header-1 .header-middle.no-middle-menu .main-logo {
    max-width: 80%;
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
  }
}

.header-2 .header-middle {
  padding: 0;
  background-color: #ffffff;
  position: unset;
}

.header-2 .main-nav-wrap {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

@media (min-width: 992px) and (max-width: 1023.98px) {
  .header-2 .main-nav-wrap {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-2 .main-nav-wrap {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-2 .main-nav-wrap {
    width: 540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .header-2 .main-nav-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.header-2 .main-nav-wrap > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap > div.main-logo {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header-2 .main-nav-wrap > div.main-menu {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 576px) {
  .header-2 .main-nav-wrap > div {
    max-width: 33.33% !important;
    -webkit-flex-basis: 33.33% !important;
        -ms-flex-preferred-size: 33.33% !important;
            flex-basis: 33.33% !important;
  }
}

@media (max-width: 576px) {
  .header-2 .main-nav-wrap > div {
    max-width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
  .header-2 .main-nav-wrap > div.main-login {
    border-right: 1px solid #e8e8e8;
  }
  .header-2 .main-nav-wrap > div.main-search-menu .main-search {
    min-width: 250px;
  }
}

@media (max-width: 1023px) {
  .header-2 .main-nav-wrap > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-2 .main-nav-wrap > div.sticky-wrapper {
    display: none;
  }
  .header-2 .main-nav-wrap > div.main-login {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-2 .main-nav-wrap > div.main-search-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-right: 0;
  }
}

.header-2 .main-nav-wrap .main-logo {
  padding: 18px 0 18px 99px;
}

.header-2 .main-nav-wrap .main-logo a img {
  width: 142px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .header-2 .main-nav-wrap .main-logo {
    display: none;
  }
}

.header-2 .main-nav-wrap .main-search-menu {
  position: relative;
  max-width: -webkit-calc(80% - 369px);
  max-width: calc(80% - 369px);
  -webkit-flex-basis: -webkit-calc(80% - 369px);
      -ms-flex-preferred-size: calc(80% - 369px);
          flex-basis: calc(80% - 369px);
  padding-left: 10px;
  padding-right: 40px;
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1440px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    z-index: 999;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search > span {
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

@media (min-width: 1440px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search > span {
    display: none;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro {
  max-width: 911px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro {
    max-width: 100%;
    width: 100%;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

@media (min-width: 1440px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel {
    border: 1px solid #e8e8e8;
  }
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel {
    border: 0;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1440px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search {
    display: block;
    padding: 40px 15px 15px;
    border-top: 1px solid #e8e8e8;
  }
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div {
    width: 100%;
  }
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div:not(:last-child) {
    border: 1px solid  #e8e8e8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 10px;
  }
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search {
    margin: auto;
    margin-top: 20px;
  }
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search button {
    -webkit-border-radius: 5px !important;
            border-radius: 5px !important;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div {
  height: 40px;
  padding: 0;
  margin: 0;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div input {
  height: 100%;
  border-bottom: 0;
  padding: 11px 16px 10px 47px;
  background-color: transparent;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div i {
  left: 22px;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div i.fa-calendar-alt:before {
  font-size: 14px;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map {
  border-right: 1px solid #e8e8e8;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map ::-webkit-input-placeholder {
  color: #797979;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map :-ms-input-placeholder {
  color: #797979;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map ::-ms-input-placeholder {
  color: #797979;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map ::placeholder {
  color: #797979;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.map {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.date-before {
  border-right: 1px solid #e8e8e8;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.date-before {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.date-after {
  border-right: 1px solid #e8e8e8;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.date-after {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 10px;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality .block-top {
  height: 100%;
  border-bottom: 0;
  margin: 0;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality .block-top .icon {
  left: 22px;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality .block-top .block-content .adult-content {
  margin-left: 47px;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality .dropdown-menu {
  width: 100%;
  min-width: 100%;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality .field-total-people2 .dropdown {
  position: unset;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.quality input {
  padding: 6px 10px;
  border-bottom: 1px solid #d5e0f0;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search {
  width: 142px;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search button {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search button:before {
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search button {
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-search .wrapper-tour-operator-pro .block-search-hotel .box-search > div.btn-search button:before {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.header-2 .main-nav-wrap .main-search-menu .main-menu {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1441px) {
  .header-2 .main-nav-wrap .main-search-menu .main-menu {
    display: none;
  }
}

.header-2 .main-nav-wrap .main-search-menu .main-menu p {
  margin-bottom: 0;
}

.header-2 .main-nav-wrap .main-search-menu .main-menu span {
  text-transform: uppercase;
  color: #111111;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
}

.header-2 .main-nav-wrap .main-search-menu .main-menu span:first-child {
  margin-right: 5px;
}

.header-2 .main-nav-wrap .main-login {
  padding: 0 0 0 36px;
  width: 170px;
}

@media (max-width: 1023px) {
  .header-2 .main-nav-wrap .main-login {
    margin: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .main-login {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 0 0 0 15px;
  }
}

.header-2 .main-nav-wrap .main-login img {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .header-2 .main-nav-wrap .main-login img {
    display: none;
  }
}

.header-2 .main-nav-wrap .main-login .login a,
.header-2 .main-nav-wrap .main-login .login span {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.header-2 .main-nav-wrap .add-hotel {
  width: 199px;
}

@media (max-width: 767.98px) {
  .header-2 .main-nav-wrap .add-hotel {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .header-2 .main-nav-wrap .add-hotel {
    display: none;
  }
}

.header-2 .main-nav-wrap .add-hotel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-2 .main-nav-wrap .add-hotel a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.header-2 .main-nav-wrap .add-hotel a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
          border-radius: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-2 .main-nav-wrap .add-hotel a:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-2 .main-nav-wrap .add-hotel a:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-2 .main-nav-wrap .add-hotel a:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.header-2 .main-nav-wrap #primary-menu {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  background: #111111;
}

@media (max-width: 1023px) {
  .header-2 .main-nav-wrap #primary-menu {
    display: none;
  }
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar > li {
  padding: 9px 0;
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar > li a {
  text-transform: uppercase;
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar > li a span {
  font-size: 14px;
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar > li:first-child {
  margin-left: 0px;
}

.header-2 .main-nav-wrap #primary-menu ul.nb-navbar > li:not(:last-child) {
  margin-left: 45px;
}

.header-2 + .header-mmobile {
  background-color: #f3f8ff;
}

.header-1 #primary-menu ul.nb-navbar > li {
  margin-left: 16px;
}

.header-1 #primary-menu ul.nb-navbar > li.button-header {
  margin-left: 38px;
}

.header-1 #primary-menu ul.nb-navbar > li.icon-search {
  margin-left: 25px;
}

.sub-menu.top-section {
  display: block;
  width: 100%;
}

.main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  .main-nav-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-logo {
  max-width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

@media (max-width: 1023.98px) {
  .main-logo {
    max-width: 30%;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

#primary-menu {
  max-width: 80%;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}

@media (max-width: 1023.98px) {
  #primary-menu {
    max-width: 70%;
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}

.main-desktop-navigation {
  max-width: 80%;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}

@media (max-width: 1199px) {
  .main-desktop-navigation {
    max-width: 70%;
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}

#primary-menu ul.nb-navbar {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#primary-menu ul.nb-navbar > li {
  margin-left: 30px;
  position: relative;
}

@media (max-width: 1199.98px) {
  #primary-menu ul.nb-navbar > li {
    margin-left: 20px;
  }
}

#primary-menu ul.nb-navbar > li a {
  display: block;
}

#primary-menu ul.nb-navbar > li a:hover {
  text-decoration: none;
}

#primary-menu ul.nb-navbar > li.button-header {
  padding: 0;
}

#primary-menu ul.nb-navbar > li.button-header a {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 14px 33px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#primary-menu ul.nb-navbar > li.button-header a span {
  color: white;
}

@media (max-width: 1199.98px) {
  #primary-menu ul.nb-navbar > li.button-header a {
    padding: 13px 20px;
  }
}

#primary-menu ul.nb-navbar > li.button-header a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
}

#primary-menu ul.nb-navbar > li.button-header a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#primary-menu ul.nb-navbar > li.button-header a:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#primary-menu ul.nb-navbar > li.button-header a:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#primary-menu ul.nb-navbar > li.button-header a:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#primary-menu ul.nb-navbar > li.button-header:hover a span {
  color: white;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu {
  width: 260px;
  -webkit-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #111111;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 76px;
  border: 0;
  padding-top: 16px;
  padding-bottom: 30px;
  min-width: 260px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li {
  padding-left: 0;
  position: relative;
  padding-right: 0;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li a {
  padding-left: 35px;
  padding-right: 30px;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li:hover {
  background-color: rgba(243, 248, 255, 0.2);
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li:hover a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
  position: absolute;
  -webkit-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #111111;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li a {
  padding-left: 35px;
  padding-right: 30px;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li a::before {
  color: #081929;
}

#primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li:hover {
  background-color: rgba(243, 248, 255, 0.2);
}

.elementor-default #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu {
  top: 101px;
}

.elementor-default #primary-menu ul.nb-navbar > li {
  padding: 39px 0;
}

.elementor-default #primary-menu ul.nb-navbar > li.button-header {
  padding: 26px 0;
}

.nb-navbar {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.nb-navbar ul {
  list-style-type: none;
}

@media (max-width: 767px) {
  .nb-navbar .menu-item .sub-menu {
    margin-left: 15px;
  }
}

.nb-navbar > .menu-item {
  position: relative;
}

.nb-navbar > .menu-item:first-child span {
  padding-left: 0;
}

.nb-navbar > .menu-item > a {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .nb-navbar > .menu-item:first-child a {
    padding-left: 0;
  }
  .nb-navbar > .menu-item:last-child a {
    padding-right: 0;
  }
}

.nb-navbar > .menu-item.menu-item-has-children {
  position: relative;
}

.nb-navbar > .menu-item.menu-item-has-children > a {
  position: unset;
}

.nb-navbar > .menu-item.menu-item-has-children > a:after {
  content: "\b907";
  font-family: "icomoon";
  position: absolute;
  right: -5px;
  top: 9px;
  font-size: 7px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400;
  color: #081929;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nb-navbar > .menu-item.menu-item-has-children .menu-item.menu-item-has-children {
  position: relative;
}

.nb-navbar > .menu-item.menu-item-has-children:hover > a:after {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nb-navbar .sub-menu {
  visibility: hidden;
  opacity: 0;
  min-width: 270px;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: solid 1px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.nb-navbar .sub-menu li a span {
  color: white;
}

.nb-navbar .sub-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #111111 transparent;
  left: 20px;
  top: -10px;
}

@media (max-width: 991px) {
  .nb-navbar .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.nb-navbar .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
  margin-left: 15px;
}

.nb-navbar .sub-menu .sub-menu::before {
  left: -13px;
  top: 17px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nb-navbar .sub-menu .sub-menu.nb_caret::before {
  right: -13px;
  left: unset;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nb-navbar .sub-menu .sub-menu li a span {
  color: white;
}

.nb-navbar .sub-menu > .menu-item {
  padding-top: 11px;
  padding-bottom: 11px;
}

.nb-navbar .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .nb-navbar .menu-item-has-children:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
  }
  .nb-navbar .menu-item-has-children:hover > .sub-menu {
    display: none;
  }
  .nb-navbar .menu-item-has-children.open > .sub-menu, .nb-navbar .menu-item-has-children.open:hover > .sub-menu {
    display: block;
  }
  .nb-navbar .menu-item-has-children > a {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .nb-navbar .menu-item-has-children > a:after {
    content: none;
    font-family: "fontello";
    display: inline-block;
    margin-left: 5px;
  }
}

.nb-navbar .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.nb-navbar,
.nb-header-sub-menu {
  padding-left: 0;
  list-style-type: none;
}

.nb-header-sub-menu {
  margin: 0;
}

.nb-header-sub-menu > li {
  display: inline-block;
  position: relative;
}

.nb-header-sub-menu > li > a {
  padding-right: 12px;
}

.nb-header-sub-menu > li:not(:first-child) > a, .nb-header-sub-menu > li:not(:last-child) > a {
  padding-left: 12px;
}

.nb-header-sub-menu .menu-item-has-children span {
  position: relative;
}

.nb-header-sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.nb-header-sub-menu .sub-menu {
  min-width: 120px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 10px 20px 10px;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.nb-header-sub-menu .sub-menu .menu-item a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nb-header-sub-menu .sub-menu .sub-menu {
  top: 0 !important;
  left: 98%;
}

.nb-header-sub-menu .menu-item-has-children > a span:after {
  content: "\f107";
  font-family: "fontello";
  margin-left: 5px;
}

@media (max-width: 767px) {
  .menu-section .main-navigation .menu-main-menu-wrap {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 50px 0 0;
    width: 300px;
    z-index: 9;
    background: #0c0c0c;
    overflow: auto;
  }
  .menu-section .main-navigation .menu-main-menu-wrap .nb-navbar {
    display: block;
  }
  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    border-bottom: 3px double #444;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
    color: #fff;
    margin: 0 0 5px;
  }
  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 22px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) {
  .menu-section .main-navigation .mobile-toggle-button {
    display: none;
  }
  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    display: none;
  }
}

.hover-button-header {
  display: none;
}

@media (max-width: 991px) {
  .hover-button-header {
    display: block;
  }
}

.hover-button-header .btn-book-now {
  text-transform: capitalize !important;
}

.hover-button-header:hover .btn-book-now {
  color: white !important;
}

.site-header {
  display: block;
}

.header-mmobile {
  display: none;
  padding: 10px 0;
  background-color: #ffffff;
}

@media (max-width: 1023.98px) {
  .header-mmobile {
    display: block;
  }
}

.header-mmobile .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mmobile .left .main-logo {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.header-mmobile .right {
  text-align: right;
  width: 33%;
}

.header-mmobile .right a[href="#mmenu"] {
  color: black;
  font-size: 20px;
}

@media (min-width: 992px) {
  .header-2 .nb-navbar > .menu-item,
  .home-3 .nb-navbar > .menu-item {
    color: white;
  }
}

@media (min-width: 992px) {
  .header-2 .nb-navbar > .menu-item.menu-item-has-children > a:after,
  .header-2 .nb-navbar > .menu-item.menu-item-has-children:hover > a:after,
  .home-3 .nb-navbar > .menu-item.menu-item-has-children > a:after,
  .home-3 .nb-navbar > .menu-item.menu-item-has-children:hover > a:after {
    color: #b6b6b6;
  }
}

.home-1 #primary-menu ul.nb-navbar > li.icon-cart::before, .home-1 #primary-menu ul.nb-navbar > li.icon-search::before {
  color: white;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
  background-color: transparent;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header a {
  border: solid 1px;
  border-color: white;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header a::after {
  background-color: transparent;
}

.home-1 #primary-menu ul.nb-navbar > li.button-header a:hover {
  border-color: white;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-2 .site-header .header-top {
  background-color: rgba(243, 248, 255, 0);
  color: white;
}

@media (max-width: 1023.98px) {
  .home-2 .site-header .header-top {
    background-color: #f3f8ff;
    color: #111111;
  }
}

.home-2 .site-header .header-middle {
  background-color: transparent;
}

.home-2 .header-top__right .header-top-right__social ul li a span,
.home-2 .header-top__right .header-top-right__phone span a,
.home-2 .header-top__right .header-top-right__singin span a,
.home-2 .header-top__left .header-top-right ul li a {
  color: white;
}

@media (max-width: 1023.98px) {
  .home-2 .header-top__right .header-top-right__social ul li a span,
  .home-2 .header-top__right .header-top-right__phone span a,
  .home-2 .header-top__right .header-top-right__singin span a,
  .home-2 .header-top__left .header-top-right ul li a {
    color: #111111;
  }
}

.home-3 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu,
.home-3 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu,
.header-2 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu,
.header-2 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu,
.home-1 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu,
.home-1 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu {
  background-color: #ffffff;
}

.home-3 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li:hover,
.home-3 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li:hover,
.header-2 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li:hover,
.header-2 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li:hover,
.home-1 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu li:hover,
.home-1 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu > li:hover {
  background-color: #f3f8ff;
}

.home-3 .nb-navbar .sub-menu li a span,
.header-2 .nb-navbar .sub-menu li a span,
.home-1 .nb-navbar .sub-menu li a span {
  color: #111111;
}

.home-3 .nb-navbar .sub-menu li .sub-menu li a span,
.header-2 .nb-navbar .sub-menu li .sub-menu li a span,
.home-1 .nb-navbar .sub-menu li .sub-menu li a span {
  color: #111111;
}

.home-3 .nb-navbar .sub-menu .sub-menu::before,
.home-3 .nb-navbar .sub-menu::before,
.header-2 .nb-navbar .sub-menu .sub-menu::before,
.header-2 .nb-navbar .sub-menu::before,
.home-1 .nb-navbar .sub-menu .sub-menu::before,
.home-1 .nb-navbar .sub-menu::before {
  border-color: transparent transparent #ffffff transparent;
}

.header-2 #primary-menu ul.nb-navbar > li.menu-item-has-children > .sub-menu {
  top: 50px;
}

#mmenu .icon-search,
#mmenu .icon-cart,
#mmenu .button-header {
  display: none;
}

.elementor-default .header-middle {
  border: 0;
}

.search-form-header {
  width: 286px;
  padding: 0;
  position: absolute;
  top: 100px;
  right: -70px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.1);
  background-color: #111111;
}

.search-form-header::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #111111 transparent;
  top: -10px;
  right: 76px;
}

.search-form-header .nb-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.search-form-header .nb-input-group label {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #081929;
}

.search-form-header .nb-input-group .search-field {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 75px;
  background-color: #111111;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 75px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.search-form-header .nb-input-group .search-field::-webkit-input-placeholder {
  color: red;
}

.search-form-header .nb-input-group .search-field:-ms-input-placeholder {
  color: red;
}

.search-form-header .nb-input-group .search-field::-ms-input-placeholder {
  color: red;
}

.search-form-header .nb-input-group .search-field::placeholder {
  color: red;
}

.search-form-header .nb-input-group .search-field::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  opacity: 0.8;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
}

.search-form-header .nb-input-group .search-field:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  opacity: 0.8;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
}

.search-form-header .nb-input-group .search-field::-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  opacity: 0.8;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
}

.search-form-header .nb-input-group .search-field::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  opacity: 0.8;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
}

.search-form-header .nb-input-group .search-field:hover, .search-form-header .nb-input-group .search-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form-header .nb-input-group .search-button {
  display: block !important;
}

.search-form-header .nb-input-group .search-button button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.search-form-header .nb-input-group .search-button button:hover {
  background-color: transparent;
}

.home-1 .search-form-header::before {
  border-color: transparent transparent #ffffff transparent;
}

.home-1 .search-form-header .nb-input-group .search-field {
  color: #111111;
  background-color: #ffffff;
}

.home-1 .search-form-header .nb-input-group .search-field::-webkit-input-placeholder {
  color: #111111;
}

.home-1 .search-form-header .nb-input-group .search-field:-ms-input-placeholder {
  color: #111111;
}

.home-1 .search-form-header .nb-input-group .search-field::-ms-input-placeholder {
  color: #111111;
}

.home-1 .search-form-header .nb-input-group .search-field::placeholder {
  color: #111111;
}

#mmenu .mm-navbar__title span {
  display: none !important;
}

#mmenu .icon-close {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 999;
}

#primary-menu.stuck {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.home-1 .site-header .header-middle {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-1 .site-header .header-middle.stuck {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #111111;
}

.home .header-middle.is_stuck {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.home .header-middle.is_stuck .top-section {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sticky-wrapper {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.admin-bar .header-middle.is_stuck {
  top: 32px !important;
}

.admin-bar .header-middle #primary-menu.stuck {
  top: 32px !important;
}

.home-1 .site-header.header-1.fixed .header-middle.is_stuck {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #111111;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.site-header.header-1.fixed .header-middle.is_stuck {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.top-section:not(.header-2) .is_stuck,
.top-section:not(.header-2) .stuck {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

@media screen and (max-width: 1023px) {
  .mm-page .nojq {
    position: absolute !important;
    top: -32px !important;
  }
}

@media screen and (max-width: 782px) {
  .mm-page .nojq {
    top: -46px !important;
  }
}

.login-message {
  display: inline-block;
  position: fixed;
  right: 60px;
  top: 30px;
  z-index: 999;
}

.login-message .close {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.layout-10 {
  overflow: hidden;
}

.layout-10 #footer-1.col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 767.98px) {
  .layout-10 #footer-1.col-lg-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout-10 #footer-1.col-lg-3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  left: -100px;
  background-color: rgba(255, 255, 255, 0.05);
}

.layout-10 #footer-1.col-lg-3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  right: -100px;
  background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-1.col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.layout-10 #footer-1.col-lg-3 .widget_media_image {
  width: 150px;
}

@media (max-width: 767.98px) {
  .layout-10 #footer-1.col-lg-3 .widget_media_image {
    width: 100%;
    text-align: left;
  }
}

.layout-10 #footer-1.col-lg-3 .widget_text {
  width: 60%;
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-1.col-lg-3 .widget_text {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}

@media (max-width: 767.98px) {
  .layout-10 #footer-1.col-lg-3 .widget_text {
    width: 100%;
    text-align: left;
  }
}

.layout-10 #footer-1.col-lg-3 .widget_text p {
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 23px;
  color: #ffffff;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  padding-left: 39px;
  margin-left: 27px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .layout-10 #footer-1.col-lg-3 .widget_text p {
    border: 0;
    padding: 0;
    text-align: left;
    margin-left: 0;
  }
}

.layout-10 #footer-1.col-lg-3 .widget_media_gallery {
  width: -webkit-calc(100% - 60% - 150px);
  width: calc(100% - 60% - 150px);
  margin-bottom: 27px;
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-1.col-lg-3 .widget_media_gallery {
    display: none;
  }
}

.layout-10 #footer-1.col-lg-3 .widget_media_gallery .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

.layout-10 #footer-1.col-lg-3 .widget_media_gallery .gallery .gallery-item:first-child {
  margin-right: 30px;
}

.layout-10 #footer-2.col-lg-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-2.col-lg-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }
}

.layout-10 #footer-2.col-lg-2 .widget {
  padding-right: 100px;
}

@media (max-width: 1903.98px) {
  .layout-10 #footer-2.col-lg-2 .widget {
    padding-right: 50px;
  }
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-2.col-lg-2 .widget {
    padding-right: 0;
  }
}

.layout-10 #footer-2.col-lg-2 .widget_media_gallery .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.layout-10 #footer-2.col-lg-2 .widget_media_gallery .gallery figure {
  margin-right: 8px;
}

.layout-10 #footer-2.col-lg-2 .widget_text p {
  line-height: 27px;
}

.layout-10 #footer-3.col-lg-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-3.col-lg-2 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .layout-10 #footer-3.col-lg-2 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .layout-10 #footer-3.col-lg-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.layout-10 #footer-3.col-lg-2 .widget {
  padding-left: 107px;
}

@media (max-width: 1903.98px) {
  .layout-10 #footer-3.col-lg-2 .widget {
    padding-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-3.col-lg-2 .widget {
    padding-left: 0;
  }
}

.layout-10 #footer-4.col-lg-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-4.col-lg-2 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .layout-10 #footer-4.col-lg-2 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .layout-10 #footer-4.col-lg-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.layout-10 #footer-4.col-lg-2 .widget {
  padding-right: 125px;
}

@media (max-width: 1903.98px) {
  .layout-10 #footer-4.col-lg-2 .widget {
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-4.col-lg-2 .widget {
    padding-right: 20px;
  }
}

.layout-10 #footer-5.col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-5.col-lg-3 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .layout-10 #footer-5.col-lg-3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .layout-10 #footer-5.col-lg-3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.layout-10 #footer-5.col-lg-3 .widget {
  padding-left: 93px;
}

@media (max-width: 1903.98px) {
  .layout-10 #footer-5.col-lg-3 .widget {
    padding-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .layout-10 #footer-5.col-lg-3 .widget {
    padding-left: 0;
  }
}

@media (min-width: 991.98px) {
  .layout-10 .container {
    max-width: 100%;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .layout-10.footer-bot-section .widget {
    margin-bottom: 0;
  }
}

.layout-10.footer-bot-section .widget.widget_instagram-feed-widget {
  margin-bottom: 0;
}

@media (min-width: 991.98px) {
  .layout-10 + .footer-abs-section .container {
    max-width: 100%;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: auto;
  }
}

footer.site-footer .footer-bot-section.layout-10 .wrap-footer li:not(:last-child) {
  margin-bottom: 12px;
}

footer.site-footer .footer-bot-section.layout-10 .wrap-footer li a {
  line-height: normal;
}

.layout-11-wrap .footer-abs-section .container {
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  padding: 45px 45px 50px 45px;
  border-top: 1px solid #F7F7F7;
}

@media (max-width: 1199.98px) {
  .layout-11-wrap .footer-abs-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layout-12-wrap .footer-abs-section .container {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer-abs-section p {
  margin-bottom: 0;
}

.footer-abs-section .footer-abs-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199.98px) {
  .footer-abs-section .footer-abs-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-abs-section .footer-abs-right {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .footer-abs-section .footer-abs-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-abs-section .footer-abs-right a {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.footer-abs-section .footer-abs-right a {
  margin-right: 15px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: right;
}

.footer-abs-section .footer-abs-right a:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .footer-abs-section .footer-abs-right a {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-abs-section .absolute-footer-social {
    margin-top: 20px;
  }
}

.footer-abs-section .absolute-footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-abs-section .absolute-footer-social ul li {
  display: inline-block;
  border: solid 1px rgba(213, 224, 240, 0.2);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-abs-section .absolute-footer-social ul li:not(:last-child) {
  margin-right: 6px;
}

.footer-abs-section .absolute-footer-social ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-abs-section .absolute-footer-social ul li a span {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.footer-abs-section .absolute-footer-social ul li:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-abs-section .absolute-footer-social ul li:hover a span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.layout-10 + .footer-abs-section {
  border: 1px solid rgba(213, 224, 240, 0.1);
}

footer.site-footer .footer-bot-section .nbfw-social-links ul li::before {
  content: none;
}

footer.site-footer .footer-bot-section .widget_nbelement_contact_info ul li::before {
  content: none;
}

footer.site-footer .footer-bot-section .wrap-footer {
  border: 0;
}

footer.site-footer .footer-bot-section .wrap-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.site-footer .footer-bot-section .wrap-footer .widget-title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  footer.site-footer .footer-bot-section .wrap-footer .widget-title {
    margin-top: 30px;
  }
}

footer.site-footer .footer-bot-section .wrap-footer li a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 37px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer.site-footer .footer-bot-section .wrap-footer li a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer.site-footer .footer-bot-section .widget_media_image {
  margin-bottom: 30px;
}

footer.site-footer .footer-bot-section.layout-10 .wrap-footer {
  border: 0;
}

footer.site-footer .footer-bot-section.layout-11 .widget_media_image {
  margin-bottom: 9px;
}

.layout-11-wrap {
  background-image: url("../../images/group-32.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  padding: 100px 0;
}

@media (max-width: 1199.98px) {
  .layout-11-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layout-11-wrap .container {
  background-color: #ffffff;
}

@media (min-width: 1230px) {
  .layout-11-wrap .container {
    max-width: 1200px;
    width: 1200px;
  }
}

@media (max-width: 1199.98px) {
  .layout-11-wrap .container {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .footer-bot-section .widget {
    margin-bottom: 75px;
  }
}

.footer-bot-section.layout-11 .container {
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  padding: 45px 45px 50px 45px;
}

@media (max-width: 1199.98px) {
  .footer-bot-section.layout-11 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-bot-section .wrap-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bot-section .wrap-footer .widget-title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 37px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .footer-bot-section .wrap-footer .widget-title {
    margin-top: 30px;
  }
}

.footer-bot-section .wrap-footer li a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 42px;
}

.footer-bot-section .widget_media_image {
  margin-bottom: 42px;
}

.footer-bot-section .widget.widget_text {
  margin-bottom: 25px;
}

.footer-bot-section .widget.widget_text p {
  margin-bottom: 0;
}

.footer-bot-section .widget.widget_text p:first-child {
  margin-bottom: 25px;
}

.footer-bot-section .widget.widget_text p a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bot-section .widget.widget_text p img {
  margin-bottom: 10px;
}

.footer-bot-section .widget.widget_instagram-feed-widget {
  margin-bottom: 15px;
}

.footer-bot-section p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bot-section p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bot-section #sb_instagram #sbi_images {
  width: auto;
  float: unset;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 6px 6px !important;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::after {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  width: 34px;
  content: "\b90d";
  position: absolute;
  color: #ffffff;
  font-family: "icomoon" !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo::before {
  opacity: 0.8;
}

.footer-bot-section #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo::after {
  opacity: 1;
}

.elementor-default .site-footer .widget ul li:before {
  content: none;
}

.site-footer .layout-11.footer-bot-section .wrap-footer .widget_instagram-feed-widget .widget-title {
  margin-bottom: 14px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer .widget-title,
.site-footer .layout-12.footer-bot-section .wrap-footer .widget-title {
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 0;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #sb_instagram #sbi_images .sbi_item,
.site-footer .layout-12.footer-bot-section .wrap-footer #sb_instagram #sbi_images .sbi_item {
  max-width: 25%;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-1 .widget_nbelement_contact_info ul li,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-1 .widget_nbelement_contact_info ul li {
  margin-bottom: -2px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-1 .widget__social-link,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-1 .widget__social-link {
  margin-bottom: 29px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-1 .widget_media_gallery .gallery,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-1 .widget_media_gallery .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-1 .widget_media_gallery .gallery .gallery-item:not(:last-child),
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-1 .widget_media_gallery .gallery .gallery-item:not(:last-child) {
  margin-right: 10px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-3 .widget_nav_menu ul li,
.site-footer .layout-11.footer-bot-section .wrap-footer #footer-2 .widget_nav_menu ul li,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-3 .widget_nav_menu ul li,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-2 .widget_nav_menu ul li {
  margin-bottom: -2px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-4 .widget_nbelement_contact_info ul li,
.site-footer .layout-12.footer-bot-section .wrap-footer #footer-4 .widget_nbelement_contact_info ul li {
  margin-bottom: -2px;
}

.site-footer .layout-11.footer-bot-section .wrap-footer #footer-1 .widget_nbelement_contact_info ul li {
  margin-bottom: 5px;
}

.home-2 #primary-menu ul.nb-navbar > li.button-header a {
  padding: 14px 24px;
}

.layout-12-wrap .footer-abs-section .container {
  border-top: 1px solid #D5E0F0;
}

.elementor-default footer.site-footer .footer-bot-section .wrap-footer li a {
  line-height: 37px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.no-page-title .nb-page-title-wrap {
  display: none;
}

.nb-page-title-wrap {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  margin-bottom: 100px;
}

.nb-page-title-wrap.classic {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .nb-page-title-wrap.classic {
    margin-bottom: 60px;
  }
}

.nb-page-title-wrap.classic.hotellocator-list {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .nb-page-title-wrap.masonry {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .nb-page-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nb-page-title-wrap h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
}

.nb-page-title-wrap .nb-page-title,
.nb-page-title-wrap .layout-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199.98px) {
  .nb-page-title-wrap h1.entry-title {
    text-align: center;
  }
}

.nb-page-title-wrap .nb-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 27px;
}

@media (max-width: 1199.98px) {
  .nb-page-title-wrap .nb-breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nb-page-title-wrap .nb-breadcrumb [class^="icon-"], .nb-page-title-wrap .nb-breadcrumb [class*=" icon-"] {
  font-size: 10px;
  margin: 0 3px;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items {
  background-color: rgba(255, 255, 255, 0.1);
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li {
  padding: 8px 5px;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:not(:last-child) {
  position: relative;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:not(:last-child)::after {
  content: "\ea916";
  font-family: 'icomoon' !important;
  color: white;
  font-size: 12px;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li a {
  text-transform: capitalize;
  color: white;
  margin-right: 4px;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li a strong span {
  font-weight: normal;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li a span {
  color: white;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 33px;
}

@media (max-width: 575.98px) {
  .nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 10px;
  }
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child a {
  color: white;
}

.nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:last-child {
  padding-right: 33px;
}

@media (max-width: 575.98px) {
  .nb-page-title-wrap .nb-breadcrumb .fbc-page .fbc-wrap .fbc-items li:last-child {
    padding-right: 10px;
  }
}

.page #comments {
  float: left;
  width: 100%;
  margin-top: 56px;
}

.page #comments .comment-list .comment-meta .comment-author {
  padding-right: 55px;
}

.page #comments .comment-list .comment-meta .comment-author .fn {
  text-transform: capitalize;
}

.page #comments .comment-list .comment-meta .comment-author .fn a {
  color: #333;
  margin-top: -10px;
  font-weight: 500;
}

.page #comments .comment-list .comment-meta .comment-author .says {
  display: none;
}

.page #comments .comment-list .comment-meta .comment-metadata time {
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
}

.page #comments .comment-list .comment-respond {
  padding-top: 0;
  border-top: 0;
}

.page #comments .comment-respond {
  margin-top: -5px;
  text-transform: capitalize;
  padding-bottom: 60px;
  padding-top: 52px;
  border-top: 1px solid #d5e0f0;
}

@media (max-width: 575.98px) {
  .page #comments .comment-respond {
    margin-bottom: 0;
  }
}

.page #comments .comment-respond h3 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111111;
  margin-bottom: 40px;
  position: relative;
}

.page #comments .comment-form > p.form-submit {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 147px;
  height: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page #comments .comment-form > p.form-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
}

.page #comments .comment-form > p.form-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page #comments .comment-form > p.form-submit:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page #comments .comment-form > p.form-submit:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page #comments .comment-form > p.form-submit:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page #comments .comment-form > p.form-submit .bt-5 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: auto;
  width: 147px;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  z-index: 2;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page #comments .comment-form > p.form-submit .bt-5:focus {
  outline: none;
}

.page #comments .comment-form > p.form-submit .bt-5:hover, .page #comments .comment-form > p.form-submit .bt-5:focus {
  color: white;
}

.page #comments .comment-form > p input {
  min-height: 40px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.page #comments .comment-form > p ::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.page #comments .comment-form > p :-ms-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.page #comments .comment-form > p ::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.page #comments .comment-form > p ::placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.page #comments .comment-form > p :-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.page #comments .comment-form > p ::-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.page #comments .comment-form > p input:-webkit-autofill,
.page #comments .comment-form > p input:-webkit-autofill:hover,
.page #comments .comment-form > p input:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #797979;
  -webkit-box-shadow: 0 0 0px 1000px rgba(74, 71, 62, 0.7) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.page #comments .comment-form > p input:not([type="submit"]) {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 50px;
  border: 0;
}

.page #comments .comment-form > p input:not([type="submit"]):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page #comments .comment-form > p > span {
  display: none;
}

.page #comments .comment-form > p textarea {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 110px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 0;
}

.page #comments .comment-form > p textarea:focus {
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.page #comments .comment-form > p textarea ::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
}

.page #comments .comment-form > p textarea :-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.page #comments .comment-form > p textarea ::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.page #comments .comment-form > p textarea ::placeholder {
  color: #797979;
  opacity: 1;
}

.page #comments .comment-form > p textarea :-ms-input-placeholder {
  color: #797979;
}

.page #comments .comment-form > p textarea ::-ms-input-placeholder {
  color: #797979;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.section-contact-us .font-segoe p {
  font-family: Segoe Script;
}

.section-contact-us .elementor-divider-separator {
  position: relative;
}

.section-contact-us .elementor-divider-separator::before {
  content: "";
  position: absolute;
  top: -2px;
  height: 3px;
  width: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-contact-us .elementor-icon-box-wrapper .elementor-icon-box-icon {
  width: 70px;
  height: 70px;
  background-color: #081929;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-contact-us .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-contact-us form .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}

.section-contact-us form .wpcf7-form-control-wrap.contact-us-name::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../../images/sprite.png") no-repeat top left;
  background-position: 0 -928px;
  width: 12px;
  height: 14px;
  display: block;
}

.section-contact-us form .wpcf7-form-control-wrap.contact-us-email::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../../images/sprite.png") no-repeat top left;
  background-position: 0 -952px;
  width: 17px;
  height: 13px;
  display: block;
}

.section-contact-us form .wpcf7-form-control-wrap.contact-us-phone::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../../images/sprite.png") no-repeat top left;
  background-position: 0 -975px;
  width: 13px;
  height: 13px;
  display: block;
}

.section-contact-us form .wpcf7-form-control-wrap.contact-us-message::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../../images/sprite.png") no-repeat top left;
  background-position: 0 -998px;
  width: 17px;
  height: 13px;
  display: block;
}

.section-contact-us form textarea,
.section-contact-us form input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-bottom: 2px solid #ebf0f3;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #aeaeae;
  padding-left: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.section-contact-us form textarea:focus, .section-contact-us form textarea:hover,
.section-contact-us form input:focus,
.section-contact-us form input:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-contact-us form textarea::-webkit-input-placeholder,
.section-contact-us form input::-webkit-input-placeholder {
  color: #aeaeae;
}

.section-contact-us form textarea[type="submit"],
.section-contact-us form input[type="submit"] {
  height: 50px;
  text-align: center;
  width: 100%;
  color: white;
  margin-top: 20px;
}

.error404 .site-header.header-1 .top-section-wrap {
  position: static;
  background: #434348;
}

.error404 #content {
  background: url("./../../../assets/images/background404.jpg") no-repeat;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.error404 #content .wrap-404 {
  padding-bottom: 156px;
  padding-top: 144px;
}

@media (max-width: 991px) {
  .error404 #content .wrap-404 {
    padding-bottom: 20px;
    padding-top: 80px;
  }
}

.error404 #content .wrap-404 .box-content-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.error404 #content .wrap-404 .box-content-404 .text-content {
  width: 65%;
  display: inline-block;
  position: relative;
  top: -50px;
}

.error404 #content .wrap-404 .box-content-404 .text-content .pnf-heading {
  text-shadow: -12.9px 7.7px 0 rgba(0, 0, 0, 0.1);
  font-size: 200px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1c73ea;
  margin-bottom: 0px;
}

.error404 #content .wrap-404 .box-content-404 .text-content .pnf-heading span {
  color: #111111;
  margin-right: -81px;
  margin-left: -70px;
}

@media (max-width: 991px) {
  .error404 #content .wrap-404 .box-content-404 .text-content .pnf-heading {
    font-size: 170px;
  }
}

.error404 #content .wrap-404 .box-content-404 .text-content .text-wrap h1 {
  font-size: 42px;
  font-weight: bold;
  color: #111111;
}

@media (max-width: 991px) {
  .error404 #content .wrap-404 .box-content-404 .text-content .text-wrap h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .error404 #content .wrap-404 .box-content-404 .text-content .text-wrap h1 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .error404 #content .wrap-404 .box-content-404 .text-content {
    width: 100%;
    text-align: center;
  }
  .error404 #content .wrap-404 .box-content-404 .text-content .pnf-heading {
    text-align: center;
  }
}

.error404 #content .wrap-404 .box-content-404 .box-image {
  display: inline-block;
  background: url("./../../../assets/images/Wheel.png") no-repeat;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 35%;
  height: 333px;
}

@media (max-width: 991px) {
  .error404 #content .wrap-404 .box-content-404 .box-image {
    height: 230px;
  }
}

@media (max-width: 576px) {
  .error404 #content .wrap-404 .box-content-404 .box-image {
    display: none;
  }
}

.error404 #content .wrap-404 .wrapper-tour-operator-pro {
  margin-top: 76px;
}

.error404 #content .wrap-404 .wrapper-tour-operator-pro .box-search div ::-webkit-input-placeholder {
  color: #111111;
}

.error404 #content .wrap-404 .wrapper-tour-operator-pro .box-search div :-ms-input-placeholder {
  color: #111111;
}

.error404 #content .wrap-404 .wrapper-tour-operator-pro .box-search div ::-ms-input-placeholder {
  color: #111111;
}

.error404 #content .wrap-404 .wrapper-tour-operator-pro .box-search div ::placeholder {
  color: #111111;
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.nb-back-to-top-wrap {
  display: inline-block;
  position: fixed;
  right: 30px;
  bottom: 25px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 99;
}

.nb-back-to-top-wrap a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #ffffff;
}

.nb-back-to-top-wrap a:hover, .nb-back-to-top-wrap a:focus {
  text-decoration: none;
  opacity: 1;
  color: white;
}

@media (max-width: 767px) {
  .nb-back-to-top-wrap a {
    width: 25px;
    height: 25px;
  }
}

.nb-back-to-top-wrap a.show {
  visibility: visible;
}

.nb-back-to-top-wrap a:focus {
  outline: 0;
}

.nb-back-to-top-wrap a.circle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.nb-back-to-top-wrap a.dark {
  background-color: #323232;
  color: #fff;
}

.nb-back-to-top-wrap a.square {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-back-to-top-wrap a i {
  font-size: 12px;
}

.nb-back-to-top-wrap a i.icon-nb-up-arrow .path1::before {
  color: white;
}

.nb-back-to-top-wrap a i.icon-nb-up-arrow .path2::before {
  color: white;
}

@media (max-width: 767px) {
  .nb-back-to-top-wrap a i {
    font-size: 12px;
  }
}

.nb-back-to-top-wrap:hover a {
  color: #fff;
}

/*--------------------------------------------------------------
# Share
--------------------------------------------------------------*/
.nb-social-icons {
  display: inline-block;
}

.nb-social-icons > a {
  border: 1px solid;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: 3px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.nb-social-icons.style-1 .facebook:hover {
  color: #3a589d !important;
  border-color: #3a589d;
}

.nb-social-icons.style-1 .twitter:hover {
  color: #2478ba !important;
  border-color: #2478ba;
}

.nb-social-icons.style-1 .pinterest:hover {
  color: #cb2320 !important;
  border-color: #cb2320;
}

.nb-social-icons.style-1 .google-plus:hover {
  color: #dd4e31 !important;
  border-color: #dd4e31;
}

.nb-social-icons.style-1 .linkedin:hover {
  color: #0072b7 !important;
  border-color: #0072b7;
}

.nb-social-icons.style-2 a {
  color: #111111;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.nb-social-icons.style-2 a:hover {
  color: #ffffff;
}

.nb-social-icons.floating {
  position: fixed;
  left: 0;
  top: 35%;
  width: 40px;
}

.nb-social-icons.floating > a {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.left-sidebar .classic,
.right-sidebar .classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 992px) {
  .left-sidebar .classic .category-blog,
  .right-sidebar .classic .category-blog {
    padding-right: 20px;
  }
}

.left-sidebar .category-classic,
.left-sidebar .category-tour-grid,
.left-sidebar .format-standard,
.right-sidebar .category-classic,
.right-sidebar .category-tour-grid,
.right-sidebar .format-standard {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0 0 30px 0;
}

@media (max-width: 575px) {
  .left-sidebar .category-classic,
  .left-sidebar .category-tour-grid,
  .left-sidebar .format-standard,
  .right-sidebar .category-classic,
  .right-sidebar .category-tour-grid,
  .right-sidebar .format-standard {
    padding: 0 0 15px;
  }
}

.left-sidebar article,
.right-sidebar article {
  height: auto;
}

.left-sidebar article a:hover, .left-sidebar article a:focus,
.right-sidebar article a:hover,
.right-sidebar article a:focus {
  text-decoration: none;
  outline: none;
}

.left-sidebar article .box-image,
.right-sidebar article .box-image {
  position: relative;
  margin-bottom: 34px;
}

@media (max-width: 575.98px) {
  .left-sidebar article .box-image,
  .right-sidebar article .box-image {
    margin-bottom: 30px;
  }
}

.left-sidebar article .box-image .image,
.right-sidebar article .box-image .image {
  padding-top: 396px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article .box-image .icon-bookmark,
.right-sidebar article .box-image .icon-bookmark {
  overflow: hidden;
}

.left-sidebar article .box-text .meta-post,
.right-sidebar article .box-text .meta-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #797979;
}

@media (max-width: 767px) {
  .left-sidebar article .box-text .meta-post,
  .right-sidebar article .box-text .meta-post {
    display: block;
  }
}

.left-sidebar article .box-text .meta-post .date,
.right-sidebar article .box-text .meta-post .date {
  height: unset;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .left-sidebar article .box-text .meta-post .date,
  .right-sidebar article .box-text .meta-post .date {
    margin-bottom: 10px;
  }
}

.left-sidebar article .box-text .meta-post .divi,
.right-sidebar article .box-text .meta-post .divi {
  margin: 0 5px;
}

.left-sidebar article .box-text .meta-post .author span,
.right-sidebar article .box-text .meta-post .author span {
  text-transform: capitalize;
}

.left-sidebar article .box-text .meta-post > p,
.right-sidebar article .box-text .meta-post > p {
  margin: 0;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .left-sidebar article .box-text .meta-post > p,
  .right-sidebar article .box-text .meta-post > p {
    margin: 0 0 10px 0;
  }
}

.left-sidebar article .box-text .meta-post > p span::before,
.right-sidebar article .box-text .meta-post > p span::before {
  margin-right: 6px;
}

.left-sidebar article .box-text h3,
.right-sidebar article .box-text h3 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #081929;
  padding-right: 0;
  color: #111111;
  margin-bottom: 20px;
}

.left-sidebar article .box-text .entry-summary,
.right-sidebar article .box-text .entry-summary {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  margin: 0;
  margin-bottom: 20px;
}

.left-sidebar article .box-text .readmore,
.right-sidebar article .box-text .readmore {
  width: 147px;
  font-size: 14px;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 28px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article .box-text .readmore:after,
.right-sidebar article .box-text .readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
}

.left-sidebar article .box-text .readmore:before,
.right-sidebar article .box-text .readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article .box-text .readmore:hover,
.right-sidebar article .box-text .readmore:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article .box-text .readmore:hover:before,
.right-sidebar article .box-text .readmore:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article .box-text .readmore:hover:after,
.right-sidebar article .box-text .readmore:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.left-sidebar article:hover .image-inner::before,
.right-sidebar article:hover .image-inner::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article:hover .image-inner::after,
.right-sidebar article:hover .image-inner::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article:hover .box-image::after,
.right-sidebar article:hover .box-image::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-sidebar article:hover .icon-bookmark::before,
.right-sidebar article:hover .icon-bookmark::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.left-sidebar article:hover .icon-bookmark .image,
.right-sidebar article:hover .icon-bookmark .image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .paging-navigation {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .blog.right-sidebar #primary,
  .blog.left-sidebar #primary {
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .blog.right-sidebar.masonry .paging-navigation,
  .blog.left-sidebar.masonry .paging-navigation {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .masonry.left-sidebar.blog, .masonry.right-sidebar.blog {
    height: auto !important;
  }
}

@media (max-width: 991.98px) {
  .masonry.left-sidebar.blog article, .masonry.right-sidebar.blog article {
    position: unset !important;
  }
}

.masonry .masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.masonry.masonry-1-columns article {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0 15px 30px 15px;
}

.masonry.masonry-2-columns article {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 0 15px 30px 15px;
}

@media (max-width: 1199.98px) {
  .masonry.masonry-2-columns article {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .masonry.masonry-2-columns article {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.masonry.masonry-3-columns article {
  max-width: 33.33%;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  padding: 0 15px 30px 15px;
}

@media (max-width: 1199.98px) {
  .masonry.masonry-3-columns article {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .masonry.masonry-3-columns article {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.masonry article {
  height: auto;
}

.masonry article a:hover, .masonry article a:focus {
  text-decoration: none;
  outline: none;
}

.masonry article .box-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.masonry article .box-image .image {
  padding-top: 250px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text {
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 34px 30px 30px 30px;
}

.masonry article .box-text .meta-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #797979;
}

@media (max-width: 481px) {
  .masonry article .box-text .meta-post {
    display: block;
  }
  .masonry article .box-text .meta-post p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.masonry article .box-text .meta-post .date {
  height: unset;
  margin-bottom: 0;
}

.masonry article .box-text .meta-post .divi {
  margin: 0 5px;
}

.masonry article .box-text .meta-post .author span {
  text-transform: capitalize;
}

.masonry article .box-text .meta-post > p {
  margin: 0;
  margin-right: 15px;
}

.masonry article .box-text .meta-post > p span::before {
  margin-right: 6px;
}

.masonry article .box-text h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #111111;
  padding-right: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text h3:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text .entry-summary {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  margin: 0;
  margin-bottom: 20px;
}

.masonry article .box-text .readmore {
  width: 147px;
  font-size: 14px;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 28px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text .readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
}

.masonry article .box-text .readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text .readmore:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text .readmore:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article .box-text .readmore:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.masonry article:hover .image-inner::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article:hover .image-inner::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.masonry article:hover .box-image::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.masonry article:hover .box-image .image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog.no-sidebar #primary {
  width: 100%;
}

.single-blog .entry-image {
  display: block;
  width: 100%;
  margin-bottom: 34px;
}

.single-blog .entry-image .bg_thumb {
  padding-bottom: 48%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
}

.single-blog .meta-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .single-blog .meta-post {
    display: block;
  }
  .single-blog .meta-post p {
    margin-bottom: 10px;
  }
}

.single-blog .meta-post p {
  font-size: 14px;
  color: #8F8F8F;
}

.single-blog .meta-post p:not(:last-child) {
  margin-right: 15px;
}

.single-blog .name-articles {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #111111;
}

.single-blog .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
}

.single-blog .entry-meta span {
  margin-right: 0;
}

.single-blog .entry-meta span:not(:last-child):after {
  content: "-";
  margin: 0 10px;
}

.single-blog .entry-meta .posted-on:not(:last-child):after {
  font-family: "fontello";
  content: "\e80c";
  margin-left: 5px;
}

.single-blog .entry-meta i {
  display: none;
}

.single-blog .entry-title {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 0 !important;
  position: relative;
}

.single-blog .entry-title a {
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #222a3e;
}

.single-blog .entry-cat a {
  display: inline-block;
  background: #fff;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  color: #d29f68;
}

.single-blog .social {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single-blog .social a {
  border: none;
  font-size: 14px;
}

.single-blog .social .user-social-share a:not(:last-child) {
  margin-right: 10px;
}

.single-blog .entry-text {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0px 52px 0px;
  border-bottom: 1px solid #d5e0f0;
}

.single-blog .entry-text.no-border-bottom {
  border-bottom: 0;
  padding-bottom: 8px;
}

.single-blog .entry-text ul,
.single-blog .entry-text ol {
  list-style-position: inside;
}

.single-blog .entry-text ul li,
.single-blog .entry-text ol li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.single-blog .entry-text ul > li ul {
  padding-left: 30px;
}

.single-blog .entry-text ol > li ol {
  padding-left: 30px;
}

.single-blog .entry-text p {
  margin-bottom: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

.single-blog .entry-text p:last-child {
  margin-bottom: 0;
}

.single-blog .entry-text figure.wp-block-gallery {
  margin-bottom: 35px;
}

.single-blog .entry-text .wp-block-image figcaption {
  text-align: center;
}

.single-blog .entry-text .wp-block-image .aligncenter > figcaption,
.single-blog .entry-text .wp-block-image .alignleft > figcaption,
.single-blog .entry-text .wp-block-image .alignright > figcaption,
.single-blog .entry-text .wp-block-image.is-resized > figcaption {
  text-align: center;
}

.single-blog .entry-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 100%;
  height: 100%;
}

.single-blog .entry-tag-wrap .heading {
  margin-right: 10px;
}

.single-blog .entry-tag-wrap .heading span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  display: none;
}

.single-blog .entry-tag-wrap .list-tags a:not(:first-child) {
  margin-left: 10px;
}

.single-blog .read-more-link {
  text-align: center;
}

.single-blog .read-more-link a {
  display: inline-block;
  border: 2px solid;
  padding: 5px 10px;
}

.single-blog .entry-footer {
  display: block;
  border-bottom: 1px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-blog .entry-footer span:before {
  margin-right: 5px;
}

.single-blog .entry-footer .tags-links {
  font-style: italic;
}

.single-blog .entry-author-wrap {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 58px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

@media (max-width: 767px) {
  .single-blog .entry-author-wrap {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .single-blog .entry-author-wrap {
    padding: 15px;
  }
}

.single-blog .entry-author-wrap .entry-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .single-blog .entry-author-wrap .entry-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-blog .entry-author-wrap .entry-author .author-image {
  margin-right: 30px;
  width: 125px;
  height: 138px;
}

.single-blog .entry-author-wrap .entry-author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

@media (max-width: 480px) {
  .single-blog .entry-author-wrap .entry-author .author-image {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0;
  }
}

.single-blog .entry-author-wrap .entry-author .author-meta {
  width: -webkit-calc(100% - 125px - 30px);
  width: calc(100% - 125px - 30px);
}

@media (max-width: 575px) {
  .single-blog .entry-author-wrap .entry-author .author-meta {
    width: 100%;
  }
}

.single-blog .entry-author-wrap .entry-author .author-meta .author-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .single-blog .entry-author-wrap .entry-author .author-meta .author-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .single-blog .entry-author-wrap .entry-author .author-meta .author-name h4.entry-heading,
  .single-blog .entry-author-wrap .entry-author .author-meta .author-name span {
    font-size: 20px;
  }
}

.single-blog .entry-author-wrap .entry-author .author-meta .author-name .entry-heading {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #111111;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .single-blog .entry-author-wrap .entry-author .author-meta .author-name .entry-heading {
    display: none;
  }
}

.single-blog .entry-author-wrap .entry-author .author-meta .author-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  text-transform: capitalize;
}

.single-blog .entry-author-wrap .entry-author .author-meta .author-name span::after {
  content: "More";
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;
  padding: 1px 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-left: 10px;
  text-transform: uppercase;
}

.single-blog .entry-author-wrap .entry-author .author-meta .social {
  text-align: left;
  display: none;
}

.single-blog .entry-author-wrap .entry-author .author-meta .author-description {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

.single-blog .entry-tags-social {
  border-bottom: 1px solid #d5e0f0;
  padding: 27px 0px 31px;
}

.single-blog .entry-tags-social .entry-tag-wrap .heading span {
  display: none;
}

.single-blog .entry-tags-social .entry-tag-wrap .list-tags a {
  color: #111111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-blog .entry-tags-social .social {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .single-blog .entry-tags-social .social {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .single-blog .entry-tags-social > div > div {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.single-blog .entry-recent {
  margin-bottom: 42px;
}

.single-blog .entry-recent .item > a {
  display: block;
  margin-bottom: 9px;
}

.single-blog .entry-recent .item > a img {
  display: block;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.single-blog .entry-recent .item h3 a {
  color: #444444;
  font-size: 18px;
  text-transform: uppercase;
}

.single-blog .entry-recent .item .entry-cat {
  margin-bottom: 0;
}

.single-blog .entry-recent div[class^="swiper-button-"] {
  height: 60px;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid;
  background-image: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  visibility: hidden;
  outline: none;
  opacity: 0;
  pointer-events: auto;
  margin-top: 0;
}

@media (max-width: 991px) {
  .single-blog .entry-recent div[class^="swiper-button-"] {
    opacity: 1;
    visibility: visible;
  }
}

.single-blog .entry-recent div[class^="swiper-button-"]:hover {
  color: #fff;
}

@media (max-width: 480px) {
  .single-blog .entry-recent div[class^="swiper-button-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-blog .entry-recent div[class^="swiper-button-"]:before {
  font-family: "fontello";
  font-size: 42px;
}

.single-blog .entry-recent div[class^="swiper-button-"].swiper-button-disabled {
  opacity: 0.35 !important;
}

.single-blog .entry-recent div.swiper-button-next {
  right: -20px;
}

.single-blog .entry-recent div.swiper-button-next:before {
  content: "\e915";
}

@media (max-width: 991px) {
  .single-blog .entry-recent div.swiper-button-next {
    right: 10px;
  }
}

.single-blog .entry-recent div.swiper-button-prev {
  left: -20px;
}

.single-blog .entry-recent div.swiper-button-prev:before {
  content: "\e916";
}

@media (max-width: 991px) {
  .single-blog .entry-recent div.swiper-button-prev {
    left: 10px;
  }
}

.single-blog .entry-recent .related-post-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .single-blog .entry-recent .related-post-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.single-blog .entry-recent .related-post-wrap .item {
  width: -webkit-calc(33.3% - (0.67 * 30px));
  width: calc(33.3% - (0.67 * 30px));
}

@media (max-width: 575px) {
  .single-blog .entry-recent .related-post-wrap .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-blog .entry-recent .related-post-wrap .item:last-child {
    margin-bottom: 0px;
  }
}

.single-blog .entry-recent .related-post-wrap .item .entry-meta {
  color: #999;
  text-transform: capitalize;
}

.single-blog .entry-recent .related-post-wrap .item .entry-meta .post-date:after {
  content: "";
}

.single-blog .entry-recent .related-post-wrap .item .entry-meta .post-comment {
  display: none;
}

.single-blog .entry-recent .related-post-wrap h5 a {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #222a3e;
  max-height: 75px;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.single-blog .entry-recent .related-post-wrap h5 a:hover {
  color: #d29f68;
}

.single-blog .entry-recent .related-post-wrap:hover div[class^="swiper-button-"] {
  visibility: visible;
  opacity: 1;
}

.single-blog .entry-recent .related-post-wrap:hover div.swiper-button-next {
  right: 10px;
}

.single-blog .entry-recent .related-post-wrap:hover div.swiper-button-prev {
  left: 10px;
}

.single-blog .single-blog-nav {
  clear: both;
  overflow: hidden;
  margin-bottom: 62px;
}

@media (max-width: 375px) {
  .single-blog .single-blog-nav .next {
    margin-top: 30px;
  }
  .single-blog .single-blog-nav .next a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.single-blog .single-blog-nav .prev,
.single-blog .single-blog-nav .next {
  width: -webkit-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev,
  .single-blog .single-blog-nav .next {
    width: 100%;
    display: block;
    float: left;
  }
}

@media (max-width: 375px) {
  .single-blog .single-blog-nav .prev a,
  .single-blog .single-blog-nav .next a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-blog .single-blog-nav .prev a .thumb,
  .single-blog .single-blog-nav .next a .thumb {
    width: 100%;
    height: 165px;
  }
  .single-blog .single-blog-nav .prev a .post-content,
  .single-blog .single-blog-nav .next a .post-content {
    width: 100%;
    padding: 30px;
  }
  .single-blog .single-blog-nav .prev a .post-content .date,
  .single-blog .single-blog-nav .next a .post-content .date {
    text-align: start;
  }
}

.single-blog .single-blog-nav .prev > span,
.single-blog .single-blog-nav .next > span {
  display: block;
}

.single-blog .single-blog-nav .prev:hover .meta-nav,
.single-blog .single-blog-nav .next:hover .meta-nav {
  opacity: 1;
  visibility: visible;
}

.single-blog .single-blog-nav .prev:hover .post-content .date,
.single-blog .single-blog-nav .prev:hover .post-content .navi,
.single-blog .single-blog-nav .next:hover .post-content .date,
.single-blog .single-blog-nav .next:hover .post-content .navi {
  color: #ffffff;
}

.single-blog .single-blog-nav .prev:hover .post-content .date span:before,
.single-blog .single-blog-nav .prev:hover .post-content .navi span:before,
.single-blog .single-blog-nav .next:hover .post-content .date span:before,
.single-blog .single-blog-nav .next:hover .post-content .navi span:before {
  color: #ffffff;
}

.single-blog .single-blog-nav .prev a,
.single-blog .single-blog-nav .next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev a,
  .single-blog .single-blog-nav .next a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
  }
}

.single-blog .single-blog-nav .prev .thumb,
.single-blog .single-blog-nav .next .thumb {
  width: 120px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev .thumb,
  .single-blog .single-blog-nav .next .thumb {
    width: 165px;
  }
}

.single-blog .single-blog-nav .prev .post-content,
.single-blog .single-blog-nav .next .post-content {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding: 35px 30px;
}

.single-blog .single-blog-nav .prev .post-content .date,
.single-blog .single-blog-nav .next .post-content .date {
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 12px;
}

.single-blog .single-blog-nav .prev .post-content .date span:before,
.single-blog .single-blog-nav .next .post-content .date span:before {
  font-size: 16px;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-blog .single-blog-nav .prev .navi,
.single-blog .single-blog-nav .next .navi {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev .navi,
  .single-blog .single-blog-nav .next .navi {
    width: -webkit-calc(100% - 100px - 15px);
    width: calc(100% - 100px - 15px);
    text-align: left;
  }
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev .navi,
  .single-blog .single-blog-nav .next .navi {
    width: unset;
    text-align: left;
  }
}

.single-blog .single-blog-nav .prev .navi span,
.single-blog .single-blog-nav .next .navi span {
  display: block;
  text-transform: capitalize;
  color: #797979;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: normal;
}

.single-blog .single-blog-nav .prev {
  float: left;
}

.single-blog .single-blog-nav .prev .meta-nav {
  left: -30px;
}

.single-blog .single-blog-nav .prev:hover .meta-nav {
  left: -20px;
}

.single-blog .single-blog-nav .prev .thumb ~ .navi {
  margin-left: 12px;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .prev .thumb ~ .navi {
    margin-left: 0;
  }
}

.single-blog .single-blog-nav .next {
  float: right;
  text-align: right;
}

@media (max-width: 1199px) and (min-width: 376px) {
  .single-blog .single-blog-nav .next {
    text-align: left;
    margin-top: 30px;
  }
  .single-blog .single-blog-nav .next a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.single-blog .single-blog-nav .next .meta-nav {
  right: -30px;
}

.single-blog .single-blog-nav .next:hover .meta-nav {
  right: -20px;
}

.single-blog .single-blog-nav .next a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .next a .thumb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .next a .navi {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.single-blog .single-blog-nav .next .navi ~ .thumb {
  margin-left: 12px;
}

@media (max-width: 1199.98px) {
  .single-blog .single-blog-nav .next .navi ~ .thumb {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.single-blog .single-blog-nav .meta-nav {
  position: absolute;
  top: 3px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.single-blog .entry-heading {
  display: none;
  color: #111111;
  font-weight: 600;
  font-size: 18px;
}

.single-blog #comments {
  float: left;
  width: 100%;
  margin-top: 56px;
}

.single-blog #comments .comment-list .comment-meta .comment-author {
  padding-right: 55px;
}

.single-blog #comments .comment-list .comment-meta .comment-author .fn {
  text-transform: capitalize;
}

.single-blog #comments .comment-list .comment-meta .comment-author .fn a {
  color: #333;
  margin-top: -10px;
  font-weight: 500;
}

.single-blog #comments .comment-list .comment-meta .comment-author .says {
  display: none;
}

.single-blog #comments .comment-list .comment-meta .comment-metadata time {
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
}

.single-blog #comments .comment-list .comment-text > ul, .single-blog #comments .comment-list .comment-text > ol {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.single-blog #comments .comment-respond {
  margin-top: -5px;
  text-transform: capitalize;
  margin-bottom: 60px;
}

.single-blog #comments .comment-respond h3 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111111;
  margin-bottom: 15px;
  position: relative;
}

.single-blog #comments .comment-form > p.form-submit {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 147px;
  height: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog #comments .comment-form > p.form-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
}

.single-blog #comments .comment-form > p.form-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog #comments .comment-form > p.form-submit:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog #comments .comment-form > p.form-submit:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog #comments .comment-form > p.form-submit:hover:after {
  background-color: transparent;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-blog #comments .comment-form > p.form-submit .bt-5 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: auto;
  width: 147px;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  z-index: 2;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-blog #comments .comment-form > p.form-submit .bt-5:focus {
  outline: none;
}

.single-blog #comments .comment-form > p.form-submit .bt-5:hover, .single-blog #comments .comment-form > p.form-submit .bt-5:focus {
  color: white;
}

.single-blog #comments .comment-form > p input {
  min-height: 40px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.single-blog #comments .comment-form > p ::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.single-blog #comments .comment-form > p :-ms-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.single-blog #comments .comment-form > p ::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.single-blog #comments .comment-form > p ::placeholder {
  color: #797979;
  opacity: 1;
  font-size: 14px;
}

.single-blog #comments .comment-form > p :-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.single-blog #comments .comment-form > p ::-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.single-blog #comments .comment-form > p input:-webkit-autofill,
.single-blog #comments .comment-form > p input:-webkit-autofill:hover,
.single-blog #comments .comment-form > p input:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #797979;
  -webkit-box-shadow: 0 0 0px 1000px rgba(74, 71, 62, 0.7) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.single-blog #comments .comment-form > p input:not([type="submit"]) {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 50px;
  border: 0;
}

.single-blog #comments .comment-form > p input:not([type="submit"]):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-blog #comments .comment-form > p > span {
  display: none;
}

.single-blog #comments .comment-form > p textarea {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 110px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 0;
}

.single-blog #comments .comment-form > p textarea:focus {
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.single-blog #comments .comment-form > p textarea ::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
}

.single-blog #comments .comment-form > p textarea :-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.single-blog #comments .comment-form > p textarea ::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.single-blog #comments .comment-form > p textarea ::placeholder {
  color: #797979;
  opacity: 1;
}

.single-blog #comments .comment-form > p textarea :-ms-input-placeholder {
  color: #797979;
}

.single-blog #comments .comment-form > p textarea ::-ms-input-placeholder {
  color: #797979;
}

.single-blog.meta-align-center .entry-meta,
.single-blog.meta-align-center .entry-title,
.single-blog.meta-align-center .entry-cat,
.single-blog.meta-align-center .social,
.single-blog.meta-align-center h5 {
  text-align: center;
}

.single-blog.meta-align-center .entry-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-blog.meta-align-right .entry-meta,
.single-blog.meta-align-right .entry-title,
.single-blog.meta-align-right .entry-cat,
.single-blog.meta-align-right .social,
.single-blog.meta-align-right h5 {
  text-align: right;
}

.single-blog.meta-align-right .entry-title:after {
  left: auto;
  right: 0;
}

.single-blog .entry-content .box-content {
  display: block;
  width: 100%;
}

.single-blog .entry-content .box-content::after {
  content: "";
  clear: both;
  display: table;
}

.single-blog .entry-content .box-content .bottom-content {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .single-blog .entry-content .box-content .bottom-content {
    padding: 0 10px;
  }
}

.single-blog .entry-content .box-content .bottom-content > div.bottom-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 20px;
}

.single-blog .entry-content .box-content .bottom-content .avatar-author,
.single-blog .entry-content .box-content .bottom-content .entry-meta,
.single-blog .entry-content .box-content .bottom-content .social-link {
  max-width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #797979;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .single-blog .entry-content .box-content .bottom-content .avatar-author,
  .single-blog .entry-content .box-content .bottom-content .entry-meta,
  .single-blog .entry-content .box-content .bottom-content .social-link {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.single-blog .entry-content .box-content .bottom-content .post-author {
  display: none;
}

.single-blog .entry-content .box-content .bottom-content .avatar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog .entry-content .box-content .bottom-content .entry-meta {
  text-align: center;
}

@media (max-width: 991px) {
  .single-blog .entry-content .box-content .bottom-content .entry-meta {
    display: none;
  }
}

.single-blog .entry-content .box-content .bottom-content .social-link {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-blog .entry-content .box-content .bottom-content .social-link .icon {
  width: 40px;
  height: 40px;
  background: #eeeeee;
  color: #333333;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog .entry-content .box-content .bottom-content .social-link .icon:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.single-blog .entry-content .box-content .bottom-content .social-link .icon:hover .nb-social-icons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog .entry-content .entry-tags-social {
  border-bottom: 1px solid #d5e0f0;
  margin-bottom: 62px;
}

.single-blog .entry-content .entry-tags-social .social {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-blog .entry-content .entry-cat {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

.single-blog .entry-content .avatar-author {
  display: inline-block;
  float: left;
}

.single-blog .entry-content .avatar-author img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}

.single-blog .entry-content .entry-meta {
  display: inline-block;
  float: left;
  line-height: 24px;
  color: #797979;
  margin-top: 5px;
  text-transform: capitalize;
}

.single-blog .entry-content .entry-meta .post-author {
  margin-right: 30px;
}

.single-blog .entry-content .entry-meta .post-author::after {
  display: none;
}

.single-blog .entry-content .entry-meta .post-comment {
  display: none;
}

.single-blog .entry-content .entry-meta .post-date {
  position: relative;
  padding-left: 25px;
}

.single-blog .entry-content .entry-meta .post-date::before {
  position: absolute;
  content: "\a416";
  font-family: fontello;
  left: 0;
  top: -2px;
  color: #797979;
}

.single-blog .entry-content .entry-meta .post-date::after {
  display: none;
}

.single-blog .entry-content .clear-fix {
  height: 20px;
  clear: both;
  width: 100%;
  display: block;
}

.single-post-cat-list,
.single-post-tag-list {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

.single-post-cat-list span,
.single-post-tag-list span {
  font-weight: normal;
  text-transform: uppercase;
  color: #797979;
}

.single-post-cat-list a,
.single-post-tag-list a {
  color: #797979;
}

.single-post .nb-page-title-wrap .nb-page-title .nb-breadcrumb .fbc.fbc-page .fbc-wrap .fbc-items li:last-child {
  display: none;
}

.single-post .nb-page-title-wrap .nb-page-title .nb-breadcrumb .fbc.fbc-page .fbc-wrap .fbc-items li:nth-last-child(2) {
  padding-right: 33px;
}

.single-post .nb-page-title-wrap .nb-page-title .nb-breadcrumb .fbc.fbc-page .fbc-wrap .fbc-items li:nth-last-child(2):after {
  display: none;
}

@media (max-width: 575px) {
  .single-post .nb-page-title-wrap {
    margin-bottom: 60px;
  }
}

.related-posts-wrap {
  background-color: #e8effa;
  padding: 100px 0;
}

.related-posts-wrap .block-text-related .title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #111111;
  margin-bottom: 30px;
}

.related-posts-wrap .block-text-related .description {
  line-height: 26px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  color: #797979;
}

.related-posts-wrap .nb-button {
  margin-top: 55px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .related-posts-wrap .nb-post-wrapper .nb-post-item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .elementor-default #secondary.widget-area {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .elementor-default #secondary.widget-area {
    margin-bottom: 60px;
  }
}

.elementor-default #secondary.widget-area .widget {
  margin-bottom: 30px;
}

.elementor-default #secondary.widget-area .widget .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  font-stretch: normal;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 10px;
}

.elementor-default #secondary.widget-area .widget .widget-title::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 3px;
  bottom: -1px;
  left: 0;
}

.elementor-default #secondary.widget-area .widget.widget_text {
  margin-bottom: 25px;
}

.elementor-default #secondary.widget-area .widget.widget_text .widget-title {
  margin-bottom: 25px;
}

.elementor-default #secondary.widget-area .widget.widget_text p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #797979;
}

.elementor-default #secondary.widget-area .widget.widget_archive .widget-title {
  margin-bottom: 9px;
}

.elementor-default #secondary.widget-area .widget.widget_archive ul {
  padding: 0;
  list-style: none;
}

.elementor-default #secondary.widget-area .widget.widget_archive li {
  position: relative;
  padding-left: 33px;
  padding-bottom: 17px;
  padding-top: 13px;
  margin-bottom: 0;
}

.elementor-default #secondary.widget-area .widget.widget_archive li:not(:last-child) {
  border-bottom: 1px solid #f3f8ff;
}

.elementor-default #secondary.widget-area .widget.widget_archive li::before {
  content: "\ea908";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}

.elementor-default #secondary.widget-area .widget.widget_archive li:first-child {
  padding-top: 0;
}

.elementor-default #secondary.widget-area .widget.widget_archive li:first-child::before {
  margin-top: -10px;
}

.elementor-default #secondary.widget-area .widget.widget_archive li a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0;
}

.elementor-default #secondary.widget-area .widget.widget_archive li:hover::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-default #secondary.widget-area .widget.widget_archive li:hover a, .elementor-default #secondary.widget-area .widget.widget_archive li:hover::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.elementor-default #secondary.widget-area .widget.widget_categories .widget-title {
  margin-bottom: 7px;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) {
  list-style: none;
  padding: 0;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li {
  text-transform: capitalize;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li:last-child {
  margin-bottom: 0px;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li .children {
  list-style: none;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li .children li {
  text-align: left;
  color: #797979;
  position: relative;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li .children li a {
  text-align: left;
  color: #797979;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li .children li:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li .children li:hover > a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li > a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-default #secondary.widget-area .widget.widget_categories ul:not(.children) > li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget {
  margin-bottom: 0;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images {
  width: auto;
  float: unset;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 6px 6px !important;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::before {
  content: '';
  position: absolute;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo::after {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  width: 34px;
  content: '\b90d';
  position: absolute;
  color: #ffffff;
  font-family: 'icomoon' !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo::before {
  opacity: 0.8;
}

.elementor-default #secondary.widget-area .widget.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo::after {
  opacity: 1;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget {
  margin-bottom: 35px;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item {
  padding: 30px;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-author-box .ctf-corner-logo {
  font-size: 40px;
  margin-right: 15px;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-author-box .ctf-corner-logo svg path {
  fill: rgba(255, 255, 255, 0.2);
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-tweet-text {
  font-size: 15px;
  line-height: 1.67;
}

.elementor-default #secondary.widget-area .widget.widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-tweet-text .ctf_more {
  display: none;
}

.elementor-default #secondary.widget-area .widget.widget_search {
  position: relative;
}

@media (max-width: 767px) {
  .elementor-default #secondary.widget-area .widget.widget_search {
    margin-bottom: 36px;
  }
}

.elementor-default #secondary.widget-area .widget.widget_search .search-form {
  position: relative;
}

@media (max-width: 991.98px) {
  .elementor-default #secondary.widget-area .widget.widget_search {
    margin-top: 30px;
  }
}

.elementor-default #secondary.widget-area .widget.widget_search label {
  display: none;
}

.elementor-default #secondary.widget-area .widget.widget_search .search-field {
  background-color: #F3F3f3;
  height: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  border: 0;
  width: 100%;
  padding-left: 20px;
}

.elementor-default #secondary.widget-area .widget.widget_search .search-field:hover, .elementor-default #secondary.widget-area .widget.widget_search .search-field:focus {
  outline: none;
}

.elementor-default #secondary.widget-area .widget.widget_search .search-field::-webkit-input-placeholder {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
}

.elementor-default #secondary.widget-area .widget.widget_search .nb-input-group .search-button button {
  position: absolute;
  top: 13px;
  right: 20px;
  background-color: transparent;
  color: #727272 !important;
  border: 0;
}

.elementor-default #secondary.widget-area .widget.widget_search .nb-input-group .search-button button:hover {
  background-color: transparent;
}

.elementor-default #secondary.widget-area .widget.nb-video-widget {
  margin-bottom: 53px;
}

.comments-title {
  text-transform: uppercase;
}

.comment-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.comment-list .comment-respond {
  margin-bottom: 50px;
}

.comment-list .comment-respond .comment-reply-title small {
  margin-left: 15px;
}

.comment-list .pingback {
  margin-bottom: 10px;
}

.comment-list article {
  border-bottom: 1px solid #ebebeb;
  margin-top: 25px;
  margin-bottom: 25px;
}

.comment-list > li > article {
  border-top: none;
}

.comment-list > .comment:not(:last-child) .comment-body {
  border-bottom: 1px solid #d5e0f0;
  margin-bottom: 47px;
}

.comment-list .comment-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 38px;
}

@media (max-width: 575px) {
  .comment-list .comment-body {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.comment-list .comment-body + .children .comment-body {
  padding-bottom: 25px;
}

.comment-list .comment-body .comment-author {
  width: 100px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comment-list .comment-body .comment-author {
    width: 40px;
    margin-right: 10px;
  }
}

.comment-list .comment-body .comment-author .avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.comment-list .comment-body .comment-details {
  width: -webkit-calc( 100% - 130px);
  width: calc( 100% - 130px);
}

@media (max-width: 575px) {
  .comment-list .comment-body .comment-details {
    width: -webkit-calc( 100% - 50px);
    width: calc( 100% - 50px);
  }
}

.comment-list .comment-body .comment-details .comment-edit-link {
  display: none;
}

.comment-list .comment-body .comment-details .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  margin-top: -6px;
}

.comment-list .comment-body .comment-details .top .says {
  display: none;
}

.comment-list .comment-body .comment-details .top .fn,
.comment-list .comment-body .comment-details .top .url {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #111111;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .comment-list .comment-body .comment-details .top .fn,
  .comment-list .comment-body .comment-details .top .url {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .comment-list .comment-body .comment-details .top .fn,
  .comment-list .comment-body .comment-details .top .url {
    padding-right: 30px;
  }
}

.comment-list .comment-body .comment-details .top .date-reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.comment-list .comment-body .comment-details .top .date-time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #8F8F8F;
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .comment-list .comment-body .comment-details .top .date-time {
    font-size: 14px;
  }
}

.comment-list .comment-body .comment-details .top .reply a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #8F8F8F;
  text-transform: capitalize;
  text-decoration: none;
  margin-left: 33px;
}

@media (max-width: 575.98px) {
  .comment-list .comment-body .comment-details .top .reply a {
    font-size: 14px;
  }
}

.comment-list .comment-body .comment-details .top .reply a::before {
  content: "\ed901";
  font-size: 18px;
  margin-right: 8px;
  font-family: "icomoon" !important;
}

.comment-list .comment-body .comment-details .top .date-time, .comment-list .comment-body .comment-details .top .reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-list .comment-body .comment-details .top .date-time span::before, .comment-list .comment-body .comment-details .top .reply span::before {
  margin-right: 8px;
  font-size: 18px;
  font-style: initial;
}

@media (max-width: 575px) {
  .comment-list .comment-body .comment-details .top {
    display: block;
    position: relative;
  }
  .comment-list .comment-body .comment-details .top .date-time {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .comment-list .comment-body .comment-details .top .reply {
    position: absolute;
    top: 3px;
    right: 0;
  }
}

.comment-list .comment-body .comment-details .comment-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
}

.comment-list .comment-body .reply {
  margin-bottom: 0;
}

.comment-list .comment-body .reply a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.comment-list .comment-meta {
  margin-bottom: 5px;
}

.comment-list .comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.comment-list .comment-content {
  padding-left: 130px;
  margin-top: -45px;
}

@media (max-width: 575px) {
  .comment-list .comment-content {
    padding-left: 0;
    margin-top: 0;
  }
}

.comment-list .comment-content p {
  margin-bottom: 25px;
  line-height: 24px;
}

.comment-list .edit-link {
  margin-left: 10px;
}

.comment-list .edit-link a {
  color: #333;
  font-size: 14px;
}

.comment-list .reply {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.comment-list > .comment:first-child {
  border-top: none;
}

.comment-list ol.children {
  list-style-type: none;
}

@media (min-width: 768px) {
  .comment-list ol.children {
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .comment-list ol.children {
    padding-left: 15px;
  }
}

.comments-area .logged-in-as {
  font-size: .8em;
}

.nb-comment-form textarea {
  padding: 15px;
}

.nb-comment-form textarea::-webkit-input-placeholder {
  color: #999999;
}

.nb-comment-form textarea:-ms-input-placeholder {
  color: #999999;
}

.nb-comment-form textarea::-ms-input-placeholder {
  color: #999999;
}

.nb-comment-form textarea::placeholder {
  color: #999999;
}

.nb-comment-form textarea:focus {
  outline: none;
}

#comments > *:first-child.comment-list {
  padding-top: 0;
  border-top: unset;
}

#comments .heading-count {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 45px;
  position: relative;
}

#comments .heading-count span {
  color: #1c73ea;
}

#comments .heading-count + .comment-list {
  padding-top: 0;
  border-top: unset;
}

#comments #respond + .heading-count {
  padding-top: 57px;
  border-top: 1px solid #d5e0f0;
}

#comments #respond + .comment-list {
  padding-top: 57px;
  border-top: 1px solid #d5e0f0;
}

#comments .comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#comments .comment-form .logged-in-as {
  width: 100%;
  font-style: italic;
}

#comments .comment-form > p {
  margin-bottom: 20px;
}

#comments .comment-form > p label {
  display: none;
}

#comments .comment-form > p input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 45px;
  width: 100%;
  padding: 0 15px;
}

#comments .comment-form > p input:not([type="submit"]) {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  outline: none;
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p input::-webkit-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p input:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p input::-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p input::placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p textarea {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p textarea::-webkit-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p textarea:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p textarea::-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p textarea::placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: normal;
}

#comments .comment-form > p.comment-form-comment {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  position: relative;
}

#comments .comment-form > p.comment-form-comment > span {
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(121, 121, 121, 0.5);
}

#comments .comment-form > p.comment-form-author {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-calc(50% - (0.667 * 15px));
  width: calc(50% - (0.667 * 15px));
  position: relative;
}

#comments .comment-form > p.comment-form-author > span {
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(121, 121, 121, 0.5);
}

@media (max-width: 480px) {
  #comments .comment-form > p.comment-form-author {
    width: 100%;
  }
}

#comments .comment-form > p.comment-form-email {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: -webkit-calc(50% - (0.667 * 15px));
  width: calc(50% - (0.667 * 15px));
  position: relative;
}

#comments .comment-form > p.comment-form-email > span {
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(121, 121, 121, 0.5);
}

@media (max-width: 480px) {
  #comments .comment-form > p.comment-form-email {
    width: 100%;
  }
}

#comments .comment-form > p.comment-form-url {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: -webkit-calc(33.3% - (0.667 * 15px));
  width: calc(33.3% - (0.667 * 15px));
  display: none;
}

@media (max-width: 480px) {
  #comments .comment-form > p.comment-form-url {
    width: 100%;
    margin-right: 0;
  }
}

#comments .comment-form > p.form-submit {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 0;
}

#comments .comment-form > p.form-submit .nb-primary-button {
  padding: 0 20px;
  height: 40px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

#comments .comment-form > p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: none;
}

#comments .comment-form > p.comment-form-cookies-consent label {
  display: block;
}

#comments .comment-form > p.comment-form-cookies-consent input {
  min-height: auto;
  width: auto;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next {
  float: right;
}

.elementor-default .comment-list .comment-body .comment-details .comment-text {
  font-style: italic;
}

.search .no-results .page-title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.search .no-results .page-header {
  margin-bottom: 30px;
}

.search .no-results .page-content p {
  color: #666666;
}

.search .no-results .page-content .search-form {
  position: relative;
}

.search .no-results .page-content label {
  display: none;
}

.search .no-results .page-content .search-field {
  width: 100%;
  background: #f2f2f2;
  height: 44px;
  line-height: 44px;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-left: 15px;
}

.search .no-results .page-content .search-button {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
}

.search .no-results .page-content .search-button button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search .no-results .page-content .search-button button:hover, .search .no-results .page-content .search-button button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}

.search .no-results .page-content .search-button button i {
  color: #ef5b5b;
}

.search .content-search header {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: transparent;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px 40px;
  margin: 0 0 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .content-search header .left-search-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .search .content-search header {
    padding: 15px;
  }
}

.search .content-search header h4 {
  margin: 0;
  float: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .content-search header span {
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .search .content-search header span {
    display: none;
  }
}

.search .content-search header h4 i {
  font-size: 20px;
  margin-right: 30px;
  color: #797979;
}

@media (max-width: 575.98px) {
  .search .content-search header h4 i {
    font-size: 20px;
    margin-right: 10px;
  }
}

.search .content-search header span:before {
  content: '|';
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 575.98px) {
  .search .content-search header span:before {
    display: none;
  }
}

.search .content-search header > a {
  text-transform: capitalize;
  color: #666;
}

@media (max-width: 374.98px) {
  .search .content-search header > a {
    display: none;
  }
}

.search .content-search header > a i {
  margin-right: 10px;
}

.elementor-default.search .no-results .page-content .search-field {
  background-color: #f2f2f2;
}

.paging-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.paging-navigation a, .paging-navigation span {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

.paging-navigation a.current, .paging-navigation a:hover, .paging-navigation span.current, .paging-navigation span:hover {
  background-color: #1c73ea;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paging-navigation a i:before, .paging-navigation span i:before {
  color: #111111;
}

.paging-navigation a.next, .paging-navigation a.prev, .paging-navigation span.next, .paging-navigation span.prev {
  width: 70px;
}

.paging-navigation a:hover i:before, .paging-navigation span:hover i:before {
  color: #ffffff;
}

.meta-post > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #8F8F8F;
}

.meta-post > p:not(:last-child):after {
  content: "";
  width: 24px;
  height: 0px;
  margin-left: 15px;
  border-top: 1px solid #DBE3EE;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

@media (max-width: 767px) {
  .meta-post > p:not(:last-child):after {
    display: none;
  }
}

.meta-post .icon-user1::before, .meta-post .icon-show::before, .meta-post .icon-calendar_calendar::before, .meta-post .icon-comment1::before {
  font-size: 18px;
  margin-right: 8px;
}

.meta-post .comment .text, .meta-post .view .text {
  margin-left: 5px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
blockquote {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  padding: 45px 40px 70px;
  position: relative;
  margin: 54px 0 52px;
  overflow: hidden;
}

blockquote:before {
  content: "\ea901";
  font-family: 'icomoon';
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  color: #1c73ea;
  text-align: left;
}

blockquote:after {
  font-family: 'icomoon';
  font-size: 80px;
  margin-bottom: 15px;
  display: block;
  color: #1c73ea;
  position: absolute;
  bottom: -40px;
  right: 40px;
  content: "\ea901";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.1;
}

blockquote.is-style-large {
  padding: 45px 40px 50px !important;
  margin-bottom: 52px !important;
}

blockquote.has-text-align-right p {
  text-align: right !important;
}

blockquote p {
  color: #333 !important;
  font-style: italic !important;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  font-size: 11px;
  color: #888888;
}

blockquote cite :before {
  content: "\2014 \0020";
}

blockquote code {
  font-size: 20px;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote p, .wp-block-pullquote cite {
  text-align: center !important;
}

.wp-block-pullquote cite {
  margin-top: 30px;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 3em 0;
  margin-top: 54px;
}

u {
  text-decoration: underline;
}

code {
  font-weight: bold;
  color: #660000;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

#secondary .widget,
.footer-bot-section .widget {
  margin-bottom: 40px;
}

#secondary .widget.widget_archive ul > li, #secondary .widget.widget_meta ul > li, #secondary .widget.widget_categories ul > li, #secondary .widget.widget_pages ul > li, #secondary .widget.widget_recent_entries ul > li,
.footer-bot-section .widget.widget_archive ul > li,
.footer-bot-section .widget.widget_meta ul > li,
.footer-bot-section .widget.widget_categories ul > li,
.footer-bot-section .widget.widget_pages ul > li,
.footer-bot-section .widget.widget_recent_entries ul > li {
  margin-bottom: 10px;
}

#secondary .widget.widget_archive ul > li:last-child, #secondary .widget.widget_meta ul > li:last-child, #secondary .widget.widget_categories ul > li:last-child, #secondary .widget.widget_pages ul > li:last-child, #secondary .widget.widget_recent_entries ul > li:last-child,
.footer-bot-section .widget.widget_archive ul > li:last-child,
.footer-bot-section .widget.widget_meta ul > li:last-child,
.footer-bot-section .widget.widget_categories ul > li:last-child,
.footer-bot-section .widget.widget_pages ul > li:last-child,
.footer-bot-section .widget.widget_recent_entries ul > li:last-child {
  margin-bottom: 0px;
}

#secondary .widget.widget_nav_menu ul:not(.sub-menu) > li,
.footer-bot-section .widget.widget_nav_menu ul:not(.sub-menu) > li {
  margin-bottom: 10px;
}

#secondary .widget {
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
}

#secondary .widget .widget-title {
  text-transform: uppercase;
}

#secondary .widget .widget-title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -1px;
  width: 3px;
  height: 22px;
}

#secondary .widget ul li.recentcomments:hover {
  color: unset !important;
}

#secondary .widget ul li.recentcomments:hover a {
  color: unset;
}

.sidebar-wrapper ul {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.sidebar-wrapper li {
  list-style: none;
}

.widget_archive ul li a,
.widget_categories ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget_archive ul li a .post_count,
.widget_categories ul li a .post_count {
  color: #707070;
}

.widget_archive > ul > li > a,
.widget_categories > ul > li > a,
.widget_pages > ul > li > a {
  font-weight: 500;
}

.widget.widget_nav_menu ul.sub-menu li,
.widget.widget_nav_menu ul.children li,
.widget.widget_pages ul.sub-menu li,
.widget.widget_pages ul.children li,
.widget.widget_categories ul.sub-menu li,
.widget.widget_categories ul.children li {
  margin-top: 10px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li {
  padding-bottom: 10px;
  border-bottom: solid 1px;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul li:last-child {
  border-bottom: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a {
  padding-left: 20px;
}

.widget.widget_rss h3.widget-title > a {
  font-weight: 600;
}

.widget.widget_rss ul li {
  margin-bottom: 25px;
  padding-left: 0;
  border-bottom: solid 1px;
  padding-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_rss ul li:before {
  content: '';
}

.widget.widget_rss ul li cite {
  color: #b7b7b7;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}

.widget.widget_rss ul li cite:before {
  content: '\ea962';
  font-family: 'icomoon';
  margin-right: 10px;
}

.widget.widget_rss .rss-date {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 11px;
  color: #999;
}

.widget_calendar .calendar_wrap caption {
  text-align: center;
  background: #1c73ea;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}

.widget_calendar .calendar_wrap a {
  font-weight: 500;
  text-decoration: none;
}

.widget_calendar table, .widget_calendar td, .widget_calendar th {
  text-align: center;
  border: 1px solid #ccc;
}

.widget_calendar #today {
  color: #fff;
  font-weight: bold;
  background: #1c73ea;
}

.wp-block-button {
  margin-bottom: 30px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.wp-block-calendar caption {
  text-align: center;
  background: #1c73ea;
  color: #fff !important;
  padding: 10px 0;
  font-size: 18px;
}

.wp-block-calendar a {
  font-weight: 500;
  text-decoration: none;
}

.wp-block-calendar table, .wp-block-calendar td, .wp-block-calendar th {
  text-align: center;
  border: 1px solid #ccc;
}

.wp-block-calendar #today {
  color: #fff;
  font-weight: bold;
  background: #1c73ea;
}

.wp-block-calendar table th {
  background: inherit;
}

.widget-title {
  font-size: 14px;
  font-stretch: normal;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
}

.widget-title::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 3px;
  bottom: -1px;
  left: 0;
}

.widget_search {
  position: relative;
  margin-bottom: 23px;
}

.widget_search .search-form {
  position: relative;
}

@media (max-width: 767.98px) {
  .widget_search {
    margin-top: 30px;
  }
}

.widget_search label {
  display: none;
}

.widget_search .search-field {
  background-color: #F3F3f3;
  height: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
  border: 0;
  width: 100%;
  padding-left: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.widget_search .search-field:hover, .widget_search .search-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget_search .search-field::-webkit-input-placeholder {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #797979;
}

.widget_search .nb-input-group .search-button button {
  position: absolute;
  top: 13px;
  right: 20px;
  background-color: transparent;
  color: #727272 !important;
  border: 0;
}

.widget_search .nb-input-group .search-button button:hover {
  background-color: transparent;
}

.box-text .name-articles {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-links {
  padding-top: 25px;
  clear: both;
  margin: 0 0 30px;
}

.page-links .post-page-numbers {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 38px;
  color: #111;
  background: #fff;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.page-links .post-page-numbers:first-child {
  margin-left: 10px;
}

.page-links .post-page-numbers:hover {
  background: #1c73ea;
  color: #fff;
}

.page-links .post-page-numbers.current {
  background: #1c73ea;
  color: #fff;
}

.bypostauthor {
  display: block;
}

.left-sidebar .sticky,
.right-sidebar .sticky {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(28, 115, 234, 0.5);
          box-shadow: 0px 0px 10px 0 rgba(28, 115, 234, 0.5);
}

.widget ul .children li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.widget ul .children,
.widget ul .sub-menu {
  padding-left: 20px;
  border-top: solid 1px #e4e4e4;
  margin-top: 10px;
}

.widget ul .children > li,
.widget ul .sub-menu > li {
  border-bottom: solid 1px;
  padding-bottom: 10px;
}

.widget ul .children > li:last-child,
.widget ul .sub-menu > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-footer .wp-calendar-table,
.site-footer .site-footer .widget ul li,
.site-footer .widget.widget_nav_menu .sub-menu li a,
.site-footer .widget.widget_pages .children li a,
.site-footer .widget.widget_categories .children li a,
.site-footer .site-footer .widget_categories ul li,
.site-footer ul > li {
  color: #cacaca;
}

.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_nav_menu ul li {
  padding-bottom: 12px;
  border-bottom: solid 1px #666 !important;
}

.site-footer .widget_archive ul li:last-child,
.site-footer .widget_categories ul li:last-child,
.site-footer .widget_pages ul li:last-child,
.site-footer .widget_meta ul li:last-child,
.site-footer .widget_recent_entries ul li:last-child,
.site-footer .widget_nav_menu ul li:last-child {
  border-bottom: 0 !important;
}

.site-footer .widget_archive ul li a,
.site-footer .widget_categories ul li a,
.site-footer .widget_pages ul li a,
.site-footer .widget_meta ul li a,
.site-footer .widget_recent_entries ul li a,
.site-footer .widget_nav_menu ul li a {
  padding-left: 20px;
}

.site-footer.not-show-icon-navigation .widget_nav_menu ul li {
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.site-footer.not-show-icon-navigation .widget_nav_menu ul li a {
  padding-left: 0;
}

.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
  border-color: #666;
  padding-left: 10px !important;
  margin-top: 12px !important;
}

.site-footer .widget ul .children li:last-child,
.site-footer .widget ul .sub-menu li:last-child {
  border-bottom: 0 !important;
}

.site-footer .widget_recent_comments ul li,
.site-footer .widget_rss ul li {
  border-bottom: solid 1px #666 !important;
}

.site-footer .widget_recent_comments ul li:last-child,
.site-footer .widget_rss ul li:last-child {
  border-bottom: 0 !important;
}

.site-footer .widget_calendar #today {
  background: #e4e4e4;
  color: #1c73ea;
}

.comment-list .pingback,
.comment-list .trackback {
  margin-bottom: 15px;
  line-height: 30px;
}

.comment-list .pingback .pingback-entry .pingback-heading,
.comment-list .trackback .pingback-entry .pingback-heading {
  display: block;
}

.comment-list .pingback .pingback-entry a,
.comment-list .trackback .pingback-entry a {
  font-weight: bold;
  display: block;
}

.single-blog .entry-text p.wp-block-cover-text {
  color: white;
  line-height: 40px;
}

.entry-content table {
  border: 1px solid #ddd;
  background: #fff;
}

.entry-content table td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ddd;
}

.entry-content table th {
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
}

.entry-content table tr:first-child {
  background-color: #111;
  color: #fff;
}

.entry-content table tr.odd {
  background-color: #fff;
}

.entry-content table tr.even {
  background-color: #eee;
}

.entry-content .entry-text table thead tr {
  background-color: #111;
  color: #fff;
}

.entry-content .entry-text table tbody tr:first-child {
  background-color: #fff;
  color: #666;
}

.entry-content .entry-text table tbody tr:nth-child(2n) {
  background-color: #eee;
}

:root .has-cyan-bluish-gray-background-color {
  background-color: #eaeaea;
}

.single-blog .entry-text p.has-large-font-size {
  line-height: 60px;
}

.single-blog .entry-text p.has-large-font-size + p {
  line-height: 60px;
}

.single-blog .entry-text p.has-very-light-gray-color {
  color: white;
}

.single-blog .entry-text .wp-block-cover__inner-container p.has-large-font-size {
  color: white;
}

.entry-content ul, .entry-content ol {
  list-style-position: inside;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.entry-content ul li > ul > li, .entry-content ol li > ul > li {
  list-style-type: circle;
}

.entry-content ul li > ul > li > ul > li, .entry-content ol li > ul > li > ul > li {
  list-style-type: square;
}

.entry-content .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
}

.single-blog .entry-text ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
  display: initial;
}

.wp-block-group.has-background {
  padding: 20px;
}

.wp-block-columns.has-4-columns {
  margin-top: 28px;
}

.wp-block-separator {
  max-width: 70px;
  margin-left: 0;
}

.wp-block-separator.is-style-wide {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.widget ul {
  padding: 0;
  margin: 0;
}

.widget ul .children {
  padding-left: 20px;
  list-style-type: none;
}

.widget ul li {
  position: relative;
}

.widget ul li::before {
  content: "\ea916";
  position: absolute;
  top: 6px;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}

.site-footer .widget ul li::before {
  top: 6px;
}

.site-footer .widget_text form {
  margin-top: 24px;
}

.widget ul li.recentcomments {
  padding-left: 30px;
}

.widget ul li.recentcomments::before {
  content: "\ec901";
  font-family: 'icomoon' !important;
}

.widget.widget_recent_comments li {
  padding-bottom: 10px;
  border-bottom: solid 1px;
}

.widget.widget_recent_comments li:last-child {
  border-bottom: 0;
}

.widget.widget_recent_comments li:not(:last-child) {
  margin-bottom: 10px;
}

.widget ul li:not(.recentcomments) > a.rsswidget {
  margin-bottom: 0;
  display: block;
  font-weight: 500;
}

.widget.widget_tag_cloud {
  float: left;
  display: block;
}

.widget.widget_tag_cloud::after {
  content: '';
  display: block;
  clear: both;
}

.widget .tagcloud a {
  float: left;
  font-size: 12px !important;
  margin: 0 8px 8px 0;
  padding: 5px 10px;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.widget .tagcloud a:hover {
  color: #fff;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.widget p {
  line-height: 1.5;
}

.wp-caption-text {
  text-align: center;
}

.main-logo a {
  font-size: 24px;
  color: #111111;
}

.header-middle {
  border-bottom: 1px solid #eaeaea;
}

.home.blog #content {
  margin-top: 75px;
}

.site-main.classic article {
  border-bottom: 1px solid #eee;
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.site-main.classic article:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .site-main.classic article {
    padding: 20px;
  }
}

footer.site-footer .footer-bot-section .wrap-footer li a {
  line-height: 24px;
}

.masonry article {
  width: 100%;
}

.search .no-results .page-content .search-field {
  background-color: #ffffff;
}

.wp-block-media-text {
  margin-bottom: 28px;
}

body:not(.elementor-default) .gallery {
  margin-bottom: 30px;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

body:not(.elementor-default) .gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

body:not(.elementor-default) .gallery.gallery-columns-4 {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

body:not(.elementor-default) .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

body:not(.elementor-default) .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

body:not(.elementor-default) .gallery.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

body:not(.elementor-default) .gallery.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

body:not(.elementor-default) .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

body:not(.elementor-default) .gallery.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

body:not(.elementor-default) .gallery-icon {
  border-bottom: 0;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  overflow: hidden;
}

body:not(.elementor-default) .single .entry-content .gallery {
  margin-left: -10px;
  margin-right: -10px;
}

body:not(.elementor-default) .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

body:not(.elementor-default) .gallery-item {
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

body:not(.elementor-default) .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

body:not(.elementor-default) .gallery-caption {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-top: none;
  font-size: .9em;
}

body:not(.elementor-default) .gallery-caption {
  display: block;
  font-style: italic;
}

body:not(.elementor-default) .entry-text ul.wp-block-rss,
body:not(.elementor-default) .entry-text ol.wp-block-latest-comments,
body:not(.elementor-default) .entry-text ul.wp-block-archives {
  margin: 2em 0;
}

body:not(.elementor-default) .wp-block-categories {
  margin-bottom: 30px;
}

body:not(.elementor-default) .wp-block-tag-cloud a {
  line-height: 48px;
}

body:not(.elementor-default) .entry-text .wp-block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

body:not(.elementor-default) .entry-text .wp-block-search label {
  margin-bottom: 30px;
}

body:not(.elementor-default) .entry-text .wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 360px;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

body:not(.elementor-default) .entry-text .wp-block-search .wp-block-search__button {
  margin-left: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff;
  border-color: #1c73ea;
  background-color: #1c73ea;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
}

/*Gutenberg default blocks*/
.wp-block-cover-image-text {
  color: #fff !important;
}

.wp-block-coblocks-pricing-table-item.has-secondary-background-color {
  background: #1c73ea;
}

@media (max-width: 320px) {
  .single-blog #comments, .single-blog .entry-text {
    overflow: hidden;
  }
  .single-blog .entry-content table td, .single-blog .entry-content table th {
    padding: 8px 0;
    text-align: center;
  }
  .gallery-caption {
    word-wrap: break-word;
  }
}

@media (max-width: 375px) {
  .post-password-form label {
    display: grid;
  }
  .post-password-form input[type="submit"] {
    margin-top: 8px;
  }
}
