/*
Theme Name: Haine - Fashion and Clothing Shop WooCommerce Theme
Author: MhrTheme
Version: 2.0

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

/* Default CSS
--------------------------------------------- */
:root {
  --mainColor: #F84F9C;
  --secondaryColor: #FF7376;
  --optionalColor: #FFF8F0;
  --headingColor: #3C3C3C;
  --whiteColor: #ffffff;
  --blackColor: #222222;
  --fontSize: 16px;
  --transition: .5s;
  --border-radius: 4px;
}

body {
  padding: 0;
  font-family: "Rubik", sans-serif;
  position: inherit !important;
}

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

a:hover, .nav-link:hover, .dropdown-item:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--secondaryColor);
}

a:focus {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--secondaryColor);
  outline: 2px dotted var(--blackColor);
}

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

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

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

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

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

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

.owl-theme .owl-nav.disabled+.owl-dots button {
  height: initial;
}

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

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

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

.mfp-close:hover, .mfp-close:focus {
  background: transparent;
}

.admin-bar .mfp-iframe-holder .mfp-content {
  top: 32px;
}

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

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

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

@media (min-width: 992px) {
  .col-lg-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.bxl-twitter::before {
  content: "𝕏" !important;
  font-size: 17px;
  position: relative;
  bottom: 2px;
}

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

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

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

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

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

.form-control:focus, input[type="search"]:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}

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

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

textarea.form-control {
  height: auto;
}

.section-title {
  max-width: 660px;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

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

.shop-section-title {
  margin: 0 auto 40px;
}

.section-title span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid var(--mainColor);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page .entry-content {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

/* Default Button CSS
--------------------------------------------- */
.default-btn {
  display: inline-block;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 12px 30px;
  position: relative;
  font-weight: 700;
  font-size: var(--fontSize);
}

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

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

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

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

.default-btn.active:hover, .default-btn.active:focus {
  background-color: var(--mainColor);
}

.default-btn:focus {
  outline: 2px dotted var(--whiteColor);
  outline-offset: -5px;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

/* Search Area CSS
--------------------------------------------- */
.search.search-results article {
  margin-bottom: 20px;
}

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

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

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

/*================================================
Top Header Area CSS
=================================================*/
.top-bar-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--optionalColor);
}

.top-bar-area .header-left-content .social-links {
  padding: 0;
  list-style-type: none;
  line-height: 1;
  margin: 0;
}

.top-bar-area .header-left-content .social-links li {
  display: inline-block;
  margin-right: 20px;
}

.top-bar-area .header-left-content .social-links li a {
  display: block;
  text-align: center;
  color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 29px;
  background-color: var(--mainColor);
  text-align: center;
}

.top-bar-area .header-left-content .social-links li a:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.top-bar-area .header-left-content .social-links li:last-child {
  margin-right: 0;
}

.top-bar-area .header-right-content {
  float: right;
  position: relative;
}

.top-bar-area .header-right-content .languages-switcher {
  position: relative;
  padding-left: 30px;
  top: 0;
  display: inline-block;
  color: var(--blackColor);
}

.top-bar-area .header-right-content .languages-switcher i {
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--mainColor);
  font-size: 18px;
  color: var(--whiteColor);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: var(--mainColor);
  text-align: center;
}

.top-bar-area .header-right-content .languages-switcher .nice-select {
  display: none;
}

.top-bar-area .header-right-content .languages-switcher select {
  padding: 0 5px 0 0;
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  color: var(--blackColor);
  font-size: 15px;
  display: block !important;
}

.top-bar-area .header-right-content .languages-switcher select option {
  color: var(--blackColor);
}

.top-bar-area .header-right-content .languages-switcher select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-bar-area .header-right-content ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.top-bar-area .header-right-content ul li {
  display: inline-block;
  margin-right: 18px;
}

.top-bar-area .header-right-content ul li:last-child {
  margin-right: 0;
}

.top-bar-area .header-right-content ul li i {
  color: var(--whiteColor);
  margin: 0 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: var(--mainColor);
  text-align: center;
  margin-left: 0;
  position: relative;
  top: 1px;
}

.top-bar-area .header-right-content ul li a {
  color: var(--blackColor);
}

.top-bar-area .header-right-content ul li a:hover {
  opacity: 0.7;
  color: var(--mainColor);
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area {
  position: relative;
  padding: 0;
  background-color: var(--whiteColor);
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.haine-responsive-nav {
  display: none;
}

.haine-nav .navbar {
  position: inherit;
  padding: 0;
}

.haine-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-area .site-title {
  font-size: 18px;
}

.navbar-area .custom-logo-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-area .site-title,
.navbar-area .site-description {
  margin-top: 12px;
  margin-bottom: 12px;
}

.haine-nav .navbar .navbar-brand a {
  cursor: pointer !important;
}

.haine-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.haine-nav .navbar .navbar-nav {
  margin-left: auto;
}

.haine-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 9px;
  margin-right: 9px;
}

.haine-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 500px;
  left: -92px;
}

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

.haine-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.haine-nav .navbar .navbar-nav .nav-item a:hover,
.haine-nav .navbar .navbar-nav .nav-item a:focus, 
.haine-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item.current_page_item.active > a:first-child:hover {
  text-decoration-style: dotted;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 17px;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  content: "\e9f8";
  position: absolute;
  right: -5px;
  top: 5px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'boxicons';
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.haine-nav .navbar .navbar-nav .dropdown-menu .dropdown.nav-item .dropdown-toggle::before {
  display: none;
}

.haine-nav .navbar .navbar-nav .dropdown-menu .dropdown.nav-item .dropdown-toggle::after {
  vertical-align: middle;
  content: "\eb27";
  border: none;
  font-family: 'boxicons'!important;
  font-weight: 500;
  display: inline-block;
}

.haine-nav .navbar .navbar-nav .nav-item:last-child:not(.dropdown-menu li) {
  margin-right: 0;
}

.haine-nav .navbar .navbar-nav .nav-item:first-child:not(.dropdown-menu li) {
  margin-left: 0;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 62px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid var(--mainColor);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 20px;
  position: relative;
  display: block;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 500;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -258px;
  margin-top: 15px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 258px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  background: transparent;
  color: var(--mainColor);
}

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

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.haine-nav .navbar .navbar-nav .nav-item .dropdown-menu li:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item:focus .dropdown-menu, .haine-nav .navbar .navbar-nav .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.haine-nav .navbar .others-option {
  margin-left: 20px;
}

.haine-nav .navbar .others-option .option-item {
  margin-left: 25px;
}

.haine-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}

