:root {
  --mv-theme-family: "inter", sans-serif;
  --mv-main-bg: #ffffff;
  --mv-alternate-bg: #eff2ef;
  --mv-alternate-bg: #ffefe1;
  --mv-alternate-bg: #fbfbfb;
  --mv-font-color: #747474;
  --mv-title-color: #202020;
  --mv-white: #ffffff;
  --mv-primary-color: #ff9900;
  --mv-border-color: #efefef;
  --mv-input-border: #e5e5e5;
  --mv-input-bg: #ffffff;
  --mv-yellow: #ffaa17;
  --mv-green: #53d575;
  --mv-footer-bg: #121212;
  --mv-copyright-bg: #0c0b0b;
  --mv-placeholder: #b8bdc9;
  --mv-black: #000000;
  --mv-text-color: #f0f0f0;
  --mv-radius0: 0;
  --mv-radius-comman: 6px;
  --mv-radius10: 10px;
  --mv-font-size: 14px;
  --mv-title-size: 42px;
  --mv-sub-title-size: 26px;
  --mv-widgets-title-size: 22px;
  --mv-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  --mv-transition: all 0.3s;
}

* {
  outline: 0 !important;
}

body {
  font-family: var(--mv-theme-family);
  font-weight: 400;
  font-size: var(--mv-font-size);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: var(--mv-main-bg);
  color: var(--mv-font-color);
}

body::-webkit-scrollbar {
  width: 6px;
  box-shadow: none;
}

body::-webkit-scrollbar-track {
  background-color: var(--mv-alternate-bg);
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--mv-primary-color);
  box-shadow: none;
}

a {
  color: var(--mv-font-color);
}

a:hover,
a:focus,
button,
button:hover {
  color: var(--mv-primary-color);
}

/* a:visited{
        color: currentColor;
    } */
a:visited:hover {
  color: var(--mv-primary-color);
}

a,
a:hover,
a:focus,
button,
button:hover {
  text-decoration: none;
  -webkit-transition: var(--mv-transition);
  -moz-transition: var(--mv-transition);
  -ms-transition: var(--mv-transition);
  -o-transition: var(--mv-transition);
  transition: var(--mv-transition);
}

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

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
.form-control:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  color: var(--mv-title-color);
  text-transform: capitalize;
  font-family: var(--mv-title-family);
  line-height: 1.2;
}

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

strong {
  font-weight: 600;
}

iframe {
  width: 100%;
  border: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--mv-input-border);
  background: var(--mv-input-bg);
  border-radius: var(--mv-radius0);
  color: var(--mv-font-color);
  font-size: var(--mv-font-size);
  line-height: 1.5;
  padding: 0 20px;
  height: 50px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--mv-font-color);
  border: 1px solid var(--mv-input-border);
  background: var(--mv-input-bg);
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: var(--mv-radius-comman);
}

.input-wrap textarea {
  height: 150px;
  border-radius: var(--mv-radius-comman);
  padding: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: var(--mv-primary-color);
  color: var(--mv-font-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-transition: var(--mv-transition);
  -moz-transition: var(--mv-transition);
  -ms-transition: var(--mv-transition);
  -o-transition: var(--mv-transition);
  transition: var(--mv-transition);
}

input::-webkit-input-placeholder,
.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--mv-placeholder);
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--mv-font-color);
}

.input-wrap input:-ms-input-placeholder,
input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--mv-font-color);
}

.input-wrap input:-moz-placeholder,
input:-moz-placeholder,
.input-wrap textarea:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--mv-font-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* header css start */

.mv-navbar ul#menu-main_menu {
  display: flex;
  gap: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-navbar ul#menu-main_menu li {
  color: var(--mv-white);
}

/* .mv-navbar ul#menu-main_menu li a {
      color: var(--mv-white);
      font-size: 16px;
      transition: all 0.3s ease-in-out;
    } */

.mv-navbar ul#menu-main_menu li a:hover {
  color: var(--mv-primary-color);
}
.mv-navbar ul#menu-main_menu li a:hover::after{
    border-color:var(--mv-primary-color);
}

.menu-item-has-children a, .has-mega-menu a {
  position: relative;
}

.menu-item-has-children > a::after, .has-mega-menu > a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 32px;
    width: 8px;
    height: 8px;
    border: 2px solid #000000;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.menu-item-has-children:hover > a::after, .has-mega-menu:hover > a::after{
    transform: rotate(-135deg); /* Up arrow */
    top:34px;
}
.mv-dating-header .menu-item-has-children > a:after,  .mv-lb-header .menu-item-has-children > a:after {
 content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #000000;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  position: absolute;
    right: -5px;
  top: 15px;
  font-size: 20px;
}
.menu-item-has-children .sub-menu li a {
  position: relative;
}
.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: -10px;
  top: 4px;
  font-size: 20px;
}
.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  top: auto;
  bottom: 0;
}
.mv-header-wrapper .menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: -10px;
  top: 5px;
  font-size: 20px;
}

.mv-main-menu.mv-default-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.mv-navbar-icon ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 10px;
}

.mv-navbar-icon ul li a {
  border: 1px solid var(--mv-white);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mv-navbar-icon ul li svg {
  width: 16px;
  height: 16px;
}

.mv-navbar-icon ul li .mv-eco-cart {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--mv-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mv-white);
}

.mv-more-submenu {
  display: none;
  position: absolute;
  top: 50px;
  background: #fff;
  padding: 10px 12px;
  z-index: 9;
}

.mv-more-menu-toggle {
  position: relative;
}

.mv-more-submenu {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(38 41 45 / 0.07);
  padding-bottom: 8px;
  position: absolute;
  z-index: 999;
  border-radius: 5px;
  min-width: 160px;
  right: 0;
  top: 48px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(5px);
  text-align: left;
  max-width: 200px;
  width: fit-content;
  width: -moz-fit-content;
}

.mv-more-submenu:after {
  position: absolute;
  content: "";
  right: 16px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #eeeeee;
  transform: rotate(45deg);
}

.mv-more-submenu h3 {
  font-size: 15px;
  font-weight: 600;
  background: #eee;
  padding: 8px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  text-transform: capitalize;
}

.mv-more-menu-toggle:hover .mv-more-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mv-main-header.mv-header {
  padding: 20px 15px;
}

.mv-more-menu-toggle img {
  width: 50px;
  height: 50px;
}

.mv-btn {
  background-color: var(--mv-primary-color);
  color: var(--mv-white);
  padding: 10px 15px;
  border-radius: var(--mv-radius-comman);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.mv-open-search .mv-header-search {
  opacity: 1;
  visibility: visible;
}

.mv-header-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: url(./assets/images/search-close.svg), auto;
}

.mv-header-search .mv-search-form {
  max-width: 700px;
  width: 100%;
  margin: 0 15px;
}

.mv-search-form form {
  z-index: 12;
  position: relative;
}

.mv-search-form input {
  padding-right: 60px;
  height: 60px;
}

.mv-open-search .mv-search-btn,
.mv-search-banner-box .mv-search-btn,
.mv-open-search button[type="submit"].mv-search-btn:hover {
  background: transparent !important;
  border: none;
}

.mv-search-close {
  border: none;
  background: #f50056;
  outline: none;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.mv-search-close:after,
.mv-search-close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.mv-search-close:after {
  transform: rotate(-45deg);
}

.mv-open-search .mv-search-btn {
  position: absolute;
  right: 0;
  top: 0px;
  background: #222 !important;
  z-index: 1;
  border: 0px;
  margin: auto;
  height: 100%;
  width: 70px;
  border-radius: 4px;
}

.menu-item-has-children, .has-mega-menu {
  position: relative;
  padding-right: 15px;
}

/* .menu-item-has-children ul.sub-menu {
      background: #333;
      padding: 15px;
      position: absolute;
      margin: 0;
      top: 20px;
      left: 0;
      display: none;
      z-index: 9;
    } */

.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

/* pre header css start */
.mv-top-search {
  position: relative;
}

.mv-top-head-txt p {
  color: var(--mv-white);
}

.mv-top-search input {
  padding-right: 130px;
}

.mv-top-search .mv-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--mv-yellow);
  border-radius: var(--mv-radius-comman);
}
.mv-top-head-txt p {
  margin-bottom: 0;
}
/* .mv-top-header ul.mv-social-icons {
      padding-left: 0;
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    } */
.mv-top-header ul.mv-social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.mv-top-header ul.mv-social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.mv-top-header ul.mv-social-icons li a i {
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-top-header ul.mv-social-icons li a:hover {
  background-color: var(--mv-white);
  border-color: var(--mv-white);
}

/* .mv-top-head-list ul {
      display: flex;
      align-items: center;
      gap: 20px;
    } */
.mv-top-head-list ul li, .mv-copyright-box ul li {
  display: inline-block;
  margin-left: 10px;
}
.mv-top-header {
  background: #81d742;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}

/* sidebar css start */
h2.mt-sidebar-title {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

h2.mt-sidebar-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15%;
  height: 2px;
  background-color: var(--mv-primary-color);
  border-radius: var(--mv-radius-comman);
}

.mv-blog-sidebar form,
.mv-boxed-sidebar form {
  position: relative;
}

.mv-blog-sidebar form label,
.mv-boxed-sidebar form label {
  width: 100%;
}

.mv-blog-sidebar input.search-field,
.mv-boxed-sidebar input.search-field {
  padding-right: 90px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.mv-blog-sidebar input.search-submit,
.mv-boxed-sidebar input.search-submit,
.woocommerce-product-search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

input.search-submit,
input.search-submit {
  background: var(--mv-primary-color);
  color: var(--mv-white);
}
.mv-blog-img .post-thumbnail {
  min-height: 50px;
}

/* .mv-widget ul{
        list-style: disc;
        padding-left: 25px;
    } */
.mv-widget ul li a {
  font-size: 15px;
  margin-bottom: 10px;
}

.mt-blog-sidebar .tagcloud a {
  background-color: var(--mv-primary-color);
  color: var(--mv-white);
  font-size: 14px !important;
  padding: 5px 10px;
  display: inline-block;
  border-radius: var(--mv-radius-comman);
  font-weight: 500;
}

.tagcloud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* blog single page css start */
.mv-blog-content ul.mv-blog-view {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.mv-blog-content ul.mv-blog-view li span svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  fill: currentColor;
}

.mv-blog-content ul.mv-blog-view li {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.mv-blog-img {
  position: relative;
  min-height: 50px;
}

a.mv-btn.mv-blog-date {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}

.mv-blog-title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  color: var(--mv-title-color);
}

.mv-blog-content ul.mv-blog-view li > ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-left: 0;
}

.mv-blog-content ul.mv-blog-view li a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mv-blog-view ul li {
  margin: 0 10px 0px 0;
  position: relative;
  padding-right: 10px;
}

.mv-blog-view ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  background: #d4d4d4;
  height: 16px;
  margin: auto;
}

.mv-blog-view ul li:last-child:after {
  display: none;
}

.mv-blog-view ul li:last-child {
  margin: 0;
  padding: 0;
}

.mv-blog-content ul.mv-blog-view li a:visited {
  color: currentColor;
}

.mv-blog-content ul.mv-blog-view li:hover > a {
  color: var(--mv-primary-color);
}

.mv-blog-content ul.mv-blog-view li:hover svg {
  fill: var(--mv-primary-color);
}

.mv-blog-content p {
  /*font-size: 14px;*/
  /*font-weight: 400;*/
  /*color: var(--mv-font-color);*/
}

div#comments {
  margin-top: 35px;
}

#commentform .form-submit .submit {
  background-color: var(--mv-primary-color);
  color: var(--mv-white);
  padding: 10px 15px;
  border-radius: var(--mv-radius-comman);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

#commentform .comment-form-comment textarea {
  min-height: 150px;
}

.mt-spacer {
  padding: 80px 0;
}

/* style 2 */
.mv-header-style-2 .mv-main-menu {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.mv-header-style-2 .mv-main-menu ul {
  justify-content: center;
}

.mv-header-style-2 .mv-main-menu-container {
  justify-content: space-between;
}

.mv-header-wrapper.mv-header-style-2 .header-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.mv-header-wrapper.mv-header-style-2 .header-wrapper::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  transform: skewX(18deg);
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.mv-header-wrapper.mv-header-style-2 .mv-header-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.mv-icon svg {
  height: 20px;
  width: 20px;
  fill: var(--mv-font-color);
}

.mv-header-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

/* style 3 css */
.mv-header-wrapper.mv-header-style-3 .header-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0;
}

.mv-header-wrapper.mv-header-style-3 .header-wrapper .mv-main-menu {
  border-radius: 50px;
  padding: 0px 50px;
  background-color: rgba(0, 13, 255, 0);
  border-left: 8px solid #000;
  background-image: linear-gradient(
    -90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-header-style-3 .mv-main-menu ul > li > a {
  color: var(--mv-white);
  text-decoration: none;
}

.mv-header-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mv-header-btns .cart-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
}

.mv-boxed-sidebar .mv-widget {
  background: #fff;
  margin: 0 0 30px;
  padding: 30px 30px;
  border: 1px solid var(--mv-border-color);
  border-radius: var(--mv-radius-comman);
}
.mv-blog-sidebar .mv-widget{
      margin: 0 0 30px;
    padding: 0 15px;
}
.mv-blog-sidebar .mv-widget .mv-sidebar-title{
    margin-bottom:20px;
}
.mv-widget .tagcloud a,
.wp-block-tag-cloud .tag-cloud-link {
  border-radius: var(--mv-radius-comman);
  text-transform: capitalize;
  background-color: #ffffff;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 7px 15px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 26px;
  color: var(--mv-title-color);
  border: 1px solid var(--mv-border-color);
}

.mv-widget .tagcloud a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: #fff;
  background-color: var(--mv-primary-color);
  border-color: var(--mv-primary-color);
}

.mv-widget ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.mv-widget ul li:before,
.mv-widget ol li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  background: var(--mv-primary-color);
  top: 8px;
  border-radius: 50%;
}

.wp-block-categories li,
.wp-block-archives li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.mv-widget ul.product-categories li,
.widget_meta ul li,
.widget_recent_entries ul li {
  border-bottom: 1px solid var(--mv-border-color);
  font-weight: 600;
  padding-bottom: 12px;
}

.mv-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

a.mv-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: var(--mv-title-color);
  transition: all 0.3s ease;
}

a.mv-read-more svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

a.mv-read-more:hover {
  letter-spacing: 1px;
  color: var(--mv-primary-color);
}

a.mv-read-more:hover svg {
  fill: var(--mv-primary-color);
}

footer.entry-footer {
  margin-top: 0;
  margin-bottom: 20px;
}

.mv-blog-content {
  margin-top: 20px;
}

.mv-widget p {
  margin-bottom: 0;
}

.mv-breadcrumb {
  padding: 80px 15px;
  position: relative;
  z-index: 1;
}

.mv-breadcrumb.mt_title_overlay::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.mv-breadcrumb-box ul {
  display: flex;
  align-items: center;
}

.mv-breadcrumb-box.mv-bc-center {
  text-align: center;
}

.mv-breadcrumb-box.mv-bc-center ul {
  justify-content: center;
}

.mv-breadcrumb-box.mv-bc-right {
  text-align: right;
}

.mv-breadcrumb-box.mv-bc-right ul {
  justify-content: end;
}

.mv-breadcrumb-box.mv-bc-left {
  text-align: left;
}

.mv-breadcrumb-box.mv-bc-left ul {
  justify-content: start;
}

.mv-breadcrumb-box ul li {
  position: relative;
}

.mv-breadcrumb-box ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent !important;
}

.mv-breadcrumb-box ul li:first-child:before {
  content: unset;
}

.mv-breadcrumb-box ul li {
  list-style: none;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
}

.mv-breadcrumb-box ul li:first-child {
  margin: 0;
  padding: 0;
}

.mv-bc-uppercase {
  text-transform: uppercase;
}

