/*============================================ 
Template Name: 
Version: 1.0
Author: Mate_Themes
Author URI: https://themeforest.net/user/mate_themes
Description: Karte - Multipurpose E-Commerce Html Template
/*======== Table of Css Content ==========*/
/* 
=========================
=============================

*/
:root {
  --font-body-family: "Rubik", sans-serif;
  --font-body-style: normal;
  --font-heading-style: normal;
  --font-heading-weight: 600;
  --thm-base: #FF033E;
  --thm-black: #333333;
  --thm-gray: #4F4F4F;
  --thm-dada: #dadada;
  --thm-white: #ffffff;
  --thm-light: #f7f7f7;
}

* {
  padding: 0px;
  margin: 0px;
}

/* Normalize Css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

button,
select {
  text-transform: none;
}

button,
html input {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

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

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

li {
  list-style: none;
}

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

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

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

p,
span,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

/* Global Css */
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  background: #FBF5F3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
}

h4,
h5,
h6 {
  font-weight: 400;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
}

p {
  margin: 0px;
}

/* section-content End */
.ratting {
  font-size: 14px;
}
.ratting i {
  margin: 1px;
  color: var(--thm-base);
}

h1 {
  color: var(--thm-black);
  font-size: 46px;
  font-weight: 600;
}

h2 {
  color: var(--thm-black);
  font-size: 46px;
  line-height: 1.25;
  font-weight: 600;
}

h3 {
  color: var(--thm-black);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 18px;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .base-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px 10px;
  }
}
.base-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--thm-base);
  background: var(--thm-base);
  color: var(--thm-white);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 60px 15px;
  border-radius: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.base-btn:hover {
  border: 1px solid #000;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: #000;
  color: var(--thm-white);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  background-color: var(--thm-base);
  color: var(--thm-white);
  font-size: 16px;
  font-weight: 500;
  padding: 11px 33px;
  line-height: 1.6;
  text-transform: capitalize;
  min-width: 150px;
  text-align: center;
  border-radius: 999px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.vs-btn:hover {
  color: var(--thm-white);
  background-color: #000000;
}

/* Button Hover */
.wave-btn {
  -webkit-transition: 0.21s;
  transition: 0.21s;
}

.btn-hover {
  z-index: -1;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 110%;
  height: 110%;
  border-radius: 50px;
}

.btn-hover .btn-hover-inner {
  position: relative;
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-hover .part {
  position: absolute;
  top: -5px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
          transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.21s !important;
  transition: -webkit-transform 0.21s !important;
  transition: transform 0.21s !important;
  transition: transform 0.21s, -webkit-transform 0.21s !important;
  background: var(--thm-black);
  border-color: var(--thm-black);
}

.btn-hover .part:nth-child(1) {
  left: 0;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.btn-hover .part:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.07s !important;
          transition-delay: 0.07s !important;
}

.btn-hover .part:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.14s !important;
          transition-delay: 0.14s !important;
}

.btn-hover .part:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.21s !important;
          transition-delay: 0.21s !important;
}

.wave-btn:hover,
.wave-btn:active,
.wave-btn:focus {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.wave-btn:hover .part,
.wave-btn:active .part,
.wave-btn:focus .part {
  -webkit-transform: translateZ(0) scale(1.7) !important;
          transform: translateZ(0) scale(1.7) !important;
}

/* Extra small devices */
@media (max-width: 416px) {
  .vs-btn {
    font-size: 14px;
    padding: 8px 25px;
    min-width: 140px;
  }

  .vs-btn i {
    font-size: 14px;
  }

  .vs-btn.btn-60 {
    height: 60px;
  }

  .vs-btn.style-1 {
    padding: 7px 25px;
  }

  .vs-btn.style-2 {
    width: 150px;
  }
}
/* Padding Margin */
.pt-30 {
  padding-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 100px;
  }

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

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

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

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

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

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

  .p-60 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 80px;
  }

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

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

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

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

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

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

  .p-60 {
    padding: 40px;
  }
}
/*** 
=============================================
  menu start
=============================================
***/
.menu {
  padding: 25px 0px 25px;
}
.menu .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .nav-item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .nav-item-holder .nav-link {
  padding: 5px 20px 5px;
  font-size: 18px;
  font-weight: 400;
}
.menu .nav-item-holder .nav-link:hover {
  color: var(--thm-base);
}
.menu .base-btn {
  font-weight: 500;
  padding: 15px 40px 15px;
}