.haine-nav .navbar .others-option .option-item .default-btn {
  color: var(--whiteColor);
}

.haine-nav .navbar .others-option .option-item .default-btn:hover {
  color: var(--whiteColor);
}

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

.haine-nav .navbar .others-option .option-item .search-box {
  cursor: pointer;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 65px;
  top: -58px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--blackColor);
}

.others-option-for-responsive.menu-open .dot-menu {
  display: none;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 350px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 25px;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .option-item .default-btn {
  color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .option-item .default-btn:hover {
  color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .others-option .option-item .cart-btn {
  color: var(--blackColor);
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.others-option-for-responsive .option-inner .others-option .option-item .search-box {
  cursor: pointer;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  position: relative;
  margin-right: -5px;
  top: 4px;
}

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

.haine-nav .navbar .others-option .option-item .cart-btn:hover, 
.haine-nav .navbar .others-option .option-item .cart-btn:focus {
  color: var(--mainColor);
}

.navbar-area .others-option .option-item .cart-btn .mini-cart-count {
  padding: 4px;
  color: var(--whiteColor);
  font-size: 10px;
  position: absolute;
  left: 12px;
  top: -4px;
  border-radius: 50%;
  background-color: var(--mainColor);
}

.haine-nav .navbar .others-option .option-item .cart-btn:hover .mini-cart-count, 
.haine-nav .navbar .others-option .option-item .cart-btn:focus .mini-cart-count {
  background-color: var(--secondaryColor);
}

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

@media only screen and (max-width: 1170px) {
  .navbar-area .custom-logo-link img {
    max-width: 200px;
  }
  .navbar-area {
    border-bottom: 1px solid #eeeeee;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-area.is-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .haine-responsive-nav {
    display: block;
  }
  .haine-responsive-nav .haine-responsive-menu {
    position: relative;
    margin-top: -37px;
  }
  .haine-responsive-nav .haine-responsive-menu.mean-container .mean-nav {
    margin-top: 40px;
  }
  .haine-responsive-nav .haine-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .haine-responsive-nav .haine-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .haine-responsive-nav .haine-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 357px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 3px !important;
  }
  .haine-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--blackColor);
    top: 5px;
  }
  .haine-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }
  .haine-responsive-nav .dropdown-toggle::after {
    display: none !important;
  }
  .haine-responsive-nav .others-option {
    display: none !important;
  }
  .haine-responsive-nav .others-option .option-item {
    margin-left: 25px;
  }
  .haine-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
  }
  .haine-responsive-nav .others-option .option-item .default-btn {
    color: var(--whiteColor);
  }
  .haine-responsive-nav .others-option .option-item .default-btn:hover {
    color: var(--whiteColor);
  }
  .haine-responsive-nav .others-option .option-item .cart-btn {
    color: var(--blackColor);
    line-height: 1;
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 2px;
  }
  .haine-responsive-nav .others-option .option-item .search-box {
    cursor: pointer;
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-right: -5px;
    top: 4px;
  }
  .haine-responsive-nav .logo {
    position: relative;
    width: 60%;
    z-index: 999;
  }
  .haine-nav {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}

@media only screen and (max-width: 1170px) {
  #site-navigation .menu-close {
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    color:  var(--whiteColor);
    background-color: transparent;
  }
  #site-navigation .menu-close:before {
    content: "\ebe2";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 1em;
    position: relative;
    top: 2px;
  }
  #site-navigation .menu-close:focus {
    height: auto;
    width: 100%;
    color: inherit;
    padding-top: 0.5em;
    opacity: 1;
  }
  #site-navigation .site-main-menu {
    font-size: 15px;
    font-weight: 600;
  }
  #site-navigation .site-main-menu ul {
    padding: 0;
  }
  #site-navigation .site-main-menu ul li {
    list-style-type: none;
    border: 1px solid #efefef;
    margin: 4px;
    padding: 0.5rem 1rem;
  }
  #site-navigation .site-main-menu .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    float: unset;
    min-width: auto;
    padding: unset;
    margin: auto;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: unset;
    border: 0;
    border-radius: .25rem;
    padding-left: 24px !important;
  }
  .dropdown-item.active, .dropdown-item:active {
    background: transparent;
  }
  .haine-responsive-nav .haine-mobile-menu #site-navigation .nav-item:hover .dropdown-menu, 
  .haine-responsive-nav .haine-mobile-menu #site-navigation .nav-item:focus .dropdown-menu, 
  .haine-responsive-nav .haine-mobile-menu #site-navigation .nav-item:focus-within .dropdown-menu {
    display: block; 
  }
  #site-navigation .site-main-menu .dropdown-menu .dropdown-item {
    width: unset;
    clear: unset;
  }
  #site-navigation .site-main-menu .dropdown-menu .menu-item-has-children .sub-trigger {
    width: 24px;
    height: 24px;
    top: 3px;
    right: 5px;
  }
  #site-navigation .site-main-menu .dropdown-menu .menu-item-has-children .sub-trigger:after {
    top: -2px;
    left: 0px;
  }
  #site-navigation .site-main-menu .dropdown-menu .dropdown-menu .sub-trigger {
    display: none;
  }
  .toggle-nav {
    font-size: 35px;
    color: #030f2b;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    background: transparent;
    padding: 0 0 0;
    z-index: 999;
  }
  .toggle-nav:before {
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*content: "\eb2a";*/
    content: "\eaea";
  }
  .toggle-nav.menu-open:before {
    /*content: "\ec4e";*/
    content: "\ebe2";
  }
  .toggle-nav:hover {
    background: transparent;
    color: #414141;
  }
  .menu-item-has-children .sub-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    z-index: 100;
    border: 1px solid #efefef;
    cursor: pointer;
    display: block;
    background: transparent;
    color: #414141;
    top: 6px;
    right: 5px;
  }
  .menu-item-has-children .sub-trigger:focus {
    outline: 0;
  }
  .menu-item-has-children .sub-trigger:after {
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 26px;
    text-shadow: none;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\ea17";
  }
  .menu-item-has-children .sub-trigger.is-open:after {
    content: "\ea24";
  }
  .toggle-nav, #site-navigation .menu-close {
    display: block;
  }
  .has-quadmenu-primary .toggle-nav {
    display: block !important;
  }
  #masthead .site-main-menu {
    float: none;
  }
  #site-navigation {
    display: none;
  }
  .mega-menu-primary #site-navigation {
    display: block;
  }
  #site-navigation.menu-open {
    display: block;
    max-height: 70vh;
    padding-right: 10px;
    overflow: hidden auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-column-align: end;
        justify-self: end;
    width: 100%;
    margin-top: 60px;
  }
  .has-quadmenu-primary #site-navigation.menu-open {
    border-top: 0;
  }
  #site-navigation.menu-open .site-main-menu {
    width: 100%;
  }
  .haine-mobile-menu {
    position: relative;
    margin-top: -40px;
  }
  .toggle-nav.menu-open {
    top: -44px;
  }
}