/* breadcrumb start */
.mv-breadcrumb {
  background: linear-gradient(
    0deg,
    rgba(28, 28, 28, 0.7),
    rgba(28, 28, 28, 0.7)
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}

.mv-breadcrumb.mv_title_overlay:after {
  background: linear-gradient(
    0deg,
    rgba(28, 28, 28, 0.7),
    rgba(28, 28, 28, 0.7)
  );
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mv-breadcrumb-box,
.mv-breadcrumb-box.mv-bc-center {
  text-align: center;
  z-index: 1;
  position: relative;
}

.mv-breadcrumb-box.mv-bc-left {
  text-align: left;
}

.mv-breadcrumb-box.mv-bc-right {
  text-align: right;
}

.mv-breadcrumb-box h1,
.mv-breadcrumb-box ul li,
.mv-breadcrumb-box ul li a {
  color: #fff;
  text-transform: capitalize;
}

.mv-breadcrumb-box h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  word-break: break-word;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mv-breadcrumb-box ul {
  position: relative;
  margin-top: 23px;
}

.mv-breadcrumb-box ul li a:hover {
  color: #f50056;
}

.mv-breadcrumb-box ul:after,
.mv-breadcrumb-box ul:before {
  position: absolute;
  content: "";
  width: 135px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: #fff;
}

.mv-breadcrumb-box ul:before {
  width: 100px;
  top: -14px;
}

.mv-breadcrumb-box.mv-bc-left ul:after,
.mv-breadcrumb-box.mv-bc-left ul:before {
  right: auto;
}

.mv-breadcrumb-box.mv-bc-center ul:after,
.mv-breadcrumb-box.mv-bc-center ul:before {
  left: 0;
  right: 0;
}

.mv-breadcrumb-box.mv-bc-right ul:after,
.mv-breadcrumb-box.mv-bc-right ul:before {
  left: auto;
}

.mv-breadcrumb-box.mv-bc-capitalize h1,
.mv-breadcrumb-box.mv-bc-capitalize ul li,
.mv-breadcrumb-box.mv-bc-capitalize ul li a {
  text-transform: capitalize;
}

.mv-breadcrumb-box.mv-bc-uppercase h1,
.mv-breadcrumb-box.mv-bc-uppercase ul li,
.mv-breadcrumb-box.mv-bc-uppercase ul li a {
  text-transform: uppercase;
}

.mv-breadcrumb-box.mv-bc-lowercase h1,
.mv-breadcrumb-box.mv-bc-lowercase ul li,
.mv-breadcrumb-box.mv-bc-lowercase ul li a {
  text-transform: lowercase;
}

/* shop page css start */
.mv-app-product {
  backdrop-filter: blur(8px);
  border: 1px solid #d6d6d61a;
  background: #ffffff;
  padding: 15px 15px 25px;
  border-radius: 20px;
  transition: all 0.3s;
  margin-bottom: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

/* shop page css end  */

/* shortcode css start */
/* service  */
section.mv-service-section {
  width: 100%;
  display: grid;
  place-items: center;
}

.mv-row {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  width: 100%;
}

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

.mv-card {
  padding: 2em 1.5em;
  transition: 0.4s;
  position: relative;
}

.mv-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0;
}

.mv-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--mv-font-color);
}

.mv-icon-wrapper {
  font-size: 30px;
  /*height: 100px;
  width: 100px;*/
  border-radius: 50%;
  display: grid;
  place-items: center;
  /* margin: auto; */
  transition: 0.4s;
}

.mv-icon-wrapper svg {
  width: 40px !important;
  height: 40px !important;
}
/*
.mv-icon-wrapper img {
  width: 65px !important;
  height: 65px !important;
}
*/
/* =====================================================
                1️⃣ mv-style1 — Gradient Flip Card
            ===================================================== */