.menu-box {
  z-index: 999;
}
.menu-box .togglebar {
  font-size: 24px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.menu-box i,
.menu-box a {
  color: #4F4F4F;
}

.menu-box{
  position: absolute;
  top: 0px;
  left: 0px; 
  width: 100%;
  background: transparent; 
} 

.menu-box.sticy {
  opacity: 0;
  visibility: hidden;
  position: fixed; 
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #FDEEEE; 
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.menu-box.sticy.fixed {
  opacity: 1;
  visibility: visible;
}
.menu-box.sticy.fixed i,
.menu-box.sticy.fixed a {
  color: #000;
}
.menu-box.sticy.fixed .togglebar {
  color: #000;
}

.mobile-menu {
  display: none;
  position: absolute;
  z-index: 222;
  top: 100%;
  right: 0px;
  width: 280px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
          box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
}
.mobile-menu ul {
  padding: 10px;
}
.mobile-menu ul li a {
  display: block;
  padding: 4px 10px 4px;
  color: var(--thm-black);
  text-align: center;
}
.mobile-menu ul li a:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}
.mobile-menu .base-btn {
  padding: 10px 20px 10px;
  font-size: 14px;
  color: var(--thm-white);
  text-align: center;
}

@media (max-width: 1399px) {
  .menu .nav-item-holder {
    padding: 5px 10px 5px;
    font-size: 16px;
  }

  .menu .base-btn {
    font-size: 16px;
    padding: 10px 20px 10px;
  }
}
@media (max-width: 1199px) {
  .menu .nav-item-holder .nav-link {
    padding: 5px 7px 5px;
  }
}
@media (max-width: 991px) {
  .menu .nav-item-holder {
    display: none;
  }

  .menu {
    padding: 15px 0px 15px;
  }

  .mobile-menu.active {
    display: block;
  }
}
/*** 
=============================================
   Homepage Start
=============================================
***/
.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background: #FDEEEE;
  background-position: center center;
  overflow: hidden;
}

.heros-banner:before {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 60rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.title_heading {
  line-height: 26px;
}

.title_heading .heading {
  font-size: 40px !important;
  letter-spacing: 1px;
}

.title_heading .para-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .title_heading .heading {
    font-size: 30px !important;
  }

  .title_heading .para-desc {
    font-size: 15px;
  }
}
.baseColor {
  color: #FC6759;
}

.title_heading h1 {
  font-weight: 600;
}

.title_heading .heading {
  font-weight: 700;
  color: #161c2d;
}

.fw-700 {
  font-weight: 700;
}