@media only screen and (max-width: 767px) {
	#site-navigation .site-main-menu .dropdown-menu {
	  padding-left: 0px !important;
	}
	#site-navigation .site-main-menu ul li {
	  margin: 4px 0;
	  padding: 0.5rem 0.5rem;
	}
}

.haine-responsive-nav .menu .nav-item a {
  color: var(--blackColor);
  display: inline-block;
  padding: 0;
}

.haine-responsive-nav .menu .nav-item a:hover, 
.haine-responsive-nav .menu .nav-item.active > a {
  color: var(--mainColor);
}

.haine-responsive-nav .menu .nav-item.current_page_item.active > a:first-child {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}

.haine-responsive-nav .menu .nav-item.current_page_item.active > a:first-child:hover {
  text-decoration-style: dotted;
}

.others-option-for-responsive .dot-menu:focus {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--secondaryColor);
  outline: 2px dotted var(--blackColor);
}

.toggle-nav:focus {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--secondaryColor);
  outline: 2px dotted var(--blackColor);
}

.haine-mobile-menu .site-main-menu ul li.menu-item-has-children::after {
  vertical-align: middle;
  content: "\eb27";
  border: none;
  font-family: 'boxicons'!important;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}

/*================================================
Mega Menu CSS
=================================================*/
.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu {
  display: flex;
  justify-content: space-between;
  width: inherit;
  min-width: 100%;
  left: -574px;
}

.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu ul.dropdown-menu {
  display: block;
  position: relative;
  box-shadow: none;
  border: none;
  left: -8px;
  margin-top: 0;
}

.haine-nav .navbar .navbar-nav li.mega-menu:hover ul.dropdown-menu ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu li a {
  margin: 1px 0;
}

.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu li.menu-item-type-taxonomy > a, 
.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu li.menu-item-type-custom > a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--mainColor);
}

.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu .mega-menu-image {
  background-repeat: no-repeat;
  min-width: 205px;
  margin: 10px 20px;
}

.haine-responsive-nav .haine-mobile-menu li.mega-menu ul.dropdown-menu .mega-menu-image {
  display: none;
}