.mv-style1 .mv-card {
  background: linear-gradient(135deg, #ffffff 50%, #0066ff 50%);
  background-size: 100% 260%;
  background-position: 0 0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mv-style1 .mv-card:hover {
  background-position: 0 100%;
  transform: translateY(-5px);
}

.mv-style1 .mv-icon-wrapper {
  background-color: #0066ff;
  color: #fff;
}

.mv-style1 .mv-card:hover .mv-icon-wrapper {
  background: #fff;
  color: #0066ff;
}

.mv-style1 .mv-card:hover h3,
.mv-style1 .mv-card:hover p {
  color: #fff;
}

/* =====================================================
                2️⃣ mv-style2 — Glassmorphism
            ===================================================== */
.mv-style2 .mv-column {
  text-align: left;
}

.mv-style2 .mv-icon-wrapper {
  margin-right: auto;
  margin-left: unset;
}

.mv-style2 .mv-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.mv-style2 .mv-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.mv-style2 .mv-icon-wrapper {
  background: var(--mv-primary-color);
  color: #fff;
}

.mv-style2 .mv-card {
  color: #222;
}

/* =====================================================
                3️⃣ mv-style3 — Neon Glow
            ===================================================== */
.mv-style3 .mv-column {
  position: relative;
  z-index: 1;
}

.mv-style3 .mv-column::before {
  content: "";
  background: #4f46e5;
  width: 338px;
  height: 244px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  border-radius: 10px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.mv-style3 .mv-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.mv-style3 .mv-icon-wrapper {
  border: 2px solid #4941d3;
  color: #4941d3;
  background: transparent;
}

/* =====================================================
                4️⃣ mv-style4 — Minimal Border Flip
            ===================================================== */
.mv-style4 .mv-card {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mv-style4 .mv-card:hover {
  border-color: #4f46e5;
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
  transform: translateY(-8px);
}

.mv-style4 .mv-icon-wrapper {
  background-color: var(--mv-primary-color);
  color: #fff;
}

.mv-style4 .mv-card {
  position: relative;
  max-width: 350px;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to bottom, #e4e5ec, #fcdaea);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border: none;
  z-index: 2;
}
.mv-style4 .mv-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}
.mv-style4 .mv-card:hover::after {
  top: 0%;
}

.mv-style4 .mv-icon-wrapper {
  width: 70px;
  height: 70px;
}
.mv-style4 .mv-card:hover .mv-icon-wrapper {
  background-color: var(--mv-white);
}
/* .mv-style4 .mv-card:before{
                    content:'';
                    width: 50%;
                    height: 100%;
                    position:absolute;
                    top:0;
                    left:0;
                    background:rgba(255,255,255,.2);
                    z-index:2;
                    pointer-events:none;
                    text-align: center;
            } */

.mv-style4 .mv-card .mv-icon-wrapper {
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}

.mv-style4 .mv-card .mv-icon-wrapper i {
  padding: 12px;
}

.mv-style4 h3,
.mv-style4 p {
  position: relative;
  z-index: 9;
  transition: 2s;
}

.mv-style4 .mv-card:hover h3,
.mv-style4 .mv-card:hover p {
  color: #fff;
}

.mv-style4 .mv-card .mv-content {
  position: relative;
  z-index: 1;
  transition: 1.5s;
}

.mv-style4 .mv-card:hover .mv-content {
  color: #fff;
}

.mv-style4 .mv-card .mv-content h3 {
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.mv-style4 .mv-card .mv-content p {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* =====================================================
                5️⃣ mv-style5 — Rotating Icon Gradient
            ===================================================== */

.mv-style5 .mv-column {
  position: relative;
  z-index: 1;
}

.mv-style5 .mv-column::before {
  content: "";
  background: #4f46e5;
  width: 80%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  bottom: -8px;
  margin: auto;
  z-index: -1;
}

.mv-style5 .mv-card {
  background: #fff;
  text-align: center;
  padding: 30px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

@keyframes mv-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.mv-style5 .mv-icon-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
}
.mv-icon-wrapper img{
	max-width: 50% !important;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 10px 30px;
  }
}

/* blog css start */
/* .mv-blog-row {
          display: flex;
          gap: 20px;
          flex-wrap: wrap;
          margin-bottom: 70px;
        } */
/* .mv-column-one {
          flex: 1;
          min-width: 300px;
        } */
.mv-blog-section {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.mv-blog-img img {
  width: 100%;
  /* height: 270px; */
  object-fit: cover;
  display: block;
}

.mv-blog-cat {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff9800;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.mv-blog-data {
  padding: 25px;
}

.mv-blog-data h4 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
    color: #111;
    transition: color 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mv-blog-data p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}

.mv-read-more {
  font-weight: 600;
  color: #111;
  text-decoration: underline;
  transition: 0.3s;
}

.mv-read-more:hover {
  color: #007bff;
}

.mv-blog-data ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
  /* display: none; */
}

.mv-blog-data ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

/* ----------------------- */
/* STYLE 1: Minimal Classic */
/* ----------------------- */
.mv-style-1 .mv-blog-section {
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.mv-style-1 .mv-blog-section:hover {
  transform: translateY(-5px);
}

.mv-style-1 .mv-blog-cat {
  padding: 12px 15px;
  border-radius: 0;
}

.mv-style-1 .mv-blog-cat:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  border-top: 20px solid #ff9900;
  border-bottom: 20px solid #ff9900;
  border-right: 10px solid transparent;
}

/* ----------------------- */
/* STYLE 2: Split Modern */
/* ----------------------- */
.mv-style-2 .mv-blog-section {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.mv-style-2 .mv-blog-img {
  flex: 1;
}

.mv-style-2 .mv-blog-data {
  flex: 1;
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv-style-2 .mv-blog-cat {
  background: #222;
}

.mv-style-2 .mv-blog-data ul {
  display: flex;
}

/* ----------------------- */
/* STYLE 3: Floating Gradient Card */
/* ----------------------- */
.mv-style-3 .mv-blog-section {
  background: transparent;
  border-radius: 20px;
  box-shadow: none;
  transform: translateY(0);
}

.mv-style-3 .mv-blog-section:hover {
  transform: translateY(-10px);
}

.mv-style-3 .mv-blog-cat {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  box-shadow: 0 4px 10px rgba(78, 0, 224, 0.3);
}

.mv-style-3 .mv-read-more {
  color: #4a00e0;
}

.mv-style-3 .mv-blog-data {
  padding: 25px;
  max-width: 90%;
  width: 100%;
  background: #fff;
  /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);*/
  position: relative;
  z-index: 9;
  margin: -60px auto 0;
  border-radius: 10px;
}

.mv-style-3 .mv-blog-img img {
  border-radius: 15px;
  height: unset;
}

.mv-style-3 .mv-blog-data ul {
  display: flex;
}

/* ----------------------- */
/* STYLE 4: Glassmorphism Neon */
/* ----------------------- */

.mv-blog-row.mv-style-4{
    background: linear-gradient(120deg, #001f3f, #0074d9);
    padding: 50px 20px;
    border-radius: 20px;
}
.mv-blog-row.mv-style-4
.mv-style-4 .mv-blog-section {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.mv-style-4 .mv-blog-cat {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.mv-style-4 .mv-blog-data h4,
.mv-style-4 .mv-blog-data p,
.mv-style-4 .mv-read-more {
  color: #fff;
}

.mv-style-4 .mv-blog-section:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
}

/* ----------------------- */
/* STYLE 5: Editorial Outline */
/* ----------------------- */
.mv-style-5 .mv-blog-section {
  border: 2px solid #111;
  border-radius: 0;
  background: #transparent;
  box-shadow: none;
  transition: 0.3s;
}

/*.mv-style-5 .mv-blog-section:hover {*/
/*  background: #f9f9f9;*/
/*}*/

.mv-style-5 .mv-blog-cat {
  background: #111;
  color: #fff;
  border-radius: 0;
}

.mv-style-5 .mv-blog-data h4 {
  font-size: 26px;
}

.mv-style-5 .mv-read-more {
  color: #111;
}

/* blog css end  */

/* testi css start */
.mv-swiper-parent {
  padding-bottom: 50px !important;
}

.mv-contgen-feedbox-wrapper {
  position: relative;
  background: linear-gradient(
    180deg,
    #0a1824 41.85%,
    rgba(0, 60, 80, 0.1) 100%
  );
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #3482a4;
  margin-bottom: 15px;
}

.mv-contgen-feedback-name {
  background: linear-gradient(90deg, #00333e 0%, #0f1826 100%);
  padding: 32px 34px 27px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  z-index: 1;
}

.mv-contgen-feedback-svg {
  position: absolute;
  /* bottom: -13px; */
  right: 30px;
  z-index: 1;
}

.mv-star-image svg {
  max-width: 70px;
  height: 20px;
  fill: #ffc100;
}

.mv-contgen-feedback-nametext h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mv-white);
  margin: 0;
  padding: 0;
}

.mv-contgen-feedback-nametext p {
  font-weight: 500;
  color: #d2eeff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.mv-style-4.mv-contgen-feedbox-wrapper .mv-contgen-feedback-para p {
    font-size: 16px;
    color: var(--mv-text-color);
    padding: 10px 30px 10px 0px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 8px;
}
.mv-contgen-feedback-para p {
  font-size: 16px;
  color: var(--mv-text-color);
  padding: 31px 30px 37px 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  /* display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; */
  margin-bottom: 8px;
}

.mv-contgen-feedslider .swiper-pagination {
  position: relative;
  margin: 42px auto 0;
}

.mv-contgen-feedslider .swiper-pagination span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #383f6c;
  opacity: 1;
}

.mv-contgen-feedslider
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mv-white);
}

.mv-contgen-feedback-btn .swiper-button-next:after,
.mv-contgen-feedback-btn .swiper-button-prev:after {
  display: none;
}

.mv-contgen-feedback-slider-wrapper.mv-contgen-feedback-btn {
  position: relative;
}

.mv-contgen-feedback-btn .swiper-button-next,
.mv-contgen-feedback-btn .swiper-button-prev {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d2a3e;
  transition: all 0.5s ease-in-out;
}

.mv-contgen-feedback-btn .swiper-button-next {
  right: -7.8%;
  top: 50%;
}

.mv-contgen-feedback-btn .swiper-button-prev {
  left: -7.8%;
  top: 50%;
}

.mv-contgen-feedback-btn .swiper-button-prev:hover,
.mv-contgen-feedback-btn .swiper-button-next:hover {
  background: linear-gradient(-107.66deg, #cca620 4.53%, #09dcb6 120.47%);
  background-blend-mode: overlay;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.mv-contgen-feedback-svg svg {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  fill: #fff;
}

.mv-contgen-feedback-svg svg path {
  fill: #fff;
}

.mv-play-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.mv-play-btn svg path {
  fill: #fff;
}

/* style1 css  */
.mv-style-1 .mv-star-image {
  display: none;
}

.mv-style-1.swiper {
  padding: 30px 15px;
  transition: all 0.3s ease-in-out;
}

/* .mv-style-1.swiper .swiper-slide.swiper-slide-active {
            transform: scale(1.1);
          } */
.mv-style-1 .mv-contgen-feedback-img img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
}

.mv-style-1 .mv-swiper-pagination {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
}

.mv-style-1 .swiper-pagination-bullet {
  background: #b9c5ff;
}

.mv-style-1 .swiper-pagination-bullet-active {
  background: #4b63ff;
  width: 18px;
  border-radius: 10px;
}

.mv-style-2 .swiper-pagination-bullet-active {
  background: #ffb300;
}

.mv-style-4 .swiper-pagination-bullet-active {
  background: #5669ff;
}

.mv-style-5 .swiper-pagination-bullet-active {
  background: #5669ff;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

/* style2 css start */
.mv-style-2 .mv-contgen-feedback-svg svg {
  width: 30px;
  height: 30px;
  margin-top: 0;
  fill: var(--mv-primary-color);
}

.mv-style-2 .mv-contgen-feedback-svg svg path {
  fill: var(--mv-primary-color);
}

.mv-style-2 .mv-star-image {
  display: block;
}

.mv-style-2 .mv-contgen-feedback-para p {
  padding: 0;
  color: #222;
}

.mv-style-2 .mv-contgen-feedback-name {
  background: transparent;
  background-image: none;
  padding: 10px 10px;
}

.mv-style-2 .mv-contgen-feedback-svg {
  position: absolute;
  top: -11px;
  right: 30px;
  bottom: auto;
}

.mv-style-2.mv-contgen-feedbox-wrapper {
  border: 1px solid #f3e5f8;
  /*box-shadow: 10px 10px 60px 0px #a739f00f;*/
  background: var(--mv-white);
  /*max-width: 370px;*/
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
}

.mv-style-2 .mv-contgen-feedback-name {
  order: 2;
}

.mv-style-2 .mv-contgen-feedback-img img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.swiper.mv-style-2 {
  padding: 10px 15px 50px;
}

/* style 3 css  */
.mv-style-3.mv-contgen-feedbox-wrapper {
  background: var(--mv-white);
  border: 1px solid #eee;
  max-width: 620px;
  width: 100%;
  padding: 20px 20px 20px;
  position: relative;
  border-radius: 10px;
}

.mv-style-3 .mv-contgen-feedback-name {
  background: transparent;
  padding: 10px 10px;
}

.mv-style-3 .mv-contgen-feedback-para p {
  font-size: 16px;
  color: var(--mv-text-color);
  padding: 31px 0 37px 0px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}

.mv-style-3 .mv-contgen-feedback-svg {
  top: 40px;
  position: absolute;
  /* bottom: -13px; */
  right: 35px;
}

.mv-style-3 .mv-contgen-feedback-para p {
  font-size: 16px;
  color: #222;
  padding: 20px 0 0px 0px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}

.mv-style-3 .mv-contgen-feedback-img img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

/* style 4 css  */
.mv-contgen-feedbox-wrapper.mv-style-4 {
  background: linear-gradient(90deg, #0f274d, #18365f);
  color: #fff;
  padding: 22px;
  border-radius: 14px;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 50px rgba(11, 24, 46, 0.28);
  display: flex;
  flex-direction: column;
}

.mv-style-4 .mv-contgen-feedback-name {
  background: transparent;
  padding: 0;
  order: 2;
  position: unset;
  margin-left: 70px;
}

.mv-style-4 .mv-contgen-feedback-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  top: 14px;
  border: 6px solid #fff;
  box-shadow: none;
}

.mv-style-4 .mv-contgen-feedback-img img {
  border-radius: 50%;
}

.mv-style-4 .mv-contgen-feedback-para {
  margin-left: 70px;
}

.mv-style-4 .mv-contgen-feedback-para p {
  padding-left: 0;
}

.mv-contgen-feedbox-wrapper.mv-style-4 {
  background: linear-gradient(90deg, #0f274d, #18365f);
  color: #fff;
  padding: 22px;
  border-radius: 14px;
  position: relative;
  overflow: visible;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  /*max-width: 600px;*/
  margin-left: 70px;
}

.mv-style-4 .mv-contgen-feedback-svg {
  position: absolute;
  right: 30px;
  bottom: 45px;
}

.mv-style-4 .mv-contgen-feedback-svg svg {
  width: 45px;
  height: 45px;
}

/* style 5 css start */
.mv-style-5 .mv-testi-box {
  position: relative;
  z-index: 2;
  text-align: center;
  --theme-color: #0073e6;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* max-width: 350px;
            width: 100%; */
}

.mv-style-5 .mv-contgen-feedback-img {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.mv-style-5 .mv-contgen-feedback-img img {
  width: 110px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ff9900;
  border-radius: 50%;
  height: 110px;
  display: block;
  margin: 0 auto;
}

.mv-style-5 .mv-contgen-feedback-img .mv-play-btn {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 15px);
  background: #cca620;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-style-5 .mv-contgen-feedback-img .mv-play-btn i {
  --icon-size: 30px;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.mv-style-5 .mv-contgen-feedback-img .mv-play-btn:before,
.mv-style-5 .mv-contgen-feedback-img .mv-play-btn:after {
  background-color: var(--theme-color);
}

.mv-style-5 .mv-contgen-feedback-nametext {
  padding: 30px;
  position: relative;
  -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
  filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
  background-image: -webkit-linear-gradient(top, ff9900, #fff 50%);
  background-image: linear-gradient(to bottom, #ff9900, #fff 50%);
  z-index: 2;
  border-radius: 20px;
}

.mv-style-5 .mv-contgen-feedback-nametext:before {
  content: "";
  position: absolute;
  inset: 2.5px;
  background-color: #fff;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}

/*.mv-style-5 .mv-contgen-feedback-nametext:after {*/
/*  content: url("data:image/svg+xml,%3Csvg width='75' height='22' viewBox='0 0 75 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5933 10.79L35.9593 1.09268C36.5595 0.302441 37.7479 0.302438 38.3482 1.09268L45.7142 10.7899C49.5905 15.8931 55.6302 18.8899 62.0387 18.8899H73.9322V21.387H0.5V18.8899H12.2688C18.6772 18.8899 24.717 15.8931 28.5933 10.79Z' fill='white' stroke='url(%23paint0_linear_2034_213)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2034_213' x1='37.2161' y1='-1.30645' x2='37.2161' y2='21.887' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF9900'/%3E%3Cstop offset='0.890779' stop-color='%23FF9900'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");*/
/*  position: absolute;*/
/*  left: calc(50% - 37.5px);*/
/*  bottom: calc(100% - 4.2px);*/
/*  height: 23px;*/
/*  width: 75px;*/
/*}*/
.mv-style-5 .mv-contgen-feedback-nametext::after {
  content: "";
  position: absolute;
  right: 0px;
  left:0;
  margin:auto;
  top: -8.5px;
  transform: translateY(-50%);
  width: 75px;
  height: 22px;
  /* the color of the shape is the background-color (can be a CSS var) */
  background-color: var(--mv-primary-color);
  /* Use the SVG as a mask — SVG path fill should be white to keep shape visible */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 22'><path d='M28.5933 10.79L35.9593 1.09268C36.5595 0.302441 37.7479 0.302438 38.3482 1.09268L45.7142 10.7899C49.5905 15.8931 55.6302 18.8899 62.0387 18.8899H73.9322V21.387H0.5V18.8899H12.2688C18.6772 18.8899 24.717 15.8931 28.5933 10.79Z' fill='white'/></svg>") no-repeat center/contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 22'><path d='M28.5933 10.79L35.9593 1.09268C36.5595 0.302441 37.7479 0.302438 38.3482 1.09268L45.7142 10.7899C49.5905 15.8931 55.6302 18.8899 62.0387 18.8899H73.9322V21.387H0.5V18.8899H12.2688C18.6772 18.8899 24.717 15.8931 28.5933 10.79Z' fill='white'/></svg>") no-repeat center/contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.mv-style-5 .mv-contgen-feedback-svg {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 15px);
  background: #cca620;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-style-5 .mv-contgen-feedback-svg svg {
  width: 22px;
  height: 22px;
  margin-top: unset;
  fill: #fff;
}

.mv-style-5 .mv-testi-box_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--mv-primary-color);
}

.mv-style-5 .mv-testi-box_desig {
  margin-bottom: -0.5em;
  display: block;
  color: var(--theme-color);
}

.mv-style-5 .mv-contgen-feedback-nametext p {
  color: #222;
}

.mv-style-5 .mv-testi-box_text {
  margin-bottom: 18px;
  margin-top: -0.5em;
  font-style: italic;
}

.mv-style-5 .mv-contgen-feedback-para p {
    color: #222;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow:hidden;
}
.mv-style-5 .mv-testi-box:hover {
  --theme-color: #0073e6;
}
.mv-banner5-pretitle {
	background: #ffffff40;
	display: inline-block;
	width: fit-content;
	padding: 10px 15px;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
 .mv-bnr-desc{
     margin-bottom:5px;
 }
 section.mv-banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    z-index:0;
 }
 
@media (max-width: 375px) {
  .testi-box_content {
    padding: 30px 15px;
  }
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.mv-swiper-pagination .swiper-button-prev,
.mv-swiper-pagination .swiper-button-next {
  background: #222;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #fff;
}

.mv-swiper-pagination .swiper-button-next:after,
.mv-swiper-pagination .swiper-button-prev:after {
  font-size: 20px;
}

.swiper.mv-style-5 {
  padding-bottom: 50px;
}

/* pagination */
.mv-swiper-pagination-bullet {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
    display:flex;
    justify-content:center;
    align-items:center;
    
}

.mv-swiper-pagination .swiper-button-prev {
  left: 0;
}

.mv-swiper-pagination .swiper-button-next {
  right: 0;
}

.mv-swiper-pagination-bullet.swiper-pagination-progressbar {
  bottom: 0 !important;
  top: unset !important;
  height: var(--swiper-pagination-progressbar-size, 5px) !important;
  border-radius: 10px !important;
  max-width: 300px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--mv-primary-color);
  border-radius: 10px;
}

.mv-swiper-pagination-bullet.swiper-pagination-fraction.swiper-pagination-horizontal {
  z-index: 10;
  background: var(--mv-primary-color);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(8px);
  color: #fff;
  max-width: 80px;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}

/* counter css start */
.mv-counter {
  color: var(--mv-primary-color);
  border: 1px solid var(--mv-primary-color);
  font-family: "Alegreya Sans", sans-serif;
  text-align: center;
  /* width: 210px;
        height: 210px; */
  padding: 32px 30px 32px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.mv-counter-icon svg {
  width: 32px;
  height: 32px;
}

.mv-counter:before,
.mv-counter:after {
  content: "";
  background: var(--mv-primary-color);
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: -1;
}

.mv-counter:after {
  background: #fff;
  border-radius: 15px 15px 120px 15px;
}

.mv-counter .mv-counter-icon {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 6px;
}

.mv-counter .mv-counter-icon i {
  line-height: inherit;
}

.mv-counter h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 4px;
  word-wrap: break-word;
}

.mv-counter .mv-counter-value {
  font-size: 45px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 990px) {
  /*.mv-counter {*/
  /*  margin-bottom: 40px;*/
  /*}*/
}

/* style2 css start */
.mv-style-2 .mv-counter {
  color: var(--mv-primary-color);
  background: var(--mv-primary-color);
  text-align: center;
  /* width: 240px;
        height: 240px; */
  padding: 25px 25px 45px 30px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1;
}

.mv-style-2 .mv-counter::before {
  display: none;
}

.mv-style-2 .mv-counter:after {
  content: "";
  background-color: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.mv-style-2 .mv-counter,
.mv-style-2 .mv-counter-icon {
  color: var(--mv-primary-color);
  font-size: 35px;
  margin: 0 0 0;
}

.mv-style-2 .mv-counter h3 {
  color: var(--mv-primary-color);
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 7px 0 0;
  order: 3;
}

s .mv-style-2 .mv-counter .mv-style-2 .mv-counter-value {
  color: var(--mv-primary-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

@media screen and (max-width: 990px) {
  .mv-style-2 .mv-counter {
    margin-bottom: 40px;
  }
}

/* style 3 css start */

.mv-style-3 .mv-counter {
  color: var(--mv-primary-color);
  text-align: center;
  width: 210px;
  height: 210px;
  padding: 40px 25px;
  margin: 0 auto;
  border-radius: 20px 0;
  border: 3px solid var(--mv-primary-color);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mv-style-3 .mv-counter:before,
.mv-style-3 .mv-counter:after {
  content: "";
  position: absolute;
}

.mv-style-3 .mv-counter:before {
  background: #f9f9f9;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.mv-style-3 .mv-counter:after {
  background: var(--mv-primary-color);
  width: 150px;
  height: 150px;
  border-radius: 15px 0 0;
  top: 0;
  left: 0;
  z-index: -2;
}

.mv-style-3 .mv-counter .mv-counter-icon {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 15px;
}

.mv-style-3 .mv-counter .mv-counter-icon i {
  line-height: inherit;
}

.mv-style-3 .mv-counter h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 8px 0 0;
  order: 3;
}

.mv-style-3 .mv-counter .mv-counter-value {
  font-size: 48px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

/*@media screen and (max-width: 990px) {*/
/*  .mv-style-3 .mv-counter {*/
/*    margin-bottom: 40px;*/
/*  }*/
/*}*/

/* css style 4 */

.mv-style-4 .mv-counter {
  color: var(--mv-primary-color);
  font-family: "Alegreya Sans", sans-serif;
  text-align: center;
  width: 210px;
  height: 210px;
  border-radius: 100px 100px;
  padding: 46px 20px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.mv-style-4 .mv-counter:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 15px solid var(--mv-primary-color);
  background: var(--mv-white);
  border-top: none;
  border-bottom: none;
  border-radius: 100px 100px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.mv-style-4 .mv-counter:after {
  display: none;
}

.mv-style-4 .mv-counter .mv-counter-icon {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 15px;
}

.mv-style-4 .mv-counter .mv-counter-icon i {
  line-height: inherit;
}

.mv-style-4 .mv-counter h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.mv-style-4 .mv-counter .mv-counter-value {
  font-size: 33px;
  font-weight: 600;
  line-height: 33px;
  display: block;
}

@media screen and (max-width: 990px) {
  .mv-style-4 .mv-counter {
    margin-bottom: 40px;
  }
}

/* style 5 css  */
.mv-style-5 .mv-counter {
  color: var(--mv-primary-color);
  background: var(--mv-primary-color);
  text-align: center;
  /* width: 200px;
        height: 200px; */
  padding: 20px 15px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.mv-style-5 .mv-counter:before,
.mv-style-5 .mv-counter:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 50%;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  top: auto;
  border-radius: 0;
}

.mv-style-5 .mv-counter-icon {
  display: none;
}

.mv-style-5 .mv-counter:before {
  background-color: transparent;
  height: 130px;
  width: 130px;
  border: 5px solid var(--mv-white);
  border-radius: 50%;
  box-shadow: none;
  transform: translateX(-50%);
  left: 50%;
  top: 15px;
  bottom: auto;
}

.mv-style-5 .mv-counter .mv-counter-value {
  color: #222;
  background: var(--mv-white);
  font-size: 35px;
  font-weight: 600;
  line-height: 110px;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border: 5px solid var(--mv-primary-color);
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
}

.mv-style-5 .mv-counter h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 5px 4px;
  margin: 0;
  border: 1px solid var(--mv-primary-color);
  border-radius: 20px;
  order: 2;
}

@media screen and (max-width: 990px) {
  .mv-style-5 .mv-counter {
    margin-bottom: 40px;
  }
}

/* team css start */
.swiper.mv-team-slider {
  padding-bottom: 50px;
  margin-top: 20px;
}

.mv-team-style-1.mv-our-team {
  text-align: center;
}

.mv-team-style-1.mv-our-team .mv-team-img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 5px solid transparent;
}

.mv-team-style-1.mv-our-team:hover .mv-team-img {
  border-color: var(--mv-primary-color);
}

/* .mv-team-style-1.mv-our-team .mv-team-img:before,
    .mv-team-style-1.mv-our-team .mv-team-img:after{
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 100px 0 rgba(255, 255, 255, 0.01) inset, -100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -100px 0 rgba(255, 255, 255, 0.01) inset;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 300ms linear 0s;
    } */
.mv-team-style-1.mv-our-team .mv-team-img:after {
  transform: rotate(45deg);
}

/* .mv-team-style-1.mv-our-team:hover .mv-team-img:after,
    .mv-team-style-1 .mvour-team:hover .mv-team-img:before{
        box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    } */
.mv-team-style-1.mv-our-team .mv-team-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 300ms linear 0s;
}

.mv-team-style-1.mv-our-team:hover .mv-team-img img {
  transform: scale(1.1);
}

.mv-team-style-1.mv-our-team .mv-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #d33f49;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.mv-team-style-1.mv-our-team .mv-post {
  display: block;
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
}

.mv-team-style-1.mv-our-team .mv-social {
  padding: 0;
  margin: 25px 0 0 0;
  list-style: none;
}

.mv-team-style-1.mv-our-team .mv-social li {
  display: inline-block;
  margin-right: 5px;
}

.mv-team-style-1.mv-our-team .mv-social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 15px 0 15px;
  background: #d33f49;
  font-size: 15px;
  color: #fff;
  transition: all 300ms linear 0s;
}

.mv-team-style-1.mv-our-team:hover .mv-social li a {
  border-radius: 15px 0 15px 0;
  background: #eca400;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .mv-team-style-1.mv-our-team {
    margin-bottom: 30px;
  }
}

/* style 2 */
.mv-team-style-2.mv-our-team {
  border: 2px solid #ff3232;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
  z-index: 1;
  position: relative;
}

.mv-team-style-2.mv-our-team:before,
.mv-team-style-2.mv-our-team:after {
  content: "";
  width: 100%;
  height: 104%;
  background: #ff3232;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%) scaleX(0.3);
  transition: all 0.3s ease 0s;
}

.mv-team-style-2.mv-our-team:after {
  width: 106%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.25);
}

.mv-team-style-2.mv-our-team:hover:before {
  transform: translateY(-50%) scaleX(0.7);
}

.mv-team-style-2.mv-our-team:hover:after {
  transform: translate(-50%, -50%) scaleY(0.7);
}

.mv-team-style-2.mv-our-team img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.mv-team-style-2.mv-our-team .mv-team-content {
  width: 93%;
  padding: 25px 0 10px;
  background: #ff4444;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  -webkit-clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.mv-team-style-2.mv-our-team:hover .mv-team-content {
  bottom: 10px;
  opacity: 1;
}

.mv-team-style-2.mv-our-team .title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}

.mv-team-style-2.mv-our-team .post {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mv-team-style-2.mv-our-team .mv-social {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 8px;
}

.mv-team-style-2.mv-our-team .mv-social li {
  display: inline-block;
  margin: 0 5px;
}

.mv-team-style-2.mv-our-team .mv-social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #ff3232;
  transition: all 0.3s ease 0s;
}

.mv-team-style-2.mv-our-team .mv-social li a i {
  line-height: inherit;
}

.mv-team-style-2.mv-our-team .mv-social li a:hover {
  background: #333;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .mv-team-style-2.mv-our-team {
    margin-bottom: 30px;
  }
}

/* style 3 start */
.mv-team-style-3.mv-our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.mv-team-style-3.mv-our-team .mv-team-img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out 0s;
}

.mv-team-style-3.mv-our-team{
      transition: all 0.3s ease-in-out ;
}
.mv-team-style-3.mv-our-team:hover  {
  transform: translateY(-10px);
}

.mv-team-style-3.mv-our-team .mv-social {
  list-style: none;
  padding: 30px 15px;
  margin: 0;
  background: #0facf3;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 0;
  left: -50%;
  transition: all 0.4s ease-in-out 0s;
}

.mv-team-style-3.mv-our-team:hover .mv-social {
  left: 0;
}

.mv-team-style-3.mv-our-team .mv-social li {
  display: block;
}

.mv-team-style-3.mv-our-team .mv-social li a {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.mv-team-style-3.mv-our-team .mv-social li:first-child a {
  padding-top: 0;
}

.mv-team-style-3.mv-our-team .mv-social li:last-child a {
  padding-bottom: 0;
}

.mv-team-style-3.mv-our-team .mv-social li a:hover {
  color: #000;
  text-decoration: none;
}

.mv-team-style-3.mv-our-team .mv-team-content {
  width: 100%;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 10px 10px;
}

.mv-team-style-3.mv-our-team .mv-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 5px 0;
}

.mv-team-style-3.mv-our-team .mv-post {
  display: block;
  font-size: 14px;
  color: #0facf3;
}

.mv-team-style-3.mv-our-team img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 990px) {
  .mv-team-style-3.mv-our-team {
    margin-bottom: 30px;
  }
}

/* style 4 */
.mv-team-style-4.mv-our-team {
  text-align: center;
}

.mv-team-style-4.mv-our-team .mv-team-img {
  padding: 0 0px 0;
  position: relative;
}

.mv-team-style-4.mv-our-team .mv-team-img:before,
.mv-team-style-4.mv-our-team .mv-team-img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out 0s;
}

.mv-team-style-4.mv-our-team .mv-team-img:after {
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: scale(1, 0);
}

.mv-team-style-4.mv-our-team:hover .mv-team-img:before,
.mv-team-style-4.mv-our-team:hover .mv-team-img:after {
  border-color: #8475c9;
  transform: scale(1);
}

.mv-team-style-4.mv-our-team .mv-team-img img {
  width: 100%;
  height: auto;
}

.mv-team-style-4.mv-our-team .mv-team-content {
  background: #333;
  padding: 20px 0;
  color: #fff;
  position: relative;
}

.mv-team-style-4.mv-our-team:hover .mv-team-content {
  background: #8475c9;
}

.mv-team-style-4.mv-our-team .mv-team-content:before {
  content: "";
  width: 20px;
  /*height: 20px;*/
  font-size: 17px;
  color: #fff;
  background: #333;
  position: absolute;
  top: -20px;
  right: 0;
  transition: all 0.3s ease 0s;
}

.mv-team-style-4.mv-our-team:hover .mv-team-content:before {
  width: 100%;
  background: #8475c9;
  color: #8475c9;
}

.mv-team-style-4.mv-our-team .mv-title {
  font-size: 18px;
  margin: 0 0 8px 0;
}

.mv-team-style-4.mv-our-team .mv-post {
  display: block;
  font-size: 14px;
}

.mv-team-style-4.mv-our-team .mv-social {
  padding: 0;
  list-style: none;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.mv-team-style-4.mv-our-team:hover .mv-social {
  transform: scale(1);
}

.mv-team-style-4.mv-our-team .mv-social li {
  display: inline-block;
}

.mv-team-style-4.mv-our-team .mv-social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.mv-team-style-4.mv-our-team .mv-social li a:hover {
  color: #fff;
}

.mv-team-style-4.mv-our-team .mv-social li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}

.mv-team-style-4.mv-our-team .mv-social li:hover a:before {
  background: #333;
  color: #fff;
  transform: rotate(-45deg);
}

.mv-team-style-4.mv-our-team .mv-social li a i {
  line-height: inherit;
}

@media only screen and (max-width: 990px) {
  .mv-team-style-4.mv-our-team {
    margin-bottom: 10px;
  }
}

/* team style 5  */
.mv-team-style-5.mv-our-team {
  padding: 20px 15px 30px;
  background: var(--mv-white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
}

.mv-team-style-5.mv-our-team .mv-team-img {
  display: inline-block;
  width: 100%;
  background: var(--mv-white);
  padding: 10px;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
}

.mv-team-style-5.mv-our-team:hover .mv-team-img {
  background: var(--mv-primary-color);
  border-radius: 50%;
}

.mv-team-style-5 .mv-team-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.mv-team-style-5.mv-our-team .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2e282a;
  margin: 0 0 7px 0;
}

.mv-team-style-5.mv-our-team .mv-post {
  display: block;
  font-size: 15px;
  color: var(--mv-primary-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}

.mv-team-style-5.mv-our-team .mv-social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mv-team-style-5.mv-our-team .mv-social li {
  display: inline-block;
  margin-right: 5px;
}

.mv-team-style-5.mv-our-team .mv-social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--mv-primary-color);
  border: 1px solid var(--mv-primary-color);
  transition: all 0.5s ease 0s;
}

