/*
Theme Name: Araba - Car, Bike, Taxi, Vehicle, Ride Share Rental, and Booking Elementor 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.

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

==== CSS INDEX

Default CSS
Button CSS
Section Area CSS
Go Top CSS
Header Area CSS
Footer Area CSS
Page Title Area CSS
404 Page Error Area CSS
Blog Area CSS
Pagination Area CSS
Blog Sidebar Area CSS
Blog Details Area CSS
Search Area CSS
Comment Area CSS
*/

/*
Default CSS
<<<<======================================================>>>>*/
:root {
  --mainColor: #14AE34;
  --secondaryColor: #222222;
  --bgColor: #F9FaFb;
  --headingColor: #3C3C3C;
  --whiteColor: #FFFFFF;
  --blackColor: #222222;
  --fontSize: 16px;
  --transition: .5s;
  --border-radius: 4px;
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

body {
  padding: 0;
  font-family: var(--font-primary);
}

/* 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: slider-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
   ========================================================================== */

/**
 * 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;
}

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

/* 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,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

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);
}

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

/**
 * 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%;
}

:focus-visible {
  outline: 0;
}

/* 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;
}

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

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

a:focus {
  text-decoration: none;
}

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

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

.bypostauthor {
  display: block;
}

#reply-title {
  margin: 0 0 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;
}

/* Buttons
--------------------------------------------- */
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: 600;
  font-family: var(--font-secondary)
}

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

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

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

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

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

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

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

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

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

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

p:empty {
  display: none;
}

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

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

.form-control, input[type="search"] {
  height: 50px;
  color: #271273;
  border: 1px solid #eaedff;
  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;
}

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-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

.pl-55 {
  padding-left: 55px;
}

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

.black-color {
  background-color: #121212;
}

.page .wp-post-image {
  margin-bottom: 30px;
}

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

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

.page .entry-content .page-content {
  padding: 20px;
}

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

.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6 {
  margin-bottom: 1rem;
}

.elementor-lightbox {
  display: none !important;
}

@media (max-width: 419px) {
  .auto-container {
    max-width: 240px;
  }
}

@media (min-width: 420px) {
  .auto-container {
    max-width: 340px;
  }
}

@media (min-width: 576px) {
  .auto-container {
    max-width: 450px;
  }
}

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

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

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 40px;
  padding-left: 40px;
}

.container-block-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-block-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-fluid .row,
.container-block-fluid .row {
  padding: 0;
  margin: 0;
}

.container-fluid .full-col,
.container-block-fluid .full-col {
  padding: 0;
}

/*
Preloader Area CSS
<<<<======================================================>>>>*/
.preloader {
  position: fixed;
  z-index: 999999;
  background: var(--bgColor);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
}

.preloader .lds-ripple {
  height: 100px;
  width: 100px;
  position: relative; 
}

.preloader .lds-ripple .loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px); 
}

.preloader .lds-ripple .loader:before {
  content: '';
  border: 1em solid var(--mainColor);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
          animation: loader 2s linear infinite;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; 
}

.preloader .lds-ripple .loader:after {
  content: '';
  border: 1em solid var(--mainColor);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
          animation: loader 2s linear infinite;
  opacity: 0; 
}

@-webkit-keyframes loader {  
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; 
  } 
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  } 
}

/*
Button CSS
<<<<======================================================>>>>*/
.default-btn {
  font-size: 16px;
  color: var(--whiteColor);
  padding: 16px 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: 16px 30px 16px 60px;
}

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

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--blackColor);
  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(--blackColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  color: var(--whiteColor);
  background-color: var(--blackColor);
  margin-right: 10px;
}

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

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

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

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

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

.default-btn.extra-btn {
  margin: 20px auto;
  width: fit-content;
  display: flex;
}

.blog-area .default-btn.extra-btn {
  margin: 40px auto 20px;
}

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

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

/*
Section Area CSS
<<<<======================================================>>>>*/
.section-title {
  max-width: 700px;
  margin: 20px auto 60px;
  text-align: center;
  position: relative;
}

.section-title::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 4px;
  background: var(--mainColor);
  bottom: -30px;
  right: 38%;
}

.container-block-fluid .section-title {
  padding: 0 20px;
}

.section-title span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.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);
}

/*
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(--blackColor);
}

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

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

/*
Header Area CSS
<<<<======================================================>>>>*/
.main-header {
  position: relative;
  z-index: 4;
}

.main-header .header-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .header-navbar .header-logo a {
  display: block;
}

.main-header .header-navbar .header-logo .dark-version-logo {
  display: none;
}