.haine-nav .navbar .navbar-nav li.mega-menu ul.dropdown-menu .mega-menu-image a {
  width: 100%;
  height: 100%;
  font-size: 0;
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 14px 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-overlay-close:focus {
  outline: 2px dotted var(--whiteColor);
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: var(--whiteColor);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: var(--blackColor);
  padding: 2px 0 0 25px;
}

.search-overlay .search-overlay-form form .input-search:focus {
  background-color: var(--whiteColor);
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: .5px;
  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: var(--whiteColor);
  height: 50px;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  font-size: 20px;
  line-height: 40px;
}

.search-overlay .search-overlay-form form button:hover {
  color: var(--whiteColor);
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

.haine-nav .navbar .others-option .option-item .search-box:hover, 
.haine-nav .navbar .others-option .option-item .search-box:focus, 
.haine-nav .navbar .others-option .option-item a:focus .search-box {
  color:  var(--mainColor);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line, 
.search-overlay .search-overlay-close:focus .search-overlay-close-line {
  background-color:  var(--mainColor);
}

.search-overlay .search-overlay-form form button i {
  position: relative;
  top: -2px;
  left: 2px;
}

/*==========================
Page Title Area CSS
============================*/
.page-title-area {
  background: var(--optionalColor);
  padding-bottom: 80px;
  padding-top: 80px;
  width: 100%;
  position: relative;
}

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

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

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

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

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

.page-title-content ol li a:focus {
  padding: 0 5px;
}

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

/* Go Top Area CSS
--------------------------------------------- */
.go-top-link {
  position: fixed;
}

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

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

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

a:focus .go-top i {
  outline: 2px dotted var(--whiteColor);
  outline-offset: -3px;
}

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

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

/* Footer Area CSS
--------------------------------------------- */
.footer-top-area {
  background: var(--optionalColor);
  color: var(--blackColor);
}

.footer-top-area .static_all {
  margin-left: 30px;
  margin-right: 0px;
}

.footer-top-area .f-col:first-child .static_all {
  margin-left: 0px;
  margin-right: 20px;
}

.footer-top-area .static_all.open-time {
  margin-left: 20px;
  margin-right: 10px;
}

.footer-top-area .footer-static-content .logo img {
  margin-bottom: 20px;
}

.footer-top-area .footer-static-content .social-area {
  margin-top: 20px;
}

.footer-top-area .footer-static-content .social-area ul {
  line-height: 1;
}

.footer-top-area .footer-static-content .social-area ul li {
  display: inline-block;
}

.footer-top-area .footer-static-content .social-area ul li a {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 36px;
  background-color: var(--mainColor);
  border-radius: 50px;
  text-align: center;
  color: var(--whiteColor);
  padding: 0;
}

.footer-top-area .footer-static-content .social-area ul li a i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
  font-size: 18px;
}

.footer-top-area .footer-static-content .social-area ul li a:hover {
  border-color: var(--secondaryColor);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-top-area .footer-static-content .social-area ul li a:hover i {
  color: var(--whiteColor);
}

.footer-top-area .pt-menu-links {
  border-bottom: 2px solid #484848;
  margin-bottom: 50px;
  padding: 10px 0 20px;
}

.footer-top-area .pt-menu-links .home {
  display: inline-block;
  padding-left: 0;
}

.footer-top-area .pt-menu-links li {
  border-right: 1px solid #9f9f9f;
  display: inline-block;
  padding: 0 10px;
}

.footer-top-area .pt-menu-links li a {
  color: #dddddd;
  font-size: 12px;
  font-weight: 700;
}

.footer-top-area .pt-menu-links li a:hover {
  color: #39B3E4;
}

.footer-top-area .pt-menu-links li:last-child {
  border: 0 none;
}

.footer-top-area .relative {
  position: relative;
  padding: 0;
}

.footer-static-top .f-col1::after {
  border: 0 none;
}

.footer-static-top .f-col::before {
  border-left: 1px solid #CACFD5;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
}

.footer-static-top .f-col:first-child:before {
  border: 0;
}

.footer-static-title {
  margin-bottom: 25px;
}

.footer-static-title h1, 
.footer-static-title h2
.footer-static-title h3
.footer-static-title h4, 
.footer-static-title h5, 
.footer-static-title h6, 
.footer-static-title .widget-title {
  color: var(--blackColor);
  display: inline;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}

.footer-static-top a {
  color: var(--blackColor);
}

.footer-static-top a:hover {
  color: var(--mainColor);
  text-decoration-style: dotted;
}

.footer-static-top ul li {
  margin-bottom: 10px;
}

.footer-static-top ul li a {
  color: var(--blackColor);
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}

.footer-static-top ul li a:hover, 
.footer-static-top ul li a:focus {
  color: var(--mainColor);
  text-decoration-style: dotted;
}

.footer-static-top .footer-contact ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--blackColor);
}

.footer-static-top .footer-contact ul li a {
  position: relative;
}

.footer-static-top .footer-contact ul li a i {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--mainColor);
  font-size: 20px;
}

.footer-static-top .footer-contact ul li a span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-static-top .footer-contact ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--mainColor);
  font-size: 20px;
}

.footer-static-top .footer-contact ul li span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-widget.open-time ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}

.single-widget.open-time ul li .right {
  float: right;
  padding: 0 10px;
}

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

.footer-bottom-area {
  background: var(--blackColor);
  text-align: center;
}

.footer-bottom-area .container-inner {
  padding: 20px 0;
}

.footer-bottom-area .container-inner address {
  color: #dddddd;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.footer-bottom-area .container-inner address p {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.footer-bottom-area address {
  font-style: normal;
  line-height: 25px;
}

.footer-bottom-area .container-inner address a {
  color: #39b3e4;
}

.footer-bottom-area .container-inner address a:hover {
  text-decoration: underline;
}

.footer-payment {
  float: right;
}

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

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

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

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

/*
Blog Area CSS
<<<<======================================================>>>>*/
.blog-area .blog-col {
  padding: 20px;
}

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

.single-blog {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
}

.single-blog .blog-content {
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 20px;
  background: var(--whiteColor);
  overflow: auto;
}

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

.single-blog .image img {
  min-width: 100%;
  opacity: 0;
}

.single-blog .image .main-img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.single-blog .image:hover .main-img {
  transform: scale(1.1) translateZ(0);
}

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

.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 16px;
  font-size: 15px;
}

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

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

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

.single-blog .blog-content .title {
  margin-bottom: 10px;
  font-size: 30px;
}

.single-blog .blog-content .title a {
  text-decoration: none;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.single-blog .blog-content .title a:hover, 
.single-blog .blog-content .title a:focus {
  color: var(--mainColor);
}

.single-blog .blog-content .read-more {
  width: 100%;
  height: auto;
  position: relative;
}

.single-blog .blog-content .read-more a {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  color: var(--blackColor);
  padding-right: 32px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.single-blog .blog-content .read-more a:before {
  position: absolute;
  content: '';
  background-color: var(--blackColor);
  margin: auto;
  width: 100%;
  height: 1px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  transform: scaleX(.2);
  transform-origin: left center;
  animation: read-more-anim;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}

.single-blog:hover .read-more a:before {
  animation: read-more-anim-2;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.6,.01,0,1);
}

.single-blog .blog-content .read-more span {
  display: inline-block;
  position: relative;
  background-color: var(--whiteColor);
  z-index: 1;
  transition: .6s cubic-bezier(.6, .01, 0, 1);
  transform: translateX(-110%);
}

.single-blog:hover .read-more span {
  transform: translateX(0%);
}

.single-blog .read-more span:hover {
  color: var(--mainColor);
}

.single-blog:hover .blog-content {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
}

@keyframes read-more-anim {
  0% {
    transform-origin: right center;
    transform: scaleX(.2);
  }
  70% {
    transform-origin: right center;
  }
  71% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: left center;
    transform: scaleX(.2);
  }
}

@keyframes read-more-anim-2 {
  0% {
    transform-origin: left center;
    transform: scaleX(.2);
  }
  70% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  71% {
    transform-origin: right center;
  }
  100% {
    transform-origin: right center;
    transform: scaleX(.2);
  }
}

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

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

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

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

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

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

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

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