.mv-team-style-5.mv-our-team:hover .mv-social li a {
  background: var(--mv-primary-color);
  color: var(--mv-white);
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .mv-team-style-5.mv-our-team {
    margin-bottom: 30px;
  }
}

/* banner css start */
.mv-banner-wrapper {
  /*background: #f1f1f1;*/
  /*
                background: url(./assets/images/banner-bg.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
  position: relative;
}

.mv-banner-info h2 {
  font-size: 58px;
  font-weight: 700;
}
.mv-banner-info, .mv-bnr-img-right, .mv-right-side {
    position:relative;
    z-index:9;
}
.mv-banner-info p {
  font-size: 18px;
  color: var(--mvlux-font-color);
  margin: 0;
  /*max-width: 640px;*/
}

.mv-banner-img {
  text-align: center;
}

.mv-banner-img img {
  max-height: 780px;
}

.mv-btn {
  position: relative;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 13px 20px;
  font-weight: 500;
  border-radius: 7px;
  overflow: hidden;
  background-color: #ff9a00;
  border: 0;
  text-decoration: none;
}

.mv-btn-outline {
  background: transparent;
  border: 1px solid #ff9a00;
  padding: 12px 20px;
  color: #ff9a00;
}

/* Search CSS Start */

.search-box {
  max-width: 580px;
  width: 100%;
  margin: 32px 0px 40px;
}

.search-bar-inner {
  position: relative;
  height: 60px;
  border-radius: 10px;
}

.search-bar-inner input {
  width: 100%;
  height: 60px;
  padding: 12px 65px 12px 20px;
  border: none;
  border-radius: 10px;
  background: #fff;
}

.search-bar-inner input::-webkit-input-placeholder {
  opacity: 80%;
  font-weight: 400;
}

.search-bar-inner input::-moz-placeholder {
  opacity: 80%;
  font-weight: 400;
}

.search-bar-inner input:-ms-input-placeholder {
  opacity: 80%;
  font-weight: 400;
}

.search-bar-inner input:-moz-placeholder {
  opacity: 80%;
  font-weight: 400;
}

.search-bar-inner a {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: none;
  width: 50px;
  font-size: 20px;
  background: #ff9a00;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-banner-slider-main .swiper-button-prev,
.mv-banner-slider-main .swiper-button-next {
  background: #222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.mv-banner-slider-main .swiper-button-prev:hover,
.mv-banner-slider-main .swiper-button-next:hover {
  background: #ff9a00;
}

.mv-banner-slider-main .swiper-button-next:after,
.mv-banner-slider-main .swiper-button-prev:after {
  font-size: 28px;
}

/* style 2 css start */
.mv-banner-wrapper.mv-banner-style-2 {
  background: url(assets/images/bnr-1.png);
  padding: 250px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.mv-banner-wrapper.mv-banner-style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.mv-banner-wrapper.mv-banner-style-2 .mv-banner-info {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position:relative;
  z-index:9;
}

.mv-banner-style-2 .mv-banner-info h2 {
  color: #fff;
}

.mv-banner-style-2 .mv-banner-info p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.mv-banner-style-2 .mv-btn-wrap {
  margin-top: 30px;
}

/* style 3  */
.mv-banner-wrapper.mv-banner-style-3 {
  background: url(assets/images/bann-bg.jpg);
  padding: 300px 15px;
}

.mv-banner-wrapper.mv-banner-style-3 h5.mv-subhead {
  background-color: #ffffff40;
  display: inline-block;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
h5.mv-subhead{
    background-color: #ffffff40;
  display: inline-block;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.mv-banner-wrapper.mv-banner-style-3 h2.mv-heading {
  color: #fff;
}

.mv-banner-wrapper.mv-banner-style-3 p {
  margin-bottom: 25px;
  color: #fff;
}

.mv-banner-wrapper.mv-banner-style-3 .shape-image-animation svg {
  width: 100%;
  height: 100%;
}

.mv-banner-wrapper.mv-banner-style-3 .shape-image-animation {
  position: absolute;
  z-index:9;
}

/* style 4 css start */
.mv-banner-style-4.mv-banner-wrapper {
  padding: 80px 0 80px;
  position: relative;
}

.mv-banner-style-4 .mv-banner-img img {
  border-radius: 8px;
  max-width: 270px;
  width: 100%;
  object-fit: cover;
}

.mv-banner-style-4 .mv-bnr-img-box {
  margin-top: 20px;
}

.mv-banner-style-4 .mv-bnr-img-box h6 {
  color: #ff9a00;
  font-size: 18px;
  font-weight: 500;
}

.mv-banner-style-4 .mv-bnr-img-box h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-top: 7px;
}

.mv-banner-style-4 .mv-right-slider {
  position: relative;
}

.mv-right-slider .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
}

.mv-right-slider .swiper-pagination {
  bottom: -50px;
}

.mv-right-slider .swiper-pagination-bullet-active {
  background: #222;
}

.mv-banner-style-4 .container-fluid {
  max-width: 1620px;
  padding: 0 15px;
}

.mv-banner-style-4 .mv-btn-wrap {
  margin-top: 20px;
}

/* style 5 css start */
.mv-banner-slide {
  position: relative;
  border: 25px solid #fff;
}

.mv-banner-slide .mv-banner-slide_pagination {
    position: absolute;
    top: 50%;
    bottom:auto !important;
    transform: translateY(-40%);
    left: 40px !important;
    right: auto !important;
    z-index: 999;
    width: 60px !important;
}

.mv-banner-slide-pattern {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.mv-banner-slide .mv-banner-slide_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto !important;
  height: auto !important;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0px;
  color: #fff;
  margin: 25px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}

.mv-banner-slide .mv-banner-slide_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: #fff;
}

.mv-banner-slide .mv-banner-slide_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: #fff;
}

.mv-banner-slide
  .mv-banner-slide_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}

.mv-banner-slide .mv-banner-slide_pagination .swiper-pagination-bullet:hover,
.mv-banner-slide
  .mv-banner-slide_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}

.mv-banner-slide
  .mv-banner-slide_pagination
  .swiper-pagination-bullet:hover::before,
.mv-banner-slide
  .mv-banner-slide_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.mv-banner-slide .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 250px 0px 250px;
  width: 100% !important;
}

.mv-banner-slide-image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.mv-banner-slide-image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 0) 100%
  );
}

.mv-banner-slide .swiper-slide-active .mv-banner-slide-image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.mv-banner-slide-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 306px;
  height: 306px;
}

.mv-banner-slide_content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    width: 100%;
}

.mv-banner-slide_content-inner {
  position: relative;
}