.main-header .header-navbar .header-logo .sticky-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-header .header-navbar .header-logo img {
    width: 150px;
  }
}

.main-header .header-navbar .header-main-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 55px 0 50px;
}

@media only screen and (max-width: 1199px) {
  .main-header .header-navbar .header-main-nav {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .main-header .header-navbar .header-main-nav {
    margin: 0;
  }
}

.main-header.header-style-1 .main-mainmenu.main-sticky .header-navbar .header-logo .light-version-logo {
  display: none;
}

.main-header.header-style-1 .main-mainmenu.main-sticky .header-navbar .header-logo .sticky-logo {
  display: block;
}

.main-header.header-style-2 .main-mainmenu {
  padding: 50px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-header.header-style-2 .main-mainmenu {
    padding: 35px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-header.header-style-2 .main-mainmenu {
    padding: 35px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .main-header.header-style-2 .main-mainmenu {
    padding: 30px 0;
  }
}

.main-header.header-style-2 .main-mainmenu.main-sticky {
  padding: 15px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-header.header-style-2 .main-mainmenu.main-sticky {
    padding: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-header.header-style-2 .main-mainmenu.main-sticky {
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .main-header.header-style-2 .main-mainmenu.main-sticky {
    padding: 15px 0;
  }
}

.main-header.header-style-2 .main-mainmenu .mainmenu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.header-style-3 .main-mainmenu.main-sticky .header-navbar .header-logo .light-version-logo {
  display: none;
}

.main-header.header-style-3 .main-mainmenu.main-sticky .header-navbar .header-logo .sticky-logo {
  display: block;
}

@media only screen and (max-width: 1299px) {
  .main-header.header-style-1 .header-main-nav {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-header.header-style-1 .header-main-nav {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-header.header-style-1 .mainmenu-nav {
    background-color: var(--bgColor);
  }
}

.main-header.header-style-1 .mobile-nav-header .mobile-nav-logo .light-mode {
  display: none;
}

.main-header.header-style-1 .mobile-nav-header .mobile-nav-logo .dark-mode {
  display: block;
}

.main-header.header-style-1 .mobile-nav-header .mobile-menu-close {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: none;
}

.main-header.header-style-1 .main-mainmenu.main-sticky {
  background-color: var(--blackColor);
}

@media only screen and (max-width: 1199px) {
  .main-header.header-style-1 .mainmenu li {
    margin: 0 10px;
  }
}

.main-header.header-style-1 .mainmenu li a::before {
  background-color: var(--whiteColor);
}

.main-header.header-style-1 .header-action .header-btn .main-btn {
  display: block;
}

.main-mainmenu {
  padding: 5px 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.main-mainmenu.main-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  -webkit-animation: headerSlideDown 0.8s ease forwards;
  animation: headerSlideDown 0.8s ease forwards;
}

.main-mainmenu.main-sticky .header-action .sidemenu-btn .btn-wrap span {
  background-color: var(--whiteColor);
}

.main-mainmenu.main-sticky .header-action .social-icon-list li a {
  color: var(--blackColor);
}

.main-mainmenu.main-sticky .header-action .social-icon-list li a:hover {
  color: var(--mainColor);
}

.mainmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover, 
.dropdown-item.active, .dropdown-item:active {
  background: none;
}

.dropdown-toggle::after {
  border: none;
}

.mainmenu > li {
  margin: 0 20px;
}

.mainmenu li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  .mainmenu > li {
      margin: 0 8px;
  }
  .mainmenu li:first-child {
    margin-left: 8px;
  }
}

@font-face { /*ADDED ROBOTO FONT */
    font-family: 'Roboto';
    font-style: normal;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/Pru33qjShpZSmG3z6VYwnT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.mainmenu > li > a {
  line-height: 60px;
  font-size: 20px;  /*MODIFIED MENU TEXT SIZE TO MAKE IT BIGGER */
  font-family: "Roboto", sans-serif; /*MODIFIED MENU FONT */
  font-weight: 530;  /*MODIFIED MENU WEIGHT */
  text-shadow: 3px 3px 15px black; /*MODIFIED MENU SHADOW */
  height: 60px;
  display: block;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  padding: 0;
}

.nav-link:focus, .nav-link:hover {
  color: var(--mainColor);
}

.mainmenu > li > a::before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainmenu > li > a:hover {
  color: var(--mainColor);
}

.mainmenu > li > a:hover::before {
  opacity: 1;
  width: 100%;
}

.mainmenu > li.active > a {
  color: var(--mainColor);
}

.mainmenu > li.active > a::before {
  width: 100%;
  opacity: 1;
}

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

.mainmenu > .menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
  color: var(--blackColor);
}

.mainmenu > .menu-item-has-children > a::after {
  content: "\e9f8";
  font-family: 'boxicons'!important;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: -20px;
  border: none;
}

.mainmenu > .menu-item-has-children .main-submenu .menu-item-has-children > a::after {
  content: "\e9f8";
  font-family: 'boxicons'!important;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 5px;
  margin-left: 5px;
  border: none;
}

.mainmenu > .menu-item-has-children .main-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: var(--whiteColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 265px;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
 
.mainmenu > .menu-item-has-children .main-submenu .main-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: var(--whiteColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}

.mainmenu > .menu-item-has-children .main-submenu li, 
.mainmenu > .menu-item-has-children .main-submenu .main-submenu li {
  margin: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.mainmenu > .menu-item-has-children .main-submenu li a, 
.mainmenu > .menu-item-has-children .main-submenu .main-submenu li a {
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
}

.mainmenu > .menu-item-has-children .main-submenu .main-submenu li a {
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
}

.mainmenu > .menu-item-has-children .main-submenu li a:hover, 
.mainmenu > .menu-item-has-children .main-submenu .main-submenu li a:hover {
  color: var(--mainColor);
}

.mainmenu > .menu-item-has-children .main-submenu li.active > a, 
.mainmenu > .menu-item-has-children .main-submenu .main-submenu li.active a {
  color: var(--mainColor);
}

.mainmenu > .menu-item-has-children:hover > .main-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0px;
}

.mainmenu > .menu-item-has-children ul li.menu-item-has-children:hover .main-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: -260px;
  top: 0;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mainmenu + .menu-item-has-children:hover .main-submenu li:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mainmenu  .menu-item-has-children:hover .main-submenu li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(7n) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(8n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(9n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(10n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(11n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .main-submenu li:nth-child(12n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.header-action > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-action > ul > li {
  margin-right: 30px;
}

.header-action > ul > li:last-child {
  margin-right: 0;
}

.header-action .sidemenu-btn {
  margin-right: 0;
}

.header-action .sidemenu-btn .btn-wrap {
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 991px) {
  .header-action .sidemenu-btn .btn-wrap {
    height: 50px;
    width: 50px;
  }
}

.header-action .sidemenu-btn .btn-wrap span {
  height: 2px;
  width: 20px;
  background-color: var(--blackColor);
  margin-bottom: 4px;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.header-action .sidemenu-btn .btn-wrap span:last-child {
  margin-bottom: 0;
}

.header-action .sidemenu-btn .btn-wrap:focus {
  box-shadow: none;
}

.header-action .sidemenu-btn .btn-wrap.btn-dark {
  background-color: var(--blackColor);
}

.header-action .sidemenu-btn .btn-wrap.btn-dark span {
  background-color: var(--whiteColor);
}

@media only screen and (max-width: 575px) {
  .header-action .header-social-link {
    display: none;
  }
}

.header-action .social-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

.header-action .social-icon-list li {
  margin: 15px;
}

.header-action .social-icon-list li a {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .header-action .social-icon-list li a {
    color: var(--blackColor);
  }
}

.header-action .social-icon-list li a:hover {
  color: var(--mainColor);
}

.header-action .header-btn {
  margin-right: 0;
  margin-top: 6px;
}

@media only screen and (max-width: 1399px) {
  .header-action .header-btn .main-btn {
    padding: 15px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action .header-btn .main-btn {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .header-action .header-btn {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .header-action .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-action .mobile-menu-btn {
    display: none;
  }
}

.header-action .mobile-menu-btn .btn-wrap {
  height: 50px;
  width: 50px;
  padding: 14px 24px;
}

.header-action .my_switcher {
  margin-left: 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 52px;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-action .my_switcher {
    margin-left: 15px;
  }
}

.header-action .my_switcher ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-offcanvasmenu {
  width: 60vw;
  min-width: 300px;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu {
    width: 70vw;
  }
}

.header-offcanvasmenu .offcanvas-header {
  padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 30px 30px 0;
  }
}

.header-offcanvasmenu .offcanvas-header .btn-close {
  margin: 0;
  font-size: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-header .btn-close {
    font-size: 14px;
  }
}

.header-offcanvasmenu .offcanvas-header .btn-close:hover {
  color: var(--mainColor);
  opacity: 1;
}

.header-offcanvasmenu .offcanvas-header .btn-close:focus {
  border: none;
  box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body {
  padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 30px;
  }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form {
  position: relative;
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
      margin-bottom: 40px;
  }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
  font-size: 40px;
  height: auto;
  border: none;
  border-bottom: 2px solid var(--color-gray-3);
  border-radius: 0;
  padding: 5px 0;
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 20px;
  }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
  box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-size: 18px;
  }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
  color: var(--mainColor);
}

.header-offcanvasmenu .offcanvas-body .main-navigation {
  margin: -30px 0;
  margin-top: -45px;
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -20px 0;
    margin-bottom: 40px;
  }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 20px 0;
  }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a {
  color: var(--blackColor);
  font-size: 36px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    font-size: 20px;
  }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
  color: var(--mainColor);
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
  color: var(--mainColor);
}

.header-offcanvasmenu .offcanvas-body .contact-inner .title {
  font-size: 18px;
  line-height: 1;
  color: var(--blackColor);
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 16px;
  }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 25px;
  }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
  display: block;
  margin-bottom: 10px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
  margin-right: 20px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
  margin-bottom: 0;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -6px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
  margin: 15px 6px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
  color: var(--whiteColor);
  font-size: 16px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  display: block;
  border-radius: 100%;
  background-color: var(--mainColor);
  text-align: center;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
  background-color: var(--blackColor);
}

.mobile-nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--blackColor);
}

@media only screen and (min-width: 992px) {
  .mobile-nav-header {
    display: none;
  }
}

.mobile-nav-header .mobile-nav-logo {
  width: 150px;
  line-height: 1;
}

.mobile-nav-header .mobile-nav-logo .dark-mode {
  display: none;
}

.mobile-nav-header .mobile-menu-close {
  background-color: transparent;
  height: 30px;
  width: 30px;
  border: 2px solid var(--blackColor);
  border-radius: 10px;
  color: var(--blackColor);
  font-size: 14px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  line-height: 1;
  padding: 0;
}

.mobile-nav-header .mobile-menu-close:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

@media only screen and (max-width: 991px) {
  .main-mainmenu.main-sticky {
    -webkit-animation: none;
    animation: none;
  }
  .mainmenu-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background-color: var(--whiteColor);
    width: 300px;
    padding: 20px 10px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
  }
  .mainmenu-nav.show {
    left: 0;
  }
  .mainmenu-nav .mainmenu {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .mainmenu-nav .mainmenu > li {
    border-bottom: 1px solid var(--blackColor);
  }
  .mainmenu-nav .mainmenu > li > a {
    height: 50px;
    line-height: 50px;
  }
  .mainmenu-nav .mainmenu > li > a::before {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .main-submenu {
    display: none;
    position: initial;
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    box-shadow: none;
    padding: 0 0 10px;
    -webkit-transition: initial;
    transition: initial;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .main-submenu-menu {
    display: block;
    position: initial;
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    box-shadow: none;
    padding: 0 0 10px;
    -webkit-transition: initial;
    transition: initial;
    left: 0;
    background: transparent;
    margin-left: 20px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .main-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .main-submenu li a {
    padding: 7px 10px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .main-submenu {
    display: block;
    
  }
  .main-header.header-style-1 .mainmenu-nav .mainmenu .menu-item-has-children .main-submenu {
    background-color: var(--bgColor);
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -50px;
    opacity: 0;
  }

  30% {
    margin-top: -10px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -50px;
    opacity: 0;
  }

  30% {
    margin-top: -10px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.admin-bar .main-header .main-sticky {
  top: 32px;
}

/*
Footer Area CSS
<<<<======================================================>>>>*/
.footer-area {
  background-size: cover;
}

.footer-area .footer-top {
  background: #121212;
}

.footer-area .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--whiteColor);
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.footer-area .footer-top .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--mainColor);
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.footer-area .footer-top .menu li {
  margin-bottom: 16px;
}

.footer-area .footer-top .menu li a {
  font-size: 15px;
  color: var(--whiteColor);
}

.footer-area .footer-top .menu li a:hover {
  color: var(--mainColor);
}

.footer-area .footer-top .menu li:last-child {
  margin-bottom: 0;
}

.bxl-twitter:before {
  content: "𝕏" !important;
}

.footer-area .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}

.footer-area .footer-bottom .footer-social li a i {
  padding: 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #1c2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.footer-area .footer-bottom .footer-social li a i:hover {
  color: var(--whiteColor);
  background: var(--mainColor);
}

.footer-area .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.footer-area .footer-top .address-widget li {
  padding: 0px 0px 20px 40px;
  position: relative;
}

.footer-area .footer-top .address-widget li .desc {
  color: var(--whiteColor);
}

.footer-area .footer-top .address-widget li .desc a {
  color: var(--whiteColor);
}

.footer-area .footer-top .address-widget li .desc a:hover {
  color: var(--mainColor);
}

.footer-area .footer-top .address-widget li i {
  color: var(--mainColor);
  position: absolute;
  left: 0px;
}

.footer-area .footer-top .address-widget li i:before {
  font-size: 20px;
}

.footer-area .footer-top .widget-desc {
  margin: 0;
}

.footer-area .footer-top p {
  margin: 25px 0 0;
  position: relative;
  color: var(--whiteColor);
}

.footer-area .footer-top p input[type=email] {
  border: none;
  background: #fff;
}

.footer-area .footer-top p input[type="submit"] {
  border: none;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .5s ease;
}

.footer-area .footer-top p input[type=submit]:hover {
  opacity: .9;
}

.footer-area .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a;
  opacity: 1;
}

.footer-area .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a;
  opacity: 1;
}

.footer-area .footer-top p :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a;
  opacity: 1;
}

.footer-area .footer-top p :-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a;
  opacity: 1;
}

.footer-area .footer-bottom {
  padding: 20px 0;
  background: #000;
}

.footer-area .footer-bottom .copyright p {
  margin: 0;
  color: var(--whiteColor);
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  z-index: 1;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(var(--secondaryColor)));
  background: linear-gradient(90deg, var(--mainColor) 0%, var(--secondaryColor) 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-title-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  opacity: .2;
  height: 100%;
  position: absolute;
  background-image: url(../../assets/img/bg_lines.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200%;
}

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

.page-title-content h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 45px;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.page-title-content ul li {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
}

.page-title-content ul li.active {
  color: var(--whiteColor);
}

.page-title-content ul li::before {
  top: 50%;
  opacity: .7;
  right: -26px;
  content: "\e9f9";
  position: absolute;
  color: var(--whiteColor);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'boxicons';
  font-size: 24px;
}

.page-title-content ul li a {
  color: var(--whiteColor);
}

.page-title-content ul li a:hover {
  color: var(--bgColor);
  opacity: 0.7;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

/*==========================
404 Page Error Area CSS
============================*/
.page-error-content {
  text-align: center;
}

.page-error-content img {
  margin: 0 auto;
}

.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: 20px;
}

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

/*================================================
Blog Area CSS
=================================================*/
.single-blog-inner {
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 20px;
  margin-bottom: 20px;
}

.single-blog-inner .share-area-wrap {
  position: relative;
}

.single-blog-inner .share-area-wrap:hover .share-hover-icons {
  visibility: visible;
  opacity: 1;
}

.single-blog-inner .share-wrap {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-inner .share-wrap.active {
  color: var(--mainColor);
}

.single-blog-inner .share-hover-icons {
  display: inline-block;
  background-color: var(--mainColor);
  padding: 3px 6px 2px 6px;
  width: auto;
  position: absolute;
  border-radius: 3px;
  right: 0;
  top: -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-inner .share-hover-icons ul {
  margin: 0;
  padding: 0;
}

.single-blog-inner .share-hover-icons ul li {
  display: inline-block;
  list-style: none;
}

.single-blog-inner .share-hover-icons ul li a {
  color: #fff;
  padding: 0 2px;
  font-size: 13px;
}

.single-blog-inner .share-hover-icons ul li a:hover {
  color: var(--heading-color);
}

.single-blog-inner .share-hover-icons.active {
  visibility: visible;
  opacity: 1;
}

.single-blog-inner .share-hover-icons:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -4px;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
  height: 11px;
  width: 10px;
  background: var(--mainColor);
}

.single-blog-inner .blog-thumb-slider {
  margin-bottom: 20px;
}

.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-blog-inner .thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-blog-inner .thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.blog-list .single-blog-inner .thumb img {
  width: 100%;
}

.single-blog-inner .thumb .blog-meta {
  background: var(--mainColor);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  margin: 0 30px;
  padding: 10px 20px;
}
 
.single-blog-inner .thumb .blog-meta li a {
  color: #fff;
}

.single-blog-inner .thumb .blog-meta li a:hover {
  opacity: 0.7;
}

.single-blog-inner .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 12px;
  color: #8A8A8A;
  font-size: 14px;
}

.single-blog-inner .blog-meta li i {
  margin-right: 4px;
  color: var(--whiteColor);
}

.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}

.single-blog-inner .details {
  position: relative;
}

.single-blog-inner .details h2 {
  margin-bottom: 3px;
}

.single-blog-inner .details h2:hover a {
  color: var(--mainColor);
}

.single-blog-inner .details h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-blog-inner .details h4 a {
  color: var(--blackColor);
}

.single-blog-inner .details h4 a:hover {
  color: var(--mainColor);
}

.single-blog-inner .details .title {
  margin-bottom: 17px;
}

.single-blog-inner .details p {
  margin-bottom: 20px;
}

.single-blog-inner .details .read-more-text {
  font-weight: 600;
}

.single-blog-inner .details .read-more-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--mainColor);
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-inner .details .read-more-btn i {
  font-size: 30px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-inner .thumb {
  margin-bottom: 0;
}

.single-blog-inner .details {
  background: var(--bgColor);
  padding: 20px;
  margin: 0 30px;
}

.bg-color .single-blog-inner .details {
  background-color: var(--whiteColor);
}

.single-blog-inner:hover .details .read-more-btn {
  background: var(--blackColor);
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--blackColor);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: var(--bgColor);
  border: 1px solid #ebebeb;
}

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

.pagination-area .page-numbers i {
  font-size: 20px;
  top: 2px;
  position: relative;
}

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

/*================================================
Blog Sidebar Area CSS
=================================================*/
.blog-details-right-area.blog-left-sidebar {
  padding: 0 20px;
  margin-top: 20px;
}

.blog-details-right-area.blog-right-sidebar {
  padding: 0 20px;
  margin-top: 20px;
}

.blog-details-right-area .widget_block {
  margin-bottom: 40px;
  background-color: #ffffff;
  -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);
  padding: 30px;
}

.blog-details-right-area .widget_block:last-child {
  margin-bottom: 20px;
}

.blog-details-right-area .widget_block ul li a {
  font-size: 15px;
}

.blog-details-right-area .widget_block h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
}

.blog-details-right-area .widget_block h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: var(--mainColor);
}

.blog-details-right-area .widget_block.widget_search .wp-block-search {
  position: relative;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search .wp-block-search__input {
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -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);
  padding: 10px;
  width: 100%;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search label {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search label::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: var(--mainColor);
}

.blog-details-right-area .widget_block.widget_search .wp-block-search .wp-block-search__input:focus {
  border-color: var(--mainColor);
}

.blog-details-right-area .widget_block.widget_search .wp-block-search button {
  position: absolute;
  right: 0;
  height: 50px;
  background-color: var(--mainColor);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search button:hover {
  background-color: #122738;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search button i {
  color: #ffffff;
}

.blog-details-right-area .widget_block ul, 
.blog-details-right-area .widget_block ol {
  padding: 0;
  margin: 0;
}

.blog-details-right-area .widget_block ul li, 
.blog-details-right-area .widget_block ol li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: inherit;
}

.blog-details-right-area .widget_block ul li:last-child, 
.blog-details-right-area .widget_block ol li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-right-area .widget_block ul li a, 
.blog-details-right-area .widget_block ol li a {
  position: relative;
}

.blog-details-right-area .widget_block ul li a, 
.blog-details-right-area .widget_block ol li a {
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  color: #545454;
}

.blog-details-right-area .widget_block ul li a:hover, 
.blog-details-right-area .widget_block ol li a:hover {
  color: var(--mainColor);
}

.blog-details-right-area .widget_block.archives-widget ul li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

.blog-details-right-area .widget_block.archives-widget ul li a {
  position: relative;
  display: block;
  color: #545454;
}

.blog-details-right-area .widget_block.archives-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #545454;
  float: right;
}

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

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

.blog-details-right-area .widget_block.categories-widget ul li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

.blog-details-right-area .widget_block.categories-widget ul li a {
  position: relative;
  display: block;
  color: #545454;
}

.blog-details-right-area .widget_block.categories-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #545454;
  float: right;
}

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

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

.blog-details-right-area .widget.widget_block .wp-block-tag-cloud a {
  border: 1px solid #eeeeee;
  padding: 10px 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #545454;
  font-size: 15px !important;
}

.blog-details-right-area .widget.widget_block .wp-block-tag-cloud a:hover {
  background-color: var(--mainColor);
  color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-left-area {
  padding: 20px;
}

.blog-details-left-area .blog-details-single-post {
  margin-bottom: 30px;
}

.blog-details-left-area .blog-details-single-post h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-details-left-area .blog-details-single-post ul {
  margin-bottom: 15px;
}

.blog-details-left-area .blog-details-single-post ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
}

.blog-details-left-area .blog-details-single-post ul li i {
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .blog-details-single-post ul li:first-child {
  padding-left: 0;
  padding-right: 0;
}

.blog-details-left-area .blog-details-single-post ul li:last-child {
  padding-left: 0;
  padding-right: 0;
}

.blog-details-left-area .blog-details-single-post ul li a {
  color: #545454;
}

.blog-details-left-area .blog-details-single-post ul li a i {
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.blog-details-left-area .blog-details-single-post ul li a:hover i {
  color: var(--mainColor);
}

.blog-details-left-area .blog-details-single-post ul li i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.blog-details-left-area .blog-details-single-post .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-left-area .wp-block-quote {
  background-color: var(--whiteColor);
  -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);
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-details-left-area .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/quate.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.blog-details-left-area .wp-block-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--mainColor);
}

.blog-details-left-area .wp-block-quote p {
  font-size: 20px;
  color: #595959;
  font-style: italic;
}

.blog-details-left-area .wp-block-quote span {
  font-size: 16px;
  color: var(--mainColor);
}

.blog-details-left-area .single-post-2 h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-details-left-area .single-post-2 p {
  margin-bottom: 30px;
}

.blog-details-left-area .blog-details-sheare {
  margin-bottom: 35px;
}

.blog-details-left-area .blog-details-sheare .blog-sheare-tag ul li {
  display: inline-block;
  background-color: #eeeeee;
  padding: 5px 10px;
}

.blog-details-left-area .blog-details-sheare .social-icon {
  line-height: 1;
  text-align: right;
}

.blog-details-left-area .blog-details-sheare .social-icon .share {
  position: relative;
  top: -3px;
}

.blog-details-left-area .blog-details-sheare .social-icon li {
  display: inline-block;
}

.blog-details-left-area .blog-details-sheare .social-icon li a {
  padding: 0 5px;
}

.blog-details-left-area .blog-details-sheare .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .blog-details-sheare .social-icon li a:hover {
  color: #122738;
}

.blog-details-left-area .prev-next {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}

.blog-details-left-area .prev-next::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  height: 80%;
  width: 1px;
  background-color: #eeeeee;
}