.blog-details-right-area .widget_block {
  margin-bottom: 40px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

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

.blog-details-right-area .widget_block .widget-title, 
.blog-details-right-area .widget_block h1,
.blog-details-right-area .widget_block h2,
.blog-details-right-area .widget_block h3,
.blog-details-right-area .widget_block h4,
.blog-details-right-area .widget_block h5,
.blog-details-right-area .widget_block h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
}

.blog-details-right-area .widget_block .widget-title::before, 
.blog-details-right-area .widget_block h1::before,
.blog-details-right-area .widget_block h2::before,
.blog-details-right-area .widget_block h3::before,
.blog-details-right-area .widget_block h4::before,
.blog-details-right-area .widget_block h5::before,
.blog-details-right-area .widget_block h6::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: var(--mainColor);
}

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

.blog-details-right-area .widget_block.widget_search label {
  margin-bottom: 5px;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search .form-control {
  height: 50px;
  border: 1px solid var(--whiteColor);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  width: 100%;
}

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

.blog-details-right-area .widget_block.widget_search .wp-block-search button {
  position: absolute;
  right: 0;
  height: 50px;
  width: auto;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  border: none;
}

.blog-details-right-area .widget_block.widget_search .wp-block-search button:hover {
  background-color: var(--blackColor);
}

.blog-details-right-area .widget_block.widget_search .wp-block-search button i {
  color: var(--whiteColor);
  position: relative;
  top: 2px;
}

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

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

.blog-details-right-area .widget_block.resent-post-widget ul li a {
  position: relative;
  display: block;
  padding-left: 120px;
}

.blog-details-right-area .widget_block.resent-post-widget ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 80px;
}

.blog-details-right-area .widget_block.resent-post-widget ul li a span {
  display: block;
  margin-bottom: 5px;
  color: #545454;
  font-size: 14px;
  font-weight: 500;
}

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

.blog-details-right-area .widget_block.resent-post-widget ul li a h3 {
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}

.blog-details-right-area .widget_block.resent-post-widget ul li a {
  color: #545454;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-details-right-area .widget_block.tags-widget ul li {
  border: 1px solid #eeeeee;
  padding: 10px 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

.blog-details-left-area a:hover {
  color: var(--mainColor);
  text-decoration-style: dotted;
}

.blog-details-left-area .blog-details-single-post h2 {
  margin-bottom: 15px;
  padding-top: 25px;
}

.blog-details-left-area .blog-details-single-post {
  margin-bottom: 20px;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

.blog-details-left-area .wp-block-quote {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

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

.blog-details-left-area .wp-block-quote span {
  font-size: 16px;
  color: #43bd75;
}

.blog-details-left-area .wp-block-image {
  width: 47%;
  float: left;
  margin: 10px 20px 10px 0;
}

.full-col .blog-details-left-area  .wp-block-image {
  width: 100%;
  margin: 10px 0;
}

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

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

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

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

.blog-details-left-area .blog-details-sheare .blog-sheare-tag {
  margin-top: 20px;
}

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

.blog-details-left-area .blog-details-sheare .social-icon {
  margin-top: 20px;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-details-left-area .profile {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 20px;
  position: relative;
  padding-left: 200px;
  min-height: 160px;
}

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

.blog-details-left-area .profile h3 {
  text-transform: capitalize;
}

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

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

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

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

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

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

.blog-details-left-area .comments-wrap .comments-title.title {
  padding-top: 40px;
}

.blog-details-left-area .comments-wrap label {
  margin-bottom: 5px;
}

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

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

.blog-details-left-area .comments-wrap ul li.comment {
  position: relative;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding-left: 20px;
  margin-bottom: 30px;
}

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

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

.blog-details-left-area .comments-wrap ul li.comment footer.comment-meta .comment-author img {
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
}

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

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

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

.blog-details-left-area .comments-wrap .comment-list .comment-metadata a {
  margin: 10px 0;
}

.blog-details-left-area .comments-wrap .comment-list p {
  margin: 10px 0;
}

.blog-details-left-area .comments-wrap .comment-form .comment-form-cookies-consent {
  margin-top: 25px;
}

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

.blog-details-left-area .comments-area.comments-wrap ul li .children li {
  -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);
}

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

.blog-details-left-area .comment-area .comment-wrap .contact-title {
  text-align: left !important;
  margin-bottom: 30px;
}

.blog-details-left-area .comment-area .comment-wrap .contact-title h2 {
  font-size: 25px;
}

.blog-details-left-area .comments-wrap .comment-respond {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 30px;
}

.blog-details-left-area .comments-wrap .comment-title {
  margin-bottom: 30px;
}

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

.blog-details-left-area .comments-wrap .form-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-left-area .comments-wrap .comment-form-cookies-consent label {
  margin-left: 5px;
  display: inline;
}

.comments-wrap input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.comments-wrap form input[type="text"],
.comments-wrap form input[type="email"],
.comments-wrap form input[type="url"], 
.comments-wrap form textarea {
  border-radius: 0;
  border: 1px solid #ebebeb;
  background-color: #F4F9FD;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  padding: 0.5rem 1rem;
}

.comments-wrap form input[type="text"],
.comments-wrap form input[type="email"],
.comments-wrap form input[type="url"] {
  height: 60px;
}

.comments-wrap form input[type="text"]:focus, 
.comments-wrap form input[type="email"]:focus, 
.comments-wrap form input[type="url"]:focus,
.comments-wrap form textarea:focus {
  outline: 0 none;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid var(--mainColor);
}

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

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

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

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

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

/*
Pagination Area CSS
<<<<======================================================>>>>*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.banner-wrapper-content {
  padding: 20px;
}

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

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

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

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

.banner-wrapper-image {
  padding: 20px;
}

.banner-wrapper-image img {
  width: 100%;
}

/*==========================
Preloader Area CSS
============================*/
.preloader-style {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: var(--optionalColor);
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader-style .preloader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.preloader-style .loader-inner-1 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.preloader-style .loader-inner-1:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
          animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background: #06aed5;
}

.preloader-style .loader-inner-2 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

.preloader-style .loader-inner-2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
          animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background: #ec008c;
}

.preloader-style .loader-inner-3 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-110deg);
          transform: rotate(-110deg);
}