.mv-banner-slide .swiper-slide-active .mv-subhead {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.mv-banner-slide_heading {
  margin-top: 20px;
  font-weight: 700;
  /*margin-bottom: 35px;*/
  color: #fff;
  text-transform: capitalize;
  font-size: 96px;
  line-height: 110px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.mv-banner-slide_heading span {
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.mv-banner-slide .swiper-slide-active .mv-banner-slide_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mv-banner-slide_arrow {
  position: absolute;
  content: "";
  right: 35%;
  bottom: -30px;
  width: 227px;
  height: 202px;
  background-repeat: no-repeat;
}

.mv-banner-slide .mv-banner-slide_button {
  position: relative;
  gap: 5px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.mv-banner-slide_video {
  position: relative;
}

.mv-banner-slide .mv-banner-slide_button .mv-banner-slide_video:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-color: #fff;
}
.mv-banner-slide .mv-bnr-desc{
    position: relative;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.mv-banner-slide .mv-banner5-pretitle{
        position: relative;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.mv-banner-slide .swiper-slide-active .mv-banner-slide_button,.mv-banner-slide .swiper-slide-active .mv-bnr-desc, .mv-banner-slide .swiper-slide-active .mv-banner5-pretitle {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mv-banner-slide .play-box {
  position: relative;
}

.mv-banner-slide .play-box:hover .fa {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.mv-banner-slide .play-box .fa {
  position: relative;
  width: 62px;
  height: 62px;
  margin-top: 3px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-align: center !important;
  border: 6px solid #fff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

/* Slider Socials Box */

.mv-banner-slide_socials {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 1;
  padding: 25px 30px;
  transform-origin: 90% 40%;
  transform: rotate(90deg);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
}

.mv-banner-slide_socials a {
  position: relative;
  font-size: 14px;
  margin: 0px 15px;
  text-transform: capitalize;
  color: #fff;
}

.mv-banner-slide_socials a::before {
  position: absolute;
  content: "-";
  right: -20px;
  font-size: 18px;
  color: #fff;
}

.mv-banner-slide_socials a:hover {
  color: var(--main-color);
}

.mv-banner-slide_socials a:last-child::before {
  display: none;
}

.mv-banner-slide_options {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.mv-banner-slide_options .button {
  position: relative;
  border-radius: 40px 0px 0px 0px;
  background-color: #f2f2f2;
  border: 10px solid #fff;
  border-bottom: none;
  border-right: none;
}

.mv-banner-slide_options .button a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 55px;
  padding: 15px 30px;
  color: var(--black-color);
}

.mv-banner-slide_options .button i {
  position: relative;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
}

.mv-banner-slide_options .button a:hover {
  color: var(--main-color);
}

.mv-banner-slide_authors {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #f2f2f2;
  border-left: 10px solid #fff;
  border-right: 25px solid #f2f2f2;
  border-radius: 0px 0px 30px;
  padding: 5px 0px 20px;
}

.mv-banner-slide_authors ul {
  position: relative;
  display: flex;
  margin-left: 40px;
  padding-left: 0;
}

.mv-banner-slide_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid #fff;
}

.mv-banner-slide_authors ul li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.mv-banner-slide_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.mv-banner-slide_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
}

@media only screen and (max-width: 1500px) {
  .mv-banner-slide .mv-banner-slide_pagination {
    right: 40px !important;
    left: auto !important;
  }

  .mv-banner-slide {
    border: none;
  }

  .mv-banner-slide-image-layer {
    border-radius: 0px;
  }
}

@media only screen and (max-width: 1240px) {
  h1.mv-banner-slide_heading {
    line-height: 90px;
    font-size: 76px;
  }

  .mv-banner-slide .swiper-slide {
    padding-top: 290px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-banner-slide .mv-banner-slide_pagination,
  .mv-banner-slide_arrow {
    display: none;
  }

  h1.mv-banner-slide_heading {
    line-height: 70px;
    font-size: 60px !important;
  }

  .mv-banner-slide .swiper-slide {
    padding-top: 240px;
  }
  .mv-banner-slide .swiper-slide-active .mv-banner-slide-image-layer img{
      max-width:unset !important;
      height:unset !important;
  }
}

@media only screen and (max-width: 479px) {
  h1.mv-banner-slide_heading {
    line-height: 50px;
    font-size: 40px !important;
  }

  .mv-banner-slide .swiper-slide {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}

/*header css start*/
.mv-more-submenu a {
  font-size: 14px;
}

.mv-header-wrapper {
  position: relative;
  z-index: 2;
}

/* Language */
.mv-header-wrapper .mv-user-login-btn {
  display: inline-flex;
  margin-left: 20px;
}

/* User btn*/

.mv-header-wrapper .user-btn {
  display: inline-block;
  background: var(--mv-primary-color);
  color: var(--mv-white) !important;
  min-width: 70px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px;
  border-radius: 30px;
}

.mv-header-wrapper .user-btn:active,
.mv-header-wrapper .user-btn:focus,
.mv-header-wrapper .user-btn:hover {
  color: var(--mv-white);
  background: var(--mv-title-color);
}

.mv-header-wrapper .user-btn .mv-icon svg {
  fill: var(--mv-white);
  height: 16px;
  margin: 0 4px 0 0;
}

/* Cart */

.mv-header-wrapper .cart-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.mv-header-wrapper .cart-btn > span:not(.mv-icon) {
  background: #000000;
  color: var(--mv-white);
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgb(95 58 252 / 6%);
  top: -7px;
  font-size: 10px;
  font-weight: 600;
  right: -8px;
}

/* Wish list */

.mv-header-wrapper .wishlist-btn {
  display: inline-block;
  margin: 0 20px 0 10px;
}

/*  Header */

.mv-header-wrapper .menu-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mv-header-wrapper .header-wrapper {
  padding: 10px 0px 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
  background: var(--mv-main-bg);
  flex-wrap: wrap;
}

.mv-header-wrapper .mv-main-menu-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}

.mv-header-wrapper .header-wrapper .row {
  align-items: center;
}

.mv-header-wrapper .mv-logo img {
  max-height: 50px;
}

.mv-header-wrapper .mv-main-menu > ul {
  position: relative;
}

.mv-header-wrapper .mv-main-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.mv-header-wrapper .mv-main-menu ul li {
  position: relative;
  list-style: none;
}

.mv-header-wrapper .has-sub-menu .sub-menu li {
  width: 100%;
}

.mv-header-wrapper .mv-main-menu ul > li > a {
  padding: 10px 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: var(--mv-title-color);
}

.mv-header-wrapper .mv-main-menu ul > li > a:hover,
.mv-header-wrapper .mv-main-menu ul > li.active > a {
  color: var(--mv-primary-color);
}

.mv-header-wrapper .mv-main-menu .sub-menu > li > a {
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

.mv-header-wrapper .has-sub-menu > .sub-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 0px;
  background: var(--mv-primary-color);
  top: 0;
  bottom: 0;
  margin: auto;
}

.mv-header-wrapper .has-sub-menu > .sub-menu > li:hover > a,
.mv-header-wrapper .mv-main-menu ul > li > a.active {
  color: var(--mv-primary-color);
}

.mv-header-wrapper .has-sub-menu > .sub-menu > li:hover > a:before {
  color: var(--mv-primary-color);
  width: 10px;
}

.mv-header-wrapper .has-sub-menu .sub-menu li:hover a:before,
.mv-header-wrapper .has-sub-menu .sub-menu li a:before {
  -webkit-transition: var(--mv-transition);
  -moz-transition: var(--mv-transition);
  -ms-transition: var(--mv-transition);
  -o-transition: var(--mv-transition);
  transition: var(--mv-transition);
}

/* Menu Button*/
.mv-eco-header .mv-navbar ul#menu-main_menu li ul.sub-menu li a {
  color: var(--mv-font-color);
  position: relative;
}
.mv-eco-header .mv-navbar ul#menu-main_menu li ul.sub-menu li a::before {
  content: "-";
  position: absolute;
  left: 7px;
  top: 2px;
  bottom: 0;
  margin: auto;
  -webkit-transition: var(--mv-transition);
  -moz-transition: var(--mv-transition);
  -ms-transition: var(--mv-transition);
  -o-transition: var(--mv-transition);
  transition: var(--mv-transition);
  font-size: 20px;
  color: var(--mv-font-color);
}
.mv-eco-header .mv-navbar ul#menu-main_menu li ul.sub-menu li a:hover {
  color: var(--mv-primary-color);
}
.mv-eco-header .mv-navbar ul#menu-main_menu li ul.sub-menu li a:hover::before {
  color: var(--mv-primary-color);
}
.mv-header-wrapper .menu-btn-wrap .menu-btn {
  margin: 0 0 0 20px;
}

.mv-header-wrapper .menu-btn-wrap > a {
  width: 50px;
  height: 50px;
  display: flex;
  text-align: left;
  border: 0;
  padding: 13px 15px;
  background: var(--mv-alternate-bg);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--mv-white);
  margin: 0 0 0 20px;
  border-radius: var(--mv-radius-comman);
}

.mv-header-wrapper .menu-btn-wrap > a:hover {
  background: var(--mv-white);
}

.mv-header-wrapper .menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  -webkit-transition: var(--mv-transition);
  -moz-transition: var(--mv-transition);
  -ms-transition: var(--mv-transition);
  -o-transition: var(--mv-transition);
  transition: var(--mv-transition);
  margin: 3px 0;
  background: var(--mv-primary-color);
}

.mv-header-wrapper .menu-btn span:nth-child(2) {
  width: 15px;
}

.mv-header-wrapper .menu-btn-wrap.open .menu-btn span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.mv-header-wrapper .menu-btn-wrap.open .menu-btn span:nth-child(1) {
  transform: translate(0px, 4px) rotate(-48deg);
}

.mv-header-wrapper .menu-btn-wrap.open .menu-btn span:nth-child(3) {
  transform: translate(0px, -6px) rotate(48deg);
}

/* style 2 */
.mv-header-wrapper.mv-header-style-2 .mv-main-menu {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.mv-header-wrapper.mv-header-style-2 .mv-main-menu ul {
  justify-content: center;
  gap: 0 !important;
}

.mv-header-wrapper.mv-header-style-2 .mv-main-menu-container {
  justify-content: space-between;
}

.mv-header-wrapper.mv-header-style-2 .header-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  /*margin-top: 50px;*/
  position: relative;
}

.mv-header-wrapper.mv-header-style-2 .header-wrapper::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  transform: skewX(18deg);
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.mv-header-wrapper.mv-header-style-2 .mv-header-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.mv-header-wrapper .mv-icon svg {
  height: 20px;
  width: 20px;
  fill: var(--mv-font-color);
}

.mv-header-wrapper .mv-header-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

/* style 3 css */
.mv-header-wrapper.mv-header-style-3 .header-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  /*margin-top: 50px;*/
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0;
}

.mv-header-wrapper.mv-header-style-3 .header-wrapper .mv-main-menu {
  border-radius: 50px;
  padding: 0px 50px;
  background-color: rgba(0, 13, 255, 0);
  border-left: 8px solid #000;
  background-image: linear-gradient(
    -90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-header-wrapper.mv-header-style-3 .header-wrapper .mv-main-menu ul {
  gap: 0 !important;
}

.mv-header-wrapper.mv-header-style-3 .mv-main-menu ul > li > a {
  color: var(--mv-white);
  text-decoration: none;
}

.mv-header-wrapper .mv-header-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mv-header-wrapper .mv-header-btns ul {
  display: flex;
  gap: 8px;
  align-items: center;
}

.mv-header-wrapper .mv-header-btns ul li a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.mv-header-wrapper .mv-header-btns ul li a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mv-header-wrapper.mv-header-style-3 .mv-header-btns ul li a {
  border-color: #222;
}

.mv-header-wrapper.mv-header-style-3 .mv-header-btns ul li a svg {
  fill: #222;
}

.mv-header-wrapper .mv-header-btns ul li a.mv-pro-cart span.mv-eco-cart {
  background: var(--mv-primary-color);
  color: var(--mv-white);
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.mv-header-wrapper .mv-header-btns .cart-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
}

/* eco header start */
.mv-eco-header {
  display: flex;
  align-items: center;
  height: 91px;
  border-bottom: 1px solid #dde3f0;
  background: #fff;
}

.mv-eco-head-icon ul li {
  display: inline-block;
}

.mv-eco-head-icon .mv-btn {
  padding: 17px 20px;
  margin-left: 10px;
}

.mv-eco-head-icon .mv-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-top: -4px;
}

.mv-eco-head-icon .mv-btn > span {
  position: relative;
}

/*.mv-eco-head-icon .mv-btn > span:after {*/
/*  position: absolute;*/
  /*right: 13px;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  content: "";*/
/*  background: #ef5e90;*/
/*  width: 1px;*/
/*}*/

.mv-eco-head-icon {
  text-align: right;
  display: inline-block;
  align-items: center;
}

.mv-eco-header .mv-eco-head-icon {
  display: flex;
  gap: 8px;
}

.mv-eco-head-icon svg {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  cursor: pointer;
}

.mv-eco-head-icon > ul > li > a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #dde3f0;
  border-radius: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-eco-head-icon li > a:hover svg {
  fill: var(mv-primary-color);
}

.mv-eco-cart,
.mv-eco-wishlist {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #f50056;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  z-index: 1;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-eco-notifi {
  background: #3ce8b5;
}

.mv-eco-cart {
  background: #ff6695;
}

.mv-eco-like,
.mv-eco-wishlist {
  background: #fbd244;
}

.mv-eco-head-icon > ul > li {
  display: inline-block;
  margin-left: 8px;
}

.mv-eco-head-icon > ul > li.mv-login-btn,
.mv-dp-header .mv-eco-head-icon ul li.mv-login-btn {
  margin-right: 0px;
}

.mv-eco-head-icon li > a span:after,
.mv-go-top:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 100%;
  z-index: -1;
  transition: 0.3s;
}

.mv-eco-head-icon li > a:hover > span.mv-eco-notifi:after,
.mv-eco-head-icon li > a:hover > span.mv-eco-cart:after,
.mv-eco-head-icon li > a:hover > span.mv-eco-like:after,
.mv-eco-head-icon li > a:hover > span.mv-eco-wishlist:after {
  animation: mv_wave_pink 2s infinite;
}

.mv-eco-head-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv-eco-head-main.mv-head-without-icon {
  justify-content: flex-end;
}

.mv-dw-header .mv-eco-cart,
.mv-dp-header .mv-eco-cart,
.mv-dp-header .mv-eco-wishlist,
.mv-eco-header .mv-eco-cart,
.mv-eco-header .mv-eco-wishlist {
  top: -6px;
  right: -6px;
}
/* dating header start */
.mv-dating-header .mv-navbar > ul > li > a,
.mv-lb-header .mv-navbar > ul > li > a {
  font-size: 16px;
  padding: 8px 15px 8px 15px;
}
.mv-dating-header .mv-navbar > ul > li > a:hover{
  color: var(--mv-primary-color);
  background-color: var(--mv-primary-color);
  color: var(--mv-white);
  border-radius: 30px;
}
.mv-lb-header .mv-navbar > ul > li > a:hover {
  border-radius: 6px;
}
.mv-open-search .mv-search-btn svg {
  fill: #333;
}
.mv-eco-header .mv-open-search .mv-search-btn svg {
  fill: #bcbcbc;
}
.mv-dating-header .mv-btn {
  margin-left: 15px;
}
.admin-bar .mv_header_fixed.yes .mt_header_wrap  .mv-dating-header{
  top: 0;
}
.mv-dating-header {
  /* height: 103px; */
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  border-radius: 0 0 60px 60px;
  max-width: 1400px;
  margin: auto;
  left: 15px;
  right: 15px;
  padding: 18px 20px;
  top: 40px;
}

.mv-dating-header::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  transform: skewX(18deg);
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.mv-dating-header .mv-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
/* dating header end */
@media (min-width: 1200px) {
  .mv-header-wrapper .close-btn {
    display: none;
  }

  /*Header*/
  .mv-header-wrapper .menu-btn-wrap > a.menu-btn {
    display: none;
  }

  .mv-header-wrapper .mv-main-menu .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--mv-alternate-bg);
    padding: 10px 0;
    box-shadow: var(--mv-shadow);
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    display: block;
    min-width: 180px;
    color: var(--mv-font-color);
  }

  .mv-header-wrapper.mv-header-style-2
    .mv-navbar
    ul#menu-main_menu
    li
    ul.sub-menu
    li
    a,
  .mv-header-wrapper.mv-header-style-3
    .mv-navbar
    ul#menu-main_menu
    li
    ul.sub-menu
    li
    a {
    color: var(--mv-font-color);
  }

  .mv-header-wrapper.mv-header-style-2
    .mv-navbar
    ul#menu-main_menu
    li
    ul.sub-menu
    li
    a:hover,
  .mv-header-wrapper.mv-header-style-3
    .mv-navbar
    ul#menu-main_menu
    li
    ul.sub-menu
    li
    a:hover {
    color: var(--mv-primary-color);
  }

  .mv-header-wrapper .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }

  .mv-header-wrapper .menu-item-has-children .sub-menu .sub-menu {
    left: unset;
    right: 190px;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
  }

  .mv-header-wrapper .has-sub-menu .sub-menu .has-sub-menu:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }

  .mv-header-wrapper .has-sub-menu .sub-menu .sub-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid var(--mv-alternate-bg);
    border-bottom: 10px solid transparent;
    right: -12px;
  }

  .mv-header-wrapper .has-sub-menu .sub-menu,
  .mv-header-wrapper .has-sub-menu:hover .sub-menu {
    -webkit-transition: var(--mv-transition);
    -moz-transition: var(--mv-transition);
    -ms-transition: var(--mv-transition);
    -o-transition: var(--mv-transition);
    transition: var(--mv-transition);
  }

  .mv-header-wrapper .mv-reply-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1199.98px) {
  .mv-header-wrapper .mv-main-menu > ul {
    background: var(--mv-alternate-bg);
    position: fixed;
    left: -340px;
    top: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    z-index: 98;
    background-attachment: fixed;
    transition: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid var(--mv-border-color);
    display: block;
  }

  .mv-header-wrapper .mv-main-menu.open-menu > ul {
    left: 0;
  }

  .mv-header-wrapper .mv-main-menu .has-sub-menu:before,
  .mv-header-wrapper.mv-main-menu .has-sub-menu:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: var(--mv-primary-color);
  }

  .mv-header-wrapper .mv-main-menu .has-sub-menu:after {
    right: 21px;
    width: 12px;
    height: 2px;
    top: 23px;
  }

  .mv-header-wrapper .mv-main-menu .has-sub-menu:before {
    right: 26px;
    width: 2px;
    height: 12px;
    top: 18px;
  }

  .mv-header-wrapper .mv-main-menu > ul::-webkit-scrollbar {
    width: 3px;
  }

  .mv-header-wrapper .mv-main-menu > ul::-webkit-scrollbar-track {
    background-color: var(--mv-border-color);
  }

  .mv-header-wrapper .mv-main-menu > ul::-webkit-scrollbar-thumb {
    background-color: var(--mv-primary-color);
  }

  .mv-header-wrapper .mv-main-menu .sub-menu {
    display: none;
  }

  .mv-header-wrapper .mv-main-menu ul > li > a {
    padding: 15px 20px;
  }

  .mv-header-wrapper .mv-main-menu > ul > li {
    border-bottom: 1px solid var(--mv-border-color);
  }

  .mv-header-wrapper .mv-main-menu .sub-menu > li > a {
    width: auto;
  }

  .mv-header-wrapper .has-sub-menu > .sub-menu > li > a:before {
    content: unset;
  }

  .mv-header-wrapper .mv-main-menu .sub-menu {
    background: var(--mv-main-bg);
    padding-left: 20px;
  }

  .mv-header-wrapper .mv-main-menu > ul > li.has-sub-menu.open:before {
    content: unset;
  }

  /* Newsletter*/
  .mv-header-wrapper .mv-input-wrap input {
    margin: 0 0 20px;
  }

  .mv-header-wrapper .mv-from-wrapper .mv-input-wrap input {
    margin: 0;
  }

  .mv-contact-box-inner span {
    width: 80px;
  }

  .mv-contact-info {
    width: calc(100% - 80px);
  }

  .mv-blog-data h4 {
    font-size: 20px;
  }

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

  .mv-banner-info h2 {
    font-size: 48px;
  }

  .mv-filter-menu button {
    min-width: 80px;
    padding: 6px 10px;
  }

  .mv-header-style-2 .mv-main-menu-container {
    justify-content: flex-end;
  }

  .mv-header-wrapper.mv-header-style-3 .header-wrapper .mv-main-menu {
    padding: 0;
    min-height: 0;
  }
}

