/*
Theme Name: Makanan - Restaurant and Online Food Store WordPress Theme
Author: MhrTheme
Version: 1.0.0

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
Template.

This files contents are outlined below >>>>

Search Each Section As It Comments, You Will Get The Right Section.

******************************************* 
*******************************************

==== TABLE OF CONTENTS:

01 - BASIC CSS
02 - DEFAULT CSS
03 - PRELOADER CSS
04 - BUTTON CSS
05 - SECTION AREA CSS
06 - TOP BAR AREA CSS
07 - NAV AREA CSS
08 - PAGE TITLE AREA CSS
09 - PAGE 404 AREA CSS
10 - MY ACCOUNT AREA CSS
11 - FAQ AREA CSS
12 - TEAM AREA CSS
13 - TESTIMONIAL AREA CSS
14 - CONTACT AREA CSS
15 - ABOUT US AREA CSS
16 - MENU AREA CSS
17 - SUBSCRIBE AREA CSS
18 - FOOTER TOP AREA CSS
19 - FOOTER BOTTOM AREA CSS
20 - GO TOP AREA CSS
21 - BOOKING AREA CSS
22 - BLOG AREA CSS
23 - BLOG DETAILS AREA CSS
24 - PAGINATION AREA CSS
25 - SLIDER AREA CSS
26 - BANNER AREA CSS
27 - OFFER AREA CSS
28 - CATEGORIES AREA CSS
29 - LIMITED OFFER AREA CSS

/*

/*==========================
01 - BASIC CSS
============================*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

:root {
  --mainColor: #1082CE;
  --secondaryColor: #00ADEF;
  --optionalColor: #F4F9FD;
  --headingColor: #3C3C3C;
  --whiteColor: #ffffff;
  --blackColor: #222222;
  --fontSize: 16px;
  --transition: .5s;
  --border-radius: 4px;
}

/* Sections
   ========================================================================== */

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/**
 * Page
 */
.page .post-thumbnail {
  margin-bottom: 30px;
}

/* Forms
   ========================================================================== */

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
}

/* Links
--------------------------------------------- */
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  color: var(--whiteColor);
  padding: 16px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  background-color: var(--mainColor);
  border: none;
}

button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button:hover::before {
  width: 50.5%;
}

button:hover::after {
  width: 50.5%;
}

button:hover {
  color: var(--whiteColor);
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"] {
  height: 50px;
  color: #271273;
  border: 1px solid #eaedff;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

textarea {
  color: #271273;
  border: 1px solid #eaedff;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}

textarea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  button, input[type="button"], input[type="reset"], input[type="submit"] {
   font-size: 15px;
   padding: 14px 24px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#reply-title {
  margin: 10px 0;
  font-size: 1.2rem;
}

#reply-title small {
  display: block;
  margin-top: 10px;
}

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*==========================
02 - DEFAULT CSS
============================*/
body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--mainColor);
}

a:hover {
  text-decoration: none;
  color: var(--secondaryColor);
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--headingColor);
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

.owl-theme .owl-dots button:hover, 
.owl-theme .owl-dots button::before,
.owl-theme .owl-dots button::after {
  background-color: transparent;
}

.owl-theme .owl-nav button:hover, 
.owl-theme .owl-nav button::before,
.owl-theme .owl-nav button::after {
  background-color: transparent;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control, input[type="search"] {
  height: 50px;
  color: #271273;
  border: 1px solid #ebe3e3;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder, input[type="search"]::placeholder {
  color: #495057;
}

.form-control:focus, input[type="search"]:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}

.form-control:hover:focus, .form-control:focus, 
input[type="search"]:hover:focus, input[type="search"]:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-group .nice-select {
  margin-bottom: 30px;
}