.preloader-style .loader-inner-3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
          animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background: #ffbf00;
}

.preloader-style .loader-inner-4 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.preloader-style .loader-inner-4:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-animation-name: loading-1;
          animation-name: loading-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background: #079c00;
}

@-webkit-keyframes loading-1 {
  0% {
    width: 20px;
    right: 0;
  }
  30% {
    width: 120px;
    right: -100px;
  }
  60% {
    width: 20px;
    right: -100px;
  }
}

@keyframes loading-1 {
  0% {
    width: 20px;
    right: 0;
  }
  30% {
    width: 120px;
    right: -100px;
  }
  60% {
    width: 20px;
    right: -100px;
  }
}

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

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

.mc4wp-form {
  position: relative;
}

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

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

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

/*================================================
Team Area CSS
=================================================*/
.team-area .team-col {
  padding: 20px;
}

.team-area .team-slider .owl-item {
  padding: 20px;
}

.single-team-member {
  background-color: var(--optionalColor);
  text-align: center;
  position: relative;
  padding: 60px 30px;
  overflow: hidden;
}

.single-team-member .image {
  z-index: 1;
  width: 200px;
  height: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.single-team-member .image img {
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.single-team-member .image::before {
  left: 0;
  right: 0;
  height: 0;
  content: "";
  width: 100%;
  opacity: 0.9;
  bottom: 135%;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--secondaryColor);
}

.single-team-member .content {
  margin-top: 25px;
}

.single-team-member .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.single-team-member .content span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}

.single-team-member .social-links {
  left: 0;
  right: 0;
  bottom: -35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  background-color: var(--mainColor);
}

.single-team-member .social-links li {
  display: inline-block;
  margin-bottom: -7px;
}

.single-team-member .social-links li a {
  display: block;
  width: 40px;
  font-size: 18px;
  height: 40px;
  position: relative;
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

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

.single-team-member .social-links li a:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.single-team-member:hover .image::before {
  height: 100%;
}

.single-team-member:hover .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

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

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

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

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

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area .testimonial-col {
  padding: 20px;
}

.testimonial-area .testimonial-slider .owl-item {
  padding: 20px;
}

.single-testimonial-box .desc {
  background-color: var(--optionalColor);
  position: relative;
  border-radius: 5px;
  padding: 40px;
  z-index: 1;
}

.single-testimonial-box .desc p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-testimonial-box .desc::before {
  right: 0;
  bottom: -8px;
  z-index: -1;
  opacity: .05;
  color: #000000;
  line-height: 1;
  content: "\ed68";
  position: absolute;
  font-family: 'boxicons';
  font-size: 100px;
}

.single-testimonial-box .desc::after {
  left: 50%;
  content: '';
  width: 80px;
  z-index: -1;
  height: 60px;
  bottom: -35px;
  position: absolute;
  background-color: var(--optionalColor);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.single-testimonial-box .client-info {
  margin-top: 50px;
  margin-left: 15px;
}

.single-testimonial-box .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px !important;
  border: 2px solid var(--optionalColor);
}

.single-testimonial-box .client-info .title {
  margin-left: 15px;
}

.single-testimonial-box .client-info .title h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor);
}

.single-testimonial-box .client-info .title span {
  display: block;
  font-size: 16px;
  color: var(--blackColor);
}

.single-testimonial-box ul {
  line-height: 1;
  margin-bottom: 10px;
}

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

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

.testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.testimonial-slider.owl-theme .owl-dots {
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
  margin-top: 10px !important;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span, 
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before, 
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  background-color: var(--mainColor);
}

/*
FAQ AREA CSS
<<<<======================================================>>>>*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

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

.faq-accordion .accordion .accordion-item:first-child {
  margin: 20px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin: 20px;
}

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

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

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

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  font-size: 16px;
}

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

.accordion-area .col-lg-6:last-child .faq-accordion {
  margin-bottom: 0;
}

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

.about-us-area .about-img, .about-us-area .about-content {
  padding: 20px;
}

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

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

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

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

.about-us-area .about-col {
  padding: 0 20px;
}

/* About Offer Style */
.about-section-title {
  text-align: center;
  max-width: 665px;
  padding: 0 20px;
  margin: 20px auto 15px;
}

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

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

.about-section-title span {
  margin-bottom: 0;
}