@media screen and (max-width: 1199px) {
  .mv-navbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    width: 260px;
    background: #fff;
    z-index: 999;
    transition: 0.3s;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    text-align: left;
  }

  .mv-more-submenu .mv-navbar {
    position: unset;
    background: none;
    padding: 0;
    width: max-content;
    box-shadow: none;
  }

  .mv-toggle-navbar ul {
    z-index: 15;
  }

  .mv-open-menu .mv-navbar,
  .mv-toggle-nav-open .mv-navbar {
    left: 0;
  }

  .mv-navbar > ul li,
  .mv-toggle-navbar > ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e2eff4;
  }

  .mv-navbar > ul li:last-child,
  .mv-toggle-navbar > ul li:last-child {
    border: none;
  }

  .mv-navbar > ul > li a,
  .mv-toggle-navbar > ul > li a {
    padding: 15px 35px 15px 20px;
    display: inline-block;
  }

  .mv-menu-toggle {
    margin-right: 12px;
  }

  .mv-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    transition: 0.3s;
  }

  .mv-menu-toggle span:nth-child(3) {
    margin-bottom: 0px;
  }

  .mv-open-menu .mv-menu-toggle span:nth-child(1) {
    transform: translate(1px, 6px) rotate(-48deg);
  }

  .mv-open-menu .mv-menu-toggle span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .mv-open-menu .mv-menu-toggle span:nth-child(3) {
    transform: translate(1px, -6px) rotate(48deg);
  }

  .mv-navbar-icon ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
  }

  .mv-navbar-icon ul li:last-child,
  .mv-eco-header .mv-navbar > ul > li,
  .mv-jp-menu .mv-navbar > ul > li {
    margin-right: 0px;
  }

  .mv-eco-head-main {
    justify-content: flex-end;
  }

  .mv-main-menu {
    margin-left: 20px;
    order: 1;
  }

  .mv-eco-header,
  .mv-food-header,
  .mv-jp-header {
    height: auto;
    padding: 15px 0;
  }

  .mv-navbar > ul li .sub-menu {
    border-top: 1px solid #e2eff4;
    display: none;
  }

  .mv-navbar > ul li.menu-item-has-children,
  .has-mega-menu {
    position: relative;
  }

  .mv-navbar > ul li.menu-item-has-children:after,
  .has-mega-menu:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    background: transparent;
  }

  .mv-navbar > ul li .sub-menu a,
  .mv-oc-header .mv-navbar-icon {
    margin-left: 10px;
  }

  .mv-navbar > ul li .sub-menu .sub-menu a {
    margin-left: 20px;
  }

  .mv-navbar > ul li .sub-menu .sub-menu .sub-menu a {
    margin-left: 30px;
  }

  .mv-our-pro-head {
    padding: 15px;
  }

  .mv-toggle-navbar > ul > li {
    margin: 0;
  }
}

.mv-eco-header .container .mv-navbar > ul > li > a {
  font-size: 16px;
  /*padding: 5px 15px 5px 15px;*/
}
.mv-eco-header .container .mv-eco-head-icon .mv-btn {
  padding: 12px 15px;
  font-size: 16px;
}
.mv-eco-header .container .mv-eco-head-icon .mv-btn svg {
  width: 18px;
  height: 18px;
}

/*.mv-eco-header .container .mv-eco-head-icon .mv-btn > span:after {*/
/*  right: 11px;*/
/*}*/
/* listing business header start */
.mv-lb-header .mv-btn {
  margin-left: 20px;
  background:var(--mv-primary-color);
  color: #fff;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 20px;
  margin-left: 3px;
}
.mv-lb-header .mv-btn:hover {
  background: #fff;
  color:var(--mv-primary-color);
}
.mv-lb-header,
.mv-rs-header {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  /* height: 90px; */
  z-index: 99;
}
.mv-rs-header {
    position: absolute;
    z-index: 99;
    left: 15px;
    right: 15px;
}
.mv-rs-header-inner {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(253, 114, 89, 0.12);
    z-index: 99;
    /* display: flex; */
    align-items: center;
    border-radius: 0 0 60px 60px;
    padding: 15px 40px;
}
.mv-lb-header{
  padding: 24px 0;
}
.mv-lb-header .mv-navbar-icon {
  margin: 0 0px 0 10px;
}
.mv-lb-header .mv-navbar-icon > ul > li {
  margin: 0px 0px 0px 10px;
}
.mv-lb-header .mv-navbar-icon > ul > li a {
  margin-right: 0px;
}
.mv-rs-header .mv-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
/* .admin-bar .mt-lb-header {
      top: 32px;
  } */
.admin-bar .yes .mv-lb-header {
  top: 0;
}
/* listing business header end */
/* em header css start */
.mv-em-header .container {
  position: relative;
}
.mv-em-header.mt_absolute_header {
  top: auto;
}
.mv-em-header .mv-navbar-icon {
  margin-right: 10px;
}
.mv-em-header {
  position: absolute;
  z-index: 99;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  top: 40px;
}
body.banner-style-5-active .mv-em-header{
    top:50px;
}
body.banner-style-5-active .mv-dating-header{
    top:60px;
}
body.banner-style-5-active.admin-bar .mv-rs-header{
    top:67px;
}
body.banner-style-5-active .mv-rs-header{
    top:35px;
}
body.banner-style-5-active.admin-bar .mv-dating-header{
    top:80px;
}
body.banner-style-5-active.admin-bar .mv_header_fixed.yes .mt_header_wrap .mv-rs-header{
    top:0;
}
body.banner-style-5-active .mv_header_fixed.yes .mt_header_wrap .mv-rs-header{
    top:0;
}
body.banner-style-5-active.admin-bar .mv-lb-header{
    top:70px;
}
body.banner-style-5-active .mv-lb-header{
    top:35px;
}
body.banner-style-5-active .mv_header_fixed.yes .mt_header_wrap .mv-lb-header{
    top:0;
}
.mv-em-header .mv-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mv-em-header .mv-main-menu .mv-nav-right,
.mv-lb-header .mv-header-right {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mv-em-header.mv_absolute_header {
  top: auto;
}
.mv-em-head-bg {
  background: #fff;
  border-radius: 50px;
  padding: 0 10px;
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-em-head-bg > .row {
  width: 100%;
}
.mv-em-header .mv-btn {
  margin-left: 30px;
}
.mv-btn.mv-btn-shape svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.mv-btn.mv-btn-shape {
  position: relative;
}
.mv-btn .btn_with_icon:after {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  margin: auto;
  opacity: 0.3;
}
.mv-btn .btn_with_icon {
  margin-left: 8px;
  padding-left: 10px;
  position: relative;
}
.mv-main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
}
.mv-btn.mv-btn-icon-left {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.mv-btn-wrapper.text-center .mv-btn.mv-btn-icon-left,
.mv-btn-wrapper.text-center .mv-btn.mv-btn-icon-right {
  margin: auto;
}
.mv-btn-wrapper.text-right .mv-btn-icon-left,
.mv-btn-wrapper.text-right .mv-btn-icon-right {
  margin-left: auto;
}
.mv-btn-wrapper.text-left .mv-btn-icon-left,
.mv-btn-wrapper.text-left .mv-btn-icon-right {
  margin-right: auto;
}
.mv-btn.mv-btn-icon-left .btn_with_icon {
  margin-left: 0;
  padding-left: 0;
  margin-right: 8px;
  padding-right: 10px;
}
.mv-btn.mv-btn-icon-left .btn_with_icon:after {
  right: 0;
  left: auto;
}
.btn_with_icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.btn_with_icon svg path{
      fill: #fff;
}

/*pagination*/
ul.page-numbers,
.mv-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-pagination li .page-numbers.current,
.mv-pagination li.active a {
  background-color: var(--mv-primary-color);
  color: var(--mv-white) !important;
  border-color: var(--mv-primary-color);
}

.woocommerce-pagination li .page-numbers,
.mv-pagination li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 0;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.mv-pagination li a.next.page-numbers, .mv-pagination li a.prev.page-numbers{
  width: unset;
}
.mv-pagination li.mv-pagination-arrow a {
  background: transparent !important;
  border-color: transparent;
}
/*pagination css*/
/* ------- BULLETS MODERN STYLE ------- */
.swiper-pagination-bullet {
  background: #cfcfcf;
  width: 12px !important;
  height: 12px !important;
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 10px;
  background: #000;
}

/* ------- FRACTION MODERN ------- */
.fraction-swiper .swiper-pagination {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  right: 0px;
  left: 0;
  width: 50px;
  margin: 0 auto;
  background: #fff;
  padding: 6px 14px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* ------- PROGRESS BAR MODERN ------- */
.progress-swiper .swiper-pagination-progressbar {
  height: 5px !important;
  background: #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.swiper-pagination-progressbar-fill {
  background: #000 !important;
  border-radius: 6px;
}

/* ------- NAVIGATION ARROWS MODERN ------- */
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  color: #000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.mv-go-top {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: var(--mv-primary-color);
  cursor: pointer;
  z-index: 9;
}
.mv-go-top svg {
  width: 20px !important;
  height: 20px !important;
  fill: var(--mv-white);
}
/* Full-screen overlay */
#mv-preloader {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8); /* dim page while loading */
  z-index: 99999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.mv-copyright-box {
  padding: 15px 15px;
}
.mv-copyright-box ul{
    text-align:right;
}
.mv-copyright-box p {
  margin-bottom: 0;
}
.mv-copy-border-top.narrow .container {
    border-top: 1px solid #3b4e58;
    padding-top: 18px;
    padding-bottom: 18px;
}
.mv-copyright.mt-copy-border-top.narrow {
    padding: 0;
}
.mv-copy-border-top.wide {
    border-top: 1px solid #3b4e58;
}
.mv-sidebar-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.mv-sidebar-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--mv-primary-color);
}
.mv-login-box .mv-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.mv_header_fixed.yes .mt_header_wrap{
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 1s;
}
/* .mv_header_fixed.yes .mt_header_wrap .mv-header{
  background-color: #fff;
} */
.admin-bar .mv_header_fixed.yes .mt_header_wrap {
    top: 32px;
}
.admin-bar .mv_header_fixed.yes .mt_header_wrap .mv-em-header {
    top: 0;
}
.mv-login-form input {
  margin-bottom: 15px;
}
/* login start */
.mv-login .modal-dialog {
  max-width: 740px;
}
.mv-login .modal-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  border: none;
}
.mv-login .modal-body {
  padding: 0px;
}
.mv-login .modal {
  overflow-y: auto;
}
.mv-login-box {
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.mv-login button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  background: #f44336;
  opacity: 1;
  color: #fff;
  border-radius: 100%;
  border: 2px solid;
  font-size: 20px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0;
  line-height: 35px;
}
.mv-login .close:not(:disabled):not(.disabled):focus,
.mv-login .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.mv-login-wlcm-box {
  width: 280px;
  padding: 30px;
  background: #26292d;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mv-login-form {
  width: calc(100% - 280px);
  padding: 42px 50px 50px;
}
.mv-login-wlcm h2,
.mv-login-form h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.mv-login-wlcm {
  padding-bottom: 8px;
  z-index: 1;
  position: relative;
}
.mv-login-wlcm p {
  color: #ffffff;
  margin-bottom: 23px;
}
.mv-login-wlcm .mv-btn {
  background: transparent;
  padding: 11px 20px;
}
.mv-login-form h2 {
  color: #26292d;
  margin-bottom: 5px;
}
.mv-login-form input,
.pa-forgot-password {
  margin-top: 12px;
  display: block;
}
.mv-login-form .mv-btn,
.mv_header_wrap .mv-login-form .mv-btn {
  display: block;
  margin: 23px auto 0;
}
.mv-login-form p {
  margin-bottom: 0;
  font-size: 14px;
}
.mv-login-wlcm-box:after,
.mv-login-wlcm-box:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: #2d3033;
  border-radius: 100%;
  bottom: -50px;
  left: -50px;
  z-index: 0;
}
.mv-login-wlcm-box:before {
  left: auto;
  bottom: 0;
  right: -50px;
  top: -50px;
}
div#signUpModal .mv-login-form .mv-btn,
div#forgotModal .mv-login-form .mv-btn {
  margin-top: 30px;
}
.mv-login-form input[type="checkbox"] {
  width: 20px;
  margin-right: 3px;
  display: inline-block;
}
.mv-login-form label {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.mv-login-form label p {
  display: inline-block;
  vertical-align: bottom;
}
.pa-forgot-password {
  display: inline-block;
}
.mv-login-box .mv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.mv-dating-header  .mv-head-logo {
    position: relative;
    z-index: 9;
}
/* login end */
.mv-moto-alert {
  position: absolute;
  right: 0;
  left: 0;
}
.post,
.page {
  margin: 0;
}
.mv-copyright {
  background: #000000;
}
.mv-copyright-box {
  padding: 15px 15px;
}
.mv-copyright-box p {
  color: #ffffff;
}
/*recent post css*/
.mv-recent-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mv-recent-post-list li {
  margin-bottom: 20px;
}
.mv-recent-post-list a {
    display: grid;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    grid-template-columns: 70px 1fr;
}
.mv-recent-post-list a:hover {
  opacity: 0.8;
}
.mv-rp-thumb img {
  width: 70px;
  height: 70px !important;
  object-fit: cover;
  border-radius: 6px !important;
}
.mv-rp-content h4 {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1.3;
}
.mv-rp-date {
  font-size: 13px;
  color: #ccc;
}
.mv-btn-wrap {
  margin-top: 15px;
}
.mv-btn-wrap .mv-btn {
  margin-right: 10px;
}
a.mv-toggle-login {
  display: flex;
  align-items: center;
  gap: 5px;
}
a.mv-toggle-login svg {
  fill: #222;
  width: 18px;
  height: 18px;
}
.mv-banner-box .mv-banner-img {
  padding: 0;
}
.mv-menu-footer .mv-navbar-footer > ul > li {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.mv-menu-footer .mv-navbar-footer > ul > li a {
  padding: 0;
  position: relative;
  padding-left: 15px;
}
.mv-menu-footer .mv-navbar-footer > ul > li a:hover {
  letter-spacing: 1px;
}
.mv-menu-footer .mv-navbar-footer > ul > li a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: -3px;
}
a#cancel-comment-reply-link {
  margin-left: 10px;
}
#reply-title {
  font-size: 22px;
}
ol.children {
  margin-top: 10px;
  margin-right: 0;
}
.reply a {
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--mv-primary-color);
  color: var(--mv-white);
  padding: 2px 8px;
  border-radius: 3px;
}
.comment {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 0;
}
.children .comment {
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
.comment-content p {
  color: var(--mv-title-color);
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 0;
}
.comment-metadata {
  padding-left: 40px;
}
.comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-author.vcard a {
  color: var(--mv-title-color);
}
/*blog navigation*/
.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  /* display: flex; */
  width: fit-content;
  max-width: fit-content;
}
.navigation .nav-links .nav-next {
  margin-left: auto;
}
.navigation .nav-links .nav-prev {
  margin-right: auto;
}
.navigation .nav-links a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: unset;
}
.navigation .nav-links .nav-subtitle {
  opacity: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.navigation .nav-next .nav-title {
  padding-right: 45px;
}
.navigation .nav-links .nav-title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 23px;
  top: 20px;
  bottom: 0;
  border-left: 6px double #fff;
  border-bottom: 6px double #fff;
  z-index: 1;
  transform: rotate(45deg);
}
.navigation .nav-next .nav-title:before {
  left: auto;
  right: 23px;
  transform: rotate(225deg);
}
.navigation .nav-links .nav-title:after {
  width: 35px;
  height: 35px;
  background: #f50056;
  position: absolute;
  content: "";
  left: 10px;
  top: 8px;
  border-radius: 100%;
}
.navigation .nav-next .nav-title:after {
  left: auto;
  right: 10px;
}
.navigation .nav-links .nav-next .nav-subtitle {
  position: absolute;
  right: 0;
}
.mv-footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}
.mt_foo_image_overlay:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #26292d;
    opacity: 0.8;
    z-index: 1;
}
.mt_foo_image_overlay .mv-footer-inner {
    z-index: 2;
    position: relative;
}
/* contact form css start */
.mv-service-section .mv-row{
    display:inline;
}
.mv-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.mv-row .mv-form-group {
  flex: 1;
}
.mv-contact-secondcol label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--mv-font-color);
}
.mv-contact-secondcol input,
.mv-contact-secondcol textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
}
.mv-contact-secondcol input.mv-btn {
  max-width: 150px;
  text-transform: capitalize;
  /*border-radius: var(--mv-radius-comman);*/
}
.mv-contact-secondcol textarea {
  min-height: 100px;
  resize: vertical;
}
/* author css start */
.mv-sidebar-author-img img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.mv-sidebar-author-img {
    text-align: center;
}
.mv-nm-author-name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 15px 0 0px;
}
.mv-sidebar-author {
    text-align: center;
}
.mv-side-post-type {
    display: block;
    font-size: 15px;
    color: #f50056;
}
.mv-author-social li {
    display: inline-block;
    margin: 0 4px 4px 0;
    z-index: 1;
    position: relative;
}
.mv-sidebar-author p{
    margin-bottom: 0;
}
.mv-sidebar-author p ~ img {
    margin-top: 25px;
}
.mv-author-social li a svg {
    width: 14px;
    height: 14px;
    transition: 0.3s;
}
.mv-author-social li a i{
    font-size: 15px;
} 
.mv-author-social li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaebec;
    border-radius: 100%;
    background: #fff;
}
.mv-widget ul.mv-author-social {
    margin: 20px 0;
    display: block;
    position: relative;
}
.mv-author-social li a:hover {
    border-color: #f50056;
    color: #f50056;
}
.mv-author-social li a:hover svg {
   fill: #f50056;
}
.mv-sidebar-box-bdr ul.mv-author-social:after {
    position: absolute;
    left: -40px;
    right: -40px;
    height: 1px;
    content: '';
    background: #eaebec;
    top: 0;
    bottom: 6px;
    margin: auto;
}
.mv-widget .mv-sidebar-author  ul li:before{
  content: unset;
}
.mv-sidebar-blog .mv-post-with-large-img .mv-nm-blog-img,
.mv-sidebar-blog .mv-post-with-large-img .mv-nm-blog-img img {
    width: auto;
    height: auto;
}
.mv-sidebar-blog .mv-post-with-large-img .mv-nm-blog-img {
    margin-bottom: 15px;
}
.mv-sidebar-blog .mv-post-with-large-img .mv-nm-blog-content {
    width: 100%;
    padding: 0;
}