.title_heading .heading .element {
  color: #FC6759;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/*** 
=============================================
   Homepage Start
=============================================
***/
.section-header-content {
  margin-top: -12px;
}
.section-header-content span {
  color: var(--thm-base);
  position: relative;
}
.section-header-content span::before {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 24px;
  width: 107%;
  min-width: 101%;
  content: "";
  background: rgba(255, 3, 62, 0.2);
  z-index: -1;
}

.component-number {
  font-size: 90px;
  font-weight: 600;
  color: #ff0000;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .section-header-content span::before {
    height: 18px;
  }

  .component-number {
    font-size: 40px;
    padding-bottom: 10px;
  }
}
.page-box {
  background: var(--thm-white);
  -webkit-box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
          box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  max-width: calc(100% - 20px);
  margin: 40px auto 0px;
  -webkit-box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.04);
}
.page-box .bage {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-white);
  height: 60px;
  width: 60px;
  background: var(--thm-base);
  border: 2px solid var(--thm-white);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.page-box .page-box-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-box .page-box-content .left-content h3 {
  font-size: 20px;
  font-weight: 500;
}
.page-box .page-box-content .left-content h3 a {
  padding-top: 4px;
  color: var(--thm-black);
}
.page-box .page-box-content .left-content h5 {
  font-weight: 400;
  font-size: 16px;
  color: var(--thm-gray);
}
.page-box .page-box-content .arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--thm-base);
  color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-box .page-box-content .arrow i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-box .page-box-content .arrow:hover {
  background: var(--thm-base);
}
.page-box .page-box-content .arrow:hover i {
  color: var(--thm-white);
}
.page-box .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  height: 300px;
}
.page-box:hover {
  -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
          box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.page-box.inner {
  margin: 30px auto 0px;
  max-width: calc(100% - 4px);
}
.page-box.inner .bage {
  top: -15px;
  right: -15px;
  font-size: 16px;
  font-weight: 500;
  width: 50px;
  height: 50px;
}
.page-box.inner .page-box-content .left-content h4 {
  font-weight: 500;
}
.page-box.inner .page-box-content .left-content h4 a {
  font-size: 18px;
  color: var(--thm-black);
}
.page-box.inner .page-box-content .arrow {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

@media (max-width: 1399px) {
  .page-box .page-box-content .arrow {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .page-box.inner,
.page-box {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-box.inner .bage,
.page-box .bage {
    height: 40px;
    width: 40px;
    font-size: 14px;
    right: -10px;
    top: -10px;
  }
}
.header-pholder {
  background: rgba(255, 3, 62, 0.6117647059);
  padding: 0px 30px 30px;
  border-radius: 10px;
}

.border-radious-5 {
  border-radius: 5px;
  overflow: hidden;
}

.purseajenow {
  color: #E0E0E0 !important;
}
.purseajenow:hover {
  color: #E0E0E0 !important;
}

/*** 
=============================================
   innerpages Start
=============================================
***/
.innerpages .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.innerpages .nav .nav-link {
  position: relative;
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px solid var(--thm-gray);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: capitalize;
  padding: 15px 40px 15px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 180px;
  background: var(--thm-base);
}
.innerpages .nav .nav-link .number {
  display: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -6px;
  right: -6px;
  font-size: 12px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: var(--thm-base);
  color: var(--thm-white);
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
}
.innerpages .nav .nav-link:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.innerpages .nav .nav-link.active {
  border: 0px solid var(--thm-base);
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: var(--thm-black);
}

@media (max-width: 1399px) {
  .innerpages .nav .nav-link {
    font-size: 16px;
    padding: 10px 30px 10px;
    min-width: 160px;
  }
}
/*** 
=============================================
   Header footer variant Start
=============================================
***/
.footer-img,
.menu-img {
  -webkit-box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-img img,
.menu-img img {
  min-width: 100%;
}
.footer-img:hover,
.menu-img:hover {
  -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
          box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

/*** 
=============================================
   feature Start
=============================================
***/
.feature-box__single {
  margin-top: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
          box-shadow: 0px 4px 50px rgba(115, 115, 115, 0.03);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.feature-box__single h5 {
  font-weight: 600;
  font-size: 16px;
}
.feature-box__single:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.feature-box__single .thum {
  max-width: 80px;
}

@media (max-width: 575px) {
  .feature-box__single {
    padding: 15px 0px 15px;
  }
  .feature-box__single .thum {
    max-width: 50px;
    margin: 0px auto 0px;
  }
  .feature-box__single h5 {
    font-size: 14px;
  }
}
/*** 
=============================================
review_one start
=============================================
***/
.singleReview {
  position: relative;
  display: block;
  z-index: 1;
  text-align: center;
  padding-top: 35px;
  margin: 0px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.singleReview .main_box {
  position: relative;
  padding: 30px 30px 30px;
  background: #ffffff;
  border-radius: 20px;
}
.singleReview .quate {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #F9F9F9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.singleReview .quate i {
  position: relative;
  z-index: 2;
  color: #BDBDBD;
  font-size: 28px;
  line-height: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.singleReview p {
  padding: 40px 0px 14px;
}
.singleReview h4 a {
  font-size: 20px;
  color: #000;
}
.singleReview .ratting {
  padding-top: 10px;
}

.reviewOneSlider {
  padding-bottom: 50px;
}

.reviewOneSlider .slick-active.slick-center .quate {
  background: var(--thm-base);
}
.reviewOneSlider .slick-active.slick-center .quate i {
  color: var(--thm-white);
}

/*** 
=============================================
Mobile-responsive  start
=============================================
***/
.mobile-slider .image {
  margin: 0px 12px;
}

.resporsive-devices img {
  max-width: 800px;
  margin: 0px auto;
}

/*** 
=============================================
Mobile-responsive  start
=============================================
***/
.compare-table {
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.compare-table tbody tr:nth-child(even) td {
  background: #F2F2F2;
}
.compare-table tbody tr td {
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
  background: #ffffff;
  text-transform: capitalize;
}
.compare-table tbody tr td.color {
  background: #FF033E;
}
.compare-table tbody tr td.color h6 {
  color: #ffffff;
}
.compare-table tbody tr h6 {
  font-size: 16px;
  font-weight: 600;
}
.compare-table tbody tr h6 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding-top: 3px;
}
.compare-table tbody tr:nth-child(odd) td {
  padding: 5px 20px;
}
.compare-table tbody .chack {
  line-height: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare-table tbody .chack i {
  padding-right: 7px;
  color: #12DD94;
}
.compare-table thead .box {
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.compare-table thead .box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(100% - 30px);
  background: #75CD05;
  content: "";
}
.compare-table thead .box::after {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.compare-table thead .box h6 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.compare-table thead .box.two::before {
  background: #333333;
}
.compare-table thead .box.three::before {
  background: #FF033E;
}

.table-parent {
  padding: 0px 10px;
}

.comparetable-holder {
  background: #fff;
  padding: 10px;
  overflow-x: auto;
  border-radius: 15px;
}
.comparetable-holder .compare-table {
  width: 992px;
  min-width: 100%;
}

/*** 
=============================================
Video Section start
=============================================
***/
.video-parent {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
}
.video-parent .video-catagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding: 10px 20px;
  background: rgba(255, 0, 0, 0);
  border-radius: 30px;
  margin: 2px 4px 2px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-parent .video-catagory i {
  font-size: 14px;
  padding-right: 5px;
}
.video-parent .video-catagory:hover {
  border: 1px solid #ff0000;
}

.ui-tabs-nav.tab-links {
  padding: 10px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-nav.ui-state-active .video-catagory {
  color: rgb(255, 255, 255);
  background: #ff0000;
  border: 1px solid #ff0000;
}

.video-holder {
  text-align: center;
}
.video-holder .prev,
.video-holder .next {
  background: transparent;
  border: 1px solid #BDBDBD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-holder .prev:hover,
.video-holder .next:hover {
  border: 1px solid #FF033E;
  color: #FF033E;
}

.video-cover {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0px;
}
.video-cover .videoimg {
  min-width: 100%;
  min-height: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-cover video {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-black);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
  cursor: pointer;
}
.play-icon i {
  line-height: 0px;
}
.play-icon:hover {
  color: var(--thm-base);
}

.video-number {
  font-size: 14px;
  color: #666666;
  font-family: "Roboto", sans-serif;
}

.video-holder {
  position: relative;
}
.video-holder .prev,
.video-holder .next {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.video-holder .prev {
  left: calc(50% - 90px);
}
.video-holder .next {
  left: calc(50% + 90px);
}

@media (max-width: 767px) {
  .video-cover .videoimg {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .video-parent {
    padding: 30px 20px;
  }

  .video-cover .videoimg {
    height: 300px;
  }
}
/*** 
=============================================
footer-default start
=============================================
***/
.footer-default {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 100px 0px 20px;
}
.footer-default .footer-default__content {
  padding-bottom: 91px;
}
.footer-default .footer-default__content h2 {
  color: var(--thm-white);
}
.footer-default .footer-default__content .logo {
  padding-bottom: 52px;
}
.footer-default .footer-default__content .logo img {
  max-width: 190px;
}
.footer-default .footer-default__content a.base-btn {
  margin-top: 40px;
}
.footer-default .footer-default__content a.base-btn:hover {
  background: #ff0000;
  color: var(--thm-white);
}
.footer-default .social-link {
  padding-top: 10px;
}
.footer-default .social-link li {
  padding-right: 10px;
}
.footer-default .social-link li a {
  height: 45px;
  width: 45px;
  color: #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(70, 70, 70, 0.3);
  border-radius: 100px;
  line-height: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-default .social-link li a:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}
.footer-default .copyright {
  padding-top: 10px;
}
.footer-default .copyright p {
  font-size: 14px;
  color: #828282;
}
.footer-default .copyright p a {
  color: #828282;
}
.footer-default .copyright p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-default .footer-default__content .logo {
    padding-bottom: 22px;
  }

  .footer-default .footer-default__content a.base-btn {
    margin-top: 20px;
  }

  .footer-default {
    padding: 60px 0px 20px;
  }

  .footer-default .footer-default__content {
    padding-bottom: 51px;
  }
}
.menu-box.fixed .menu .nav-item-holder .nav-link {
  color: #000 !important;
}

/*==============================================
Newsletter Modal Start
===============================================*/
.modal {
  padding: 0px !important;
}

.modal-content {
  border: 0px;
}

.modal-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}

.modal-close-btn {
  top: 15px;
  right: 15px;
  z-index: 9;
}

.modal-dialog {
  max-width: 700px;
}

.newsletter-modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  width: unset;
  height: unset;
}

.newsletter-content {
  padding: 60px 40px 20px;
}
.newsletter-content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #111111;
}
.newsletter-content h4 span {
  color: #ff0000;
}
.newsletter-content p {
  font-size: 16px;
}

/*==============================================
 Copy Password Start
===============================================*/
.password-cont {
  border: 1px solid #e2e2e2;
  padding: 40px;
}
.password-cont h2 {
  line-height: 38px;
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin: 0 0 30px;
}
.password-cont h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #FF033E;
}

.clipboard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.clipboard .copy-input {
  cursor: pointer;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 16px;
  height: 60px;
  max-width: 290px;
  min-width: 290px;
  border-radius: 5px;
  padding: 15px 45px 15px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
}
.clipboard .copied {
  margin-left: 50px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.clipboard .copy-btn {
  font-size: 22px;
  padding: 0;
  margin-left: -40px;
  -webkit-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  border: none;
  background: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.clipboard .copy-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gif-img {
  min-width: 100%;
}
.gif-img img {
  min-width: 100%;
}

@media (max-width: 575px) {
  .clipboard .copy-input {
    min-width: 200px;
    max-width: 200px;
    height: 52px;
  }

  .clipboard .copied {
    min-width: 100px;
    height: 52px;
  }
}
/* ===== loader ======= */
.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}

.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}

.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--thm-base);
  position: absolute;
  -webkit-animation: load 0.7s infinite alternate ease-in-out;
          animation: load 0.7s infinite alternate ease-in-out;
}

.loader span::before {
  top: -10px;
}

.loader span::after {
  bottom: -10px;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: var(--thm-base);
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* scroll bottom to top Css */
.scrollToTop {
  text-decoration: none;
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--thm-base);
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  color: #ffffff;
}

.scrollToTop:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #scrollUp {
    right: 0%;
  }

  #scrollUp {
    display: none !important;
    opacity: 0;
  }
}
/*====scroll bottom to top button====*/