.single-services-box {
  text-align: center;
  background-color: var(--blackColor);
  position: relative;
  padding: 20px;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* About Style Two */
.about-content-two {
  margin-top: -6px;
}

.about-content-two .top-title {
  color: var(--mainColor);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

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

.about-content-two p {
  margin-bottom: 20px;
}

.about-content-two ul {
  margin-bottom: 35px;
}

.about-content-two ul li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.about-content-two ul li:last-child {
  margin-bottom: 0;
}

.about-content-two ul li i {
  display: inline-block;
  background-color: var(--optionalColor);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: -3px;
  left: 0;
}

.about-content-two ul li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.features-content .col-lg-6:nth-child(1) .single-features {
  border-radius: 50px 0 0 0;
}

.features-content .col-lg-6:nth-child(1) .single-features:hover {
  border-radius: 0;
}

.features-content .col-lg-6:nth-child(2) .single-features {
  border-radius: 0 50px 0 0;
}

.features-content .col-lg-6:nth-child(2) .single-features:hover {
  border-radius: 0;
}

.features-content .col-lg-6:nth-child(3) .single-features {
  border-radius: 0 0 0 50px;
}

.features-content .col-lg-6:nth-child(3) .single-features:hover {
  border-radius: 0;
}

.features-content .col-lg-6:nth-child(4) .single-features {
  border-radius: 0 0 50px 0;
}

.features-content .col-lg-6:nth-child(4) .single-features:hover {
  border-radius: 0;
}

.single-features {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--whiteColor);
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-features i {
  display: inline-block;
  background-color: #def5ee;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: var(--mainColor);
  margin-bottom: 16px;
  font-size: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-features h3 {
  margin-bottom: 10px;
}

.single-features p {
  margin-bottom: 18px;
}

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

.single-features:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.about-area .about-col {
  padding: 20px;
}

.about-img-two {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.about-img-two .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-counter {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}

.single-counter i {
  background-color: #def5ee;
  color: var(--mainColor);
  font-size: 30px;
  line-height: 1;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 25px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-counter p {
  color: var(--mainColor);
  line-height: 1;
  margin-bottom: 0;
  font-size: 18px;
}

.single-counter h2 {
  color: #121521;
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}

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

.single-counter:hover i {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.counter-area .counter-col {
  padding: 20px;
}

/* Video Button Style */
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 89px;
  text-align: center;
  border-radius: 50px;
  color: var(--mainColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: var(--mainColor);
}

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

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-color: var(--mainColor);
}

.video-btn::before {
  -webkit-animation: ripple 1.7s ease-out infinite;
          animation: ripple 1.7s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.7s ease-out infinite;
          animation: ripple 1.7s ease-out infinite;
}

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

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

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

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

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

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

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

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

.contact-info-area .single-contact-info p {
  line-height: 1.5;
}

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

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

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

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

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

.contact-info-area .contact-info-col {
  padding: 20px;
}

/* CONTACT FORM STYLE */
.contact-area .contact-wrap {
  padding: 20px;
  text-align: center;
}

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

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

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

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

.hidden {
  display: none;
}

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

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

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

.get-in-touch, .contact-form {
  margin-top: 20px;
}

.contact-form form p:last-of-type {
  margin-bottom: 0;
}

.get-in-touch {
  padding-right: 40px;
}

.get-in-touch ul li i {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 20px;
  color: var(--mainColor);
}

.get-in-touch h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.get-in-touch p, .get-in-touch p a, .get-in-touch a {
  color: #323347;
  display: block;
  margin-bottom: 0;
}

.get-in-touch a:hover {
  color: var(--secondaryColor);
}

.get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.get-in-touch ul li {
  padding-bottom: 20px;
}

.get-in-touch ul li:last-child {
  padding-bottom: 0;
}

.get-in-touch ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.contact-form h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form form label {
  width: 100%;
}

.contact-form .contact-form-col, .contact-wrap .contact-form-col {
  padding: 20px;
}

.contact-form form input, .contact-form form textarea {
  border-radius: 0;
  height: 60px;
  border: 1px solid #ebebeb;
  background-color: #F4F9FD;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  padding: 0.5rem 1rem;
}

.contact-form form input:focus, .contact-form form textarea:focus {
  outline: 0 none;
}

.contact-form form input:focus, 
.contact-form form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--mainColor);
}

.contact-form-area .contact-form form input[type="submit"]:focus {
  outline: none;
}

.contact-form form textarea {
  height: auto;
}

.contact-form-area .contact-form form input[type="submit"] {
  display: inline-block;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 2px solid var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px #ebebeb;
          box-shadow: 3px 3px #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  width: inherit;
}

.contact-form-area .contact-form form input[type="submit"]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form form input[type="submit"]:hover {
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  background-color: transparent;
}

.contact-form form input[type="submit"]:hover::before {
  opacity: 0;
  visibility: hidden;
}

.contact-form label, .contact-wrap label {
  margin-bottom: 10px;
  font-size: 15px;
}

.contact-wrap .form-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-wrap input[type="checkbox"] {
  position: relative;
  top: 1px;
  right: 5px;
}

.contact-wrap form label {
  float: left;
}

.contact-wrap form input:focus, .contact-wrap form textarea:focus {
  outline: 0 none;
}

.contact-wrap form .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

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

.contact-form-area .contact-map {
  margin-top: 40px;
}

.contact-map iframe {
  width: 100%;
  display: block;
  border: none;
  border-radius: 20px;
}

/*================================================
Hero Slider Area Style
==================================================*/
.hero-slider-area {
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: var(--optionalColor);
}

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

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  -webkit-animation: 1s fadeInLeft both;
          animation: 1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content h3 {
  -webkit-animation: 2s fadeInLeft both;
          animation: 2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content span {
  -webkit-animation: 3s fadeInLeft both;
          animation: 3s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content .slider-btn {
  -webkit-animation: 3s fadeInLeft both;
          animation: 3s fadeInLeft both;
}

.hero-slider-area .thumbs-wrap {
  margin: auto;
  position: relative;
  z-index: 1;
  display: none;
  padding-left: 40px;
  padding-right: 40px;
}

.owl-carousel.owl-loaded + .thumbs-wrap {
  display: block;
}

.hero-slider-area .thumbs-wrap .owl-thumbs {
  position: absolute;
  bottom: 20px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  margin-right: 10px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  width: 30px;
  height: 8px;
  background-color: var(--mainColor);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  background-color: var(--blackColor);
  width: 80px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  background-color: var(--blackColor);
}

.hero-slider-item {
  height: 100%;
}

.hero-slider-content {
  margin-left: auto;
  margin-right: 20px;
}

.hero-slider-content h1 {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 900;
  color: var(--mainColor);
  line-height: 1.4;
}

.hero-slider-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--blackColor);
}

.hero-slider-content span {
  color: var(--blackColor);
  margin-bottom: 20px;
}

.hero-slider-content p {
  margin-bottom: 20px;
}

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

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

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  background-color: var(--optionalColor);
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-content {
  border-left: 10px solid var(--mainColor);
  max-width: 840px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 70px;
}

.main-banner-content .sub-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.main-banner-content h1 {
  font-size: 60px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.main-banner-content p {
  color: var(--blackColor);
  max-width: 600px;
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.main-slider-area .owl-carousel .owl-stage .owl-item {
  left: -0.2px;
}

.main-slider-image {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider-content {
  max-width: 450px;
  padding: 112.5px 30px;
}

.main-slider-content .sub-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.main-slider-content h1 {
  font-size: 35px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: var(--whiteColor);
}

.main-slider-content p {
  color: var(--whiteColor);
}

.main-slider-content .default-btn {
  margin-top: 10px;
}

.home-slider.owl-theme .owl-nav, 
.main-slider.owl-theme .owl-nav {
  top: 50%;
  right: 35px;
  margin-top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.home-slider.owl-theme .owl-nav [class*=owl-], 
.main-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 8px 0;
  display: block;
  font-size: 25px;
  border-radius: 0;
  position: relative;
  color: var(--blackColor);
  background: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.home-slider.owl-theme .owl-nav [class*=owl-] i, 
.main-slider.owl-theme .owl-nav [class*=owl-] i {
  right: 0;
  left: 0;
  top: 50%;
  margin-top: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slider.owl-theme .owl-nav [class*=owl-]:hover, 
.main-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.home-slider.owl-theme:hover .owl-nav, 
.main-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Vertical Menu Area CSS
=================================================*/
.site-vertical-menu {
  position: relative;
  width: 100%;
  height: 100%;
}

.vertical-menu-title {
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid #e9e9e9;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  font-weight: 600;
  padding: 0 2rem;
  text-transform: uppercase;
}

.vertical-menu-title h2 {
  font-size: 15px;
  margin: 0 0 -2px 0;
}

.vertical-menu-title span {
  font-size: 26px;
}

.vertical-menu-content {
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-bottom: 0;
}

.vertical-menu-content ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.533rem 2rem;
}

.vertical-menu-content ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}

.vertical-menu-content ul li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--blackColor);
  padding: 0;
  display: inline-block;
}

.vertical-menu-content ul li a:hover {
  color: var(--mainColor);
  background: transparent;
}

.vertical-menu-content ul li.menu-item-has-children::after {
  content: "\eb27";
  vertical-align: middle;
  border: none;
  font-family: 'boxicons'!important;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}

.vertical-menu-content ul li a.dropdown-toggle::after {
  content: none;
}

.vertical-menu-content ul li.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu {
  display: flex;
  justify-content: space-between;
  width: inherit;
  min-width: 100%;
  left: 100%;
  top: 0;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu li {
  border: 0;
}

.vertical-menu-content ul li.nav-item .dropdown-menu {
  border: none;
  top: 0;
  left: 100%;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid var(--mainColor);
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 767px) {
  .vertical-menu-content ul li.nav-item .dropdown-menu {
    width: 240px;
  }
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu ul.dropdown-menu {
  display: block;
  position: relative;
  box-shadow: none;
  border: none;
  left: 0;
  margin-top: 0;
}

.vertical-menu-content ul li.mega-menu:hover ul.dropdown-menu ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu ul.dropdown-menu li {
  padding: 0.5rem 0;
  border: 0;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu li.menu-item-type-taxonomy > a, 
.vertical-menu-content ul li.mega-menu ul.dropdown-menu li.menu-item-type-custom > a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: var(--mainColor);
}

.vertical-menu-content ul li ul.dropdown-menu ul.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.vertical-menu-content ul li ul.dropdown-menu li:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu .vertical-menu-image {
  background-repeat: no-repeat;
  min-width: 250px;
  margin: 20px 30px 20px 20px;
}

.vertical-menu-content ul li.mega-menu ul.dropdown-menu .vertical-menu-image a {
  width: 100%;
  height: 100%;
  font-size: 0;
}

/*================================================
Popup Newsletter Area CSS
=================================================*/
.modal .modal-dialog {
  max-width: 960px;
}

.modal .modal-dialog .modal-body {
  padding: 1.5rem;
}

.modal .close:hover {
  background-color: transparent;
}

.modal .modal-header .close {
  padding: 0rem 1rem;
}

.modal .modal-header .close span {
  font-weight: 500;
}

.modal .modal-dialog .popup-subscribe-area {
  padding: 15px 0;
}

.modal .popup-subscribe-area .subscribe-content {
  padding-left: 30px;
}

.modal .popup-subscribe-area .subscribe-content h2 {
  font-size: 30px;
}

.modal .popup-subscribe-area .subscribe-content p {
  font-size: 15px;
}

.modal .popup-subscribe-area .subscribe-content .mc4wp-form {
  padding: 0 0 15px 0;
}

.modal .popup-subscribe-area .subscribe-content .mc4wp-form input {
  top: initial;
}

.modal .modal-body input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.modal .modal-body label {
  display: inline;
  font-size: 15px;
}

/*================================================
PRODUCT BOX AREA CSS
=================================================*/
.limited-box-content {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
  margin: 20px;
  background-color: var(--optionalColor);
}

.limited-box-content span {
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

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

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

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

.limited-box-content #timer div:last-child::before {
  display: none;
}

.limited-box-content #timer div:last-child::after {
  display: none;
}

.limited-box-content .default-btn {
  margin-bottom: 30px;
}

.best-seller-content .section-title {
  margin: 20px;
  padding: 0;
}

.best-seller-content h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.best-seller-content .section-desc {
  text-align: center;
}

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

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

/*==========================
AD AREA CSS
============================*/
.ad-area img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: var(--optionalColor);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 700px;
  background: var(--whiteColor);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  display: block;
  margin-bottom: 30px;
}

.coming-soon-content span.subtitle {
  font-size: 18px;
  margin: 10px 0;
  color: var(--mainColor);
}

.coming-soon-content h2 {
  font-size: 40px;
  margin: 10px 0;
}

.coming-soon-content #timer {
  margin: 30px 0 40px 0;
}

.coming-soon-content #timer div {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

/*================================================
Product Tabs Area CSS
=================================================*/
.product-tabs-button {
  background-color: transparent;
  padding: 0px 20px 20px;
  text-align: center;
}

.product-tabs-button .nav-tabs {
  background-color: transparent;
  display: block;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0;
}

.product-tabs-button .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  color: var(--blackColor);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
}

.product-tabs-button .nav-tabs .nav-link.active {
  color: var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  position: relative;
}

.product-tabs-button .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50px;
  margin: auto;
}

.product-tabs-button .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: var(--mainColor);
  border-radius: 50px;
  margin: auto;
  opacity: 0.8;
}