.mv-blog-two-box.mv-nm-blog-list .mv-blog-img,
.mv-lb-blog-box.mv-nm-blog-list .mv-blog-img,
.mv-em-blog-box.mv-nm-blog-list .mv-blog-img {
    margin: 10px;
}
.mv-sidebar-blog .mv-nm-blog-list .mv-nm-blog-img,
.mv-sidebar-blog .mv-nm-blog-list .mv-nm-blog-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0;
    border-radius: var(--mv-radius-comman);
}
.mv-nm-blog-box.mv-nm-blog-list {
    display: grid;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    grid-template-columns: 80px 1fr;
}
.mv-widget .mv-nm-blog-content ul li{
  padding: 0;
}
.mv-widget .mv-nm-blog-content ul li::before{
  content: unset;
}
.mv-widget .mv-nm-blog-content ul li span svg{
  width: 14px;
  height: 14px;
}
.mv-nm-blog-content a{
  font-size: 16px;
}

.mv-contact-info ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.mv-contact-info ul li span {
    text-decoration: none;
    color: #000;
    margin-left: 10px;
}
.mv-contact-info ul li svg {
    width: 24px;
    height: 24px;
}
h1.mv-banner-subtitle{
    margin:0;
    padding:0;
}
.mv-banner-subtitle{
    width:fit-content;
}
.mv-more-menu-toggle{
    display:none;
}
/* Banner Image left right */

.mv-banner-img-position.right > .col-xl-6:first-child {
	order: 1; 
}
.mv-banner-img-position.right > .col-xl-6:last-child {
	order: 2; 
}
.mv-banner-img-position.left > .col-xl-6:first-child {
	order: 2; 
}
.mv-banner-img-position.left > .col-xl-6:last-child {
	order: 1; 
}

.mv-service-block-six .mv-inner-box {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 10px 50px 40px 40px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.mv-service-block-six .mv-inner-box .mv-thumb-icon {
    height: 120px;
    line-height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 120px;
}
.mv-service-block-six .mv-inner-box .mv-shape-btn {
    position: absolute;
    right: -19px;
    top: -32px;
    width: auto;
    height: auto;
}
.mv-service-block-six .mv-inner-box .mv-shape-btn svg path {
    fill: #f4eee2;
}
.mv-service-block-six .mv-inner-box .mv-service-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.mv-service-block-six .mv-inner-box .mv-service-btn a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 104px;
}
.mv-service-block-six .mv-inner-box:hover {
    background-color: var(--mv-primary-color);
    background-color: #222;
}
.mv-service-block-six .mv-inner-box:hover .mv-thumb-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.mv-thumb-icon{
    background: #eee;
    border-radius: 5px;
}
.mv-service-block-six .mv-inner-box:hover .service-content .mv-title,
.mv-service-block-six .mv-inner-box:hover .service-content .mv-text{
    color: #fff;
}
.mv-service-block-six .mv-inner-box .service-content .mv-text {
    border-bottom: 1px dashed #eee;
    padding-bottom: 14px;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767px) {
	.mv-banner-img-position > .col-xl-6 {
		order: unset !important;
	}
}
 
      /* Filter Buttons */
      .mv-gallery-filter {
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        /* flex-wrap: wrap; */
        grid-gap: 5px;
        max-width: fit-content;
        margin: 0 auto 20px;
        padding: 5px 5px;
        border-radius: 60px;
        background: #f7efe4;
        overflow-x: auto;
    }
         .mv-gallery-wrapper .row>*{
             padding:0;
         }

      .mv-gallery-filter button {
        padding: 8px 18px;
        margin: 5px;
        border: none;
        cursor: pointer;
        color: #111;
        border-radius: 30px;
        transition: 0.3s;
        background: transparent;
        display: inline-block;
    white-space: nowrap;
      }

      .mv-gallery-filter button.is-active,
      .mv-gallery-filter button:hover {
        background: var(--mv-primary-color);
        color: #fff;
      }

      /* Grid */
      /*.mv-gallery-grid {*/
      /*  display: block;*/
      /*}*/

      /* Grid Item */
      .mv-gallery-item {
        /*width: 16.666%;*/
        padding: 8px;
        box-sizing: border-box;
      }

      /* Image Box */
      .mv-gallery-link {
        display: block;
        text-decoration: none;
      }

      .mv-gallery-img {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
      }

      .mv-gallery-img img {
        width: 100%;
        height: 100%;
        display: block;
        transition: transform 0.5s;
      }

      .mv-gallery-item:hover img {
        transform: scale(1.15);
      }

      /* Overlay */
      .mv-gallery-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.4s;
        flex-direction: column;
        gap: 5px;
      }