.book-a-table-bg .form-group .nice-select span {
  position: relative;
  bottom: 5px;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-color {
  background-color: var(--optionalColor);
}

.page .entry-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page.elementor-page .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

/*
03 - PRELOADER AREA CSS
<<<<======================================================>>>>*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(var(--secondaryColor)));
  background-image: linear-gradient(var(--mainColor), var(--secondaryColor));
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid var(--whiteColor);
  opacity: 1;
  border-radius: 0;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
04 - BUTTON CSS
<<<<======================================================>>>>*/
.default-btn {
  font-size: 16px;
  color: var(--whiteColor);
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
}

.default-btn.icon {
  padding: 15px 30px 15px 60px;
}

.default-btn.icon i {
  position: absolute;
  left: 30px;
  top: 50%;
  right: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  margin-top: -1px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.default-btn.active::before {
  background-color: var(--blackColor);
}

.default-btn.active::after {
  background-color: var(--blackColor);
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover::before {
  width: 50.2%;
}

.default-btn:hover::after {
  width: 50.2%;
}

/*
05 - SECTION AREA CSS
<<<<======================================================>>>>*/
.section-title {
  max-width: 660px;
  margin: -5px auto 60px;
  text-align: center;
  position: relative;
}

.section-title span {
  color: var(--secondaryColor);
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: var(--whiteColor);
}

.section-title.white-title h2 {
  color: var(--whiteColor);
}

.section-title.white-title p {
  color: var(--whiteColor);
}

/*
06 - TOP BAR AREA CSS
<<<<======================================================>>>>*/
.header-area .top-header-area {
  background-color: var(--optionalColor);
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-area .heading-left-part {
  line-height: 1;
}

.header-area .heading-left-part li {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  border-right: 1px solid #545454;
  color: #121521;
  position: relative;
  top: -2px;
}

.header-area .heading-left-part li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.header-area .heading-left-part li:first-child {
  padding-left: 0;
}

.header-area .heading-left-part li:last-child {
  border-right: none;
  padding-right: 0;
}

.header-area .heading-left-part li a {
  color: #121521;
  font-size: 15px;
}

.header-area .heading-left-part li a:hover {
  color: var(--mainColor);
}

.header-area .heading-left-part li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 5px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}

.header-area .heading-left-part li:hover i {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

.header-area .heading-right-part {
  float: right;
}

.header-area .heading-right-part li {
  display: inline-block;
  color: #545454;
}

.header-area .heading-right-part li a {
  padding: 0 5px;
}

.header-area .heading-right-part li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .heading-right-part li a:hover i {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.header-area .heading-right-part li:first-child a {
  padding-left: 0;
}

.header-area .heading-right-part li:last-child a {
  padding-right: 0;
}

/*
07 - NAV AREA CSS
<<<<======================================================>>>>*/
.nav-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.nav-area .navbar-area .main-nav {
  background-color: var(--whiteColor);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.nav-area .navbar-area .main-nav .site-branding {
  margin: 10px 0;
}

.nav-area .site-branding .site-title {
  margin: 0;
}

.nav-area .navbar-area .mobile-nav .site-branding {
  top: 15px;
  max-width: 200px;
  z-index: 999;
  position: absolute;
  left: 15px;
  color: var(--mainColor);
  font-weight: 700;
}

.nav-area .navbar-area .mobile-nav .site-branding p {
  display: inline;
}

.main-nav nav ul.m-auto {
  position: relative;
}

.nav-area .navbar-area .main-nav .navbar-brand {
  padding: 0;
}

.nav-area .navbar-area .main-nav.bg-color {
  background-color: #271273;
}

.nav-area .navbar-area .main-nav .navbar {
  padding: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 20px 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #121521;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: var(--whiteColor);
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.active a::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid var(--mainColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--whiteColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu.megamenu {
  width: 400px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .dropdown-menu {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .max-megamenu-header {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding: 0 15px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu a {
  border: 0 !important;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .max-megamenu-header:hover {
  color: initial;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu.megamenu li {
  float: left;
  margin: 0 10px;
  width: 110px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu  {
  position: static;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  color: #121521;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--mainColor);
  background-color: transparent;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active > a {
  color: var(--mainColor);
  background-color: transparent;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 90%;
}

.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #271273;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.nav-area.nav-area-three .navbar-area .main-nav {
  background-color: rgba(0, 2, 11, 0.88);
  border: none;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 45px;
  line-height: 1;
  top: -4px;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a i {
  font-size: 35px;
  color: var(--mainColor);
  position: absolute;
  top: -10px;
  left: 0;
}

.nav-area .others-option {
  position: relative;
  top: 4px;
}

.nav-area .others-option .get-quote {
  display: inline-block;
  position: relative;
  margin-top: -8px;
}

.nav-area .others-option .burger-menu {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.nav-area .others-option .burger-menu i {
  font-size: 40px;
  color: var(--whiteColor);
  position: relative;
  top: -2px;
}

.nav-area .nav-others-option .option-item .cart-btn {
  color: var(--blackColor);
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 30px;
}

.nav-area .nav-others-option .option-item .cart-btn:hover span {
  background-color: var(--secondaryColor);
}

.nav-area .nav-others-option .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.dropdown-toggle::after {
  vertical-align: middle;
  content: "\eb27";
  border: none;
  font-family: 'boxicons'!important;
  font-weight: 500;
}

.admin-bar .navbar-area.is-sticky {
  top: 32px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 400px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.megamenu .dropdown-menu li {
  float: left;
  margin: 0 10px;
  width: 110px;
}

/*
08 - PAGE TITLE AREA CSS
<<<<======================================================>>>>*/
.page-title-area {
  background: var(--optionalColor);
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  position: relative;
}

.page-title-content {
  text-align: center;
}

.page-title-content .breadcrumb {
  background-color: transparent;
  margin: 0;
}

.page-title-content .breadcrumb-item.active {
  color: var(--blackColor);
}

.page-title-content h1 {
  margin-bottom: 12px;
  font-size: 50px;
  color: var(--blackColor);
  font-weight: 700;
}

.page-title-content ol li a {
  color: var(--mainColor);
}

.page-title-content ol li a:hover {
  color: var(--secondaryColor);
}

/*
09 - PAGE 404 AREA CSS
<<<<======================================================>>>>*/
.page-error-content {
  text-align: center;
}

.page-error-content h3 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.page-error-content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.page-error-content .search-form {
  margin-top: 30px;
}

.page-error-content .default-btn {
  margin-top: 30px;
}

/*
10 - MY ACCOUNT AREA CSS
<<<<======================================================>>>>*/
.login-form, .signup-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.login-form h2 {
  margin-bottom: 25px;
  font-size: 30px;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  color: var(--blackColor);
  font-weight: 500;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
  display: none;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
  font-weight: 500;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-form form .remember-me-wrap [type="checkbox"]:hover + label:before {
  border-color: var(--mainColor);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before {
  border-color: var(--mainColor);
}

.login-form form .lost-your-password-wrap {
  text-align: right;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0;
  content: '';
  background-color: var(--mainColor);
}

.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.login-form form button {
  margin-top: 22px;
}

.signup-form h2 {
  margin-bottom: 25px;
  font-size: 30px;
}

.signup-form form .form-group {
  margin-bottom: 25px;
}

.signup-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  color: var(--blackColor);
  font-weight: 500;
}

.signup-form form .description {
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 0;
}

.signup-form form button {
  margin-top: 22px;
}

/*
11 - FAQ AREA CSS
<<<<======================================================>>>>*/
.faq-accordion {
  margin-bottom: 15px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
      -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 40px 17px 25px;
  color: var(--blackColor);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--whiteColor);
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 13px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  background-color: var(--whiteColor);
  font-size: 16px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
12 - TEAM AREA CSS
<<<<======================================================>>>>*/
.single-team-box {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.single-team-box .content {
  background-color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  border-radius: 5px;
  padding: 20px;
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 15px;
}

.single-team-box .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .content span {
  display: block;
  font-size: 15px;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .image {
  position: relative;
  overflow: hidden;
}

.single-team-box .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .image .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  top: 0;
}

.single-team-box .image .social-links li {
  margin-bottom: 10px;
}

.single-team-box .image .social-links li:last-child {
  margin-bottom: 0;
}

.single-team-box .image .social-links li a {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.single-team-box .image .social-links li a:hover {
  background-color: var(--secondaryColor);
}

.single-team-box .image .social-links li a i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-team-box .image .social-links li a.linkedin {
  background-color: #2867B2;
}

.single-team-box .image .social-links li a.facebook {
  background-color: #4267B2;
}

.single-team-box .image .social-links li a.twitter {
  background-color: #1DA1F2;
}

.single-team-box .image .social-links li a.instagram {
  background: -webkit-gradient(linear, left top, right top, from(#ff3019), to(#c90477));
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
}

.single-team-box:hover .image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.single-team-box:hover .image .social-links {
  top: 15px;
  opacity: 1;
  visibility: visible;
}

.single-team-box:hover .content {
  background-color: var(--mainColor);
}

.single-team-box:hover .content h3, .single-team-box:hover .content span {
  color: var(--whiteColor);
}

.team-area .owl-theme .owl-dots {
  line-height: 1;
}

.team-area .owl-theme .owl-dots .owl-dot span {
  background-color: var(--secondaryColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.team-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

/*
13 - TESTIMONIAL AREA CSS
<<<<======================================================>>>>*/
.client-area .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.client-area .owl-item.active.center .single-client {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--secondaryColor)), to(var(--mainColor)));
  background-image: linear-gradient(var(--secondaryColor), var(--mainColor));
}

.client-area .owl-item.active.center .single-client h3 {
  color: var(--whiteColor);
}

.client-area .owl-item.active.center .single-client span {
  color: var(--whiteColor);
}

.client-area .owl-item.active.center .single-client p {
  color: var(--whiteColor);
}

.single-client {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client img {
  border: 3px solid #e8e8e8 !important;
  border-radius: 50px !important;
  margin: 0 auto 18px;
}

.single-client p {
  margin-bottom: 20px;
}

.single-client ul {
  line-height: 1;
  margin-bottom: 5px;
}

.single-client ul li {
  display: inline-block;
}

.single-client ul li i {
  color: #ffba00;
  font-size: 18px;
}

.single-client h3 {
  margin-bottom: 5px;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client span {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.client-area .owl-theme .owl-nav {
  margin-top: 0;
}

.client-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-next i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 20px;
}

.client-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-prev i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 20px;
}

.client-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.client-area .owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 5px;
}

.client-area .owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 5px;
}

/*
14. CONTACT AREA CSS
<<<<======================================================>>>>*/
.contact-info-area .single-contact-info {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  background-color: var(--whiteColor);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.contact-info-area .single-contact-info i {
  display: block;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  line-height: 60px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.contact-info-area .single-contact-info a, 
.contact-info-area .single-contact-info p {
  color: #545454;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 15px;
  line-height: inherit;
}

.contact-info-area .single-contact-info:hover {
  background-color: var(--mainColor);
}

.contact-info-area .single-contact-info:hover i {
  color: var(--mainColor);
  border-color: var(--whiteColor);
  background-color: var(--whiteColor);
}

.contact-info-area .single-contact-info:hover h3 {
  color: var(--whiteColor);
}

.contact-info-area .single-contact-info:hover a, 
.contact-info-area .single-contact-info:hover p {
  color: var(--whiteColor);
}

/* CONTACT FORM STYLE */
.contact-area .contact-wrap {
  padding: 50px;
}

.contact-area .contact-wrap .section-title {
  margin-bottom: 40px;
}

.contact-area .contact-wrap .default-btn {
  margin-top: 10px;
}

.list-unstyled {
  color: #dc3545;
  text-align: left;
  margin-top: 10px;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.hidden {
  display: none;
}

.contact-wrap {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact-wrap .contact-title {
  margin-bottom: 30px;
}

.contact-wrap .contact-title h2 {
  font-size: 20px;
}

.contact-wrap .form-group {
  margin-bottom: 30px;
}

/* GOOGLE MAP STYLE */
.map-area iframe {
  height: 500px;
  width: 100%;
}

/*
15. ABOUT US AREA CSS
<<<<======================================================>>>>*/
.about-us-area {
  position: relative;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-content h2 span {
  color: var(--secondaryColor);
}

.about-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-content .default-btn {
  margin-top: 15px;
}

/* About Offer Style */
.about-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.about-section-title span {
  color: var(--secondaryColor);
}

.single-services-box {
  text-align: center;
  background-color: #202020;
  position: relative;
  padding: 30px;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-services-box h3 {
  font-size: 25px;
  color: var(--optionalColor);
  margin-bottom: 15px;
}

.single-services-box p {
  margin-bottom: 0;
  color: var(--optionalColor);
}

.single-services-box span {
  color: var(--whiteColor);
  font-size: 80px;
  color: #363636;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-services-box:hover {
  background-color: var(--mainColor);
}

.single-services-box:hover span {
  color: var(--secondaryColor);
}

/* About Video Style */
.about-video-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.about-video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  opacity: 0.5;
  z-index: -1;
}

.video-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.video-section-title h2 {
  color: var(--whiteColor);
}

.video-section-title span {
  color: var(--secondaryColor);
}

.about-video-button {
  text-align: center;
  margin: auto;
}

.about-video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 0;
  color: var(--whiteColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-video-btn i {
  font-size: 55px;
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.about-video-btn::after, .about-video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: var(--mainColor);
}

.about-video-btn:hover {
  background-color: var(--secondaryColor);
}

.about-video-btn:hover::before, .about-video-btn:hover::after {
  background-color: var(--secondaryColor);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
16. MENU AREA CSS
<<<<======================================================>>>>*/
.menu-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.menu-section-title span {
  color: var(--secondaryColor);
}

.menu-items-list ul li {
  position: relative;
  padding-left: 140px;
  padding-right: 100px;
  margin-bottom: 30px;
}

.menu-items-list ul li:last-child {
  margin-bottom: 0;
}

.menu-items-list ul li a {
  display: block;
}

.menu-items-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}

.menu-items-list ul li h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.menu-items-list ul li h3 a {
  color: var(--mainColor);
}

.menu-items-list ul li p {
  margin-bottom: 0;
}

.menu-items-list ul li .price {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 1rem;
  font-weight: 600;
  color: #666666;
}

.menu-items-list ul li .price del {
  display: block;
  color: #f12e2e;
  opacity: 1;
}

.menu-items-list ul li .price ins {
  display: block;
}

.menu-items-list ul li .price::before, .menu-items-list ul li .price::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  z-index: -1;
}

.menu-items-list ul li .price::after {
  top: auto;
  bottom: -40px;
}

.menu-items-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 572px;
}

/*
17 - SUBSCRIBE AREA CSS
<<<<======================================================>>>>*/
.subscribe-area {
  background-color: var(--optionalColor);
  padding-top: 50px;
  padding-bottom: 50px;
}

.subscribe-area h2 {
  font-size: 40px;
}

.mc4wp-form {
  position: relative;
}

.mc4wp-form input[type="email"] {
  height: 60px;
  background-color: var(--whiteColor);
}

.mc4wp-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.mc4wp-form .mc4wp-response {
  margin-top: 20px;
}

/*
18 - FOOTER TOP AREA CSS
<<<<======================================================>>>>*/
.footer-top-area {
  background-color: var(--blackColor);
}

.single-widget {
  margin-bottom: 30px;
}

.footer-top-area .row .col-lg-3:last-child .single-widget {
  margin-bottom: 0;
}

.single-widget img {
  margin-bottom: 15px;
}

.single-widget p {
  color: var(--whiteColor);
  font-size: 15px;
}

.single-widget h3 {
  color: var(--whiteColor);
  margin-bottom: 25px;
  font-size: 25px;
  position: relative;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 10px;
}

.single-widget h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--whiteColor);
}

.single-widget ul li {
  margin-bottom: 15px;
}

.single-widget ul li:last-child {
  margin-bottom: 0;
}

.single-widget ul li a {
  color: var(--whiteColor);
  position: relative;
}

.single-widget ul li a::before {
  display: inline-block;
  vertical-align: middle;
  content: "\e9fd";
  border: none;
  font-family: 'boxicons'!important;
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
}

.single-widget .social-icon ul li a::before {
  content: none;
}

.single-widget ul li span {
  color: var(--whiteColor);
}

.single-widget ul li a:hover {
  color: var(--mainColor);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-widget .information li {
  margin-bottom: 8px;
}

.single-widget .information li a {
  padding-left: 0;
  position: relative;
}

.single-widget .information li a:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-widget .information li.address {
  position: relative;
  padding-left: 30px;
  color: var(--whiteColor);
}

.single-widget .information li.address i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
}

.single-widget .information li.address span {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.single-widget .social-icon {
  line-height: 1;
}

.single-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.single-widget .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}

.single-widget .social-icon li a:hover {
  color: #fff;
  background-color: var(--secondaryColor);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-widget.open-time ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--whiteColor);
}

.single-widget.open-time ul li .right {
  float: right;
}

.single-widget.open-time ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*
19 - FOOTER BOTTOM AREA CSS
<<<<======================================================>>>>*/
.footer-bottom-area {
  background-color: var(--optionalColor);
  padding: 15px 0;
  text-align: center;
}

.footer-bottom-area .copy-right i {
  position: relative;
  top: 1px;
}

.footer-bottom-area .copy-right a {
  color: #1f54f3;
}

.footer-bottom-area .copy-right a:hover {
  color: #9457e8;
}

/*
20 - GO TOP AREA CSS
<<<<======================================================>>>>*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 120%;
  right: 5%;
  background-color: var(--mainColor);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--whiteColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
}

.go-top:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.go-top:hover i {
  color: var(--whiteColor);
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 5%;
  top: 93%;
}

/*
21 - BOOKING AREA CSS
<<<<======================================================>>>>*/
.book-a-table-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.book-a-table-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.booking-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

.booking-section-title h2, 
.booking-section-title p,
.book-a-table-bg label {
  color: var(--whiteColor);
}

.booking-section-title span {
  color: var(--secondaryColor);
}

.book-a-table-bg form {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.book-a-table-bg form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.book-a-table-bg form .form-group .form-control {
  background-color: rgba(20, 20, 20, 0.9);
  color: var(--whiteColor);
  font-size: 15px;
}

.book-a-table-bg form .form-group .form-control::-webkit-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:-ms-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control::-ms-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control::placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:focus {
  border: 1px solid var(--mainColor);
}

.book-a-table-bg form .form-group i {
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 18px;
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:focus + i {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .nice-select ul li {
  color: var(--blackColor);
}

.book-a-table-bg ::-webkit-calendar-picker-indicator {
  filter: invert(1);
  position: relative;
  left: 12px;
}

.book-a-table-bg .nice-select:after {
  border: none;
}

.book-a-table-bg select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.book-a-table-bg select::-ms-expand {
  display: none;
}

.book-a-table-bg .book-table-btn {
  text-align: center;
}

.book-a-table-bg .wpcf7-response-output {
  color: var(--whiteColor);
}

.book-a-table-bg .wpcf7-spinner {
  position: absolute;
}

.table-condensed {
  border-collapse: collapse;
  width: 256px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #f2f9fc;
  border-radius: var(--border-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: var(--mainColor);
}

.table-condensed .next {
  background-color: #f2f9fc;
  border-radius: var(--border-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: var(--mainColor);
}

.table-condensed .day {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  transition: var(--transition);
  border-radius: var(--border-radius);
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  border-radius: 0 !important;
}

.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
  background-color: var(--mainColor);
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

/*
22 - BLOG AREA CSS
<<<<======================================================>>>>*/
.single-blog {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content {
  padding: 30px;
  background-color: var(--whiteColor);
}

.single-blog .blog-content ul {
  margin-bottom: 15px;
}

.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 20px;
}

.single-blog .blog-content ul li a {
  color: #212121;
  text-transform: capitalize;
  font-size: 15px;
}

.single-blog .blog-content ul li a i {
  margin-right: 5px;
  color: var(--mainColor);
  position: relative;
  top: 1px;
}

.single-blog .blog-content ul li a:hover {
  color: var(--secondaryColor);
}

.single-blog .blog-content h3 {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--blackColor);
  font-size: 22px;
}

.single-blog .blog-content p {
  margin-bottom: 24px;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.single-blog:hover h3 {
  color: var(--mainColor);
}

.blog-area .blog-wrap {
  margin-bottom: 20px;
}

.blog-area .blog-wrap .owl-item, 
.blog-area .blog-sidebar-wrap .owl-item {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-area .btn-area {
  margin-top: 20px;
}

/*
23 - BLOG DETAILS AREA CSS
<<<<======================================================>>>>*/
.blog-details-area .blog-details-desc .article-image {
  position: relative;
}

.blog-details-area .blog-details-desc .article-image img {
 width: 100%;
}

.blog-details-area .blog-details-desc .article-image .date-in {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 20px;
}

.blog-details-area .blog-details-desc .article-content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 30px;
}

.blog-details-area .wp-block-image {
  width: 100%;
  float: left;
  margin: 15px 5px 30px 5px;
}

.blog-details-area .wp-block-image img {
  width: 100%;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--mainColor);
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags .share-text {
  display: inline-block;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  top: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: var(--mainColor);
}

.blog-details-area .blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: var(--whiteColor);
  width: 32px;
  height: 32px;
  line-height: 36px;
  border-radius: 50%;
  background-color: var(--mainColor);
  text-align: center;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--secondaryColor);
}

.blog-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}

.blog-details-area blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 4px;
}

.blog-details-area blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: center;
}

.blog-details-area blockquote cite {
  display: none;
}

.blog-details-area blockquote::before {
  color: var(--mainColor);
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  font-family: 'boxicons';
  font-size: 100px;
  font-weight: 900;
  opacity: 0.1;
}

.blog-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 10px 20px;
  border-radius: 4px;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.blog-details-area .comments-area {
  margin-top: 30px;
}

.blog-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}

.blog-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .comment-list .comment:last-child .comment-body {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-area .comments-area .children {
  margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-meta {
  margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 4px;
}

.blog-details-area .comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--blackColor);
  font-size: 16px;
  display: block;
}

.blog-details-area .comments-area .comment-author .says {
  display: none;
}

.blog-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
  color: var(--mainColor);
}

.blog-details-area .comments-area .comment-content p {
  font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
  position: relative;
  font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
  display: block;
  color: var(--blackColor);
  margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
  display: inline-block;
  outline: 0;
  border-radius: 0;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/* Sidebar Widget Area Style */
.blog-details-area .widget-area .widget {
  margin-top: 35px;
}

.blog-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title, 
.blog-details-area .widget-area .widget h2 {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--blackColor);
  position: relative;
  padding-bottom: 10px;
}

.blog-details-area .widget-area .widget .widget-title::before, 
.blog-details-area .widget-area .widget h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--blackColor);
}

.blog-details-area .widget-area .widget_search form {
  position: relative;
}

.blog-details-area .widget-area .widget_search form label {
  display: block;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.blog-details-area .widget-area .widget_search form input[type="search"] {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form input[type="search"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 100px;
  border: none;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.blog-details-area .widget-area ol.wp-block-latest-comments {
  padding: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: var(--secondaryColor);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
  font-weight: 700;
  font-size: 16px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.blog-details-area .widget-area .widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget ul li {
  position: relative;
  margin-bottom: 10px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.blog-details-area .widget-area .widget ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
}

.blog-details-area .widget-area .widget ul li a span {
  margin-left: 5px;
}

.blog-details-area .widget-area .widget ul li a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.blog-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_meta ul li a {
  color: #212121;
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.blog-details-area .widget-area .tagcloud a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-area .widget-area .tagcloud a:focus {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.blog-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: var(--whiteColor);
}

.blog-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: var(--whiteColor);
}

.blog-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/*
24 - PAGINATION AREA CSS
<<<<======================================================>>>>*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 15px;
  font-weight: 500;
}

.pagination-area .page-numbers.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.pagination-area .page-numbers:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.pagination-area .page-numbers i {
  position: relative;
  top: 2.2px;
}

.pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.pagination-area .pagination {
  display: block;
}

/*==========================
25 - SLIDER AREA CSS
============================*/
.hero-slider-area {
  background-color: var(--optionalColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-slider-area .slider-item .slider-text {
  padding: 30px;
  max-width: 650px;
  border-top: 5px dashed #122738;
  border-left: 5px dashed #122738;
  position: relative;
  z-index: 1;
}

.hero-slider-area .slider-item .slider-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 10px;
  border-bottom: 5px dashed #122738;
}

.hero-slider-area .slider-item .slider-text .top-title {
  color: var(--secondaryColor);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}

.hero-slider-area .slider-item .slider-text h1 {
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.hero-slider-area .slider-item .slider-text p {
  margin-bottom: 25px;
  color: #121521;
}

.hero-slider-area .owl-item.active .slider-text {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one span {
  -webkit-animation: 2s .2s fadeInDownBig both;
          animation: 2s .2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
  -webkit-animation: 2s .2s fadeInRight both;
          animation: 2s .2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two span {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 60px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hero-slider-area .owl-next i {
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
  border: 1px solid var(--mainColor);
}

.hero-slider-area .owl-next i:hover {
  background-color: var(--mainColor) !important;
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 60px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hero-slider-area .owl-prev i {
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
  border: 1px solid var(--mainColor);
}

.hero-slider-area .owl-prev i:hover {
  background-color: var(--mainColor) !important;
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.hero-slider-area:hover .owl-prev {
  opacity: 1;
  left: 30px;
}

.hero-slider-area:hover .owl-next {
  opacity: 1;
  right: 30px;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*==========================
26 - BANNER AREA CSS
============================*/
.banner-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: var(--optionalColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-wrapper-content h1 {
  font-size: 60px;
  margin-bottom: 15px;
}

.banner-wrapper-content p {
  font-size: 17px;
  color: #222222;
}

.banner-wrapper-content .btn-box {
  margin-top: 35px;
}

.banner-wrapper-content .btn-box .default-btn:nth-child(2) {
  margin-left: 15px;
}

.banner-wrapper-image {
  padding-left: 30px;
  padding-right: 30px;
}

/*==========================
27 - OFFER AREA CSS
============================*/
.offer-area img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.offer-area .offer-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*================================================
28. CATEGORIES AREA CSS
=================================================*/
.single-categories-box {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-categories-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-box .content {
  top: 50%;
  left: 60px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-box .content h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.single-categories-box .content span {
  display: block;
  font-size: 16px;
}

.single-categories-box .content .default-btn {
  margin-top: 18px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid var(--blackColor);
}

.single-categories-box .content .default-btn i {
  position: relative;
  top: 1px;
  right: 4px;
}

.single-categories-box .content .default-btn:hover {
  color: var(--whiteColor);
  border: 1px solid var(--secondaryColor);
}

.single-categories-box:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.single-categories-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.single-categories-item img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-item .content {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-item .content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-categories-item .content .default-btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}

.single-categories-item .content .default-btn:hover {
  color: var(--whiteColor);
  border: 1px solid var(--secondaryColor);
}

.single-categories-item:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/*================================================
29. LIMITED OFFER AREA CSS
=================================================*/
.limited-offer-product {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.limited-offer-product span {
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: var(--headingFontFamily);
}

.limited-offer-product h3 {
  color: var(--blackColor);
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 5px;
}

.limited-offer-product #timer div {
  display: inline-block;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  width: 80px;
  height: 80px;
  padding-top: 13px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 30px;
}

.limited-offer-product #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: normal;
  color: var(--blackColor);
}

.limited-offer-product #timer div:last-child::before {
  display: none;
}

.limited-offer-product #timer div:last-child::after {
  display: none;
}

.limited-offer-product .default-btn {
  margin-bottom: 30px;
}

.best-seller-content h2 {
  text-align: center;
  font-size: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.best-seller-content .section-desc {
  text-align: center;
  margin-bottom: 30px;
}

.best-seller-content h2::before, .best-seller-content h2::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 15%;
  height: 2px;
  background-color: #dde0e3;
  z-index: -1;
}

.best-seller-content h2::after {
  left: auto;
  right: 0;
}

/*================================================
30. SEARCH AREA CSS
=================================================*/
.search.search-results article {
  margin-bottom: 20px;
}

.search.search-results article img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search.search-results time {
  margin-right: 10px;
}

.search.search-results span {
  margin-right: 10px;
}