.blog-details-left-area .prev-next .prev-post {
  font-size: 18px;
}

.blog-details-left-area .prev-next .prev-post a {
  color: #545454;
}

.blog-details-left-area .prev-next .prev-post a:hover {
  color: var(--mainColor);
}

.blog-details-left-area .prev-next .prev-post i {
  position: relative;
  top: 5px;
  color: var(--mainColor);
  font-size: 25px;
}

.blog-details-left-area .prev-next .next-post {
  font-size: 18px;
  float: right;
}

.blog-details-left-area .prev-next .next-post a {
  color: #545454;
}

.blog-details-left-area .prev-next .next-post a:hover {
  color: var(--mainColor);
}

.blog-details-left-area .prev-next .next-post i {
  position: relative;
  top: 6px;
  color: var(--mainColor);
  font-size: 25px;
}

.blog-details-left-area .profile {
  background-color: var(--whiteColor);
  -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);
  padding: 30px;
  margin-top: 40px;
  position: relative;
  padding-left: 210px;
  min-height: 160px;
}

.blog-details-left-area .profile img {
  position: absolute;
  left: 30px;
  border-radius: 50%;
}

.blog-details-left-area .profile .social-icon {
  line-height: 1;
}

.blog-details-left-area .profile .social-icon .share {
  position: relative;
  top: -3px;
}

