@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #1F8579;
  --main-color-two: #FF5E4D;
  --main-color-three: #FFA94C;
  --secondary-color: #FBA260;
  --bg-light-one: #F5F9FE;
  --bg-light-two: #FEF8F3;
  --bg-dark-one: #040A1B;
  --bg-dark-two: #22253F;
  --heading-color: #333333;
  --paragraph-color: #828282;
  --heading-font: "Titillium Web", sans-serif;
  --body-font: "Titillium Web", sans-serif;
  --extra-font: "Roboto", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
  position: relative;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h5 {
  font-size: 16px;
  line-height: 1.0833333333;
}

h6 {
  font-size: 14px;
  line-height: 1.0833333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 0px;
}

p {
  color: var(--paragraph-color);
  font-family: var(--body-font);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

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

ol:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) ol {
  margin-bottom: 0px;
}

ul ol:not([class]) {
  margin-bottom: 0px;
}

dl,
ol,
ul {
  padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0px;
}

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

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: var(--main-color-one);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: var(--paragraph-color);
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

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

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

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

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

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

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

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

.padding-top-103 {
  padding-top: 103px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

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

.padding-bottom-45 {
  padding-bottom: 45px;
}

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

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

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

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

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

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-227 {
  padding-bottom: 227px;
}

.padding-bottom-250 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-295 {
  padding-bottom: 295px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-320 {
  padding-bottom: 320px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

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

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Height & Width
--------------------------------------------------------------*/
.h-100 {
  height: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 1.5rem auto;
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
}

.alignnone {
  margin: 1.75em auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

.alignnone {
  height: auto;
}

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

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
.wp-link-pages .current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}
.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.search-popup.show {
  position: relative;
  z-index: 9;
}
.search-popup.show .search-popup-inner {
  visibility: visible;
  opacity: 1;
}
.search-popup.show .search-popup-inner form {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-popup .search-popup-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.08s;
  transition: all linear 0.08s;
}
.search-popup .search-popup-inner form {
  position: absolute;
  padding: 120px 40px;
  width: 35%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.search-popup .search-popup-inner form .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.search-popup .search-popup-inner form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.search-popup .search-popup-inner form .form-group input {
  height: 50px;
}
.search-popup .search-popup-inner form .search-btn {
  display: inline-block;
  border: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--main-color-two);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 18px;
}
.search-popup .search-popup-inner form .search-btn i {
  display: block;
}

.info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.slick-main {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.slick-main .slick-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.slick-main.dots-style-01 .slick-dots {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-main.dots-style-01 .slick-dots button {
  display: none;
}
.slick-main.dots-style-01 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #909090;
  cursor: pointer;
  -webkit-transition: all linear 0.6s;
  transition: all linear 0.6s;
}
.slick-main.dots-style-01 .slick-dots li.slick-active {
  width: 30px;
  border-radius: 25px;
  background-color: var(--main-color-two);
}
.slick-main.dots-style-02 .slick-dots {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-main.dots-style-02 .slick-dots button {
  display: none;
}
.slick-main.dots-style-02 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #909090;
  cursor: pointer;
  -webkit-transition: all linear 0.6s;
  transition: all linear 0.6s;
}
.slick-main.dots-style-02 .slick-dots li.slick-active {
  background-color: var(--main-color-two);
}
.slick-main.arrow-style-01 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #dcd9d9;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.slick-main.arrow-style-01 .slick-arrow i {
  font-size: 18px;
}
.slick-main.arrow-style-01 .slick-arrow:hover {
  background-color: #fff;
}
.slick-main.arrow-style-01 .prev-arrow,
.slick-main.arrow-style-01 .prev-icon {
  left: -40px;
}
.slick-main.arrow-style-01 .next-arrow,
.slick-main.arrow-style-01 .next-icon {
  right: -40px;
}
.slick-main.arrow-style-02 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.slick-main.arrow-style-02 .slick-arrow i {
  font-size: 18px;
}
.slick-main.arrow-style-02 .slick-arrow:hover {
  background-color: #fff;
}
.slick-main.arrow-style-02 .prev-arrow,
.slick-main.arrow-style-02 .prev-icon {
  right: 50px;
}
.slick-main.arrow-style-02 .next-arrow,
.slick-main.arrow-style-02 .next-icon {
  right: 15px;
}

.to-top-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.to-top-row-right .slick-arrow {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
  color: #828282;
  font-size: 24px;
}
.to-top-row-right .prev-icon {
  margin-right: 10px;
}
.to-top-row-right.main-color-one .slick-arrow i {
  font-size: 24px;
}
.to-top-row-right.main-color-one .slick-arrow:hover {
  color: var(--main-color-two);
}
.to-top-row-right.main-color-two .slick-arrow:hover {
  color: var(--main-color-two);
}
.to-top-row-right.main-color-three .slick-arrow:hover {
  color: var(--main-color-three);
}

.title {
  color: var(--heading-color);
}

.dark-bg-01 {
  background-color: var(--bg-dark-one);
}

.dark-bg-02 {
  background-color: var(--bg-dark-two);
}

.light-bg-01 {
  background-color: #FFF8F2;
}

.light-bg-02 {
  background-color: #FEF3F4;
}

.light-bg-03 {
  background-color: #F6F4FE;
}

.light-bg-04 {
  background-color: #F5F9FE;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-color-a {
  background-color: #FFFBF8;
}

.bg-color-b {
  background-color: #FFEBE7;
}

.bg-color-c {
  background-color: #E5F8FB;
}

.bg-color-d {
  background-color: #EDEEF8;
}

.bg-color-e {
  background-color: #E3F2FC;
}

.color-a {
  background-color: #BD63F9;
}

.color-b {
  background-color: #FC573B;
}

.color-c {
  background-color: #25C6DA;
}

.color-d {
  background-color: #6A75C4;
}

.color-e {
  background-color: #1491EA;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

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

.xl-four-column .col-xl-3 {
  margin-top: 30px;
}
.xl-four-column .col-xl-3:nth-child(1), .xl-four-column .col-xl-3:nth-child(2), .xl-four-column .col-xl-3:nth-child(3), .xl-four-column .col-xl-3:nth-child(4) {
  margin-top: 0;
}

.four-column .col-lg-3 {
  margin-top: 30px;
}
.four-column .col-lg-3:nth-child(1), .four-column .col-lg-3:nth-child(2), .four-column .col-lg-3:nth-child(3), .four-column .col-lg-3:nth-child(4) {
  margin-top: 0;
}

.three-column .col-lg-4 {
  margin-top: 30px;
}
.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}

.two-column .col-lg-6 {
  margin-top: 30px;
}
.two-column .col-lg-6:nth-child(1), .two-column .col-lg-6:nth-child(2) {
  margin-top: 0;
}

.one-column .col-lg-12 {
  margin-top: 30px;
}
.one-column .col-lg-12:nth-child(1) {
  margin-top: 0;
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 30px !important;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 32px !important;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 34px !important;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 36px !important;
}

.font-size-32 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.font-size-42 {
  font-size: 42px !important;
  line-height: 60px !important;
}

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

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

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

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

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@-webkit-keyframes myswing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes myswing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*--------------------------------------------------------------
# project basis css start here
--------------------------------------------------------------*/
.custom-container-01 {
  max-width: 1820px;
}

.custom-container-02 {
  max-width: 1390px;
}

.custom-container-03 {
  max-width: 1620px;
}

.custom-container-04 {
  max-width: 1440px;
}

.section-title-wrapper {
  position: relative;
}
.section-title-wrapper.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}
.section-title-wrapper.style-01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ddd;
  height: 2px;
  width: 100%;
}
.section-title-wrapper.style-01::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 80px;
  background-color: var(--main-color-one);
}
.section-title-wrapper.style-01 .section-title-main {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  text-transform: initial;
}
.section-title-wrapper.style-01.v-02::after {
  display: none;
}
.section-title-wrapper.style-01.v-02::before {
  background-color: var(--main-color-three);
}
.section-title-wrapper.style-01.v-03::after {
  display: none;
}
.section-title-wrapper.style-02 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
.section-title-wrapper.style-02::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  height: 4px;
  width: 80px;
  background-color: var(--main-color-two);
  border-radius: 25px;
}
.section-title-wrapper.style-02 .section-title-main {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  text-transform: initial;
}
.section-title-wrapper.style-02.v-02::after {
  display: none;
}
.section-title-wrapper.style-02.v-02::before {
  background-color: var(--main-color-three);
}
.section-title-wrapper .btn-wrapper {
  text-align: right;
}
.section-title-wrapper .btn-wrapper .view-all {
  color: #828282;
  display: inline-block;
}
.section-title-wrapper .btn-wrapper .view-all i {
  font-size: 24px;
  vertical-align: -3px;
  display: inline-block;
  padding-left: 2px;
}
.section-title-wrapper .btn-wrapper .view-all.main-color-two {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section-title-wrapper .btn-wrapper .view-all.main-color-two:hover {
  color: var(--main-color-two);
}
.section-title-wrapper.has-siblings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-70 {
  border-radius: 70px !important;
}

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

.special-btn {
  font-size: 16px !important;
  padding: 12px 35px 11px !important;
  line-height: 20px !important;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 70px;
  z-index: 2;
}
.navbar-area.nav-style-02.has-topbar {
  top: 90px;
}
.navbar-area.nav-style-02.has-topbar-65 {
  top: 65px;
}
.navbar-area.nav-style-02.has-topbar-02 {
  top: 122px;
}
.navbar-area.nav-style-02.has-topbar-03 {
  top: 70px;
}
.navbar-area.nav-style-02.charity-nav-02 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container {
  padding: 0 0 0 20px;
  background-color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper {
  -webkit-clip-path: initial;
          clip-path: initial;
  border-left: none;
  padding: 30px 70px;
  top: -45px;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper .mobile-logo {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-area.nav-style-02.charity-nav-03 {
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container {
  padding: 0 0 0 20px;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .logo-wrapper {
  position: initial;
  -webkit-clip-path: initial;
          clip-path: initial;
  border: none;
  padding: 0;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .nav-right-content {
  margin-left: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
  background-color: transparent;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .nav-right-content::after {
  display: none;
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: var(--main-color-one);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 20px 20px;
  border-radius: 8px;
}
.navbar-area.nav-style-02 .nav-container.nav-container-ex {
  max-width: 1212px;
  padding: 20px 55px;
}
.navbar-area.nav-style-02 .nav-container.nav-container-ex-2 {
  max-width: 1348px;
  padding: 20px 40px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  background-color: transparent;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper a img {
  max-width: 200px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  margin-left: 30px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification {
  position: relative;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification a {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #35AB9D;
  text-align: center;
  border-radius: 50%;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification a .icon {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification a .numb {
  position: absolute;
  background-color: #1F8579;
  color: #fff;
  font-size: 10px;
  max-width: 150px;
  max-height: 150px;
  min-height: 25px;
  min-width: 25px;
  line-height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: 600;
  right: -5px;
  top: -7px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 340px;
  background-color: #fbfbfb;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 1px #7a7a7a52;
          box-shadow: 0px 0px 8px 1px #7a7a7a52;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  opacity: 0;
  visibility: hidden;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--heading-color);
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list {
  margin-top: 10px;
  max-height: 255px;
  overflow-y: auto;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1px grey;
          box-shadow: 0 0 1px grey;
  border-radius: 10px;
  opacity: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list::-webkit-scrollbar-thumb {
  background: #fba36060;
  border-radius: 10px;
  opacity: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li {
  display: block;
  margin-left: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-right: 11px;
  position: relative;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li:last-child {
  margin-bottom: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap {
  background-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .img-box {
  margin-right: 15px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .img-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(221, 221, 221, 0.556);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  line-height: 25px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .content .top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .content .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: initial;
  background-color: transparent;
  text-align: initial;
  border-radius: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .notification-list li .main-wrap .left-content .content .action {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
  display: inline-block;
  height: auto;
  width: auto;
  line-height: initial;
  background-color: transparent;
  text-align: initial;
  border-radius: 0;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .see-all {
  text-align: center;
  line-height: 0;
  margin-top: 10px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .see-all .btn-default {
  border-radius: 5px;
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 4px 27px 5px;
  line-height: 26px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification .notification-box .see-all .btn-default:hover {
  color: var(--secondary-color);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification:hover .icon {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: myswing 3s linear 1;
          animation: myswing 3s linear 1;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .notification:hover .notification-box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a.register:hover {
  border-color: #fff;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 30px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .lang select {
  padding: 9px 18px 10px;
  border-radius: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li .lang select:hover {
  cursor: pointer;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li {
  position: relative;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item::after {
  width: 100%;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 400;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover::after {
  width: 100%;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #fff;
}
.navbar-area.nav-style-02.v-02 .nav-container {
  background-color: #fff;
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li a {
  color: #4F4F4F;
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li::after {
  display: none;
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li:hover a {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children::before {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu {
  border-color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  border-color: var(--main-color-two);
  background-color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu li::after {
  display: none;
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li.current-menu-item a {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .navbar-collapse .navbar-nav > li.current-menu-item.menu-item-has-children::before {
  color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-02 .nav-container .nav-right-content .notification a {
  background-color: #FFECDE;
}
.navbar-area.nav-style-02.v-02 .nav-container .nav-right-content .notification a .icon {
  color: #4F4F4F;
}
.navbar-area.nav-style-02.v-02 .nav-container .nav-right-content .notification a .numb {
  background-color: var(--main-color-two);
}
.navbar-area.nav-style-02.v-03 .nav-container {
  background-color: transparent;
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li a {
  color: #4F4F4F;
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li::after {
  display: none;
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li:hover a {
  color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children::before {
  color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu {
  border-color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  border-color: var(--main-color-three);
  background-color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children .sub-menu li::after {
  display: none;
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li.current-menu-item a {
  color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .navbar-collapse .navbar-nav > li.current-menu-item.menu-item-has-children::before {
  color: var(--main-color-three);
}
.navbar-area.nav-style-02.v-03 .nav-container .nav-right-content .notification a {
  background-color: #F2F2F2;
}
.navbar-area.nav-style-02.v-03 .nav-container .nav-right-content .notification a .icon {
  color: #4F4F4F;
}
.navbar-area.nav-style-02.v-03 .nav-container .nav-right-content .notification a .numb {
  background-color: var(--main-color-three);
}
.navbar-area.nav-style-01 {
  background-color: #fff;
}
.navbar-area.nav-style-01 .nav-container {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children a {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--heading-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--paragraph-color);
}
.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:first-child {
  margin-left: 0;
}
.navbar-area .nav-container .nav-right-content ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: -2px;
  padding-right: 6px;
}
.navbar-area .nav-container .nav-right-content ul li a .la-search {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 51%;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
  cursor: pointer;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  left: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0px;
  top: 150%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: var(--heading-font);
  border-bottom: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

.navbar-main-wrap {
  min-height: 100px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 20px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
    height: 50px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 2px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--secondary-color);
    margin-top: 20px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
  }
  .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
    background-image: none;
    height: 50px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 3px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    border: 1px solid #e2e2e2;
    height: 50px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 3px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}
/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  background-color: #E9F6F6;
  border-radius: 5px;
  /*margin-bottom: 20px;*/
  position: relative;
  z-index: 9;
}
.topbar-area.position-abs {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.topbar-area.v-02 {
  background-color: #ff805d;
  border-radius: 0;
  margin-bottom: 0;
}
.topbar-area.v-02 .topbar-inner .select-option .single-select select {
  background-color: #ff805d;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white'><polygon points='0,0 10,0 5,5'/></svg>");
}
.topbar-area.v-02 .topbar-inner .contact .contact-list .contact-item a {
  color: #fff;
}
.topbar-area.v-02 .topbar-inner .social-link-list .link-item {
  display: inline-block;
  margin: 0 5px;
}
.topbar-area.v-02 .topbar-inner .social-link-list .link-item:first-child {
  margin-left: 0;
}
.topbar-area.v-02 .topbar-inner .social-link-list .link-item:last-child {
  margin-right: 0;
}
.topbar-area.v-02 .topbar-inner .social-link-list .link-item a {
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area.v-02 .topbar-inner .social-link-list .link-item a .icon {
  font-size: 16px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
}
.topbar-area.v-03 {
  background-color: transparent;
}
.topbar-area.v-03 .topbar-inner .select-option .single-select select {
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='charcoal'><polygon points='0,0 10,0 5,5'/></svg>");
}
.topbar-area .topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.topbar-area .topbar-inner .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.topbar-area .topbar-inner .left-content .topbar-item {
  margin-right: 30px;
}
.topbar-area .topbar-inner .left-content .topbar-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-area .topbar-inner .right-content .topbar-item {
  margin-left: 30px;
}
.topbar-area .topbar-inner .right-content .topbar-item:first-child {
  margin-left: 0;
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item:hover {
  color: var(--main-color-one);
}
.topbar-area .topbar-inner .extra-menu .extra-menu-list .link-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .social-link-list .link-item {
  display: inline-block;
  margin: 0 5px;
}
.topbar-area .topbar-inner .social-link-list .link-item:first-child {
  margin-left: 0;
}
.topbar-area .topbar-inner .social-link-list .link-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .social-link-list .link-item a {
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .social-link-list .link-item a .icon {
  font-size: 16px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--heading-color);
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover {
  color: var(--main-color-one);
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.facebook .icon {
  color: #3b5999;
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.twitter .icon {
  color: #55acee;
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.linkedin .icon {
  color: #0077b5;
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.instagram .icon {
  color: #e4405f;
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.youtube .icon {
  color: #FF0000;
}
.topbar-area .topbar-inner .social-link-list .link-item a:hover.rss .icon {
  color: #EA6221;
}
.topbar-area .topbar-inner .contact .contact-list .contact-item {
  display: inline-block;
  margin: 0 10px;
}
.topbar-area .topbar-inner .contact .contact-list .contact-item:first-child {
  margin-left: 0;
}
.topbar-area .topbar-inner .contact .contact-list .contact-item:last-child {
  margin-right: 0;
}
.topbar-area .topbar-inner .contact .contact-list .contact-item a {
  color: var(--heading-color);
}
.topbar-area .topbar-inner .contact .contact-list .contact-item a .icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: -2px;
}
.topbar-area .topbar-inner .select-option {
  margin-top: 5px;
}
.topbar-area .topbar-inner .select-option .single-select select {
  height: 21px;
  color: var(--heading-color);
  background-color: #E9F6F6;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='charcoal'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 76%;
  background-position-x: 94%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 15px;
  padding: 0px 23px 0 5px;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .select-option .single-select:last-child select {
  margin-right: 0;
}
.topbar-area .topbar-inner .topbar-login-btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.topbar-area .topbar-inner .topbar-login-btn:hover {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-area-wrapper .header-area {
  /*---- index-01 ----*/
  /*---- index-02 ----*/
  /*---- index-03 ----*/
}
.header-area-wrapper .header-area.index-01 {
  position: relative;
  margin-top: 80px;
  /*overflow: hidden;*/
}
.header-area-wrapper .header-area.index-01 .custom-container-01 {
  background-color: #E9F6F6;
  border-radius: 10px;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content {
  min-height: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .content {
  max-width: 50%;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .content .main-title {
  font-family: var(--heading-font);
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  color: var(--heading-color);
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .content .info {
  font-family: var(--heading-font);
  color: #4F4F4F;
  margin-top: 35px;
  font-weight: 600;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .content .search {
  margin-top: 35px;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-01 {
  position: absolute;
  right: -150px;
  bottom: 55px;
  -webkit-animation-name: slowupone;
          animation-name: slowupone;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowupone {
  from {
    bottom: 0px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowupone {
  from {
    bottom: 0px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-01 img {
  max-width: 400px;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-02 {
  position: absolute;
  right: 140px;
  bottom: 380px;
  -webkit-animation-name: slowright;
          animation-name: slowright;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright {
  from {
    opacity: 0.1;
    right: 350px;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright {
  from {
    opacity: 0.1;
    right: 350px;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-02 img {
  max-width: 230px;
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-03 {
  position: absolute;
  right: -230px;
  bottom: 290px;
  -webkit-animation-name: slowright2;
          animation-name: slowright2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright2 {
  from {
    right: -300px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright2 {
  from {
    right: -300px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-01 .custom-container-01 .header-content .img-box-03 img {
  max-width: 180px;
}
.header-area-wrapper .header-area.index-02 {
  position: relative;
  background-color: #FDF5EF;
}
.header-area-wrapper .header-area.index-02.shape-bg-01 {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-area-wrapper .header-area.index-02 .header-content {
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
.header-area-wrapper .header-area.index-02 .header-content .content {
  max-width: 600px;
}
.header-area-wrapper .header-area.index-02 .header-content .content .main-title {
  font-family: var(--heading-font);
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  color: var(--heading-color);
}
.header-area-wrapper .header-area.index-02 .header-content .content .info {
  font-family: var(--heading-font);
  color: var(--main-color-two);
  margin-top: 35px;
  font-weight: 600;
}
.header-area-wrapper .header-area.index-02 .header-content .content .search {
  margin-top: 35px;
}
.header-area-wrapper .header-area.index-02 .header-content .img-box {
  position: absolute;
  right: -135px;
  -webkit-animation-name: slowright3;
          animation-name: slowright3;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright3 {
  from {
    right: -300px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright3 {
  from {
    right: -300px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-02 .header-content .img-box img {
  max-width: 680px;
}
.header-area-wrapper .header-area.index-03 {
  position: relative;
  padding-top: 115px;
  padding-bottom: 85px;
}
.header-area-wrapper .header-area.index-03 .header-bg-index-03 {
  position: absolute;
  right: 700px;
  bottom: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 398px;
  height: 647px;
  z-index: 1;
}
.header-area-wrapper .header-area.index-03 .header-bg-index-03-1 {
  position: absolute;
  right: 270px;
  bottom: 185px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 396px;
  height: 660px;
  z-index: 1;
}
.header-area-wrapper .header-area.index-03 .shape-bg-01 {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 60px;
  top: 250px;
}
.header-area-wrapper .header-area.index-03 .shape-bg-02 {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 100%;
}
.header-area-wrapper .header-area.index-03 .shape-bg-03 {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 200%;
}
.header-area-wrapper .header-area.index-03 .header-content {
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-area-wrapper .header-area.index-03 .header-content .content {
  max-width: 600px;
}
.header-area-wrapper .header-area.index-03 .header-content .content .text-content {
  padding-right: 50px;
  padding-top: 50px;
}
.header-area-wrapper .header-area.index-03 .header-content .content .main-title {
  font-family: var(--heading-font);
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  color: var(--heading-color);
}
.header-area-wrapper .header-area.index-03 .header-content .content .info {
  font-family: var(--heading-font);
  color: var(--main-color-two);
  margin-top: 35px;
  font-weight: 600;
}
.header-area-wrapper .header-area.index-03 .header-content .content .search {
  margin-top: 35px;
}
.header-area-wrapper .header-area.index-03 .header-content .img-box-02 {
  position: absolute;
  right: 655px;
  top: 44px;
  -webkit-animation-name: slowright4;
          animation-name: slowright4;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright4 {
  from {
    top: 200px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright4 {
  from {
    top: 200px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-03 .header-content .img-box-03 {
  position: absolute;
  right: -118px;
  top: 500px;
  -webkit-animation-name: slowright5;
          animation-name: slowright5;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright5 {
  from {
    right: 200px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright5 {
  from {
    right: 200px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.header-area-wrapper .header-area.index-03 .header-content .img-box-05 {
  position: absolute;
  right: 393px;
  top: 500px;
  z-index: 3;
  -webkit-animation-name: slowright6;
          animation-name: slowright6;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowright6 {
  from {
    top: 0px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slowright6 {
  from {
    top: 0px;
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area.bg-color-01 {
  background-color: #E9F6F6;
}
.footer-area.bg-color-02 {
  background-color: #FDF5EF;
}
.footer-area.bg-color-03 {
  background-color: #FFFBF8;
}
.footer-area .footer-top {
  padding: 96px 0 98px;
}
.footer-area .footer-top .footer-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #4F4F4F;
}
.footer-area .footer-top .footer-widget .logo-wrapper {
  margin-bottom: 30px;
}
.footer-area .footer-top .footer-widget .info-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .footer-top .footer-widget .info-list .info-item {
  margin: 18px 0;
}
.footer-area .footer-top .footer-widget .info-list .info-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
  padding-left: 12px;
}
.footer-area .footer-top .footer-widget .info-list .info-item a::after {
  position: absolute;
  content: "";
  background-color: #828282;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.footer-area .footer-top .footer-widget .info-list .info-item a:hover {
  color: var(--main-color-one);
  padding-left: 16px;
}
.footer-area .footer-top .footer-widget .info-list .info-item a:hover::after {
  background-color: var(--main-color-one);
}
.footer-area .footer-top .footer-widget .info-list .info-item a .icon {
  font-size: 12px;
  color: var(--main-color-one);
  display: inline-block;
  line-height: 22px;
  padding: 0 3px 0 0;
}
.footer-area .footer-top .footer-widget .info-list .info-item a .icon-address {
  font-size: 16px;
  vertical-align: 0;
}
.footer-area .footer-top .footer-widget .info-list .info-item:last-child {
  margin-bottom: 0;
}
.footer-area .footer-top .footer-widget .info {
  font-weight: 400;
  font-size: 16px;
  color: var(--paragraph-color);
  text-transform: initial;
  margin-top: 10px;
}
.footer-area .footer-top .footer-widget .subscriber-form {
  margin-top: 22px;
}
.footer-area .footer-top .social-icon {
  margin-top: 24px;
}
.footer-area .footer-top .social-icon .social-link-list .link-item .icon {
  background-color: #fff;
}
.footer-area .footer-top .social-icon .social-link-list .link-item .icon:hover {
  background-color: var(--main-color-one);
}
.footer-area .footer-top .email-subscribe .form-group input {
  height: 50px;
  border: none;
}
.footer-area .footer-top .email-subscribe .form-group button {
  margin-top: 10px;
  font-weight: 400;
  height: 50px;
  line-height: 23px;
}
.footer-area .footer-bottom .copyright-area {
  text-align: center;
}
.footer-area .footer-bottom .copyright-area .copyright-area-inner {
  border-top: 1px solid #d8d8d8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 26px 0;
}
.footer-area .footer-bottom .copyright-area .copyright-area-inner .copyright {
  font-weight: 400;
  font-size: 14px;
  color: #878e96;
  text-transform: initial;
}
.footer-area.v-02 .social-icon .social-link-list .link-item .icon {
  background-color: #fff;
}
.footer-area.v-02 .social-icon .social-link-list .link-item .icon:hover {
  background-color: var(--main-color-two);
}
.footer-area.v-02 .info-list .info-item a {
  color: var(--paragraph-color);
}
.footer-area.v-02 .info-list .info-item a::after {
  background-color: #828282;
}
.footer-area.v-02 .info-list .info-item a:hover {
  color: var(--main-color-two) !important;
}
.footer-area.v-02 .info-list .info-item a:hover::after {
  background-color: var(--main-color-two) !important;
}
.footer-area.v-03 .social-icon .social-link-list .link-item .icon {
  background-color: #efefef;
}
.footer-area.v-03 .social-icon .social-link-list .link-item .icon:hover {
  background-color: var(--main-color-three);
}
.footer-area.v-03 .info-list .info-item a {
  color: var(--paragraph-color);
}
.footer-area.v-03 .info-list .info-item a::after {
  background-color: #828282;
}
.footer-area.v-03 .info-list .info-item a:hover {
  color: var(--main-color-three) !important;
}
.footer-area.v-03 .info-list .info-item a:hover::after {
  background-color: var(--main-color-three) !important;
}
/*---------------------------------------
    ## Add Banner
---------------------------------------*/
.ads-banner-area-wrapper.leaderboard .ads-banner-box {
  text-align: center;
}

.add-banner-x-area-wrapper.index-01 {
  margin-top: 30px;
}

.add-banner-x-style-01 {
  position: relative;
}
.add-banner-x-style-01 .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 4px;
  z-index: 0;
}
.add-banner-x-style-01 .content .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.add-banner-x-style-01 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin: 5px 0 18px;
}
.add-banner-x-style-01 .content.ex {
  margin-left: 60px;
}
.add-banner-x-style-01 .content.ex .title {
  font-size: 35px;
  line-height: 46px;
}
.add-banner-x-style-01 .content.ex .btn-wrapper a {
  padding: 11px 26px 13px;
  background-color: var(--secondary-color);
  color: #fff;
}
.add-banner-x-style-01 .content.ex .btn-wrapper a:hover {
  background-color: #fff;
  color: var(--secondary-color);
}

.add-banner-y-style-01 {
  position: relative;
}
.add-banner-y-style-01 .content {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-bottom: 4px;
  text-align: center;
}
.add-banner-y-style-01 .content .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.add-banner-y-style-01 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin: 5px 0 18px;
}

.add-banner-y-style-02 {
  position: relative;
}
.add-banner-y-style-02 .content {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.add-banner-y-style-02 .content .title {
  font-family: var(--extra-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.add-banner-x-long-area-wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long {
  position: relative;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-1 {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 500px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-1 .total-wrap {
  display: block;
  font-family: var(--extra-font);
  font-size: 45px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding-top: 36px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-1 .total-wrap .sale {
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-size: 28px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 490px;
  right: 50px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 .title {
  font-family: var(--extra-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 0 13px;
}
.add-banner-x-long-area-wrapper .add-banner-x-long .content-2 .btn-wrapper {
  padding-bottom: 6px;
  padding-top: 19px;
}

.add-banner-x-area-wrapper.index-02 {
  padding-top: 100px;
  padding-bottom: 92px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 img {
  border-radius: 25px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content {
  margin-left: 50px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .offer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--main-color-one);
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  padding: 10px 0 4px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .sub-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #666666;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .btn-wrapper {
  margin-top: 22px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .btn-wrapper a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--main-color-one);
  padding: 5px 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .btn-wrapper a i {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}
.add-banner-x-area-wrapper.index-02 .add-banner-x-style-01 .content .btn-wrapper a:hover {
  color: var(--secondary-color);
}
.add-banner-x-area-wrapper.index-03 {
  padding-top: 100px;
  padding-bottom: 92px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 img {
  border-radius: 10px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content {
  margin-left: 50px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .offer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--main-color-one);
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  max-width: 134px;
  margin: 0 0 15px !important;
  padding: 0;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .sub-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .btn-wrapper {
  margin-top: 15px;
  padding-bottom: 8px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .btn-wrapper a {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--main-color-one);
  padding: 5px 12px;
  border-radius: 4px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .btn-wrapper a i {
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}
.add-banner-x-area-wrapper.index-03 .add-banner-x-style-01 .content .btn-wrapper a:hover {
  color: #fff;
}

.add-banner-y-area-wrapper.index-02 {
  padding-top: 100px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content {
  top: 50px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .sub-title {
  color: #fff;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  font-family: var(--heading-font);
  margin: 9px 0 7px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .offer-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .btn-wrapper {
  margin-top: 28px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .btn-wrapper a {
  color: var(--main-color-one);
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 28px 12px;
}
.add-banner-y-area-wrapper.index-02 .add-banner-y-style-01 .content .btn-wrapper a:hover {
  color: #fff;
}

/*---------------------------------------
    ## Countdown area
---------------------------------------*/
.counter-area-wrapper .container {
  max-width: 1620px;
  background-color: #E9F6F6;
  border-radius: 12px;
  padding: 90px 0;
}

.single-counter-box {
  text-align: center;
  overflow-y: hidden;
}
.single-counter-box .counter {
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #1D252C;
}
.single-counter-box .title {
  margin-top: 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #828282;
  text-transform: capitalize;
}

/*---------------------
    ## Breadcumb 
----------------------*/
/*.breadcrumb-full {*/
/*  min-height: 330px;*/
/*  margin-bottom: 100px;*/
/*}*/

.breadcrumb-area {
  position: absolute;
  top: 0;
  width: 100%;
}
.breadcrumb-area .custom-container-01 {
  background-color: #E9F6F6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.breadcrumb-area .breadcrumb-inner {
  padding-top: 240px;
  padding-bottom: 65px;
}
.breadcrumb-area .breadcrumb-inner .content {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
.breadcrumb-area .breadcrumb-inner .content .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: #000;
}
.breadcrumb-area .breadcrumb-inner .content .page-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item {
  color: #666666;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:first-child {
  padding-left: 0;
  margin-right: 10px;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:first-child:after {
  display: none;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:last-child {
  color: #333333;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item:after {
  position: absolute;
  left: 2px;
  top: 0px;
  content: "|";
  color: #666666;
  line-height: 20px;
  font-size: 15px;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.breadcrumb-area .breadcrumb-inner .content .page-list .list-item a:hover {
  color: var(--main-color-one);
}

/*---------------------------
    Contact Us
---------------------------*/
.contact-us-area-wrapper {
  -webkit-animation-name: slowrightx;
          animation-name: slowrightx;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes slowrightx {
  from {
    margin-top: 400px;
    opacity: 0.1;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slowrightx {
  from {
    margin-top: 400px;
    opacity: 0.1;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

.single-address-item {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.single-address-item .icon-wrap {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  line-height: 59px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.single-address-item .icon-wrap .icon {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  line-height: 26px;
}
.single-address-item .content {
  margin-top: 15px;
}
.single-address-item .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: initial;
  margin-bottom: 6px;
}
.single-address-item .content .info {
  font-size: 16px;
}

.get-in-touch-wrapper {
  margin-top: 100px;
  -webkit-box-shadow: 0px 0px 10px 1px #343a4012;
          box-shadow: 0px 0px 10px 1px #343a4012;
  padding: 80px;
}
.get-in-touch-wrapper .title {
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: var(--heading-color);
  text-transform: initial;
  margin-bottom: 25px;
}
.get-in-touch-wrapper .form-group {
  margin-bottom: 25px;
}
.get-in-touch-wrapper label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
}
.get-in-touch-wrapper input {
  height: 50px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #F7F7FA;
  border-color: #F7F7FA;
}
.get-in-touch-wrapper input:focus {
  background-color: #F7F7FA;
  border-color: #F7F7FA;
}
.get-in-touch-wrapper textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border-color: #F7F7FA;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #F7F7FA;
}
.get-in-touch-wrapper .default-btn {
  border: 1px solid #ddd;
  background-color: transparent;
  color: var(--heading-color-two);
}

.google-map-area {
  margin-bottom: -6px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details-area-wrapper {
  -webkit-animation-name: slowrightx;
          animation-name: slowrightx;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@keyframes slowrightx {
  from {
    margin-top: 400px;
    opacity: 0.1;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.blog-details-area-wrapper .blog-details-inner-area .main-img-box .background-img {
  border-radius: 10px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .logo-box {
  margin-right: 12px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .logo-box img {
  max-width: 35px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .details .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1491EA;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 2px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .details .title:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .left-content .details .location {
  font-size: 12px;
  line-height: 16px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .tag-list .tag-item {
  margin: 0 7px;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .tag-list .tag-item:first-child {
  margin-left: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .tag-list .tag-item:last-child {
  margin-right: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .author-and-tag .tag-list .tag-item a {
  font-family: var(--extra-font);
  display: inline-block;
  margin: 8px 5px;
  border: 1px solid #F2F2F2;
  background-color: var(--main-color-one);
  color: #fff;
  font-weight: 400;
  padding: 2px 15px 2px;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 5px;
}
.blog-details-area-wrapper .blog-details-inner-area .main-title {
  font-family: var(--heading-font-two);
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-area-wrapper .blog-details-inner-area .main-title:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .topic-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--heading-color);
}
.blog-details-area-wrapper .blog-details-inner-area .topic-title.one {
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .post-meta-main {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-01 {
  margin-top: 20px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-02 {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-03 {
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-04 {
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .info.info-05 {
  margin-top: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px 0;
  margin-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote .icon {
  font-size: 40px;
  color: #fff;
}
.blog-details-area-wrapper .blog-details-inner-area .quote .quote-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  color: #4F4F4F;
  position: relative;
  padding: 20px 30px 25px 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .quote .quote-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--main-color-one);
  border-radius: 20px;
}
.blog-details-area-wrapper .blog-details-inner-area .ads-banner-area-wrapper {
  margin-top: 50px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text {
  margin-top: 50px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .img-box {
  width: 50%;
  margin-right: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content {
  width: 50%;
  margin-left: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content .benefit-list {
  margin-top: 20px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content .benefit-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content .benefit-list li:last-child {
  margin-bottom: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .image-and-text .content .benefit-list li::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog {
  margin-top: 50px;
  position: relative;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg {
  width: 100%;
  height: 450px;
  background-position: top center;
  background-size: cover;
  background-repeat: repeat;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg.v-02 {
  height: 650px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #E0E0E0;
  padding-top: 40px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .tag-wrap,
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .tag-wrap .name,
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #4F4F4F;
  text-transform: capitalize;
  margin-right: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .tag-wrap ul li,
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap ul li {
  display: inline-block;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .tag-wrap a {
  font-family: var(--extra-font);
  display: inline-block;
  margin: 8px 5px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  color: #000000;
  font-weight: 400;
  padding: 2px 10px 2px;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 5px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .tag-wrap a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .social-link-list .link-item a {
  color: #666666;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .social-link-list .link-item a:hover {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item {
  margin: 0 5px;
  color: #fff;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item:last-child {
  margin-right: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item:first-child {
  margin-left: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 0px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #F2F2F2;
  color: #4F4F4F;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .icon:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .icon i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .followers-numb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .followers-numb .count {
  font-weight: 500;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content .followers-numb .text {
  font-size: 14px;
}
.blog-details-area-wrapper .blog-details-inner-area .tag-and-social-link .social-link-wrap .social-icon .widget-social-link-list .single-item .left-content:hover .icon i {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-section-title .title {
  text-transform: initial;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: var(--heading-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-section-title .title::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 80px;
  background-color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form .form-group {
  margin-bottom: 30px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form input {
  height: 50px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form input,
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form textarea {
  border-color: #EFEFEF;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form input:focus,
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form textarea {
  height: 150px;
  resize: none;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .comment-form-area .comment-form .btn-wrapper {
  margin-top: 10px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .thumb {
  min-width: 80px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .thumb img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top .left .title {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top .left .post-meta {
  margin-top: 10px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top .left .post-meta li {
  font-size: 14px;
  font-weight: 16px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .content-top .left .post-meta li .icon {
  color: var(--main-color-one);
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .comment {
  margin-top: 15px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .reply .reply-btn {
  display: inline-block;
  background-color: #FF805D;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #fff;
  padding: 2px 15px 3px;
  border-radius: 4px;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li .single-comment-wrap .content .reply .reply-btn:hover {
  color: #000000;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li:last-child {
  margin-bottom: 0;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list > li:last-child .single-comment-wrap {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.blog-details-area-wrapper .blog-details-inner-area .comment-area-full-wrapper .user-comment-area .comment-list .has-children {
  padding-left: 50px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .main-img-box .background-img {
  border-radius: 10px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .main-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 40px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .post-meta-main {
  margin-top: 30px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .info.info-01 {
  margin-top: 40px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .info.info-02 {
  margin-top: 30px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .info.info-03 {
  margin-top: 40px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .info.info-04 {
  margin-top: 40px;
}
.blog-details-area-wrapper.style-02 .blog-details-inner-area .info.info-05 {
  margin-top: 30px;
}

/*----------------------------
    About Us
-----------------------------*/
.about-area-wrapper {
  -webkit-animation-name: slowrightx;
          animation-name: slowrightx;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@keyframes slowrightx {
  from {
    margin-top: 400px;
    opacity: 0.1;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.about-area-wrapper .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-area-wrapper .content-wrap .img-box {
  width: 50%;
}
.about-area-wrapper .content-wrap .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-area-wrapper .content-wrap .content.pl-100 {
  padding-left: 100px;
}
.about-area-wrapper .content-wrap .content.pr-100 {
  padding-right: 100px;
}
.about-area-wrapper .content-wrap .content .title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: var(--heading-color);
}
.about-area-wrapper .content-wrap .content .info {
  margin-top: 30px;
}
.about-area-wrapper .content-wrap .content .btn-wrapper {
  margin-top: 50px;
}

/*-------------------------
    Newsletter Area
-------------------------*/
.newsletter-area-wrapper .container {
  background-color: #FFF0E2;
  text-align: center;
  padding: 80px 0 84px;
  border-radius: 25px;
  position: relative;
}
.newsletter-area-wrapper .container .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.newsletter-area-wrapper .container .info {
  margin-bottom: 25px;
}
.newsletter-area-wrapper .container .shape-01,
.newsletter-area-wrapper .container .shape-02,
.newsletter-area-wrapper .container .shape-03,
.newsletter-area-wrapper .container .shape-04,
.newsletter-area-wrapper .container .shape-05,
.newsletter-area-wrapper .container .shape-06,
.newsletter-area-wrapper .container .shape-07,
.newsletter-area-wrapper .container .shape-08,
.newsletter-area-wrapper .container .shape-09 {
  position: absolute;
}
.newsletter-area-wrapper .container .shape-01 {
  bottom: 0;
  left: 0;
}
.newsletter-area-wrapper .container .shape-02 {
  top: 0;
  left: 0;
}
.newsletter-area-wrapper .container .shape-03 {
  top: 34%;
  left: 23%;
}
.newsletter-area-wrapper .container .shape-04 {
  top: 0%;
  right: 10%;
}
.newsletter-area-wrapper .container .shape-05 {
  bottom: 0%;
  right: 10%;
}
.newsletter-area-wrapper .container .shape-06 {
  top: 0%;
  right: 0%;
}
.newsletter-area-wrapper .container .shape-07 {
  bottom: 0%;
  right: 50%;
}
.newsletter-area-wrapper .container .shape-08 {
  bottom: 50%;
  right: 10%;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.scroll-to-top.main-color-two {
  background-color: var(--main-color-two);
}
.scroll-to-top.main-color-three {
  background-color: var(--main-color-three);
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader-inner .preloader-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 98;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.preloader-inner .preloader-main li {
  width: 4px;
  height: 40px;
  background-color: var(--main-color-one);
  display: inline-block;
  margin: 0 4px;
  -webkit-animation: preloader 1s infinite;
          animation: preloader 1s infinite;
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
}
.preloader-inner .preloader-main li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.preloader-inner .preloader-main li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-inner .preloader-main li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader-inner .preloader-main li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-inner .preloader-main li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader-inner .preloader-main-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 98;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}
.btn-wrapper .btn-default {
  font-family: var(--heading-font);
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  color: #fff;
  text-transform: capitalize;
  padding: 12px 35px 13px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  line-height: 30px;
  border-radius: 5px;
}
.btn-wrapper .btn-default:hover {
  background-color: transparent;
  color: var(--main-color-one);
}
.btn-wrapper .btn-default.main-color-two {
  background-color: var(--main-color-two);
  color: #fff;
  border-color: var(--main-color-two);
}
.btn-wrapper .btn-default.main-color-two:hover {
  background-color: transparent;
  color: var(--main-color-two);
}
.btn-wrapper .btn-default.btn-outline {
  background-color: #fff;
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .btn-default.btn-outline:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.btn-wrapper .btn-default.btn-outline.main-color-two {
  background-color: var(--main-color-two);
  color: #fff;
  border-color: var(--main-color-two);
}
.btn-wrapper .btn-default.btn-outline.main-color-two:hover {
  background-color: #fff;
  color: var(--main-color-two);
}
.btn-wrapper .btn-default.btn-outline.main-color-three {
  background-color: var(--main-color-three);
  color: #fff;
  border-color: var(--main-color-three);
}
.btn-wrapper .btn-default.btn-outline.main-color-three:hover {
  background-color: #fff;
  color: var(--main-color-three);
}
.btn-wrapper .btn-default.btn-rounded {
  border-radius: 25px;
}
.btn-wrapper .btn-default.semi-bold {
  font-weight: 600;
}
.btn-wrapper .btn-default.ul-btn {
  color: #666666;
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0px 0px 2px;
  border: none;
  border-bottom: 1px solid #666666;
}
.btn-wrapper .btn-default.ul-btn:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .btn-default.view-all-border-less .icon {
  display: inline-block;
  padding-left: 5px;
}

.news-letter-btn {
  display: inline-block;
  border: 1px solid var(--main-color-one);
  text-transform: capitalize;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 3px 25px;
  font-size: 16px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.faq-accordion .card {
  overflow: visible;
  margin-bottom: 30px;
  border: none;
}
.faq-accordion .card:last-child {
  margin-bottom: 0;
}
.faq-accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.faq-accordion .card .card-header a {
  font-family: var(--heading-font);
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
  text-transform: initial;
  color: #373737;
  border: 1px solid #F2F3F5;
  font-weight: 600;
  padding: 12px 32px 16px 20px;
}
.faq-accordion .card .card-header a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-accordion .card .card-header a i.close {
  display: none;
}
.faq-accordion .card .card-header a i {
  font-size: 15px;
  color: #333333;
  position: absolute;
  right: 10px;
  top: 22px;
}
.faq-accordion .card .card-header a[aria-expanded=true] {
  background-color: #F2F3F5;
}
.faq-accordion .card .card-header a[aria-expanded=true] i.close {
  display: block;
}
.faq-accordion .card .card-header a[aria-expanded=true] i.open {
  display: none;
}
.faq-accordion .card .card-header a.collapsed {
  background-color: transparent;
}
.faq-accordion .card .card-body {
  padding: 20px 0 0;
  margin-top: -6px;
}

/*------------------------------
    Testimonial Item
-----------------------------*/
.Testimonial-area-wrapper.index-02 .slick-item.slick-current .single-testimonial-item.style-02 {
  background-color: #F9F9F9;
}

.single-testimonial-item.style-01 {
  text-align: left;
}
.single-testimonial-item.style-01 .quote {
  height: 60px;
  width: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color-one);
}
.single-testimonial-item.style-01 .quote .icon {
  color: #fff;
  font-size: 30px;
}
.single-testimonial-item.style-01 .info {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.single-testimonial-item.style-01 .client-details {
  margin-top: 10px;
}
.single-testimonial-item.style-01 .client-details .title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #4F4F4F;
}
.single-testimonial-item.style-01 .client-details .star {
  font-size: 20px;
  color: #FF805D;
}
.single-testimonial-item.style-02 {
  text-align: center;
  border-radius: 10px;
  padding: 16px 27px 20px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-testimonial-item.style-02 .quote .icon {
  font-size: 40px;
  color: #ddd;
}
.single-testimonial-item.style-02 .info {
  font-size: 18px;
  line-height: 30px;
}
.single-testimonial-item.style-02 .client-details {
  margin-top: 15px;
}
.single-testimonial-item.style-02 .client-details img {
  margin: auto;
  margin-bottom: 5px;
}
.single-testimonial-item.style-02 .client-details .title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #4F4F4F;
}
.single-testimonial-item.style-02 .client-details .star {
  font-size: 16px;
  color: #FF805D;
}
.single-testimonial-item.style-03 {
  text-align: left;
  border-radius: 5px;
  position: relative;
  padding: 30px;
  padding-top: 60px;
  margin-top: 32px;
  background-color: #fff;
}
.single-testimonial-item.style-03 .quote {
  position: absolute;
  top: -30px;
  left: 30px;
  height: 60px;
  width: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color-three);
  z-index: 2;
}
.single-testimonial-item.style-03 .quote .icon {
  color: #fff;
  font-size: 30px;
}
.single-testimonial-item.style-03 .info {
  font-size: 18px;
  line-height: 30px;
}
.single-testimonial-item.style-03 .client-details {
  margin-top: 10px;
}
.single-testimonial-item.style-03 .client-details .title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #4F4F4F;
}
.single-testimonial-item.style-03 .client-details .star {
  font-size: 20px;
  color: #FF805D;
}

/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid.style-01 .img-box {
  position: relative;
  overflow: hidden;
}
.blog-grid.style-01 .img-box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-grid.style-01 .content {
  padding-top: 20px;
}
.blog-grid.style-01 .content .title {
  font-family: var(--heading-font-one);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-grid.style-01 .content .title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.blog-grid.style-01 .content .title a:hover {
  color: var(--main-color-one);
}
.blog-grid.style-01.v-02 .img-box {
  overflow: hidden;
}
.blog-grid.style-01.v-02 .img-box img {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-grid.style-01.v-02 .content .title {
  font-family: var(--heading-font-two);
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-grid.style-01.v-02 .content .title.v-02 {
  font-size: 22px;
  line-height: 34px;
}
.blog-grid.style-01.list .title {
  margin-top: 0;
}
.blog-grid.style-01.list .info {
  margin: 25px 0;
}
.blog-grid.style-01.list .post-meta li {
  color: #333333;
}

/*----------------------------
    Toolbox
----------------------------*/
.toolbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.toolbox-wrapper .toolbox-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolbox-wrapper .toolbox-item.toolbox-layout .layout-list .layout-item {
  display: inline-block;
  margin-left: 20px;
}
.toolbox-wrapper .toolbox-item.toolbox-layout .layout-list .layout-item .grid-layout,
.toolbox-wrapper .toolbox-item.toolbox-layout .layout-list .layout-item .list-layout {
  display: inline-block;
  font-size: 25px;
  color: #999999;
}
.toolbox-wrapper .toolbox-item.toolbox-layout .layout-list .layout-item .grid-layout.current,
.toolbox-wrapper .toolbox-item.toolbox-layout .layout-list .layout-item .list-layout.current {
  color: #fff;
  background-color: var(--main-color-one);
  padding: 0px 7px;
}
.toolbox-wrapper .toolbox-item.toolbox-show, .toolbox-wrapper .toolbox-item.toolbox-sort {
  position: relative;
  z-index: 0;
}
.toolbox-wrapper .toolbox-item.toolbox-show select, .toolbox-wrapper .toolbox-item.toolbox-sort select {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--heading-color);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='charcoal'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 58%;
  background-position-x: 95%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.toolbox-wrapper .toolbox-item.toolbox-show .select-box, .toolbox-wrapper .toolbox-item.toolbox-sort .select-box {
  padding: 3px 25px 4px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.toolbox-wrapper .toolbox-item.toolbox-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toolbox-wrapper #clear-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-one);
  padding: 2px 7px 3px 14px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0;
  outline: none;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag:hover {
  background-color: #1f8579c4;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag:first-child {
  margin-left: 0;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag:last-child {
  margin-right: 0;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag .close-btn .icon {
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.toolbox-wrapper .toolbox-item.toolbox-tags .tag .close-btn:hover .icon {
  background-color: #1f8579c4;
}
.toolbox-wrapper .toolbox-item .showing {
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  color: var(--heading-color);
  padding: 6px 0px 7px;
}

/*----------------------------
    Pagination
----------------------------*/
.pagination .pagination-list {
  margin: 0 auto;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li .page-number {
  color: #999999;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid transparent;
  font-weight: 600;
  border-radius: 50%;
  font-size: 16px;
}
.pagination .pagination-list li .page-number.disable {
  pointer-events: none;
  cursor: not-allowed;
}
.pagination .pagination-list li .page-number.able {
  border-color: var(--paragraph-color);
}
.pagination .pagination-list li .page-number.more {
  pointer-events: none;
}
.pagination .pagination-list li .page-number.current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.pagination .pagination-list li .page-number.left-arrow, .pagination .pagination-list li .page-number.right-arrow {
  border: none;
}
.pagination .pagination-list li .page-number:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

/*----------------------------
    Social Link
----------------------------*/
.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.social-link-list .link-item {
  display: inline-block;
  margin: 0 5px;
}
.social-link-list .link-item:first-child {
  margin-left: 0;
}
.social-link-list .link-item:last-child {
  margin-right: 0;
}
.social-link-list .link-item a {
  color: var(--paragraph-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link-list .link-item a .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 0px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #F2F2F2;
  color: #4F4F4F;
}
.social-link-list .link-item a .icon:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.social-link-list .link-item a .icon i {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link-list .link-item a:hover {
  color: var(--main-color-one);
}
.social-link-list .link-item a:hover.facebook {
  color: #3b5999;
}
.social-link-list .link-item a:hover.twitter {
  color: #55acee;
}
.social-link-list .link-item a:hover.linkedin {
  color: #0077b5;
}
.social-link-list .link-item a:hover.instagram {
  color: #e4405f;
}
.social-link-list .link-item a:hover.youtube {
  color: #FF0000;
}
.social-link-list .link-item a:hover.rss {
  color: #EA6221;
}
.social-link-list.style-02 .link-item a .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-link-list.style-02 .link-item a .facebook {
  background-color: #3b5999;
}
.social-link-list.style-02 .link-item a .twitter {
  background-color: #55acee;
}
.social-link-list.style-02 .link-item a .linkedin {
  background-color: #0077b5;
}
.social-link-list.style-02 .link-item a .instagram {
  background-color: #e4405f;
}
.social-link-list.style-02 .link-item a .youtube {
  background-color: #FF0000;
}
.social-link-list.style-02 .link-item a:hover .icon {
  background-color: #fff;
}
.social-link-list.style-02 .link-item a:hover .facebook {
  color: #3b5999;
}
.social-link-list.style-02 .link-item a:hover .twitter {
  color: #55acee;
}
.social-link-list.style-02 .link-item a:hover .linkedin {
  color: #0077b5;
}
.social-link-list.style-02 .link-item a:hover .instagram {
  color: #e4405f;
}
.social-link-list.style-02 .link-item a:hover .youtube {
  color: #FF0000;
}

.author-social-link .link-item {
  display: inline-block;
  margin: 0 5px;
}
.author-social-link .link-item a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #F2F3F5;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.author-social-link .link-item a.facebook {
  color: #3b5999;
}
.author-social-link .link-item a.facebook:hover {
  color: #fff;
  background-color: #3b5999;
}
.author-social-link .link-item a.twitter {
  color: #55acee;
}
.author-social-link .link-item a.twitter:hover {
  color: #fff;
  background-color: #55acee;
}
.author-social-link .link-item a.linkedin {
  color: #0077b5;
}
.author-social-link .link-item a.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}
.author-social-link .link-item a.instgram {
  color: #e4405f;
}
.author-social-link .link-item a.instgram:hover {
  color: #fff;
  background-color: #e4405f;
}

/*----------------------------
      Post Meta
  ----------------------------*/
.post-meta .post-meta-list .post-meta-item {
  display: inline-block;
  margin-right: 20px;
  color: #5B6776;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
}
.post-meta .post-meta-list .post-meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-color-one);
}
.post-meta .post-meta-list .post-meta-item:first-child {
  padding-left: 0;
}
.post-meta .post-meta-list .post-meta-item:first-child::before {
  display: none;
}
.post-meta .post-meta-list .post-meta-item:last-child {
  margin-right: 0;
}
.post-meta .post-meta-list .post-meta-item .icon {
  display: inline-block;
  margin-right: 6px;
  color: var(--main-color-one);
}
.post-meta .post-meta-list .post-meta-item .text {
  display: inline-block;
}
.post-meta .post-meta-list .post-meta-item .text.author {
  font-weight: 500;
  color: #666666;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta .post-meta-list .post-meta-item .text.author:hover {
  color: var(--main-color-one);
}
.post-meta .post-meta-list .post-meta-item .image {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 6px;
}
.post-meta .post-meta-list .post-meta-item a {
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list .post-meta-item a:hover {
  color: var(--main-color-one) !important;
}
.post-meta .post-meta-list.style-02 .post-meta-item {
  position: relative;
  padding-right: 21px;
  margin-right: 18px;
}
.post-meta .post-meta-list.style-02 .post-meta-item .text.author {
  font-weight: 500;
}
.post-meta .post-meta-list.style-02 .post-meta-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 2px;
  height: 17px;
  background-color: #999999;
}
.post-meta .post-meta-list.style-02 .post-meta-item:last-child::after {
  display: none;
}
.post-meta .post-meta-list.style-02.light .post-meta-item {
  color: #999999;
  font-weight: 400;
}
.post-meta .post-meta-list.style-02.light .post-meta-item .author {
  color: #666666;
  font-weight: 500;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list.style-02.light .post-meta-item .author:hover {
  color: var(--main-color-two) !important;
}
.post-meta .post-meta-list.style-02.light .post-meta-item a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-meta .post-meta-list.style-02.light .post-meta-item a:hover {
  color: var(--main-color-two) !important;
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a {
  color: #fff;
  opacity: 0.85;
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a .icon {
  color: var(--main-color-two);
}
.post-meta.main-color-02 .post-meta-list .post-meta-item a:hover {
  color: var(--main-color-two);
}
.post-meta.color-white .post-meta-list .post-meta-item .text {
  color: #fff;
}
.post-meta.color-white .post-meta-list .post-meta-item a .text {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta.color-white .post-meta-list .post-meta-item a .text:hover {
  color: var(--main-color-one);
}
.post-meta.color-black .post-meta-list .post-meta-item .text {
  color: #333333;
}
.post-meta.color-black .post-meta-list .post-meta-item a .text {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-meta.color-black .post-meta-list .post-meta-item a .text:hover {
  color: var(--main-color-one);
}

/*---------------------------------------
    ## Form
---------------------------------------*/
.search.combained form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search.combained form .form-group .ex-icon {
  position: absolute;
  top: 34%;
  left: 25px;
  -webkit-transform: rotate(270deg) translateY(-50%);
          transform: rotate(270deg) translateY(-50%);
  font-size: 20px;
  color: #4F4F4F;
}
.search.combained form .form-group input {
  font-size: 18px;
  height: 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #fff;
  background-color: #fff;
}
.search.combained form .form-group input::-webkit-input-placeholder {
  color: #808080;
}
.search.combained form .form-group input::-moz-placeholder {
  color: #808080;
}
.search.combained form .form-group input:-ms-input-placeholder {
  color: #808080;
}
.search.combained form .form-group input::-ms-input-placeholder {
  color: #808080;
}
.search.combained form .form-group input::placeholder {
  color: #808080;
}
.search.combained form .form-group input.ex-padding {
  padding-left: 45px;
}
.search.combained form .form-group .search-btn {
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  border: 1px solid var(--main-color-one);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color-one);
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.search.combained form .form-group .search-btn:hover {
  background-color: #fff;
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}
.search.combained form .form-group .search-btn.main-color-two {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}
.search.combained form .form-group .search-btn.main-color-two:hover {
  color: var(--main-color-two);
  background-color: #fff;
}
.search.combained.v-02 form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 8px 1px #dddddd87;
          box-shadow: 0px 0px 8px 1px #dddddd87;
}
.search.combained.v-02 form .form-group input {
  font-size: 18px;
  height: 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #fff;
  background-color: #fff;
}
.search.combained.v-02 form .form-group input::-webkit-input-placeholder {
  color: #BDBDBD;
}
.search.combained.v-02 form .form-group input::-moz-placeholder {
  color: #BDBDBD;
}
.search.combained.v-02 form .form-group input:-ms-input-placeholder {
  color: #BDBDBD;
}
.search.combained.v-02 form .form-group input::-ms-input-placeholder {
  color: #BDBDBD;
}
.search.combained.v-02 form .form-group input::placeholder {
  color: #BDBDBD;
}
.search.combained.v-02 form .form-group .search-btn {
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  border: 1px solid var(--main-color-three);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color-three);
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 50px;
}
.search.combained.v-02 form .form-group .search-btn:hover {
  background-color: #fff;
  border-color: var(--main-color-three);
  color: var(--main-color-three);
}
.search.combained.v-02 form .form-group .search-btn.main-color-two {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}
.search.combained.v-02 form .form-group .search-btn.main-color-two:hover {
  color: var(--main-color-two);
  background-color: #fff;
}
.search.combained.v-02.ex {
  position: relative;
  z-index: 2;
}
.search.combained.v-02.ex .form-group {
  padding: 10px;
}
.search.combained.v-02.ex .form-group input {
  position: relative;
  width: 33%;
  border-right: 1px solid #ddd;
  height: 50px;
}
.search.combained.v-02.ex .form-group input::-webkit-input-placeholder {
  color: #808080;
}
.search.combained.v-02.ex .form-group input::-moz-placeholder {
  color: #808080;
}
.search.combained.v-02.ex .form-group input:-ms-input-placeholder {
  color: #808080;
}
.search.combained.v-02.ex .form-group input::-ms-input-placeholder {
  color: #808080;
}
.search.combained.v-02.ex .form-group input::placeholder {
  color: #808080;
}
.search.combained.v-02.ex .form-group select {
  width: 33%;
  border: none;
  color: #808080;
  padding: 0 12px;
}
.search.combained.v-02.ex .form-group button {
  width: 25%;
  margin-left: 20px;
  height: 50px;
}

/*--------------------------------------------------------------
	## Category Item
--------------------------------------------------------------*/
.single-popular-catg-item.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px 6px 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-popular-catg-item.style-01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F9F9F9;
  width: 93%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.single-popular-catg-item.style-01 .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-popular-catg-item.style-01 .left-content .icon-wrap {
  margin-right: 15px;
}
.single-popular-catg-item.style-01 .left-content .icon-wrap .f-icon {
  font-size: 50px;
  color: var(--main-color-one);
  display: inline-block;
  padding-top: 10px;
}
.single-popular-catg-item.style-01 .left-content .content .title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-popular-catg-item.style-01 .left-content .content .info {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.single-popular-catg-item.style-01 .right-content .icon-wrap .icon {
  display: inline-block;
  font-size: 18px;
  color: #0D0D0D;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-popular-catg-item.style-01:hover .left-content .content .title {
  color: var(--main-color-one);
}
.single-popular-catg-item.style-01:hover .right-content .icon {
  color: var(--main-color-one);
}
.single-popular-catg-item.style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  position: relative;
  z-index: 2;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 1px #dddddd42;
          box-shadow: 0px 0px 1px 1px #dddddd42;
}
.single-popular-catg-item.style-02 .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-popular-catg-item.style-02 .left-content .icon-wrap {
  margin-right: 15px;
}
.single-popular-catg-item.style-02 .left-content .icon-wrap .f-icon {
  font-size: 35px;
  color: var(--main-color-two);
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 74px;
  background-color: #FFEFED;
  border-radius: 5px;
}
.single-popular-catg-item.style-02 .left-content .content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
}
.single-popular-catg-item.style-02 .left-content .content .info {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.single-popular-catg-item.style-02:hover {
  -webkit-box-shadow: 0px 0px 7px 1px #dddddd78;
          box-shadow: 0px 0px 7px 1px #dddddd78;
}
.single-popular-catg-item.style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 25px;
  position: relative;
  z-index: 2;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 5px;
  background-color: #fff;
  margin: 5px 0;
}
.single-popular-catg-item.style-03 .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.single-popular-catg-item.style-03 .left-content .icon-wrap .f-icon {
  font-size: 30px;
  color: var(--main-color-two);
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 62px;
  background-color: #FFEFED;
  border-radius: 5px;
}
.single-popular-catg-item.style-03 .left-content .image {
  background-color: #FFF8F1;
  width: 60px;
  height: 60px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-popular-catg-item.style-03 .left-content .image img {
  max-width: 40px;
  margin: auto;
}
.single-popular-catg-item.style-03 .left-content .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
}
.single-popular-catg-item.style-03 .left-content .content .info {
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.single-popular-catg-item.style-03:hover {
  -webkit-box-shadow: 0px 0px 7px 1px #dddddd78;
          box-shadow: 0px 0px 7px 1px #dddddd78;
}

/*--------------------------------------------------------------
	## featured deals
--------------------------------------------------------------*/
.single-featured-item.style-01 {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-bottom: 18px;
}
.single-featured-item.style-01 .img-box {
  position: relative;
  margin-bottom: 20px;
}
.single-featured-item.style-01 .img-box img {
  width: 100%;
}
.single-featured-item.style-01 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  padding: 5px 19px 5px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-featured-item.style-01 .img-box .catg-tag:hover {
  color: var(--heading-color);
}
.single-featured-item.style-01 .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-01 .content .top-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-01 .content .top-content .left-content .logo-box {
  margin-right: 12px;
  height: 55px;
  width: 55px;
}
.single-featured-item.style-01 .content .top-content .left-content .details .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-featured-item.style-01 .content .top-content .left-content .details .title:hover {
  color: var(--main-color-one);
}
.single-featured-item.style-01 .content .top-content .left-content .details .location {
  font-size: 12px;
  line-height: 16px;
}
.single-featured-item.style-01 .content .top-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-01 .content .top-content .right-content .star .icon {
  display: inline-block;
  color: #FABE50;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
}
.single-featured-item.style-01 .content .top-content .right-content .rating-count {
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}
.single-featured-item.style-01 .content .middle-content {
  margin-top: 20px;
}
.single-featured-item.style-01 .content .middle-content .offer {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-featured-item.style-01 .content .middle-content .offer:hover {
  color: var(--secondary-color);
}
.single-featured-item.style-01 .content .bottom-content {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-01 .content .bottom-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-01 .content .bottom-content .left-content .pricing .price {
  font-size: 28px;
  line-height: 30px;
  color: var(--main-color-one);
  font-weight: 600;
}
.single-featured-item.style-01 .content .bottom-content .left-content .pricing del {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
}
.single-featured-item.style-01 .content .bottom-content .right-content .offer-duration {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background-color: #FFEFED;
  color: var(--main-color-two);
  padding: 2px 14px 3px;
  border-radius: 5px;
}
.single-featured-item.style-02 .img-box {
  position: relative;
}
.single-featured-item.style-02 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  padding: 5px 19px 5px;
  color: var(--main-color-two);
}
.single-featured-item.style-02 .img-box .discount {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFC863;
  border-radius: 50%;
  color: var(--heading-color);
}
.single-featured-item.style-02 .content {
  padding: 20px 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #F9F9F9;
}
.single-featured-item.style-02 .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-02 .content .top-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-02 .content .top-content .left-content .star .icon {
  display: inline-block;
  color: #FABE50;
  font-size: 14px;
  line-height: 22px;
}
.single-featured-item.style-02 .content .top-content .left-content .rating-count {
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
  margin-left: 8px;
}
.single-featured-item.style-02 .content .top-content .right-content .offer-duration {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background-color: #FFEFED;
  color: var(--main-color-two);
  padding: 2px 14px 3px;
  border-radius: 5px;
}
.single-featured-item.style-02 .content .middle-content {
  margin-top: 15px;
}
.single-featured-item.style-02 .content .middle-content .offer {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-featured-item.style-02 .content .middle-content .offer:hover {
  color: var(--secondary-color);
}
.single-featured-item.style-02 .content .middle-content .info {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-featured-item.style-02 .content .bottom-content {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-02 .content .bottom-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-02 .content .bottom-content .left-content .pricing .price {
  font-size: 28px;
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
}
.single-featured-item.style-02 .content .bottom-content .left-content .pricing del {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
}
.single-featured-item.style-03 {
  border-radius: 12px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-featured-item.style-03 .img-box {
  position: relative;
  margin-bottom: 20px;
}
.single-featured-item.style-03 .img-box img {
  width: 100%;
}
.single-featured-item.style-03 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #FF805D;
  padding: 5px 20px 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-featured-item.style-03 .img-box .catg-tag:hover {
  background-color: var(--secondary-color);
}
.single-featured-item.style-03 .img-box .logo {
  position: absolute;
  bottom: -22px;
  left: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.single-featured-item.style-03 .img-box .logo img {
  border-radius: 50%;
}
.single-featured-item.style-03 .content {
  padding: 18px;
}
.single-featured-item.style-03 .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-03 .content .top-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-03 .content .top-content .left-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-featured-item.style-03 .content .top-content .left-content .details .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1491EA;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 4px;
}
.single-featured-item.style-03 .content .top-content .left-content .details .location {
  font-size: 14px;
  line-height: 26px;
}
.single-featured-item.style-03 .content .middle-content {
  margin-top: 10px;
}
.single-featured-item.style-03 .content .middle-content .offer {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-featured-item.style-03 .content .middle-content .offer:hover {
  color: var(--secondary-color);
}
.single-featured-item.style-03 .content .bottom-content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-03 .content .bottom-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-03 .content .bottom-content .left-content .pricing .price {
  font-size: 28px;
  line-height: 30px;
  color: var(--main-color-one);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-featured-item.style-03 .content .bottom-content .left-content .pricing del {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
}
.single-featured-item.style-03 .content .bottom-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-featured-item.style-03 .content .bottom-content .right-content .star .icon {
  display: inline-block;
  color: #FABE50;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
}
.single-featured-item.style-03 .content .bottom-content .right-content .rating-count {
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}
.single-featured-item.style-03:hover {
  background-color: #FFF0E2 !important;
}
.single-featured-item.style-03:hover .img-box {
  position: relative;
  margin-bottom: 20px;
}
.single-featured-item.style-03:hover .img-box .catg-tag {
  background-color: #ee5429;
}
.single-featured-item.style-03:hover .bottom-content .left-content .pricing .price {
  color: var(--main-color-two);
}

/*--------------------------------------------------------------
	## exclusive item
--------------------------------------------------------------*/
.single-exclusive-item.style-01 {
  border-radius: 8px;
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.single-exclusive-item.style-01 .img-box {
  position: relative;
  max-width: 48%;
}
.single-exclusive-item.style-01 .img-box img {
  width: 100%;
}
.single-exclusive-item.style-01 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  padding: 4px 15px 3px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-exclusive-item.style-01 .img-box .catg-tag:hover {
  color: var(--main-color-one);
}
.single-exclusive-item.style-01 .content {
  padding: 15px 15px 18px;
  flex: 1;
}
.single-exclusive-item.style-01 .content .top-content .offer {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-exclusive-item.style-01 .content .top-content .offer:hover {
  color: var(--secondary-color);
}
.single-exclusive-item.style-01 .content .middle-content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-01 .content .middle-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-01 .content .middle-content .left-content .pricing .price {
  font-size: 24px;
  line-height: 34px;
  color: var(--main-color-two);
  font-weight: 600;
}
.single-exclusive-item.style-01 .content .middle-content .left-content .pricing del {
  display: inline-block;
  font-size: 16px;
  line-height: 326x;
  margin-left: 15px;
}
.single-exclusive-item.style-01 .content .bottom-content {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-01 .content .bottom-content .btn-default {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 3px 9px;
}
.single-exclusive-item.style-01 .content .bottom-content .offer-duration {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 2px 14px 3px;
  border-radius: 5px;
}
.single-exclusive-item.style-02 {
  border-radius: 8px;
  background-color: #F9F9F9;
}
.single-exclusive-item.style-02 .img-box {
  position: relative;
}
.single-exclusive-item.style-02 .img-box img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single-exclusive-item.style-02 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: var(--main-color-two);
  padding: 4px 15px 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-exclusive-item.style-02 .img-box .catg-tag:hover {
  background-color: var(--secondary-color);
}
.single-exclusive-item.style-02 .content {
  padding: 16px 15px;
}
.single-exclusive-item.style-02 .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-02 .content .top-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-02 .content .top-content .left-content .logo-box {
  margin-right: 12px;
}
.single-exclusive-item.style-02 .content .top-content .left-content .logo-box img {
  max-width: 35px;
}
.single-exclusive-item.style-02 .content .top-content .left-content .details .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1491EA;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-exclusive-item.style-02 .content .top-content .left-content .details .title:hover {
  color: var(--main-color-one);
}
.single-exclusive-item.style-02 .content .top-content .left-content .details .location {
  font-size: 12px;
  line-height: 16px;
}
.single-exclusive-item.style-02 .content .middle-content {
  margin-top: 12px;
}
.single-exclusive-item.style-02 .content .middle-content .offer {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-exclusive-item.style-02 .content .middle-content .offer:hover {
  color: var(--secondary-color);
}
.single-exclusive-item.style-02 .content .bottom-content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-02 .content .bottom-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-exclusive-item.style-02 .content .bottom-content .left-content .pricing .price {
  font-size: 24px;
  line-height: 34px;
  color: var(--main-color-two);
  font-weight: 600;
}
.single-exclusive-item.style-02 .content .bottom-content .left-content .pricing del {
  display: inline-block;
  font-size: 16px;
  line-height: 326x;
  margin-left: 15px;
}
.single-exclusive-item.style-02 .content .bottom-content .left-content .timing {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
}

/*--------------------------------------------------------------
	## Recent Details
--------------------------------------------------------------*/
.recent-item-wrap > div {
  margin-bottom: 30px;
}

.recent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-list li {
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin: 0 12px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.recent-list li.active {
  font-weight: 600;
}
.recent-list.main-color-one li:hover, .recent-list.main-color-one li.active {
  color: var(--main-color-one);
}
.recent-list.main-color-two li:hover, .recent-list.main-color-two li.active {
  color: var(--main-color-two);
}
.recent-list.main-color-three li:hover, .recent-list.main-color-three li.active {
  color: var(--main-color-three);
}

.single-recent-item.style-01 {
  border-radius: 8px;
  background-color: #F9F9F9;
}
.single-recent-item.style-01 .img-box {
  position: relative;
}
.single-recent-item.style-01 .img-box img {
  width: 100%;
}
.single-recent-item.style-01 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  padding: 4px 15px 3px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-recent-item.style-01 .img-box .catg-tag:hover {
  color: var(--main-color-one);
}
.single-recent-item.style-01 .content {
  padding: 15px 15px 18px;
}
.single-recent-item.style-01 .content .top-content .offer {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.single-recent-item.style-01 .content .top-content .offer:hover {
  color: var(--secondary-color);
}
.single-recent-item.style-01 .content .middle-content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-01 .content .middle-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-01 .content .middle-content .left-content .pricing .price {
  font-size: 24px;
  line-height: 34px;
  color: var(--main-color-two);
  font-weight: 600;
}
.single-recent-item.style-01 .content .middle-content .left-content .pricing del {
  display: inline-block;
  font-size: 16px;
  line-height: 326x;
  margin-left: 15px;
}
.single-recent-item.style-01 .content .bottom-content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-01 .content .bottom-content .btn-default {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 3px 9px;
}
.single-recent-item.style-01 .content .bottom-content .offer-duration {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 2px 2px 3px;
  border-radius: 5px;
}
.single-recent-item.style-03 {
  border-radius: 8px;
  background-color: #F9F9F9;
}
.single-recent-item.style-03 .img-box {
  position: relative;
}
.single-recent-item.style-03 .img-box img {
  width: 100%;
}
.single-recent-item.style-03 .img-box .catg-tag {
  display: inline-block;
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  padding: 4px 15px 4px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-recent-item.style-03 .img-box .catg-tag:hover {
  color: var(--main-color-one);
}
.single-recent-item.style-03 .content {
  padding: 16px 15px;
}
.single-recent-item.style-03 .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-03 .content .top-content .left-content .offer {
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-recent-item.style-03 .content .top-content .left-content .offer:hover {
  color: var(--secondary-color);
}
.single-recent-item.style-03 .content .top-content .left-content .details {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-03 .content .top-content .left-content .details .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1491EA;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 3px;
}
.single-recent-item.style-03 .content .top-content .left-content .details .title:hover {
  color: var(--main-color-one);
}
.single-recent-item.style-03 .content .top-content .left-content .details .location {
  font-size: 12px;
  line-height: 16px;
}
.single-recent-item.style-03 .content .top-content .left-content .details .location .dot {
  display: inline-block;
  margin-right: 2px;
}
.single-recent-item.style-03 .content .bottom-content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recent-item.style-03 .content .bottom-content .left-content .pricing {
  display: block;
}
.single-recent-item.style-03 .content .bottom-content .left-content .pricing .price {
  font-size: 24px;
  line-height: 34px;
  color: var(--heading-color);
  font-weight: 600;
  display: block;
}
.single-recent-item.style-03 .content .bottom-content .left-content .pricing del {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 4px;
}
.single-recent-item.style-03 .content .bottom-content .left-content .timing {
  font-size: 14px;
  line-height: 20px;
  color: var(--main-color-two);
  margin-top: 2px;
}
.single-recent-item.style-03 .content .bottom-content .right-content .btn-default {
  background-color: var(--main-color-three);
  border-color: var(--main-color-three);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 3px 14px 4px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-recent-item.style-03 .content .bottom-content .right-content .btn-default:hover {
  background-color: transparent;
  color: var(--main-color-three);
}

/*--------------------------------------------------------------
	## exclusive item
--------------------------------------------------------------*/
.featured-brand-item-wrap.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-brand-item-wrap.style-01 .single-brand-item {
  width: 20%;
}

.single-brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-right: 15px;
}
.single-brand-item .logo-box {
  margin-right: 12px;
  height: 55px;
  width: 55px;
}
.single-brand-item .logo-box img {
}
.single-brand-item .details .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-brand-item .details .title:hover {
  color: var(--main-color-one);
}
.single-brand-item .details .location {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}
.single-brand-item.style-02 {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-brand-item.style-02 .logo-box {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/
.widget-area-wrapper .widget {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 35px;
}
.widget-area-wrapper .widget:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper .widget.ex {
  border: none;
  padding: 0;
}
.widget-area-wrapper .widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  color: var(--heading-color);
  text-transform: capitalize;
  position: relative;
  background-color: #E9F6F6;
  padding: 5px 22px 7px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.widget-area-wrapper .widget .widget-search {
  border: none;
}
.widget-area-wrapper .widget .widget-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-area-wrapper .widget .widget-search .form-group input {
  height: 50px;
  width: 100%;
  border: 1px solid #DDDDDD;
  background-color: var(--form-bg-color);
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  color: var(--heading-font);
}
.widget-area-wrapper .widget .widget-search .form-group input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.widget-area-wrapper .widget .widget-search .form-group input::-moz-placeholder {
  text-transform: capitalize;
}
.widget-area-wrapper .widget .widget-search .form-group input:-ms-input-placeholder {
  text-transform: capitalize;
}
.widget-area-wrapper .widget .widget-search .form-group input::-ms-input-placeholder {
  text-transform: capitalize;
}
.widget-area-wrapper .widget .widget-search .form-group input::placeholder {
  text-transform: capitalize;
}
.widget-area-wrapper .widget .widget-search .form-group button {
  border: 1px solid #DDDDDD;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.widget-area-wrapper .widget .widget-search .widget-search-btn {
  height: 50px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  padding: 12px 22px;
  border: 1px solid var(--form-bg-color);
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #999999;
  background-color: var(--form-bg-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper .widget .widget-search .search-from .widget-search-btn .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.widget-area-wrapper .widget .widget-search .search-from .widget-search-btn:hover {
  color: var(--main-color-one) !important;
}
.widget-area-wrapper .widget .checkbox-wrapper {
  position: relative;
}
.widget-area-wrapper .widget .checkbox-wrapper input[type=radio] {
  opacity: 0;
}
.widget-area-wrapper .widget .checkbox-wrapper input[type=radio]:checked ~ .checkmark {
  border-color: var(--main-color-one);
  background-color: var(--main-color-one);
}
.widget-area-wrapper .widget .checkbox-wrapper input[type=radio]:checked ~ .checkmark::after {
  color: #fff;
  background-color: transparent !important;
  opacity: 1;
}
.widget-area-wrapper .widget .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  border: 1px solid #DDDDDD;
}
.widget-area-wrapper .widget .checkbox-wrapper .checkmark::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 1px;
  top: -1px;
  font-size: 10px;
  opacity: 0;
}
.widget-area-wrapper .widget .radio-btn-wrapper {
  position: relative;
}
.widget-area-wrapper .widget .radio-btn-wrapper input[type=radio] {
  opacity: 0;
}
.widget-area-wrapper .widget .radio-btn-wrapper input[type=radio]:checked ~ .checkmark {
  border-color: var(--main-color-one);
}
.widget-area-wrapper .widget .radio-btn-wrapper input[type=radio]:checked ~ .checkmark::after {
  background-color: var(--main-color-one);
}
.widget-area-wrapper .widget .radio-btn-wrapper .checkmark {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.widget-area-wrapper .widget .radio-btn-wrapper .checkmark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}
.widget-brand .single-rating-item .radio-btn-wrapper .checkbox {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9;
}

.widget-area-wrapper .widget .widget-category .category-wrap,
.widget-area-wrapper .widget .widget-brand .brand-list {
  padding: 0 8px;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label input[type=radio] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label input[type=radio]:checked ~ .checkmark {
  border-color: var(--main-color-one);
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label input[type=radio]:checked ~ .checkmark::after {
  background-color: var(--main-color-one);
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label input[type=radio]:checked ~ .content {
  color: #333333;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  text-transform: capitalize;
  color: #828282;
  line-height: 26px;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item label:hover {
  cursor: pointer;
}
.widget-area-wrapper .widget .widget-category .category-wrap .single-category-item:last-child label {
  margin-bottom: 0;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap .single-price-item {
  margin-bottom: 8px;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap .single-price-item:last-child {
  margin-bottom: 0;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap label {
  cursor: pointer;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap label .price {
  margin-left: 10px;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap label input[type=radio] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.widget-area-wrapper .widget .widget-price-range .price-range-wrap label input[type=radio]:checked ~ .price {
  color: #333333;
}
.widget-area-wrapper .widget .widget-rating {
  border-bottom: 1px solid var(--form-bg-color);
  padding-bottom: 35px;
}
.widget-area-wrapper .widget .widget-rating .rating-wrap {
  margin-top: 23px;
}
.widget-area-wrapper .widget .widget-rating .rating-wrap .single-rating-item .radio-btn-wrapper:hover {
  cursor: pointer;
}
.widget-area-wrapper .widget .widget-rating .rating-wrap .single-rating-item .icon-wrap {
  display: inline-block;
  padding-left: 10px;
}
.widget-area-wrapper .widget .widget-rating .rating-wrap .single-rating-item .icon-wrap .icon {
  color: #DDDDDD;
}
.widget-area-wrapper .widget .widget-rating .rating-wrap .single-rating-item .icon-wrap .icon.active {
  color: var(--secondary-color);
}
.widget-area-wrapper .widget .widget-rating .rating-wrap .single-rating-item:last-child label {
  margin-bottom: 0;
}
.widget-area-wrapper .widget .widget-add .content .sub-title {
  color: #fff;
}
.widget-area-wrapper .widget .widget-add .content .title {
  color: var(--heading-color);
}
.widget-area-wrapper .widget .widget-add .content .btn-wrapper a {
  background-color: var(--main-color-one);
  border-radius: 30px;
  color: #fff;
}
.widget-area-wrapper .widget .widget-add .content .btn-wrapper a:hover {
  background-color: #fff;
  color: var(--secondary-color);
}
.widget-area-wrapper .widget .widget-brand .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.widget-area-wrapper .widget .widget-brand .radio-btn-wrapper {
  margin: 0;
}

.widget-area-wrapper .widget .widget-brand .brand-list li {
  margin: 5px;
}
.widget-area-wrapper .widget .widget-brand .brand-list li a img {
  max-width: 55px;
}
.widget-area-wrapper .widget .widget-offer .content {
  padding: 15px;
}
.widget-area-wrapper .widget .widget-offer .content .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .left-content .logo-box {
  margin-right: 12px;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .left-content .details .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .left-content .details .title:hover {
  color: var(--main-color-one);
}
.widget-area-wrapper .widget .widget-offer .content .top-content .left-content .details .location {
  font-size: 16px;
  line-height: 26px;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .right-content .star .icon {
  display: inline-block;
  color: #FABE50;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
}
.widget-area-wrapper .widget .widget-offer .content .top-content .right-content .rating-count {
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}
.widget-area-wrapper .widget .widget-offer .content .middle-content {
  margin-top: 20px;
}
.widget-area-wrapper .widget .widget-offer .content .middle-content .left-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .middle-content .left-content .pricing .price {
  font-size: 28px;
  line-height: 30px;
  color: var(--main-color-one);
  font-weight: 600;
}
.widget-area-wrapper .widget .widget-offer .content .middle-content .left-content .pricing del {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
}
.widget-area-wrapper .widget .widget-offer .content .middle-content .offer {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content .right-content .offer-duration {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background-color: #FFEFED;
  color: var(--main-color-two);
  padding: 2px 14px 3px;
  border-radius: 5px;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content-last {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .btn-default {
  font-family: var(--extra-font);
  font-weight: 400;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav {
  background-color: #f1f1f1;
  padding: 10px 11px;
  border-radius: 5px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav .icon {
  color: #0D0D0D;
  font-size: 18px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav:hover {
  background-color: var(--main-color-one);
}

.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav.active {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav.active i {
  color: #fff;
}

.widget-area-wrapper .widget .widget-offer .content .bottom-content-last .fav:hover .icon {
  color: #fff;
}

/*---------------------------------------
    ## Featured location
---------------------------------------*/
.single-featured-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 6px;
}
.single-featured-location .img-box .image {
  border-radius: 6px;
  max-width: 90px;
}
.single-featured-location .content {
  padding-left: 15px;
}
.single-featured-location .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 4px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.single-featured-location .content .title:hover {
  color: var(--secondary-color);
}
.single-featured-location .content .info {
  font-size: 14px;
}

.background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

/*pagination final css*/
.pagination .pagination-list li .page-number, .pagination .page-item {
  color: #999999;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid transparent;
  font-weight: 600;
  border-radius: 50% !important;
  font-size: 16px;
}

.pagination .pagination-list li .page-number.current, .pagination .page-item.active {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.pagination .page-item .page-link, .pagination .page-item.active .page-link {
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 25px;
  border-radius: 50%;
  border-color: transparent;
  color: #666;
  transition: all linear 0.2s;
}

.pagination .page-item .page-link:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #fff;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  font-size: 36px;
  line-height: 21px;
}

.page-item.disabled {
  cursor: not-allowed;
}

.pagination nav {
  width: 100%;
}

.pagination {
  justify-content: center;
}
/*pagination final css end*/


/*Custom Loader for blog ajax show*/
.load-ajax-data{
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--main-color-one);
  border-bottom: 10px solid var(--main-color-one);
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.recent-deals-area-wrapper {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Custom Loader for blog ajax show*/


/*login css start*/

.register {
  position: relative;
  -webkit-animation-name: register;
  animation-name: register;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes register {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
@keyframes register {
  from {
    top: 60px;
  }
  to {
    top: 0;
  }
}
.register .title {
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 35px;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.register .form-wrapper form .form-group {
  margin-bottom: 20px;
}
.register .form-wrapper form label {
  font-family: var(--heading-font-two);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--heading-color);
}
.register .form-wrapper form label .required {
  color: var(--main-color-one);
}
.register .form-wrapper form input {
  height: 50px;
  color: var(--heading-color);
  background-color: #F2F3F5;
  border-color: transparent;
}
.register .form-wrapper form input::-webkit-input-placeholder {
  color: #666666;
  font-size: 14px;
}
.register .form-wrapper form input::-moz-placeholder {
  color: #666666;
  font-size: 14px;
}
.register .form-wrapper form input:-ms-input-placeholder {
  color: #666666;
  font-size: 14px;
}
.register .form-wrapper form input::-ms-input-placeholder {
  color: #666666;
  font-size: 14px;
}
.register .form-wrapper form input::placeholder {
  color: #666666;
  font-size: 14px;
}
.register .form-wrapper .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999999;
}
.register .form-wrapper .box-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.register .form-wrapper .box-wrap .left input {
  height: auto;
  display: inline-block;
  margin-bottom: 3px;
}
.register .form-wrapper .box-wrap .left label {
  font-size: 14px;
  font-weight: 400;
}
.register .form-wrapper .box-wrap .left label a {
  color: var(--main-color-one);
}
.register .form-wrapper .box-wrap .right a {
  color: var(--main-color-one);
  font-size: 14px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.register .form-wrapper .box-wrap .right a:hover {
  color: var(--main-color-one);
}
.register .form-wrapper .box-wrap.sign-up .left {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.register .form-wrapper .box-wrap.sign-up input {
  margin-top: 7px;
}
.register .form-wrapper .btn-wrapper {
  margin-bottom: 18px;
}
.register .form-wrapper .btn-wrapper .btn-default {
  width: 100%;
  font-weight: 600;
}
.register .form-wrapper .or {
  text-align: center;
  text-transform: capitalize;
  position: relative;
  margin: 33px 0 17px;
}
.register .form-wrapper .or::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.register .form-wrapper .or .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  color: #666666;
  background-color: #fff;
}
.register .form-wrapper .sign-in-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.register .form-wrapper .sign-in-with .special-account {
  margin-top: 15px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 11px 10px 11px;
}
.register .form-wrapper .sign-in-with .special-account .icon-box {
  display: inline-block;
  padding-right: 10px;
}
.register .form-wrapper .info {
  text-align: center;
  color: #666666;
  margin-top: 20px;
}
.register .form-wrapper .info .active {
  color: var(--main-color-one);
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.register .form-wrapper .info .active:hover {
  color: var(--main-color-one);
}

/*login css end*/



/*new style*/


.client-image-box {


}
.client-image-box img {
  max-height: 50px;
  max-width: 50px;
  border-radius: 50%;
}

.footer-widget{
  /*margin-top: 30px;*/
}

/*Footer widget recent product*/
.footer-widget .recent-contents {
  display: flex;
  align-items: center;
  gap: 10px
}

.footer-widget .recent-contents:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget .recent-contents .content .span-title {
  font-size: 14px;
}

.footer-widget .recent-contents .content .common-title {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar-contents .recent-contents .recent-image {
  max-width: 70px;
}
.footer-widget .info-list li:not(:last-child){
  margin-bottom: 20px;
}
.footer-widget .info-list li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  transition: all .3s;
}
.footer-widget .info-list li a:hover {
  color: var(--main-color-one);
  padding-left: 25px;
}
.footer-widget .info-list li a:before{
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

.sidebar-contents .recent-contents .content{
  flex: 1;
}
.sidebar-contents .recent-contents .content span a{
  font-size: 14px;
  color: var(--main-color-one);
  font-weight: 700;
}
.sidebar-contents .recent-contents .content h4{
  font-size: 15px;
}


.footer-widget .contact_info_list .single-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all .3s;
}
.footer-widget .contact_info_list .single-info-item:hover{
  color: var(--main-color-one);
}
.footer-widget .contact_info_list .single-info-item:not(:last-child){
  margin-bottom: 20px;
}

.brand-list .icon-wrap {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}

.widget-area-wrapper .widget .brand-list .radio-btn-wrapper .checkmark {
  top: 50%;
  transform: translateY(-50%);
}

.widget-price-range .ui-slider-horizontal {
  width: 94%;
  margin: 25px 10px 15px;
}

.widget-price-range > div:nth-child(3) {
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#product_tag_list .bootstrap-tagsinput {
  width: 100%;
  line-height: 32px;
  padding: 8px 6px;
}
#product_tag_list .bootstrap-tagsinput .tag {
  padding: 0 5px;
  background-color: #444;
  color: #fff;
  border-radius: 3px;
}


/*search css*/
 .autocomplete-search-data {
   position: absolute;
   left: 0;
   width: 100%;
 }

#show-autocomplete {
  box-shadow: 0 2px 2px 1px #dddddd85;;
  max-width: 570px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding: 15px 15px!important;
}
.autocomplete-warp .article-wrap{
  margin-bottom: 10px;
}
.autocomplete-warp .article-wrap img{
  width: 60px;
}

li.article-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
}
li.article-wrap .ml-3 {
  margin-left: 0 !important;
}
#show-autocomplete {

}

.autocomplete-warp {}
.autocomplete-search-data #search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 18px;
  background-color: red;
  color: #fff;
  box-shadow: 0 0 5px #f1f1f1;
  margin-bottom: 5px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.widget-social-link-list .list-item a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 0px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #F2F2F2;
  color: #4F4F4F;
}
.widget-social-link-list .list-item:not(:last-child) a {
  margin-right: 10px;
}
.widget-social-link-list .list-item a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

/*star rating*/
.rating-star{
  color: rgb(252, 215, 3);
}


/*Product Side bar area*/
.single-item .wrap .left-content .icon {
  color: var(--main-color-one);
  font-size: 23px;
  margin-right: 15px;
  width: 24px;
}

.single-item {
  margin-bottom: 6px;
}
.right-content span {
  float: right;
}

.catPadding {
  padding: 15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: var(--main-color-one);
  font-weight: normal;
  color: #454545;
}

.ui-widget-header {
  border: 1px solid #E9F6F6;
  background: #E9F6F6;
}

.price-range-field {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}
#show-autocomplete {
  position: relative;
}

.img-box .logo,
.brand-logo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.dashboard-mobile-btn {
  display: none;
}

/* Nice Scroll Js*/
.category-wrap {
  height: 250px;
  overflow-y: auto;
  padding-right: 20px !important;
}
.nicescroll-cursors {
  background-color: var(--main-color-one) !important;
}

.error-area-wrapper .img-box {text-align: center;}

.error-area-wrapper .content {text-align: center;margin-top: 80px;}
.error-area-wrapper .img-box .title {
    font-size: 24px;
    line-height:30px;
    margin-bottom: 60px;
}