.mv-hov-icon {
    font-size: 24px;
    margin-top: 5px;
    background-color:#fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
      .mv-gallery-item:hover .mv-gallery-overlay {
        opacity: 1;
      }

      .mv-gallery-overlay span {
        color: #fff;
        font-size: 18px;
      }
/*newsletter css */
 .mv-style2 .mv-newsletter-two-form {
    display: flex;
    gap: 10px;
}

.mv-newsletter-input.style-3 .mv-btn{
    width:100%
}
.mv-newsletter-two {
    position: relative;
    /*max-width: 500px;*/
}
.mv-form-input {
    width: 100%;
}
 .mv-style2.mv-newsletter-two button{
     position:unset;
 }
  .mv-style3.mv-newsletter-two button{
      width:100%;
      position:unset;
      margin-top:15px;
  }
.mv-newsletter-two button {
    position: absolute;
    top: 0px;
    right: -2px;
    bottom:0;
    /*min-width:90px;*/
}
.mv-default-pagi .swiper-pagination {
    bottom:-30px !important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-item .wp-caption-text{
    margin:10px 0;
}
.mv-product-slider .swiper{
    padding-bottom:50px !important;
}
/* responsive css start */
@media (min-width:1400px){
    .container{
        max-width:1170px;
    }
}
@media screen and (min-width: 1200px) {
/*  #menu-header-menu{*/
/*       display:flex;*/
/*       overflow-x:auto;*/
/*       overflow-y:hidden;*/
/*       max-width:550px;*/
/*       width:100%;*/
/*   }*/
/* #menu-header-menu {*/
/*    display: flex;              */
/*    flex-wrap: nowrap;           */
/*    overflow-x: auto;           */
/*   overflow-y: hidden;*/
/*   white-space: nowrap;*/
/*   gap: 20px;*/

/*   max-width: 450px;*/
/*   width:100%;*/
/*}*/
/*#menu-header-menu::-webkit-scrollbar {*/
/*    height: 5px;               */
/*}*/

/*#menu-header-menu::-webkit-scrollbar-track {*/
/*   background: transparent;*/
/*}*/

/*#menu-header-menu::-webkit-scrollbar-thumb {*/
/*   background: rgba(0,0,0,0.35);*/
/*   border-radius: 10px;*/
/*}*/

/*#menu-header-menu::-webkit-scrollbar-thumb:hover {*/
/*   background: rgba(0,0,0,0.6);*/
/*}*/

/*#menu-header-menu {*/
/*   scrollbar-width: thin;*/
/*   scrollbar-color: rgba(0,0,0,.4) transparent;*/
/*}*/
  .mv-em-header .mv-main-menu .mv-navbar {
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    background: #222;
    border-radius: 50px;
    padding: 0px 50px;
    border-left: 8px solid #222;
    background-color:var(--mv-primary-color);
    color: #fff;
  }
  .mv-more-menu-toggle {
    margin-left: 15px;
  }
  .mv-navbar > ul > li,
  .mv-navbar-icon > ul > li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
  }
  .mv-dating-header .mv-navbar > ul > li, .mv-lb-header .mv-navbar > ul > li {
    margin-right: 5px;
  }
  .mv-lb-header .mv-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    /*margin: 0 auto;*/
  }
  .mv-rc-menu .mv-navbar ul > li > .sub-menu {
    top: 56px;
  }
  .mv-navbar-icon > ul > li {
    margin: 0px 0px 0px 20px;
  }
  .mv-rs-header .mv-navbar-icon > ul > li {
    margin: 0px 0px 0px 10px;
  }
  .mv-em-header .mv-navbar-icon > ul > li {
    margin-left: 0;
  }
  .mv-em-header .mv-btn {
    margin-left: 10px;
  }
  .mv-dating-header .mv-navbar-icon > ul > li {
    margin: 0px 0px 0px 0px;
  }
  .mv-navbar > ul > li:last-child {
    margin-right: 0;
  }
  .mv-main-header .mv-navbar > ul > li > a,
  .mv-lb-header .mv-navbar > ul > li > a,
  .mv-rs-header .mv-navbar > ul > li > a,
  .mv-jp-header .mv-navbar > ul > li a,
  .mv-lb-header .mv-navbar > ul > li:before,
  .mv-main-header .mv-navbar > ul > li:before {
    color: #fff;
    transition: 0.3s;
  }
  .mv-navbar > ul > li > a {
    display: inline-block;
    padding: 24px 0;
    text-transform: capitalize;
  }

  .mv-main-header .mv-navbar > ul > li:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    width: 4px;
    height: 4px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
  }
  .mv-main-header .mv-navbar > ul > li:last-child:after,
  .mv-navbar-icon > ul > li.mv-menu-toggle,
  .mv-eco-header .mv-main-menu .mv-navbar > ul > li:last-child:after {
    display: none;
  }
  .mv-jp-menu .mv-navbar > ul > li {
    margin-right: 20px;
    color: #fff;
  }
  .mv-jp-menu .mv-navbar > ul > li:last-child {
    margin-right: 0px;
  }
  /*woocommerce css start*/
  .mv-navbar ul > li > .sub-menu {
    position: absolute;
    background: #fff;
    top: 70px;
    left: 0;
    max-width: 230px;
    width: max-content;
    min-width: 150px;
    padding: 8px 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: left;
  }
  .mv-dating-header .mv-navbar ul > li > .sub-menu, .mv-lb-header .mv-navbar ul > li > .sub-menu{
    top: 60px;
  }
  .mv-dw-header .mv-navbar ul > li > .sub-menu {
    top: 60px;
  }
  .mv-navbar ul > li > .sub-menu li a {
    padding: 5px 19px;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: normal;
  }
  .mv-navbar ul > li > .sub-menu li {
    position: relative;
  }
  .mv-navbar ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .mv-navbar > ul > li:last-child .sub-menu {
    right: 0;
    left: auto;
  }
  .mv-navbar > ul > li:last-child > .sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }
  .mv-navbar ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  /*woocommerce css end*/
  .mv-toggle-navbar > ul > li,
  .mv-toggle-navbar .mv-navbar > ul > li {
    display: inline-block;
    margin-left: 24px;
    position: relative;
  }
  .mv-toggle-navbar .mv-navbar {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .mv-toggle-nav-open .mv-navbar {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    transition: 0.5s;
    overflow: visible;
  }
  .mv-jp-header .mv-navbar {
    text-align: right;
  }
  .mv-dw-boxed-icon {
    min-height: 200px;
  }
  .mv-dw-header .mv-navbar > ul > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .mv-qa-header .mv-navbar {
    margin-right: 20px;
  }
  .mv-rc-menu .mv-navbar > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mv-rs-header .mv-navbar > ul > li {
    color: #fff;
  }

  .mv-wh-testimonial
    .swiper-container-horizontal
    > .swiper-pagination-progressbar {
    width: 85%;
  }
  .mv_header_wrap .motoverse-mega-menu-ul {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    max-width: 1170px;
    margin: auto;
    background: #fff;
    z-index: 99;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .mv-navbar > ul > li:hover .motoverse-mega-menu-ul,
  .mv-pro-submenu > li:hover .motoverse-mega-menu-ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .motoverse-mega-menu-ul li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
  }
  .motoverse-mega-menu-ul > li {
    padding: 20px;
    position: relative;
  }
  .motoverse-mega-menu-ul > li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 24px;
    bottom: 24px;
    background: #f1f1f1;
    width: 1px;
  }
  .motoverse-mega-menu-ul > li:last-child::before,
  .container .motoverse-mega-menu-ul > li:nth-child(4)::before,
  .container .motoverse-mega-menu-ul > li:nth-child(8)::before,
  .container-fluid .motoverse-mega-menu-ul > li:nth-child(6)::before,
  .container-fluid .motoverse-mega-menu-ul > li:nth-child(12)::before {
    display: none;
  }
  .container-fluid .motoverse-mega-menu-ul {
    max-width: 1800px;
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (max-width: 1600px) {
  .mv-eco-header .mv-navbar > ul > li {
    margin-right: 18px;
  }
  .mv-eco-header .mv-navbar > ul > li:after {
    right: -13px;
  }
  .mv-top-search {
    max-width: 400px;
  }
  .mv-top-head-right > ul > li,
  .mv-top-head-list > ul > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1499px) {
  .mv-eco-head-icon .mv-btn {
    padding: 12px 15px;
    font-size: 14px;
    margin-left: 10px;
  }
  .mv-eco-head-icon .mv-more-menu-toggle svg {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  .mv-eco-head-main .mv-more-menu-toggle img {
    width: 50px;
    height: 50px;
  }
  .mv-eco-header .mv-navbar > ul > li > a,
  .mv-top-head-right > ul > li,
  .mv-top-head-txt p,
  .mv-top-head-list > ul > li {
    font-size: 14px;
  }
  .mv-our-product > ul > li > a {
    padding: 14px 50px;
  }
  .mv-search-banner {
    padding: 118px 0;
  }
  .mv-food-cart {
    margin: 0 10px;
  }
  .mv-dm-banner-user {
    top: 0;
  }
  .mv-news-instagram .column-6 img {
    width: 250px;
    height: 250px;
  }
  .mv-collection-bg {
    padding: 50px;
    position: relative;
  }
  .mv-mid-bnr-text h2 {
    font-size: 40px;
  }
  .mv-eco-head-icon > ul > li {
    margin-left: 10px;
  }
  .mv-toggle-navbar .mv-navbar > ul > li {
    margin-left: 16px;
  }
  .mv-lb-header .mv-navbar > ul > li a {
    font-size: 14px;
  }
  .mv-more-menu-toggle {
    display: inline-block;
    width: 50px;
  }
  .mv-lb-header .mv-more-menu-toggle{
        width:unset;
        margin-left:15px;
  }
  .mv-dating-header .mv-more-menu-toggle {
    margin-left: 15px;
  }
  .mv-eco-head-icon ul {
    display: flex;
  }
  .mv-eco-header .container .mv-eco-head-icon .mv-btn {
    min-width: 110px;
  }
  .mv-eco-header .mv-navbar > ul > li {
    margin-right: 15px;
  }
  .mv-eco-header .container .mv-eco-head-icon .mv-btn > span {
    display: none;
  }
  .mv-dating-header .mv-navbar > ul > li > a {
    font-size: 14px;
  }
     .mv-banner-slide-image-layer img {
        height: 100% !important;
        object-fit: cover !important;
    }
}
@media screen and (max-width: 1199px) {
  .menu-item-has-children > a:after,
  .menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
    content: unset;
  }
  .mv-navbar ul#menu-main_menu {
    display: block;
  }
  .mv-navbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    width: 260px;
    background: #fff;
    z-index: 999;
    transition: 0.3s;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    text-align: left;
  }
  .mv-more-submenu .mv-navbar {
    position: unset;
    background: none;
    padding: 0;
    width: max-content;
    box-shadow: none;
  }
  .mv-toggle-navbar ul {
    z-index: 15;
  }
  .mv-open-menu .mv-navbar,
  .mv-toggle-nav-open .mv-navbar {
    left: 0;
  }
  .mv-navbar > ul li,
  .mv-toggle-navbar > ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e2eff4;
  }
  .mv-navbar > ul li:last-child,
  .mv-toggle-navbar > ul li:last-child {
    border: none;
  }
  .mv-navbar > ul > li a,
  .mv-toggle-navbar > ul > li a {
    padding: 15px 35px 15px 20px;
    display: inline-block;
  }
  .mv-menu-toggle {
    margin-right: 12px;
  }
  .mv-em-header .mv-menu-toggle {
    margin-left: 12px;
  }
  .mv-dating-header .mv-menu-toggle {
    margin-left: 12px;
  }
  .mv-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    transition: 0.3s;
    position:relative;
    z-index:9;
  }
  .mv-menu-toggle span:nth-child(3) {
    margin-bottom: 0px;
  }
  .mv-open-menu .mv-menu-toggle span:nth-child(1) {
    transform: translate(1px, 6px) rotate(-48deg);
  }
  .mv-open-menu .mv-menu-toggle span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .mv-open-menu .mv-menu-toggle span:nth-child(3) {
    transform: translate(1px, -6px) rotate(48deg);
  }
  .mv-navbar-icon ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
  }
  .mv-navbar-icon ul li:last-child,
  .mv-eco-header .mv-navbar > ul > li,
  .mv-jp-menu .mv-navbar > ul > li {
    margin-right: 0px;
  }
  .mv-eco-head-main {
    justify-content: flex-end;
  }
  .mv-main-menu {
    margin-left: 20px;
    order: 1;
    margin: 0;
  }
  .mv-eco-header,
  .mv-food-header,
  .mv-jp-header {
    height: auto;
    padding: 15px 0;
  }
  .mv-navbar > ul li .sub-menu {
    border-top: 1px solid #e2eff4;
    display: none;
  }
  .mv-navbar > ul li.menu-item-has-children,
  .has-mega-menu {
    position: relative;
  }
  .mv-navbar > ul li.menu-item-has-children:after,
  .has-mega-menu:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 14px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    background: transparent;
  }
  .mv-navbar > ul li .sub-menu a,
  .mv-oc-header .mv-navbar-icon {
    margin-left: 10px;
  }
  .mv-navbar > ul li .sub-menu .sub-menu a {
    margin-left: 20px;
  }
  .mv-navbar > ul li .sub-menu .sub-menu .sub-menu a {
    margin-left: 30px;
  }
  .mv-our-pro-head {
    padding: 15px;
  }
  .mv-toggle-navbar > ul > li {
    margin: 0;
  }
  .mv-oc-banner-feat,
  .mv-oc-banner-service {
    position: unset;
  }
  .mv-oc-banner-feat {
    margin: 30px 0;
  }
  .mv-oc-banner {
    padding: 80px 0;
    margin-bottom: 0;
  }
  .mv-columns-8,
  .mv-columns-7,
  .mv-partner-box.columns-7,
  .mv-partner-box.columns-6,
  .mv-category-col7,
  .mv-category-col6 {
    grid-template-columns: repeat(5, 1fr);
  }
  .mv-testi-two-box {
    margin: 20px 40px;
  }
  .mv-lb-blog-content {
    padding: 15px 25px 20px;
  }
  .mv-team-contact li {
    font-size: 14px;
  }
  .mv-rs-team-box .mv-team-contact {
    padding: 25px;
  }
  .mv-em-team-box {
    padding: 30px;
  }
  .mv-em-team-social li,
  .mv-team-social li {
    margin-right: 10px;
  }
  .mv-em-header .row {
    height: inherit;
  }
  .mv-dw-header .mv-navbar {
    margin-right: 0px;
  }
  .mv-dw-header .mv-main-menu {
    align-items: center;
  }
  .mv-navbar > ul > li[class^="fa"]:before {
    margin-left: 20px;
  }
  .admin-bar .mv-navbar {
    top: 32px;
  }
  .mv-eco-header .mv-main-menu .mv-navbar > ul > li:after {
    background: transparent;
  }
  .mv-eco-header .mv-navbar-icon ul li.mv-menu-toggle {
    margin-left: 15px;
  }
  .mv-sidebar-follow ul {
    grid-template-columns: repeat(2, auto);
  }
  .mv-foot-contact-data p {
    word-break: break-word;
  }
  .mv-collection-bg {
    padding: 20px;
  }
  .motoverse-mega-menu-ul li a:before {
    left: 20px;
  }
  .motoverse-mega-menu-ul h2 {
    margin: 15px 20px 5px;
    font-size: 20px;
  }
  .motoverse-mega-menu-ul li ul li {
    margin-bottom: 0px;
  }
  .motoverse-mega-menu-ul > li h2 {
    border-bottom: 1px solid #e2eff4;
    margin: 0;
    padding: 15px;
  }
  .motoverse-mega-menu-ul > li:first-child h2 {
    border-top: 1px solid #e2eff4;
  }
  .mv-navbar ul li.fa:before {
    margin-left: 15px;
  }
  .motoverse-mega-menu-ul {
    display: none;
  }
  .mv-nm-blog-category {
    margin: -55px 0 10px;
  }
  .mv-nm-blog-data {
    bottom: 20px;
    right: 20px;
  }
  .mv-navbar > ul li .sub-menu a:before {
    content: "-";
    padding-right: 10px;
  }
  .mv-music-sidebar,
  .mv-ms-toggle-shape {
    z-index: 100;
  }
  .mv-navbar > ul > li a {
    color: #333;
  }
  .mv-eco-header .mv-navbar ul#menu-main_menu li ul.sub-menu li a::before {
    top: 10px;
  }
  .mv-em-head-bg {
    padding: 15px 10px;
  }
}
@media (max-width:1024px){
    .mv-counter-parent{
        max-width:300px;
        width:100%;
        margin:0 auto;
    }
    .mv-banner-slide-image-layer img {
        height: 100% !important;
        object-fit: cover !important;
    }
    .mv-serv-section > .elementor-container{
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 20px;
    }
    .mv-serv-section > .elementor-container .elementor-column{
        width:100% !important;
    }
     .mv-banner-wrapper .container{
         padding-left:50px;
     }
     .mv-banner-wrapper.mv-banner-style-3 .container{
         padding-left:0;
     }
     
}
@media (max-width: 991px) {
     .mv-banner-wrapper .container{
         padding-left:15px;
     }
    .mv-serv-section.elementor-element{
        display: flex !important;
        flex-wrap:wrap !important;
        gap: 40px;
    }
  .mv-eco-head-icon .mv-btn {
    font-size: 13px;
    padding: 10px 12px;
  }
  .mv-eco-head-icon .mv-btn svg {
    width: 16px;
    height: 16px;
  }
  .mv-eco-head-icon .mv-btn > span {
    padding-right: 18px;
  }
  .mv-eco-head-icon .mv-btn > span:after {
    right: 10px;
  }

  .mv-eco-header .mv-navbar > ul > li > a {
    font-size: 13px;
  }
  .mv-motoverse-about .elementor-container {
      flex-direction:column !important;
  }
  .mv-motoverse-about  .elementor-column  {
        width: 100% !important;
    }
  .elementor-element.mv-motoverse-about .e-con-inner {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .elementor-element.mv-motoverse-about
    .e-con-inner
    .elementor-element.e-child {
    width: 100% !important;
  }
 .mv-banner-info {
    text-align: center;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
    .mv-banner-info  .mv-banner-subtitle{
        margin:0 auto !important;
    }
  .mv-banner-slide-image-layer img{
    height:100% !important;
    object-fit:cover !important;
}
.mv-banner-slider-main .swiper-button-prev, .mv-banner-slider-main .swiper-button-next {
    width: 40px;
    height: 40px;
}
.mv-banner-info p{
    margin:0 auto ;
}
.mv-banner-slider-main .swiper-button-next:after, .mv-banner-slider-main .swiper-button-prev:after {
    font-size: 16px;
}
}
@media (max-width: 767px) {
  .mv-eco-head-icon .mv-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  .mv-eco-head-icon .mv-btn svg {
    width: 14px;
    height: 14px;
  }
  .mv-eco-head-icon .mv-btn > span {
    padding-right: 16px;
  }
  .mv-eco-head-icon .mv-btn > span:after {
    right: 8px;
  }
  .mv-eco-header .mv-navbar > ul > li > a {
    font-size: 12px;
  }
  .mv-eco-head-main {
    justify-content: center !important;
  }
  .mv-head-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .mv-top-header .text-start,
  .mv-top-header .text-center,
  .mv-top-header .text-end,
  .mv-rc-head-contact.text-end,
  .mv-rc-head-contact {
    text-align: center !important;
  }
  .mv-top-search {
    max-width: 100%;
  }
  .mv-em-header .mv-main-menu .mv-nav-right {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mv-main-menu,.mv-rs-header .mv-main-menu{
    justify-content: center;
  }
  .mv-em-header .mv-main-menu {
        justify-content: center;
  }
}
@media(max-width: 575px) {
  .mv-eco-header .mv-navbar-icon ul li {
    margin-right: 10px;
  }
  .mv-eco-header .mv-navbar-icon ul li.mv-menu-toggle {
    margin-left: 10px;
  }
  .mv-banner-slider-main .swiper-button-prev, .mv-banner-slider-main .swiper-button-next{
    bottom: 40px;
    top: auto;
  }
  .mv-banner-slider-main .swiper-button-prev{
    left: 30%;
  }
  .mv-banner-slider-main .swiper-button-next{
    right: 30%;
  }
  .mv-dating-header::before {
    left: 20px;
    right: 20px;
    }
    .mv-dating-header .mv-main-menu{
        justify-content:center;
    }
    .mv-bnr-img-box{
        text-align:center;
    }
    .mv-style2 .mv-newsletter-two-form{
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 480px) {
  .mv-eco-head-icon .mv-btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .mv-eco-head-icon ul li.mv-login-btn {
    display: block;
    margin-right: -25px;
  }
  .mv-eco-head-icon .mv-btn > span {
    padding-right: 15px;
  }
  .mv-eco-head-icon .mv-btn > span:after {
    right: 9px;
  }
  .mv-eco-head-main {
    text-align: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .mv-eco-header .mv-eco-head-icon {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .mv-eco-header .mv-eco-head-icon .mv-btn {
    margin-left: 10px;
  }
  .mv_header_wrap .mv-more-menu-toggle {
    margin-left: 10px;
  }
  .mv-lang-change img {
    width: 20px;
    height: 20px;
  }
  .mv-eco-head-icon ul li:last-child,
  .mv-dp-header .mv-eco-head-icon ul li.mv-login-btn {
    margin-right: 0;
  }
  .mv-main-menu {
    margin-left: 0;
  }
  .mv-eco-header .container .mv-eco-head-icon .mv-btn {
    min-width: 90px;
    font-size: 12px;
    margin-left: 0;
    margin-top: 0;
  }
  .mv-dating-header .mv-btn {
    min-width: 90px;
    font-size: 14px;
  }
  .mv-dating-header .mv-main-menu {
    justify-content: center;
  }
  .mv-dating-header {
    padding: 10px 5px;
  }
.mv-em-header .mv-btn {
    margin-left: 0;
    min-width: 80px;
    padding: 10px 12px;
    font-size: 13px;
}
  .mv-lb-header .mv-btn {
    margin-left: 20px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    min-width: 90px;
    padding: 6px;
    margin-left: 3px;
    font-size: 14px;
  }
  .mv-lb-header .mv-header-right {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mv-style3 .mv-card{
      max-width:300px;
  }
  .mv-style3 .mv-column::before{
      width:100%;
      height:85%;
  }
  .mv-counter{
      max-width:230px;
      margin:0 auto !important;
  }
  .mv-style-4 .mv-contgen-feedback-name {
         margin-left: 0;
        flex-wrap: wrap;
    }
    .mv-style-4 .mv-contgen-feedback-img{
        position:unset;
    }
    .mv-style-4 .mv-contgen-feedback-para{
        margin-left:0;
    }
    .mv-contgen-feedbox-wrapper.mv-style-4{
        margin-left:0;
    }
    .mv-style-4.mv-contgen-feedbox-wrapper .mv-contgen-feedback-para p {
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        padding-right: 0;
    }
}
@media screen and (max-width: 375px) {
  .mv-eco-head-icon li a > span,
  .mv-eco-header .container .mv-eco-head-icon li a > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
  }
  .mv-eco-head-icon li a svg,
  .mv-eco-header .container .mv-eco-head-icon li a svg,
  .mv-dp-header .mv-eco-head-icon li a svg {
    width: 16px;
    height: 16px;
  }
  .mv-eco-head-icon li > a,
  .mv-eco-header .container .mv-eco-head-icon li > a,
  .mv-eco-head-icon .mv-more-menu-toggle svg,
  .mv-eco-head-main .mv-more-menu-toggle img,
  .mv-eco-head-icon .mv-navbar-icon > ul > li,
  .mv-dp-header .mv-eco-head-icon li > a,
  .mv-dp-header .mv-more-menu-toggle img {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}


.mv-counter-icon img{
    margin-bottom:5px;
}
.mv-banner-style-4 p.mv-banner-subtitle{
    max-width:650px;
    width:100%;
}
.mv-mega-menu-ul li a:after,
.mv-mega-menu-ul li a:before {
    display: none;
}
.mv-mega-menu-ul h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mv-mega-menu-ul li ul li {
    padding: 0;
    margin-bottom: 8px;
    display: block;
    line-height: unset;
}
.mv-mega-menu-ul>li.mv-widget {
    margin-bottom: 0px;
}

.mv-mega-menu li > ul{
    margin-left:0;
}
#calendar_wrap tbody{
    color:#333;
}

@media (min-width: 1025px) and (max-width: 1550px) {
    .mv-bnr-left > .elementor-widget-wrap {
        padding: 160px 50px !important;
    }
}
@media(min-width:1200px){
    .mv-mega-menu .widget_nav_menu ul li, .mv-mega-menu .widget_categories ul li{
    padding-bottom:12px !important;
    border-bottom:none;
}
    .mt_header_wrap .mv-mega-menu-ul {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        max-width: 1170px;
        margin: auto;
        background: #fff;
        z-index: 99;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        text-align: left;
        display: grid;
        grid-template-columns: repeat(4,auto);
        margin-top:8px;
       
    }
    .mv-navbar>ul>li:hover .mv-mega-menu-ul,
    .mv-pro-submenu>li:hover .mv-mega-menu-ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .mv-mega-menu-ul li a {
        display: inline-block;
        color: #333;
        font-size: 14px;
    }
    .mv-mega-menu-ul>li {
        padding: 20px;
        position: relative;
    }
    .mv-mega-menu-ul>li:before {
        position: absolute;
        content: '';
        right: 0;
        top: 24px;
        bottom: 24px;
        background: #f1f1f1;
        width: 1px;
    }
    .mv-mega-menu-ul>li:last-child::before,
    .container .mv-mega-menu-ul>li:nth-child(4)::before,
    .container .mv-mega-menu-ul>li:nth-child(8)::before,
    .container-fluid .mv-mega-menu-ul>li:nth-child(6)::before,
    .container-fluid .mv-mega-menu-ul>li:nth-child(12)::before {
        display: none
    }
    .container-fluid .mv-mega-menu-ul {
        max-width: 1800px;
        grid-template-columns: repeat(6,auto);
    }
}
@media(max-width:1199px){
       .mv-navbar>ul li.menu-item-has-children,
    .has-mega-menu {
        position: relative;
    }

    .has-mega-menu:before {
        position: absolute;
        content: '';
        right: 20px;
        top: 22px;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #333333;
        border-right: 1px solid #333333;
        transform: rotate(45deg);
        background: transparent;
    }
        .mv-mega-menu-ul li a:before {
        left: 20px;
    }
    .mv-mega-menu-ul h2 {
        margin: 15px 20px 5px;
        font-size: 20px;
    }
    .mv-mega-menu-ul li ul li {
        margin-bottom: 0px;
    }
    .mv-mega-menu-ul>li h2 {
        border-bottom: 1px solid #e2eff4;
        margin: 0;
        padding: 15px;
    }
    .mv-mega-menu-ul>li:first-child h2 {
        border-top: 1px solid #e2eff4;
    }
    .mv-navbar ul li.fa:before {
        margin-left: 15px;
    }
    .mv-mega-menu-ul {
        display: none;
    }
    #calendar_wrap{
        margin-left:15px;
    }
    #wp-calendar {
        margin-bottom:0;
    }
}
.mv-planing-bnr{
    position:relative;
}
.mv-planing-bnr::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
     backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
}
.mv-blog-slider {
    padding-bottom:50px;
}
.fc-calculation-form-inner  .fc-input-wrapper .nice-select.form-input{
	min-width:100% ;
}
.fc-calculation-form-inner  .fc-input-wrapper .nice-select.form-input ul.list{
	max-height:350px;
	overflow:auto;
}
.fc-calculation-form-inner  .fc-input-wrapper .nice-select.form-input ul.list li:hover{
	color:#fff;
}