.blog-details-left-area .profile .social-icon li {
  display: inline-block;
}

.blog-details-left-area .profile .social-icon li a {
  padding: 0 5px;
}

.blog-details-left-area .profile .social-icon li a i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-left-area .profile .social-icon li a:hover {
  color: #122738;
}

.blog-details-left-area .bxl-twitter:before {
    position: relative;
    bottom: 2px;
    font-size: 18px;
}

.blog-details-left-area .comments-wrap .title {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details-left-area .comments-wrap .title span {
  font-size: 20px;
}

.blog-details-left-area .comments-wrap ul {
  margin-bottom: 0px;
}

.blog-details-left-area .comments-wrap ul li {
  position: relative;
  background-color: var(--whiteColor);
  -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);
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 40px;
}

.blog-details-left-area .comments-wrap ul li:last-child {
  margin-bottom: 0;
}

.blog-details-left-area .comments-area.comments-wrap ul .children {
  padding: 0;
  margin: 20px 0;
}

.blog-details-left-area .comments-wrap ul li img {
  position: absolute;
  top: 35px;
  left: 30px;
}

.blog-details-left-area .comments-wrap ul li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.blog-details-left-area .comments-wrap ul li span {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-details-left-area .comments-wrap ul li span.says {
  margin-left: 10px;
}

.blog-details-left-area .comments-wrap ul li a {
  margin: 10px 0;
}

.blog-details-left-area .comments-wrap ul .ml-30 {
  margin-left: 30px;
}

.blog-details-left-area .comments-wrap .comment-respond {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  margin: 40px 0 20px 0;
}

.blog-details-left-area .comments-wrap .comment-respond:last-child {
  margin-bottom: 0;
}

.blog-details-left-area .comment-form .comment-form-cookies-consent label {
  position: relative;
  top: -1px;
  left: 5px;
  display: inline;
}

.blog-details-left-area .comments-wrap .default-btn {
  margin: 15px 15px 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-details-left-area .wp-block-image {
    width: 29.5%;
    margin: 10px 10px 30px;
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .blog-details-left-area .wp-block-image {
    width: 30.5%;
    margin: 10px 10px 30px;
    display: inline-block;
  }
}

/*================================================
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-top: 10px;
  margin-bottom: 10px;
  display: block;
}

/*================================================
Comment Area CSS
=================================================*/
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}

ol.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar, 
.wp-block-latest-comments .wp-block-latest-comments__comment img {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: 0.36em 0 1.4em;
}

/*================================================
FAQ Area CSS
=================================================*/
.wpr-accordion-item-wrap ul {
  list-style: disc;
  padding: revert;
  margin: revert;
}

/*================================================
Vik Rent Car Area CSS
=================================================*/
.wrap.plugin-container .vrc-main-title {
  display: none;
}

.vrc-cdetails-cinfo .vrc-cdetails-cost.vrc-pref-color-text .vrcliststartfrom {
  position: relative;
  right: 10px;
  bottom: 2px;
}

.vrc-cardetails-legend form .vrcselectm {
  padding: 6px 26px 6px 10px;
}

.vrc-goback-block a, .btn, .car_buttons_box .vrc-goback-block a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.vrc-goback-block a:hover, .btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

.vrc-oconfirm-footer .booknow {
  margin-top: 22px;
}

.vrcentercoupon .btn {
  margin-top: 10px;
}

.vrc-oconfirm-cfield-entry-checkbox > div [type="checkbox"] {
  position: relative;
  top: 2px;
  left: 4px;
}

.vrc-itinerary-confirmation .vrc-itinerary-pickup {
  padding-bottom: 24px;
}

.vrc-itinerary-confirmation > div h4 {
  margin-bottom: 0.5rem !important;
}

.vrc-alert-container-confirm, 
.wrap.plugin-container .vrc-alert-container-confirm {
  left: 35%;
  position: relative;
}

.vrclistgoon a, .vrc-car-bookingbtn .vrclistgoon a {
  text-transform: none;
}

.vrcdialog-reqinfo .vrcdialog-reqinfo-formcont input {
  width: auto;
  position: relative;
  top: 3px;
  left: 5px;
}

.vrc-cdetails-infocar .vrc-reqinfo-cont {
  margin-top: 20px;
  margin-bottom: 25px;
}

.vrc-itinerary-summary .vrc-itinerary-pickup-location, 
.vrc-itinerary-summary .vrc-itinerary-dropoff-location {
  margin-bottom: 10px;
}

.vrc-search-results-block-list .car_result {
  margin-bottom: 40px;
  padding: 10px 0;
}

.vrc-search-results-block-list .car_result:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .vrc-alert-container-confirm, 
  .wrap.plugin-container .vrc-alert-container-confirm {
    left: 15%;
    width: 70%;
    padding: 10px;
  }
  .car_buttons_box .booknow, .vrc-showprc-form .car_buttons_box .booknow {
    margin: 0;
  }
  .vrc-oconfirm-footer .booknow {
    margin-top: 10px;
  }
  .vrcordcancbox h3 {
    font-size: 16px;
  }
  .vrc-oconfirm-footer .vrc-goback-block {
    margin: 30px 0 0;
  }
  .vrc-oconfirm-footer .vrc-save-order-block {
    margin-top: 20px;
  }
  .vrc-docsupload-container .vrc-oconfirm-footer .vrc-goback-block {
    margin: 20px 0 0;
  }
  .vrc-search-results-block-list .car_result {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vrc-alert-container-confirm, 
  .wrap.plugin-container .vrc-alert-container-confirm {
    left: 25%;
    width: 31%;
  }
  .vrc-search-results-block-list .car_result {
    margin-bottom: 30px;
  }
}
