/*-----------------------------------------------------------
    Theme Name: FIYN
    Theme URI: 
    Description: Gym Fitness Club HTML Template
    Author: HiBootstrap
    Author URI: 
    Version: 1.0
-------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
* {
  box-sizing: border-box;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
}

a:hover,
a :focus {
  color: #707070;
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000;
}

body {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #646464;
}

a {
  transition: all 0.3s ease;
}

/*return-to-top START CSS*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #4DE2C1;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #13171d;
}
.back-to-top i {
  color: #fff;
  position: relative;
  top: 2px;
}

.page-wrapper {
  overflow-x: hidden !important;
}

/*Proloader START CSS*/
.proloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: #fff;
}
.proloader .loader_34 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

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

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

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

.mt-70 {
  margin-top: 70px !important;
}

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

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

.pb-75 {
  padding-bottom: 75px !important;
}

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

.btn {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  border-radius: 0;
  padding: 9px 25px 12px;
  text-align: center;
  transition: all 0.4s ease;
}
.btn.v1 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
}
.btn.v1:hover {
  background: transparent;
  border-color: #E31C25;
  color: #E31C25;
}
.btn.v2 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #E5E53B;
  color: #fff;
  font-weight: 600;
}
.btn.v2:hover {
  background: #E31C25;
  border-color: transparent;
}
.btn.v3 {
  background-color: transparent;
  border: 1px solid #151918;
  color: #E31C25;
  font-weight: 500;
}
.btn.v3:hover {
  background: #E31C25;
  color: #fff;
  border-color: transparent;
}
.btn.v4 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
}
.btn.v4:hover {
  background: #E31C25;
  color: #fff;
  border-color: transparent;
}
.btn.v5 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
}
.btn.v5:hover {
  background: transparent;
  border-color: #E31C25;
}
.btn.v6 {
  background-color: transparent;
  border: 1px solid #E5E53B;
  color: #fff;
  font-weight: 600;
}
.btn.v6:hover {
  background: #E31C25;
  border-color: transparent;
}
.btn.v7 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
}
.btn.v7 i {
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.btn.v7:hover {
  background: transparent;
  border-color: #E31C25;
  color: #E31C25;
}
.btn.v8 {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn.v8 i {
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.btn.v8:hover {
  background: #E31C25;
  border-color: transparent;
  color: #fff;
}
.btn.v9 {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}
.btn.v9:hover {
  background: #fff;
  border-color: transparent;
  color: #E31C25;
}
.btn.v10 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
}
.btn.v10:hover {
  background: transparent;
  border-color: #E31C25;
  color: #E31C25;
}
.btn.v11 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
}
.btn.v11:hover {
  background: #E31C25;
  border-color: transparent;
  color: #fff;
}
.btn.v12 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
}
.btn.v12:hover {
  background: transparent;
  border-color: #E31C25;
}
.btn.btn.v13 {
  border: 1px solid #000;
  background: #fff;
}
.btn.v14 {
  background-color: #E31C25;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 500;
}
.btn.v14:hover {
  background: transparent;
  border-color: #E31C25;
  color: #E31C25;
}

.submit_btn {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  border: 1px solid transparent;
  transition: 0.3s;
  display: inline-table;
  padding: 10px 38px;
  border-radius: 0;
  background-color: #112941;
}
.submit_btn:hover {
  color: #112941;
  background: transparent;
  border-color: #112941;
}

.link {
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}
.link.v1 {
  color: #E31C25;
}
.link.v2 {
  color: #fff;
}
.link.v3 {
  position: relative;
  text-decoration: none;
}
.link.v3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #E31C25;
  transition: 0.3s;
}
.link.v3:hover:after {
  width: 100%;
}

.section-title h2 {
  position: relative;
  padding-left: 13px;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}
.section-title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
}
.section-title.v1 h2:before {
  background-color: #E31C25;
}
.section-title.v2 h2 {
  color: #fff;
  padding-left: 0;
}
.section-title.v2 h2:before {
  display: none;
}
.section-title.v3 h2 {
  line-height: 50px;
  color: #fff;
  padding-left: 13px;
}
.section-title.v3 h2:before {
  background-color: #E31C25;
}

.section-brief p {
  margin: 0;
}
.section-brief.v1 p {
  color: #646464;
}
.section-brief.v2 p {
  color: #fff;
}

.title {
  font-size: 40px;
}

.section-padding {
  padding: 100px 0;
}

.section-padding_v2 {
  padding: 100px 0 70px;
}

.section-padding_v3 {
  padding: 0px 0 50px;
}

.section-padding_v4 {
  padding: 100px 0 55px;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #E31C25 !important;
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-black {
  background-color: #01060F;
}

.bg-mirage {
  background-color: #010817;
}

.bg-firfly {
  background-color: #08161B;
}

.bg-red {
  background-color: #E31C25;
}

.bg-derby {
  background-color: #4C1414;
}

/* .bg-abbey {
  background-color: #0D0D0E;
} */
.bg-abbey {
  background-color: #fff !important;
}

.bg-shark {
  background-color: #2B2D31;
}

.bg-alb {
  background-color: #F8F8F8;
}

.bg-charcole {
  background-color: #01060F;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.overlay.bg-black {
  background-color: #000;
}
.overlay.bg-red {
  background-color: #E31C25;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.content-title {
  position: relative;
  padding-left: 13px;
}
.content-title:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 3px;
  height: calc(100% - 5px);
}
.content-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.content-title.v1 {
  color: #fff;
}
.content-title.v1:before {
  background-color: #E31C25;
}
.content-title.v2 {
  color: #fff;
}
.content-title.v2:before {
  background-color: #E31C25;
}
.content-title.v2 p {
  opacity: 0.8;
}
.content-title.v3 {
  color: #fff;
  text-align: right;
  padding-left: 0;
  padding-right: 13px;
}
.content-title.v3:before {
  background-color: #E31C25;
  left: auto;
  right: 0;
}
.content-title.v4 {
  color: #fff;
  text-align: right;
  padding-left: 0;
}
.content-title.v4:before {
  display: none;
}
.content-title.v5 {
  color: #fff;
  padding-left: 0;
}
.content-title.v5 p {
  opacity: 0.8;
}
.content-title.v5:before {
  display: none;
}
.content-title.v6 {
  color: #000;
}
.content-title.v6:before {
  background-color: #E31C25;
}
.content-title.v6 p {
  opacity: 0.8;
}
.content-title.v7 {
  color: #fff;
  padding-left: 0;
}
.content-title.v7 h2 {
  position: relative;
  display: inline-block;
}
.content-title.v7 h2:before {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
  background: #E31C25;
  opacity: 0.09;
}
.content-title.v7:before {
  display: none;
}
.content-title.v7 p {
  opacity: 0.8;
}

.title_sub {
  font-size: 40px;
  line-height: 50px;
  font-family: "Teko", sans-serif;
  position: relative;
  z-index: 1;
}
.title_sub:before {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
}
.title_sub.v1:before {
  top: -35px;
  left: -30px;
  background-color: #fff;
}
.title_sub.v2:before {
  top: -35px;
  left: -30px;
  background-color: #F8F8F8;
}

.trans_text {
  display: inline-block;
  box-sizing: content-box;
  color: transparent;
  text-overflow: clip;
}
.trans_text.v1 {
  -webkit-text-stroke: 1px #fff;
}
.trans_text.v2 {
  -webkit-text-stroke: 1px #fff;
}
.trans_text.v3 {
  -webkit-text-stroke: 1px #fff;
}
.trans_text.v4 {
  -webkit-text-stroke: 2px #E31C25;
}

.section_subtext {
  position: absolute;
  top: 50%;
}
.section_subtext span {
  font-family: "Teko", sans-serif;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.section_subtext.v1 {
  transform: scale(1.2) translateY(-50%) rotate(90deg);
  font-size: 80px;
}
.section_subtext.v1.s1 span {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.29);
}
.section_subtext.v2 {
  display: inline-block;
  transform: scale(1.4) translateY(-50%) rotate(-90deg);
}
.section_subtext.v2 span {
  display: inline-block;
}
.section_subtext.v3 {
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  z-index: 1;
}
.section_subtext.v3 span {
  font-size: 190px;
  transform: scale(1.7);
  z-index: 9;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
}
.section_subtext.v4 {
  top: 60%;
  left: 57%;
  transform: scale(1.4) translate(-50%, -50%) rotate(-90deg);
}
.section_subtext.v4 span {
  font-size: 80px;
  transform: scale(1.7);
  z-index: 9;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
}

.pos-rel {
  position: relative;
  height: 100%;
}

.form-group {
  position: relative;
}
.form-group.v1 input {
  width: 100%;
  background-color: transparent;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 10px 10px 10px 20px;
}
.form-group.v1 textarea {
  width: 100%;
  background-color: transparent;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  resize: none;
  padding: 10px 10px 10px 15px;
}

.hero-slider-v1 .owl-prev,
.hero-slider-v1 .owl-next,
.product-slider-v1 .owl-prev,
.product-slider-v1 .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background: #E31C25 !important;
}
.hero-slider-v1 .owl-prev i,
.hero-slider-v1 .owl-next i,
.product-slider-v1 .owl-prev i,
.product-slider-v1 .owl-next i {
  color: #fff;
  font-size: 22px;
  line-height: 47px;
  position: relative;
}
.hero-slider-v1 .owl-next i,
.product-slider-v1 .owl-next i {
  left: 1px;
}

.hero-slider-v1 .owl-prev i,
.hero-slider-v1 .owl-next i {
  line-height: 46px;
}

.hero-slider-v1 .owl-prev.disabled {
  background-color: rgba(227, 28, 37, 0.22) !important;
}

/* Circle */
.circle {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #E31C25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease;
}
.circle:hover {
  background: #fff;
}
.circle:hover i {
  color: #E31C25;
}
.circle i {
  color: #fff;
  position: relative;
  top: 2px;
  left: 1px;
}
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 15px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.circle:after {
  animation: ripple 2s linear 1.5s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.bounce {
  animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
/*---------------------------------
    FAQ,404 & privacy-policy page CSS
------------------------------------*/
.faq-wrap .accordion-item:last-child {
  margin: 0 0 5px;
}

.error-content {
  text-align: center;
}
.error-content span {
  font-size: 120px;
  font-family: "Teko", sans-serif;
  display: block;
  line-height: 100px;
  margin: 0 0 50px;
}
.error-content .btn i {
  margin-right: 5px;
}

.pr-content-item {
  margin: 0 0 30px;
}
.pr-content-item:last-child {
  margin-bottom: 0;
}
.pr-content-item h4 {
  font-weight: 400;
  margin: 0 0 20px;
}
.pr-content-item ul {
  margin-left: 20px;
}

/*-------------------------------
         Header CSS
-------------------------------*/
.header-wrap.v1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: transparent;
  padding: 25px 20px 20px;
  transition: 0.3s;
}
.header-wrap.v1 .container {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrap.v1.sticky {
  background: #01060F;
  z-index: 20;
  padding: 0 20px 0;
}
.header-wrap.v1.style2, .header-wrap.v1.s2 {
  padding: 0;
  background-color: #01060F;
}
.header-wrap.v1.style2 .header-top, .header-wrap.v1.s2 .header-top {
  padding: 10px 0;
}
.header-wrap.v1.style2 .header-bottom, .header-wrap.v1.s2 .header-bottom {
  padding: 15px 0;
  transition: all 0.3s ease;
}
.header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a:hover, .header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a.active, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a:hover, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a.active {
  color: #E31C25;
}
.header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a:hover:after, .header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a.active:after, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a:hover:after, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a.active:after {
  width: 100%;
  display: block;
}
.header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a:hover::before, .header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a.active::before, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a:hover::before, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a.active::before {
  border-left-color: #E31C25;
  border-bottom-color: #E31C25;
}
.header-wrap.v1.style2 .header-bottom .main-menu > ul > li > a:after, .header-wrap.v1.s2 .header-bottom .main-menu > ul > li > a:after {
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  transition: all 0.4s ease;
}
.header-wrap.v1.style2 .header-bottom .shopcart, .header-wrap.v1.s2 .header-bottom .shopcart {
  background: #1B2028;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-wrap.v1.style2 .header-bottom .shopcart span, .header-wrap.v1.s2 .header-bottom .shopcart span {
  top: 5px;
  right: -2px;
}
.header-wrap.v1.style2 .header-bottom .header-btn, .header-wrap.v1.s2 .header-bottom .header-btn {
  margin-left: 20px;
}
.header-wrap.v1.style2 .header-bottom .header-btn .btn, .header-wrap.v1.s2 .header-bottom .header-btn .btn {
  height: 48px;
  line-height: 27px;
}
.header-wrap.v1.style2 .container, .header-wrap.v1.s2 .container {
  border: none;
}
.header-wrap.v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #000;
  padding: 10px 0;
}

.logo.v1 img {
  margin: 0 auto;
}
.logo.v1 span {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.logo.v2 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo.v2 a span {
  margin-left: 5px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.logo.v3 a {
  display: block;
}
.logo.v3 a img {
  margin: 0 auto;
}

.hammenu a {
  display: inline-block;
}
.hammenu a span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 6px 0px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hammenu.open a span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 13px);
  margin: 5px -1px;
}
.hammenu.open a span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.hammenu.open a span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -1px);
  margin: 5px -2px;
}

.hammenu span.menu-text {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  top: -8px;
  margin-left: 4px;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  text-align: left;
}

.hamburger-menu .mm-listitem::after {
  left: 0;
}

.hamburger-menu .mm-listitem:hover a {
  color: #E31C25;
}

.main-menu.mm-menu_offcanvas.mm-wrapper_opening .hammenu a span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 13px);
  margin: 5px -1px;
}

.main-menu.mm-menu_offcanvas.mm-wrapper_opening .hammenu a span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.main-menu.mm-menu_offcanvas.mm-wrapper_opening .hammenu a span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -1px);
  margin: 5px -2px;
}

.hamburger-menu #mm-1 .mm-navbar__title > span {
  padding-left: 0;
}

.hamburger-menu .active.mm-listitem__text {
  color: #E31C25 !important;
}

.hamburger-menu .mm-navbar.mm-navbar_sticky {
  display: block;
}

.hamburger-menu .mm-navbar {
  padding: 0 40px 0 20px;
}

.mm-menu .mm-btn::before {
  border-color: transparent;
}

.header-wrap.v1 .logo.v1 {
  text-align: center;
  padding: 0 10px;
}

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

.header-btn {
  margin-left: 50px;
}
.header-btn .btn {
  height: 60px;
  line-height: 35px;
}

.header-wrap.v1 .header-top-contact p,
.header-wrap.v1 .header-top-contact a {
  display: inline-block;
  margin: 0 18px 0 0;
}

.header-wrap.v1 .header-top p,
.header-wrap.v1 .header-top-contact p,
.header-wrap.v1 .header-top-contact a {
  font-size: 14px;
  color: #fff;
}

.header-wrap.v1 .header-top-contact p i,
.header-wrap.v1 .header-top-contact a i {
  color: #E31C25;
  margin-right: 7px;
}

.header-top-right,
.header-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.shopcart {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.shopcart i {
  color: #fff;
  font-size: 24px;
}
.shopcart span {
  position: absolute;
  top: -4px;
  right: -12px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #E31C25;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
}

.lang_selctor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 18px;
}
.lang_selctor i {
  color: #E31C25;
  position: absolute;
  top: 15px;
  left: -10px;
  font-size: 19px;
}
.lang_selctor .nice-select {
  background: transparent;
  font-weight: 16px;
  border: none;
  width: auto;
}
.lang_selctor .nice-select > span {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.lang_selctor .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  right: 2px;
  top: 52%;
}

.cart-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 99;
  padding: 30px 40px;
  transition: all 0.5s ease;
}
.cart-popup.open {
  right: 0;
}
.cart-popup .cart-popup-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 25px;
}
.cart-popup .cart-popup-title h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.cart-popup .cart-popup-item-wrap {
  height: calc(100% - 300px);
  overflow-y: auto;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
  width: calc(100% - 240px);
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
  width: 80px;
  text-align: right;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
  background: transparent;
  border: none;
  position: relative;
  top: -16px;
  opacity: 0.68;
  cursor: pointer;
  display: block;
  text-align: right;
  width: 100%;
  padding: 0 5px;
}
.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
  font-weight: 700;
  color: #E31C25;
}
.cart-popup .cart-popup-total-wrap {
  position: absolute;
  bottom: 35px;
  left: 40px;
  width: calc(100% - 80px);
}
.cart-popup .cart-popup-total-wrap .cart-popup-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 35px;
}
.cart-popup .cart-popup-total-wrap .cart-popup-total h5 {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}
.cart-popup .cart-popup-total-wrap .btn {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}
.cart-popup .cart-popup-total-wrap .btn.v1:hover {
  background: transparent;
  border-color: #E31C25;
  color: #E31C25;
}
.cart-popup .cart-popup-total-wrap .btn.v2 {
  background: transparent;
  border-color: #000;
  color: #000;
}
.cart-popup .cart-popup-total-wrap .btn.v2:hover {
  background: #E31C25;
  border-color: transparent;
  color: #fff;
}
.cart-popup .close-popup {
  background: transparent;
  border: none;
  padding: 0 5px;
}

.header-wrap.v2 .btn.v1 {
  min-width: 195px;
}
.header-wrap.v2 .btn.v1 i {
  margin-left: 10px;
}

.hamburger-menu .mm-panels > .mm-panel > .mm-listview:first-child,
.hamburger-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px;
}

.hamburger-menu .mm-listitem > a {
  padding: 15px 10px 15px 20px;
}

.hamburger-menu .mm-listitem .mm-btn_next {
  top: 5px;
}

.hamburger-menu .mm-navbar__title::before {
  color: #000;
  text-decoration: none;
  padding: 20px 20px 20px;
  text-align: left;
}

.hamburger-menu .mm-btn.mm-btn_prev.mm-navbar__btn::before {
  border-color: rgba(0, 0, 0, 0.7) !important;
  top: -3px;
  width: 7px;
  height: 7px;
}

.hamburger-menu .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

.hamburger-menu .mm-navbar__title > span {
  padding-left: 15px;
}

.lang_selctor .nice-select .option {
  padding-left: 13px;
  padding-right: 10px;
}

/*---------------------------------
        Breadcrumb CSS 
-----------------------------------*/
.br-bg-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-bg-2 {
  background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-bg-3 {
  background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-bg-4 {
  background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.br-bg-5 {
  background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 215px 0 80px;
  overflow: hidden;
}
.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 60px;
  line-height: 1.4;
  color: #fff;
  padding: 0 15px;
  margin: 0;
}
.breadcrumb-wrap .breadcrumb-title h2 span {
  color: #E31C25;
}
.breadcrumb-wrap .breadcrumb-title ul {
  padding: 25px 0 15px;
}
.breadcrumb-wrap .breadcrumb-title ul li {
  display: inline-block;
  margin: 0 3px;
}
.breadcrumb-wrap .breadcrumb-title ul li a {
  font-size: 16px;
  width: 139px;
  text-anchor: center;
  line-height: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 10px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.breadcrumb-wrap .breadcrumb-title ul li a i {
  margin-right: 8px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.breadcrumb-wrap .breadcrumb-title ul li a:hover {
  background: #fff;
  color: #000;
}
.breadcrumb-wrap .breadcrumb-title .search-product {
  padding: 20px 0 15px;
}

/*---------------------------------
        Hero CSS 
-----------------------------------*/
.hero-bg-1 {
  background-image: url(../img/banner/banner-5.jpg);
}

.hero-bg-2 {
  background-image: url(../img/banner/banner-12.jpg);
}

.hero-bg-3 {
  background-image: url(../img/banner/banner-13.jpg);
}

.hero-bg-4 {
  background-image: url(../img/banner/banner-6.jpg);
}

.hero-bg-5 {
  background-image: url(../img/banner/banner-11.jpg);
}

.hero-bg-6 {
  background-image: url(../img/banner/banner-100.jpg);
}

.hero-bg-7 {
  background-image: url(../img/banner/banner-1.jpg);
}

.hero-bg-8 {
  background-image: url(../img/banner/banner200.jpg);
}

.hero-bg-9 {
  background-image: url(../img/banner/banner-1.jpg);
}

.hero-wrap.v1 .hero-slider-v1 .hero-slider-item {
  height: 100%;
  padding: 380px 0 250px;
  position: relative;
}
.hero-wrap.v1 .hero-slider-v1 .hero-slider-item .container {
  position: relative;
}
.hero-wrap.v1 .hero-slider-v1 .owl-dots {
  display: none;
}
.hero-wrap.v2 .hero-slider-v2 .hero-slider-item {
  height: 100%;
  padding: 310px 0 240px;
  position: relative;
  overflow-x: hidden;
}
.hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
  position: absolute;
  bottom: 30px;
  left: -50px;
  z-index: 9;
  max-width: 500px;
}
.hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container {
  position: relative;
}
.hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content {
  text-align: center;
  background: rgba(112, 112, 112, 0.3);
  padding: 50px 20px;
}
.hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content h1 {
  font-size: 70px;
}
.hero-wrap.v2 .hero-slider-v2 .owl-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.hero-wrap.v2 .hero-slider-v2 .owl-dots .owl-dot {
  display: block;
}
.hero-wrap.v2 .hero-slider-v2 .owl-dots .owl-dot span {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.hero-wrap.v2 .hero-slider-v2 .owl-dots .owl-dot.active span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.hero-wrap.v2 .hero-slider-v2 .owl-nav {
  position: absolute;
  top: 50%;
  right: 57px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
}
.hero-wrap.v2 .hero-slider-v2 .owl-prev,
.hero-wrap.v2 .hero-slider-v2 .owl-next {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background-color: #fff;
}
.hero-wrap.v2 .hero-slider-v2 .owl-prev span,
.hero-wrap.v2 .hero-slider-v2 .owl-next span {
  display: none;
}
.hero-wrap.v2 .hero-slider-v2 .owl-prev {
  top: 32%;
  height: 120px;
  width: 1px;
}
.hero-wrap.v2 .hero-slider-v2 .owl-prev:before {
  position: relative;
  bottom: calc(50% - 16px);
  left: -7px;
  content: "";
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  transform: translateY(-50%) rotate(135deg);
}
.hero-wrap.v2 .hero-slider-v2 .owl-next {
  bottom: 10%;
  height: 120px;
  width: 1px;
}
.hero-wrap.v2 .hero-slider-v2 .owl-next:before {
  position: relative;
  top: calc(50% - 2px);
  left: -7px;
  content: "";
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
}
.hero-wrap.v3 {
  position: relative;
}
.hero-wrap.v3 .hero-slider-v3 .hero-slider-item {
  height: 100%;
  position: relative;
  padding: 260px 0 260px;
}
.hero-wrap.v3 .hero-slider-v3 .hero-slider-item .hero-img {
  position: absolute;
  bottom: -50px;
  right: 25px;
}
.hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container {
  position: relative;
  height: 100%;
}
.hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content {
  text-align: left;
}
.hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content > span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  background: #363233;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 0 0 15px;
}
.hero-wrap.v3 .hero-slider-v3 .owl-prev,
.hero-wrap.v3 .hero-slider-v3 .owl-next {
  background: #fff !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.hero-wrap.v3 .hero-slider-v3 .owl-prev i,
.hero-wrap.v3 .hero-slider-v3 .owl-next i {
  color: #E31C25;
}

.hero-content {
  text-align: center;
}
.hero-content h1 {
  font-size: 90px;
  color: #fff;
  margin: 0 0 30px;
}
.hero-content h1 span {
  color: #E31C25;
}

.hero-btn .btn:nth-child(1) {
  margin-right: 15px;
}

.hero-slider-v1 .owl-dots,
.hero-slider-v3 .owl-dots {
  display: none;
}

.hero-slider-v1 .owl-prev,
.hero-slider-v3 .owl-prev,
.hero-slider-v1 .owl-next,
.hero-slider-v3 .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 9;
}

.hero-slider-v1 .owl-prev:hover,
.hero-slider-v1 .owl-next:hover {
  background: rgba(221, 221, 221, 0.23) !important;
}

.hero-wrap.v3 .hero-slider-v3 .owl-prev:hover,
.hero-wrap.v3 .hero-slider-v3 .owl-next:hover {
  background: #585657 !important;
}
.hero-wrap.v3 .hero-slider-v3 .owl-prev:hover i,
.hero-wrap.v3 .hero-slider-v3 .owl-next:hover i {
  color: #fff;
}

.hero-slider-v1 .owl-next i {
  color: #fff;
}

.hero-slider-v1 .owl-prev,
.hero-slider-v3 .owl-prev {
  left: 50px;
}

.hero-slider-v1 .owl-next,
.hero-slider-v3 .owl-next {
  right: 50px;
}

.hero-slider-v1 .owl-prev i,
.hero-slider-v1 .owl-next i,
.hero-slider-v3 .owl-prev i,
.hero-slider-v3 .owl-next i {
  font-size: 22px;
  line-height: 46px;
}

.hero-content {
  overflow-y: hidden;
}

.hero-slider-v1 .owl-item.active h1,
.hero-slider-v2 .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.3s;
}

.hero-slider-v3 .owl-item.active span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}

.hero-slider-v3 .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 1.3s;
}

.hero-slider-v3 .owl-item.active a.btn.v1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 1.7s;
}

.hero-slider-v3 .owl-item.active a.btn.v4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 2s;
}

.hero-slider-v3 .owl-prev {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.hero-slider-v3:hover .owl-prev {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------
        About CSS 
-----------------------------------*/
.ab-bg-1 {
  background-image: url(../img/about/about-2.png);
}

.ab-bg-2 {
  background-image: url(../img/testimonial-1.jpg);
}

.ab-bg-3 {
  background-image: url(../img/about/about-5.png);
}

.about-promo-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.about-promo-img .ab_promo {
  width: 50%;
}

.about-content {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 50px;
}

.ab_promo:nth-child(2) img {
  opacity: 0.2;
  max-width: 90%;
}

.about-promo-text h5 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 15px;
  font-weight: 600;
}
.about-promo-text ul {
  margin: 0 0 10px;
}
.about-promo-text ul li {
  position: relative;
  padding: 0 0 15px 30px;
}
.about-promo-text ul li::before {
  position: absolute;
  top: 9px;
  left: 5px;
  content: "";
  background: #E31C25;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  z-index: 9;
  border-radius: 2px;
}
.about-promo-text ul li:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: #F6E8E8;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.about-img-slider .owl-nav {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.about-img-slider .owl-nav .owl-prev,
.about-img-slider .owl-nav .owl-next {
  background-color: transparent;
}
.about-img-slider .owl-nav .owl-prev span,
.about-img-slider .owl-nav .owl-next span {
  font-size: 16px;
  font-weight: 700;
}
.about-img-slider .owl-nav .owl-prev span {
  margin-right: 130px;
  position: relative;
  padding-right: 10px;
}
.about-img-slider .owl-nav .owl-prev span:before {
  position: absolute;
  top: 10px;
  left: 100%;
  content: "";
  width: 130px;
  height: 3px;
}
.about-img-slider .owl-nav .owl-next {
  margin-left: 10px;
}
.about-img-slider.v1 .owl-prev span,
.about-img-slider.v1 .owl-next span {
  color: #000;
}
.about-img-slider.v1 .owl-prev span:before {
  background-color: #E31C25;
}
.about-img-slider.v2 .owl-nav {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: -42px;
  width: 100%;
}
.about-img-slider.v2 .owl-prev span,
.about-img-slider.v2 .owl-next span {
  color: #fff;
  font-weight: 400;
}
.about-img-slider.v2 .owl-prev.disabled span,
.about-img-slider.v2 .owl-next.disabled span {
  opacity: 0.6;
}
.about-img-slider.v2 .owl-prev span:before {
  background-color: #fff;
  height: 1px;
}
.about-img-slider.v2.s2 {
  position: relative;
}
.about-img-slider.v2.s2:before {
  position: absolute;
  top: -45px;
  left: -50px;
  content: "";
  background: transparent;
  border: 3px solid rgba(227, 28, 37, 0.2);
  width: 100%;
  height: calc(100% + 66px);
}
.about-img-slider.v2.s2 .about-feat-img {
  height: 660px;
}
.about-img-slider.v2.s2 .owl-nav {
  bottom: -12px;
  width: 100%;
}
.about-img-slider.v2.s2 .owl-prev span,
.about-img-slider.v2.s2 .owl-next span {
  color: #E31C25;
  font-weight: 600;
}
.about-img-slider.v2.s2 .owl-prev.disabled span,
.about-img-slider.v2.s2 .owl-next.disabled span {
  color: #000;
  opacity: 1;
}
.about-img-slider.v2.s2 .owl-prev span:before {
  background-color: #E31C25;
  height: 3px;
}

.about-wrap.v2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-wrap.v2 .about-content {
  padding-top: 0;
}

.about-wrap.v2 .about-img-slider {
  width: 50%;
  height: 100%;
  border-right: 58px solid #34383F;
  border-bottom: 58px solid #34383F;
}
.about-wrap.v2 .about-img-slider .owl-dots {
  display: none;
}
.about-wrap.v2 .about-content {
  width: 50%;
  background: transparent;
}
.about-wrap.v2 .about-content .feature-content-title span {
  color: #E5E53B;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}

.img-shape-one {
  position: absolute;
  top: 30px;
  right: -100px;
}

.contact-box .contact-box-title {
  background: #000;
  padding: 15px 20px;
}
.contact-box .contact-box-title h5 {
  color: #fff;
  margin: 0;
}
.contact-box form {
  margin: 20px 0 0;
}
.contact-box form .form-group {
  margin: 0 0 20px;
}
.contact-box form .form-group input,
.contact-box form .form-group textarea {
  border-color: rgba(0, 0, 0, 0.1);
}
.contact-box form .form-group textarea {
  height: 252px;
}
.contact-box form .btn.v7 {
  width: 175px;
}
.contact-box #map {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.contact-box #map iframe {
  width: 100%;
  height: 352px;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

/*-------------------------------------
      Feature CSS
-----------------------------------*/
.feature-content-title {
  margin: 0 0 20px 0;
}
.feature-content-title > p {
  margin: 15px 0;
}

.feature-box-wrap {
  margin: 30px 0 0;
}
.feature-box-wrap .feature-box-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 20px;
}
.feature-box-wrap .feature-box-item:last-child {
  margin-bottom: 0;
}
.feature-box-wrap .feature-box-item .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F6E8E8;
  text-align: center;
}
.feature-box-wrap .feature-box-item .feature-icon i {
  color: #E31C25;
  font-size: 40px;
}
.feature-box-wrap .feature-box-item .feature-box-text {
  width: calc(100% - 80px);
}
.feature-box-wrap .feature-box-item .feature-box-text h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.feature-box-wrap .feature-box-item .feature-box-text p {
  margin: 0;
}
.feature-box-wrap.v1 .feature-box-item {
  background: #fff;
  transition: all 0.4s ease;
}
.feature-box-wrap.v1 .feature-box-item:hover {
  box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.1);
}
.feature-box-wrap.v2 .feature-box-item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  transition: all 0.3s ease;
}
.feature-box-wrap.v2 .feature-box-item .feature-icon {
  background: #1B1F27;
  transition: all 0.3s ease;
}
.feature-box-wrap.v2 .feature-box-item .feature-icon i {
  color: #fff;
  transition: all 0.3s ease;
}
.feature-box-wrap.v2 .feature-box-item .feature-box-text h5,
.feature-box-wrap.v2 .feature-box-item .feature-box-text p {
  color: #fff;
}
.feature-box-wrap.v2 .feature-box-item .feature-box-text h5 {
  font-weight: 600;
}
.feature-box-wrap.v2 .feature-box-item:hover {
  background-color: #fff;
}
.feature-box-wrap.v2 .feature-box-item:hover .feature-icon {
  background: #F6E8E8;
}
.feature-box-wrap.v2 .feature-box-item:hover .feature-icon i {
  color: #E31C25;
}
.feature-box-wrap.v2 .feature-box-item:hover .feature-box-text h5,
.feature-box-wrap.v2 .feature-box-item:hover .feature-box-text p {
  color: #000;
}
.feature-box-wrap.v3 .feature-box-item {
  background-color: #F8F8F8;
  transition: 0.3s;
}
.feature-box-wrap.v3 .feature-box-item:hover {
  background-color: #fff;
  box-shadow: 0 9px 25px rgba(0, 0, 0, 0.08);
}

.img-comp-container {
  position: relative;
}
.img-comp-container .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-comp-container .img-comp-slider span {
  color: #E31C25;
  font-size: 18px;
  position: relative;
}
.img-comp-container .img-comp-slider span.left-arrow {
  left: 2px;
}
.img-comp-container .img-comp-slider span.right-arrow {
  right: 2px;
}
.img-comp-container .img-comp-responsive {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.img-comp-container .img-comp-responsive .img-comp-img {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.img-comp-container .img-comp-responsive .img-comp-img img {
  display: block;
}
.img-comp-container .img-comp-responsive .img-comp-img.img-comp-overlay {
  width: 50%;
  border-right: 4px solid #E31C25;
}
.img-comp-container .img-comp-responsive .img-comp-img.img-comp-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #E31C25;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.img-comp-img img {
  max-width: initial;
}

/*---------------------------------
        Testimonial CSS 
-----------------------------------*/
.test-bg-1 {
  background-image: url(../img/banner/banner-101.png);
}

.test-bg-2 {
  background-image: url(../img/banner/banner-10.png);
}

.test-bg-3 {
  background-image: url(../img/banner/banner-9.png);
}

.testimonial-wrap {
  position: relative;
}
.testimonial-wrap.v1 .testimonial-slider-v1 .testimonial-text {
  padding-left: 20px;
}
.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
  bottom: 50px;
  left: calc(50% - 60px);
  transform: translateX(-50%);
}
.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots .owl-dot span {
  margin: 0 5px 0;
  background: #E31C25;
}
.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots .owl-dot.active span {
  border: 1px solid #E31C25;
  background-color: transparent;
}
.testimonial-wrap.v2 {
  position: relative;
  text-align: center;
  background-position: left center;
  padding: 100px 0 120px;
}
.testimonial-wrap.v2:before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.07) 100%);
  content: "";
  width: 100%;
  height: 100%;
}
.testimonial-wrap.v2 h2,
.testimonial-wrap.v2 h5,
.testimonial-wrap.v2 p,
.testimonial-wrap.v2 span {
  color: #fff;
}
.testimonial-wrap.v2 .testimonial-slider-v2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-info-wrap {
  justify-content: center;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-info-wrap .client-info {
  width: 320px;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-quote {
  margin: 45px 0;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .quote-img {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 0;
  transform: translateY(-50%);
  max-width: 320px;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
  bottom: -30px;
  left: calc(50% - 40px);
  transform: translateX(-50%);
}
.testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots .owl-dot span {
  margin: 0 5px 0;
  background: #E31C25;
}
.testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.testimonial-wrap.v3 {
  position: relative;
  height: 580px;
}
.testimonial-wrap.v3 .testimonial-slider-v3 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .quote-img {
  position: relative;
  display: block;
  text-align: center;
  bottom: 0;
  right: 0;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .quote-img img {
  max-width: 60px;
  margin: 0 auto;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-quote {
  text-align: center;
  margin: 35px 0;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-quote p {
  font-size: 40px;
  line-height: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0 50px;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-name {
  text-align: center;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-name p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev i {
  color: #fff;
  font-size: 60px;
}
.testimonial-wrap.v3 .testimonial-slider-v3 .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.testimonial-wrap.v3 .testimonial-slider-v3 .owl-next i {
  color: #fff;
  font-size: 60px;
}

.testimonial-slider-v1 .owl-dots,
.testimonial-slider-v2 .owl-dots {
  position: absolute;
}
.testimonial-slider-v1 .owl-dots .owl-dot,
.testimonial-slider-v2 .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial-slider-v1 .owl-dots .owl-dot span,
.testimonial-slider-v2 .owl-dots .owl-dot span {
  display: block;
  position: relative;
  margin: 0 5px 0;
  width: 6px;
  height: 6px;
  background: #E31C25;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.testimonial-slider-v1 .owl-dots .owl-dot.active span,
.testimonial-slider-v2 .owl-dots .owl-dot.active span {
  border: 1px solid #E31C25;
  background-color: transparent;
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
}

.testimonial-text h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}

.client-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 25px;
}
.client-info-wrap .client-info {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.client-info-wrap .client-feedback {
  width: 35%;
}
.client-info-wrap .client-feedback .product-rating {
  justify-content: flex-start;
}

.client-img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin-right: 20px;
}
.client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.client-details {
  width: calc(100% - 91px);
  text-align: left;
}
.client-details h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
}
.client-details p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.quote-img {
  position: absolute;
  bottom: 78px;
}
.quote-img img {
  max-width: 80px;
}

.testimonial-wrap.v2 .quote-img img {
  max-width: 450px;
}

.client-quote p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

/*----------------------------
    Client Quote CSS
 ----------------------------*/
.client-quote-wrap {
  padding: 210px 0 0px;
  position: relative;
}
.client-quote-wrap .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.client-quote-wrap .client-quote {
  text-align: center;
}
.client-quote-wrap .client-quote p {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.client-quote-wrap .client-info {
  text-align: center;
  margin: 40px 0 0;
}
.client-quote-wrap .client-info .client-avatar {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #E31C25;
}
.client-quote-wrap .client-info .client-avatar img {
  border-radius: 50%;
  padding: 2px;
}
.client-quote-wrap .client-info .client-name h5 {
  margin: 10px 0 10px;
  color: #fff;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
}
.client-quote-wrap .client-info .client-name p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.dumb-pos-img {
  position: absolute;
  bottom: 0px;
  right: 30px;
}

/*---------------------------------
     Product page CSS 
-----------------------------------*/
#gridView .single-product-item,
#listView .single-product-item {
  margin: 0 0 30px;
}

.product-modal-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-wrap.v1{
  padding-top: 0px !important ;
}
.product-wrap.v1 .single-product-item {
  overflow: hidden;
}
.product-wrap.v1 .single-product-item .product-img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 335px;
  text-align: center;
}
.product-wrap.v1 .single-product-item .product-price {
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #E31C25;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-wrap.v1 .single-product-item .product-price:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  border: 1px solid #E31C25;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.product-wrap.v1 .single-product-item .product-name {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.product-wrap.v1 .single-product-item .product-option-wrap {
  bottom: 0px;
}
.product-wrap.v1 .single-product-item .product-option-wrap .add-to-cart,
.product-wrap.v1 .single-product-item .product-option-wrap .add-to-wishlist,
.product-wrap.v1 .single-product-item .product-option-wrap .view-product {
  background: #F6E8E8;
}
.product-wrap.v1 .single-product-item .product-option-wrap .add-to-cart:hover,
.product-wrap.v1 .single-product-item .product-option-wrap .add-to-wishlist:hover,
.product-wrap.v1 .single-product-item .product-option-wrap .view-product:hover {
  background-color: #E31C25;
  color: #fff;
}
.product-wrap.v2 .single-product-item {
  border: 1px solid transparent;
  padding: 0 0 25px;
  transition: all 0.4s ease;
}
.product-wrap.v2 .single-product-item .product-img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-wrap.v2 .single-product-item .product-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 10px;
  display: block;
}
.product-wrap.v2 .single-product-item .product-price {
  color: #E31C25;
  font-size: 24px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  display: block;
  text-align: center;
}
.product-wrap.v2 .single-product-item .product-option-wrap {
  top: 35%;
}
.product-wrap.v2 .single-product-item .product-option-wrap .add-to-cart,
.product-wrap.v2 .single-product-item .product-option-wrap .add-to-wishlist,
.product-wrap.v2 .single-product-item .product-option-wrap .view-product {
  background: #fff;
}
.product-wrap.v2 .single-product-item .product-option-wrap .add-to-cart:hover,
.product-wrap.v2 .single-product-item .product-option-wrap .add-to-wishlist:hover,
.product-wrap.v2 .single-product-item .product-option-wrap .view-product:hover {
  background-color: #E31C25;
  color: #fff;
}
.product-wrap.v3 {
  position: relative;
}
.product-wrap.v3 .shape-one {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.product-wrap.v3 .product-slider .product-slide-item .product-img img {
  max-width: 400px;
  margin: 0 auto;
}
.product-wrap.v3 .product-slider .product-slide-item .product-info .product-price {
  font-size: 28px;
  color: #E31C25;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.product-wrap.v3 .product-slider .product-slide-item .product-info .product-rating {
  justify-content: flex-start;
}
.product-wrap.v3 .product-slider .product-slide-item .product-info .product-desc {
  padding: 13px 0 0;
  border-top: 1px solid #EAEAEA;
  margin: 15px 0 0px;
}
.product-wrap.v3 .product-slider .product-slide-item .product-info .product-action-btn {
  margin: 20px 0 0;
}
.product-wrap.v3 .product-slider .product-slide-item .product-info .product-action-btn .btn:nth-child(1) {
  margin-right: 15px;
}
.product-wrap.v3 .product-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.product-wrap.v3 .product-slider .owl-dots .owl-dot {
  display: block;
}
.product-wrap.v3 .product-slider .owl-dots .owl-dot span {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E31C25;
}
.product-wrap.v3 .product-slider .owl-dots .owl-dot.active span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #E31C25;
  border-radius: 50%;
}

.single-product-item.list-view .product-img {
  max-height: 100% !important;
  margin: 0;
}
.single-product-item.list-view .product-info .product-name {
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}
.single-product-item.list-view .product-info .product-rating {
  margin: 15px 0;
  justify-content: flex-start;
}
.single-product-item.list-view .product-info .product-rating i {
  font-size: 20px;
}

.single-product-item .product-img {
  overflow: hidden;
  padding: 30px 20px;
}

.single-product-item:hover .product-price:before {
  visibility: visible;
  opacity: 1;
}

.single-product-item .product-img img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}

.product-slide-item .product-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-img {
  position: relative;
  margin: 0 0 20px;
}

.product-option-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  width: 100%;
}

.product-wrap.v1 .single-product-item:hover .product-option-wrap {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.product-wrap.v2 .single-product-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-wrap.v2 .single-product-item:hover {
  border-color: #E5E53B;
}

.add-to-cart,
.add-to-wishlist,
.view-product {
  width: 48px;
  height: 48px;
  color: #E31C25;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 5px;
  transition: all 0.4s ease;
}
.add-to-cart i,
.add-to-wishlist i,
.view-product i {
  font-size: 25px;
  line-height: 0.8;
}

.single-product-item {
  position: relative;
  overflow: hidden;
}

.product-rating {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.product-rating li {
  margin: 0 6px 0 0;
}
.product-rating li i {
  color: #E31C25;
}

.product-slider-v1 .owl-next,
.product-slider-v1 .owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.product-slider-v1 .owl-prev {
  left: -75px;
}
.product-slider-v1 .owl-next {
  right: -75px;
}
.product-slider-v1 .owl-dots {
  display: none;
}

.product-slider-v1 .owl-prev.disabled,
.product-slider-v1 .owl-next.disabled {
  background: rgba(227, 28, 37, 0.3) !important;
}

#productModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #E31C25;
  border-radius: 0;
  padding: 10px;
  z-index: 9;
  opacity: 1;
}
#productModal .btn-close:focus {
  outline: none;
  box-shadow: none;
}
#productModal .btn-close i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  top: -7px;
}

#productModal .product-details-wrap {
  padding: 42px 0 50px;
}

/*---------------------------------
        Call-to-Action CSS 
-----------------------------------*/
.cta-bg-1 {
  background-image: url(../img/banner/banner-3.jpg);
}

.cta-wrap {
  position: relative;
}
.cta-wrap .container {
  position: relative;
  z-index: 10;
}
.cta-wrap .container .cta-para p {
  color: #fff;
  padding: 0 0 0 15px;
  margin: 0;
}
.cta-wrap .cta-call {
  position: relative;
  padding: 25px 20px 15px 75px;
}
.cta-wrap .cta-call i {
  position: absolute;
  top: 19px;
  left: 0;
  font-size: 70px;
  color: #fff;
  transform: rotate(30deg);
}
.cta-wrap .cta-call a {
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
}
.cta-wrap .cta-call span {
  display: block;
  margin: 15px 0 0;
  color: #fff;
}
.cta-wrap.v1 .cta-para p {
  opacity: 0.7;
}
.cta-wrap.v1 .cta-call {
  border: 1px solid #E31C25;
  background-color: rgba(112, 112, 112, 0.24);
}
.cta-wrap.v2 .cta-call {
  background-color: #E31C25;
}

/*---------------------------------
        BMI Calculator CSS 
-----------------------------------*/
.bmi-bg-1 {
  background-image: url(../img/banner/banner-4.jpg);
}

.bmi-wrap {
  position: relative;
}
.bmi-wrap .container {
  position: relative;
  z-index: 10;
}
.bmi-wrap .container .bmi-form {
  margin: 25px 0 0;
}
.bmi-wrap .container .bmi-form .select-gender {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
}
.bmi-wrap .container .bmi-form .select-gender > div {
  margin-right: 15px;
}
.bmi-wrap .container .bmi-form .form-group {
  width: 100%;
}
.bmi-wrap .container .bmi-form .form-group input {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 48px;
  padding: 10px 23px;
}
.bmi-wrap .container .bmi-form .form-group button {
  width: 100%;
  height: 48px;
  border: none;
  background: #E31C25;
  color: #fff;
}
.bmi-wrap .container .bmi-chart {
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin: 20px 0 0;
}
.bmi-wrap .container .bmi-chart .bmi-chart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bmi-wrap .container .bmi-chart .bmi-chart-title h6 {
  margin: 0;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  width: 50%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.bmi-wrap .container .bmi-chart .bmi-chart-title h6:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.bmi-wrap .container .bmi-chart .bmi-chart-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bmi-wrap .container .bmi-chart .bmi-chart-data:nth-child(2) p {
  padding-top: 15px;
}
.bmi-wrap .container .bmi-chart .bmi-chart-data:last-child p {
  padding-bottom: 15px;
}
.bmi-wrap .container .bmi-chart .bmi-chart-data p {
  margin: 0;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  line-height: 26px;
  width: 50%;
  padding: 5px 5px;
}
.bmi-wrap .container .bmi-chart .bmi-chart-data p:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.bmi-form .row .col-lg-6 {
  margin: 0 0 25px;
}

.bmi-form .row .col-lg-6:nth-child(3),
.bmi-form .row .col-lg-6:nth-child(4) {
  margin: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

[type=radio]:checked + label::before,
[type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}

[type=radio]:checked + label::before {
  background-color: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E31C25;
  top: 6px;
  left: 3px;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.join-class-wrap.bmi-wrap .container .bmi-form .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

/*---------------------------------
        Blog CSS 
-----------------------------------*/

.blog-post-wrap{
  padding-bottom: 40px !important;
}

.blog-post-wrap .container {
  position: relative;
  padding-top: 40px;

}

.blog-item-wrap.v1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.blog-item-wrap.v1 .blog-item {
  position: relative;
  overflow: hidden;
}
.blog-item-wrap.v1 .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-item-wrap.v1 .blog-item .blog-img .news-date {
  top: 30px;
  left: 30px;
}
.blog-item-wrap.v1 .blog-item .blog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 9;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.53) 34%, rgba(0, 0, 0, 0.03) 50%);
}
.blog-item-wrap.v1 .blog-item .blog-content .blog-info {
  padding: 0 30px 30px;
  transform: translateY(130px);
  transition: 0.4s;
}
.blog-item-wrap.v1 .blog-item .blog-content .blog-info p {
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}
.blog-item-wrap.v1 .blog-item .blog-content .blog-info .btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}
.blog-item-wrap.v2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.blog-item-wrap.v2 .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-item-wrap.v2 .blog-img img {
  transition: all 0.8s ease;
}
.blog-item-wrap.v2 .blog-img .news-date {
  position: absolute;
  top: 25px;
  right: 25px;
}
.blog-item-wrap.v2 .blog-content {
  position: relative;
  margin: 22px 0 0;
}
.blog-item-wrap.v2 .blog-content .news-date {
  position: absolute;
  top: 25px;
  right: 25px;
}

.blog-item-wrap.v1 .blog-item:hover .blog-info {
  transform: translateY(0);
}

.blog-item-wrap.v1 .blog-item:hover .blog-info p,
.blog-item-wrap.v1 .blog-item:hover .blog-info a.btn {
  visibility: visible;
  opacity: 1;
}

.blog-item-wrap.v2 .blog-item:hover .blog-card-title {
  color: #E31C25 !important;
}

.blog-item-wrap .blog-item .blog-img img {
  transition: 0.8s;
}

.blog-item-wrap .blog-item:hover .blog-img img {
  transform: scale(1.05);
}

.news-date {
  position: absolute;
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.news-date h4 {
  font-size: 30px;
  color: #E31C25;
  font-weight: 700;
  margin: 0;
}
.news-date h4 span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #000;
  font-family: "Ubuntu", sans-serif;
}

.blog-content .blog-card-title {
  font-family: "Teko", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.blog-content p {
  color: #fff;
  margin-bottom: 25px;
}

/*---------------------------------
       Single Blog Page CSS
-----------------------------------*/
article p {
  margin: 0 0 30px;
}
article blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
article blockquote p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}
article img {
  margin: 0 0 30px;
}

.comment-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 0 0 30px;
}
.comment-box-title .comment-box-title-left p {
  font-size: 24px;
  line-height: 34px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.comment-box-title .comment-box-title-left a {
  color: #E31C25;
  display: block;
  padding: 0 0 3px;
  border-bottom: 1px solid #E31C25;
}

.comment-box {
  padding: 30px;
  margin: 0 0 30px;
}
.comment-box .comment-author-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.comment-box .comment-author-info .ct_author_avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.comment-box .comment-author-info .ct_author_avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-box .comment-author-info .ct_author_avatar p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 15px;
  color: #000;
}
.comment-box .comment-date {
  text-align: right;
}
.comment-box .comment-date p {
  margin: 0px;
}
.comment-box.approved {
  background: #F8F8F8;
}
.comment-box.declined {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-text {
  margin: 20px 0 30px;
  color: #454546;
}

.comment-rating ul li i {
  font-size: 14px;
}

.comment-form {
  background: #F8F8F8;
  padding: 30px;
}
.comment-form .comment-form-title {
  font-size: 25px;
  line-height: 34px;
  color: #E31C25;
  margin: 0 0 20px;
  font-weight: 400;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-form .form-group {
  margin: 0 0 15px;
}
.comment-form .form-group label {
  display: block;
  margin: 0 0 8px;
}
.comment-form .form-group input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: transparent;
}
.comment-form .form-group textarea {
  width: 100%;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: transparent;
  resize: none;
}

.comment-form .single-product-checkbox .checkbox.form-group label::before {
  top: -2px;
}

.popular-post-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.popular-post-item .post-img {
  width: 90px;
  margin-right: 10px;
}
.popular-post-item .post-info {
  width: calc(100% - 100px);
}
.popular-post-item .post-info h5 {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.popular-post-item .post-info span {
  font-size: 14px;
  color: #E31C25;
  line-height: 19px;
  display: block;
  margin: 0 0 5px;
}

.sidebar .sidebar-widget {
  margin: 0 0 35px;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  margin: 0 0 25px;
  font-weight: 400;
}
.sidebar .sidebar-widget.search-box {
  position: relative;
}
.sidebar .sidebar-widget.search-box input {
  width: 100%;
  height: 48px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-widget.search-box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: none;
  background: transparent;
}
.sidebar .sidebar-widget.search-box button i {
  color: #E31C25;
  font-size: 20px;
}
.sidebar .sidebar-widget .category-box ul li {
  display: block;
}
.sidebar .sidebar-widget .category-box ul li a {
  position: relative;
  padding-left: 22px;
  font-weight: 500;
}
.sidebar .sidebar-widget .category-box ul li a::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  background: #E31C25;
  width: 5px;
  height: 1px;
}
.sidebar .sidebar-widget .category-box ul li a:hover {
  color: #E31C25;
}
.sidebar .sidebar-widget .category-box ul li a:hover:before {
  background: #E31C25;
}
.sidebar .sidebar-widget .tag-list ul li {
  display: inline-block;
  margin: 0 8px 12px 0px;
}
.sidebar .sidebar-widget .tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 15px;
  border: 1px solid #646464;
  color: #646464;
  transition: 0.4s;
}
.sidebar .sidebar-widget .tag-list ul li a:hover {
  background-color: #E31C25;
  color: #fff;
  border-color: transparent;
}

.comment-form .single-product-checkbox .checkbox.form-group.fn label::before {
  top: 5px;
}

.single-product-checkbox .form-group.checkbox.fn input:checked + label::after {
  top: 5px;
}

/*-------------------------------
        Class Banner CSS
-------------------------------*/
.tb-bg-1 {
  background-image: url(../img/banner/banner-2.jpg);
}

.class-bg-1 {
  background-image: url(../img/class/class-5.jpg);
}

.class-bg-2 {
  background-image: url(../img/class/class-6.jpg);
}

.class-bg-3 {
  background-image: url(../img/class/class-7.jpg);
}

.class-bg-4 {
  background-image: url(../img/class/class-8.jpg);
}

.time-table-banner {
  position: relative;
  height: 400px;
}
.time-table-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.001) 50%);
  content: "";
  width: 100%;
  height: 100%;
}
.time-table-banner .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.time-table-banner .container .time-table-btn {
  margin: 25px 0 0 0;
}
.time-table-banner .container .time-table-btn .btn:nth-child(1) {
  margin: 0 15px 0 0;
}

/*-------------------------------
        Class Box CSS
-------------------------------*/
.class-wrap .class-item .class-info {
  margin: 20px 0 0;
}
.class-wrap .class-item .class-info h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
.class-wrap .class-item .class-info span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 0 0 15px;
  opacity: 0.7;
}
.class-wrap .class-item .class-info p {
  margin: 0 0 10px;
}
.class-wrap.v1 .class-item .class-img .overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.class-wrap.v1 .class-item:hover .class-img .btn {
  visibility: visible;
  opacity: 1;
}
.class-wrap.v1 .class-item:hover .overlay {
  visibility: visible;
  opacity: 0.8;
}
.class-wrap.v2 .class-item {
  position: relative;
  height: 500px;
  transition: all 0.5s ease;
}
.class-wrap.v2 .class-item .overlay {
  transition: all 0.5s ease;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.39) 35%, rgba(0, 0, 0, 0) 100%);
}
.class-wrap.v2 .class-item .class-num {
  position: absolute;
  top: 25px;
  left: 25px;
  -webkit-text-stroke: 1px #fff;
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  visibility: hidden;
  opacity: 1;
  transition: 0.3s;
}
.class-wrap.v2 .class-item .class-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.class-wrap.v2 .class-item .class-info h5 {
  color: #fff;
  transform: translateY(70px);
  transition: all 0.5s ease;
}
.class-wrap.v2 .class-item .class-info p,
.class-wrap.v2 .class-item .class-info span,
.class-wrap.v2 .class-item .class-info a {
  color: #fff;
  opacity: 1;
}
.class-wrap.v2 .class-item .class-info p,
.class-wrap.v2 .class-item .class-info span {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.class-wrap.v2 .class-item .class-info .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.class-wrap.v2 .class-item:hover .class-img .btn {
  visibility: visible;
  opacity: 1;
}
.class-wrap.v2 .class-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.class-wrap.v2 .class-item:hover .class-num {
  visibility: visible;
  opacity: 1;
}
.class-wrap.v2 .class-item:hover .class-info h5 {
  transform: translateY(0px);
}
.class-wrap.v2 .class-item:hover .class-info p,
.class-wrap.v2 .class-item:hover .class-info span {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.class-wrap.v2 .class-item:hover .class-info .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.class-wrap.v3 {
  background: #fff !important;
  border-bottom: 1px solid black;
}
.class-wrap.v3 .class-item {
  margin: 0 0 30px;
}
.class-wrap.v3 .class-item a,
.class-wrap.v3 .class-item span {
  color: #fff;
  opacity: 1;
}
.class-wrap.v3 .class-item p {
  color: rgba(255, 255, 255, 0.8);
}
.class-wrap.v3 .class-item .class-img {
  max-height: 400px;
}
.class-wrap.v3 .class-item .class-info > a {
  font-family: "Teko", sans-serif;
}
.class-wrap.v3 .class-item .class-info a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 0 0 10px;
}
.class-wrap.v3 .class-item .class-info .trainer-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.class-wrap.v3 .class-item .class-info .trainer-info .trainer-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}
.class-wrap.v3 .class-item .class-info .trainer-info .trainer-img img {
  width: 100%;
  border-radius: 50%;
}
.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc {
  width: calc(100% - 70px);
  margin-left: 10px;
}
.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc p {
  margin: 0 0 8px;
}
.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc span {
  margin: 0;
}
.class-wrap.v3 .class-item:hover .class-info > a {
  border-color: #E31C25;
}
.class-wrap.v3 .class-item.s1 {
  margin: 0 0 30px;
}
.class-wrap.v3 .class-item.s1 .class-info a {
  color: #000;
}
.class-wrap.v3 .class-item.s1 .class-info span {
  color: #646464;
}
.class-wrap.v3 .class-item.s1 .class-info a {
  font-weight: 700;
  border: none;
}
.class-wrap.v3 .class-item.s1 .class-info .trainer-info {
  padding: 15px 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.class-wrap.v3 .class-item.s1:hover .class-info a {
  color: #E31C25;
  border-color: transparent !important;
}

.class-item.s1 .class-info p {
  color: #646464;
}

.class-wrap.v3 .class-item .trainer-info .trainer-desc:hover a {
  color: #E31C25;
}

.class-details-img {
  height: 400px;
}

.feature-content.class-details-content {
  padding-right: 0;
}

.class-img {
  position: relative;
}

.class-img a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

/*-------------------------------
        Class Details CSS
-------------------------------*/
.class-trainer p {
  background: #F8F8F8;
  text-align: center;
  margin: 0;
  padding: 6px;
  font-weight: 600;
}

.class-details .table thead tr th {
  border-bottom: none;
  background: #000;
  color: #fff;
  text-align: center;
}

.dt-header {
  background-color: #000;
  padding: 32px 0;
}

.dt-header,
.dt-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dt-header .dt-header-item,
.dt-header .dt-data-item,
.dt-data .dt-header-item,
.dt-data .dt-data-item {
  width: 20%;
  text-align: center;
}
.dt-header .dt-header-item p,
.dt-header .dt-data-item p,
.dt-data .dt-header-item p,
.dt-data .dt-data-item p {
  opacity: 0.7;
  margin: 0;
}
.dt-header .dt-header-item,
.dt-data .dt-header-item {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.dt-header .dt-header-item h6,
.dt-data .dt-header-item h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.dt-data {
  background: #F8F8F8;
  padding: 20px 10px;
}

.join-class-bg {
  height: 600px;
}

.class-details-table {
  width: 100%;
  overflow-x: auto;
}
.class-details-table .table thead tr {
  vertical-align: middle;
}
.class-details-table .table thead tr th {
  background-color: #000;
  color: #fff;
  padding: 25px 30px;
  text-align: center;
  font-size: 18px;
}
.class-details-table .table tbody tr {
  vertical-align: middle;
}
.class-details-table .table tbody tr td {
  background-color: #F8F8F8;
  padding: 25px 30px;
  text-align: center;
}

/*------------------------------
    Course Page CSS
------------------------------*/
.course-wrap {
  position: relative;
  margin-top: 82px;
}

.class_list {
  border: none;
  justify-content: flex-start;
  margin: 0 0 35px;
}
.class_list li {
  width: 20%;
  text-align: center;
  border: none;
}
.class_list li button {
  display: block;
  padding: 8px 5px 6px;
  font-size: 18px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  color: #000;
}
.class_list li button:hover, .class_list li button:focus, .class_list li button.active {
  border-color: transparent !important;
}
.class_list li button.active {
  background: #E31C25 !important;
  border-bottom: none;
  color: #fff !important;
}

.nav.nav-tabs.class_list li:first-child a {
  border-left: 1px solid #fff;
}

.schedule-table-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-table-head .schedule-table-head-item {
  width: 14.286%;
  background: #000;
  padding: 15px 0;
}
.schedule-table-head .schedule-table-head-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.schedule-table-data-item {
  background: transparent;
  border: 1px solid #707070;
  width: 14.28%;
  border-left: none;
  border-bottom: none;
  padding: 5px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.schedule-table-data-item h4 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.schedule-table-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-table-data .schedule-table-data-item a {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.schedule-table-data .schedule-table-data-item a span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #646464;
}
.schedule-table-data .schedule-table-data-item:hover a {
  color: #E31C25;
}
.schedule-table-data .schedule-table-data-item:hover a span {
  color: #707070;
}

.schedule-table-data-item:nth-child(1) {
  border-left: 1px solid #707070;
}

.schedule-table-data:first-child .schedule-table-data-item {
  border-top: none;
}

.schedule-table-data:last-child .schedule-table-data-item {
  border-bottom: 1px solid #707070;
}

.trainer-desc p {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

/*------------------------------
    Promo CSS
----------------------------*/
.promo-bg-1 {
  background-image: url(../img/promo/promo-img-1.jpg);
}

.promo-bg-2 {
  background-image: url(../img/promo/promo-2.jpg);
}

.promo-bg-3 {
  background-image: url(../img/promo/promo-4.jpg);
}

.promo-bg-4 {
  background-image: url(../img/promo/promo-3.jpg);
}

.promo-wrap .promo-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px 10px;
}
.promo-wrap .promo-content .promo-icon {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #FCE7E8;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.promo-wrap .promo-content .promo-icon i {
  font-size: 60px;
  color: #E31C25;
}
.promo-wrap .promo-content .promo-text {
  margin: 30px 0 0;
  transition: 0.3s;
}
.promo-wrap .promo-content .promo-text h5 {
  margin: 0 0 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.promo-wrap.v1 .promo-item {
  border-right: 1px solid #E31C25;
  border-bottom: 1px solid #E31C25;
}
.promo-wrap.v2 .promo-content {
  max-height: 252px;
}
.promo-wrap.v2 .promo-item {
  border: none;
}
.promo-wrap.v2 .promo-item .promo-img {
  min-height: 252px;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.promo-wrap.v2 .promo-item .promo-img:before {
  display: none;
}
.promo-wrap.v3 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.promo-wrap.v3 .promo-item {
  background: #fff;
}

.promo-item {
  position: relative;
}

.promo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-item:hover .promo-img {
  visibility: visible;
  opacity: 1;
}

.promo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.promo-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #E31C25;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.promo-item:hoverv.promo-img {
  visibility: visible;
  opacity: 1;
}

.promo-item:hover .promo-icon {
  background: #D2535B;
}

.promo-item:hover .promo-icon i {
  color: #fff;
}

.promo-item:hover .promo-text h5,
.promo-item:hover .promo-text p {
  color: #fff;
}

.promo-slider-v1 {
  border-top: 1px solid #E31C25;
  border-left: 1px solid #E31C25;
}
.promo-slider-v1 .owl-dots {
  display: none;
}
.promo-slider-v1 .owl-prev,
.promo-slider-v1 .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E31C25 !important;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.promo-slider-v1 .owl-prev i,
.promo-slider-v1 .owl-next i {
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  position: relative;
}
.promo-slider-v1 .owl-prev .owl-next i,
.promo-slider-v1 .owl-next .owl-next i {
  left: 1px;
}
.promo-slider-v1 .owl-prev.disabled,
.promo-slider-v1 .owl-next.disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.promo-slider-v1 .owl-prev {
  left: -25px;
}
.promo-slider-v1 .owl-next {
  right: -25px;
}

#productModal .product-details-wrap {
  padding: 42px 10px 50px 35px;
}

/*-------------------------------
         Footer CSS
-------------------------------*/
.footer-wrap .footer-top {
  padding: 100px 0;
}
.footer-wrap .footer-top .footer-widget .com-address-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon {
  width: 48px;
  height: 48px;
  background: #E31C25;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon i {
  color: #fff;
  font-size: 26px;
}
.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info {
  width: calc(100% - 60px);
}
.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
  margin: 0;
}
.footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title {
  margin: 0 0 20px;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title h5 {
  font-family: "Teko", sans-serif;
  padding-left: 12px;
  line-height: 27px;
  position: relative;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title h5:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
}
.footer-wrap .footer-bottom {
  padding: 20px 0;
}
.footer-wrap .footer-bottom .copyright-text {
  text-align: center;
}
.footer-wrap .footer-bottom .copyright-text p {
  line-height: 22px;
  margin: 0;
}
.footer-wrap .footer-bottom .copyright-text p a {
  color: #E31C25;
  font-weight: 600;
}
.footer-wrap.v1 {
  background-color: #F8F8F8;
}
.footer-wrap.v1 .footer-top {
  background-color: #F8F8F8;
}
.footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5 {
  color: #000;
}
.footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5:before {
  background-color: #E31C25;
}
.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a {
  background: #F6E8E8;
}
.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a:hover {
  background-color: #fff;
}
.footer-wrap.v1 .footer-top .footer-widget .social-profile ul li a i {
  color: #E31C25;
}
.footer-wrap.v1 .footer-top .footer-widget .comp-location {
  background: #fff;
}
.footer-wrap.v1 .footer-top .footer-widget .comp-location .loc-icon {
  background: #FCE7E8;
}
.footer-wrap.v1 .footer-top .footer-widget .comp-location .loc-icon i {
  color: #E31C25;
}
.footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group input {
  border: none;
  background: #fff;
  color: #000;
  font-size: 14px;
}
.footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group button {
  background: #E31C25;
  border: none;
  color: #fff;
}
.footer-wrap.v1 .footer-bottom {
  background-color: #fff;
}
.footer-wrap.v1 a {
  color: #000;
}
.footer-wrap.v2 .footer-top {
  background-color: #01060F;
}
.footer-wrap.v2 .footer-top .footer-widget-title h5 {
  color: #fff;
}
.footer-wrap.v2 .footer-top .footer-widget-title h5:before {
  background-color: #E5E53B;
}
.footer-wrap.v2 .footer-top .social-profile ul li a {
  background: transparent;
  border: 1px solid #E5E53B;
}
.footer-wrap.v2 .footer-top .social-profile ul li a:hover {
  background-color: #fff;
}
.footer-wrap.v2 .footer-top .social-profile ul li a:hover i {
  color: #E31C25;
}
.footer-wrap.v2 .footer-top .social-profile ul li a i {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-wrap.v2 .footer-top .comp-location .loc-icon {
  background: #707070;
}
.footer-wrap.v2 .footer-top .comp-location .loc-icon i {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location h6,
.footer-wrap.v2 .footer-top .comp-location span,
.footer-wrap.v2 .footer-top .comp-location p,
.footer-wrap.v2 .footer-top .comp-location a {
  color: #fff;
}
.footer-wrap.v2 .footer-top .comp-location span {
  opacity: 0.7;
}
.footer-wrap.v2 .footer-top .newsletter-wrap .form-group input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}
.footer-wrap.v2 .footer-top .newsletter-wrap .form-group button {
  background: #E31C25;
  border: none;
  color: #fff;
}
.footer-wrap.v2 .footer-top p,
.footer-wrap.v2 .footer-top a {
  color: #fff;
}
.footer-wrap.v2 .footer-bottom {
  background-color: #01060F;
  border-top: 1px solid #34383F;
}
.footer-wrap.v2 .footer-bottom p,
.footer-wrap.v2 .footer-bottom a {
  color: #fff;
}

.social-profile {
  margin: 25px 0 0;
}
.social-profile ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-profile ul li:last-child {
  margin-right: 0;
}
.social-profile ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #F6E8E8;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.social-profile ul li a:hover {
  background-color: #fff;
}
.social-profile ul li a i {
  font-size: 28px;
  color: #E31C25;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.footer-menu ul li {
  padding-bottom: 16px;
  display: block;
}
.footer-menu ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.footer-menu ul li:last-child a {
  padding-bottom: 0;
}

.instagram-photo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}
.instagram-photo-wrap .instagram-photo {
  display: block;
}
.instagram-photo-wrap .instagram-photo:nth-child(1) {
  grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

.comp-location {
  text-align: center;
  padding: 20px 10px;
  margin: 0 0 25px;
}
.comp-location h6 {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}
.comp-location .loc-icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  margin: 0 auto 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comp-location .loc-icon i {
  font-size: 22px;
}
.comp-location h6 {
  font-weight: 600;
}
.comp-location span {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 5px;
  display: block;
}
.comp-location p {
  margin-bottom: 0;
}

.newsletter-wrap .form-group {
  position: relative;
}
.newsletter-wrap .form-group input {
  height: 48px;
  width: calc(100% - 152px);
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
}
.newsletter-wrap .form-group button {
  width: 162px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.newsletter-wrap .form-group button i {
  margin-left: 5px;
}
.newsletter-wrap.search-product .form-group {
  width: 450px;
  margin: 0 auto;
}
.newsletter-wrap.search-product .form-group input {
  width: 100%;
  padding-right: 160px;
  border: none;
}
.newsletter-wrap.search-product .form-group button {
  width: 162px;
  background: #E31C25;
  color: #fff;
}

/*---------------------------------
        Shop CSS 
-----------------------------------*/
/*-----Shop Details----------*/
.product-gallery.swiper.gallery-top {
  height: auto !important;
}

.swiper-slide.single-product-img {
  min-height: 400px;
  margin: 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-slide.single-product-img img {
  margin: 0 auto;
  display: block;
}

.swiper-slide.single-product-thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  cursor: pointer;
  max-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide.single-product-thumb img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.single-product-title {
  position: relative;
  padding-left: 13px;
}
.single-product-title h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 14px;
}
.single-product-title h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
.single-product-title:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 3px;
  height: calc(100% - 15px);
  background: #E31C25;
}

.single-product-desc {
  border-bottom: 0.5px solid rgba(69, 69, 70, 0.2);
}
.single-product-desc p {
  opacity: 0.7;
}

.single-product-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 35px;
}
.single-product-review .single-product-review-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}
.single-product-review .single-product-review-left .product-rating li {
  margin-right: 7px;
}
.single-product-review .single-product-review-left .product-rating li i {
  font-size: 24px;
}
.single-product-review .single-product-review-left span {
  color: #E31C25;
  font-size: 20px;
  margin-left: 6px;
}
.single-product-review .single-product-review-right {
  width: 40%;
  text-align: right;
}

.single-product-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product-quantity {
  width: 144px;
}

.product-quantity {
  margin-right: 10px;
}
.product-quantity .qtySelector {
  position: relative;
  border: 0.5px solid rgba(69, 69, 70, 0.2);
  height: 48px;
}
.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #E31C25;
}
.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: #E31C25;
  border: none;
  left: 48px;
  position: relative;
  height: 47px;
  top: -1px;
  text-align: center;
  color: #fff;
}

.add-cart button,
.add-wishlist button {
  margin-right: 10px;
  height: 48px;
  font-weight: 400 !important;
}
.add-cart button i,
.add-wishlist button i {
  margin-right: 10px;
  top: 1px !important;
}
.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.single-product-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}
.single-product-checkbox .checkbox {
  margin-right: 20px;
}
.single-product-checkbox .checkbox.form-group label {
  font-size: 16px;
  line-height: 26px;
  padding-left: 19px;
}
.single-product-checkbox .checkbox.form-group label:before {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #E31C25;
  box-shadow: none;
  position: absolute;
  top: 6px;
  left: 0;
}

.single-product-checkbox .form-group.checkbox input:checked + label::after {
  top: 8px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #E31C25;
  border-width: 0 1px 1px 0;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  padding: 0 20px 0;
}
.accordion-item .accordion-header .accordion-button {
  margin: 0;
  padding: 20px 10px 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  border-radius: 0;
  padding: 20px 0;
  border: none;
  text-align: left;
  align-items: flex-start;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 700;
  font-size: 14px;
}

.accordion-button::after {
  content: "\f107";
  background-image: none;
  font-family: "Line Awesome Free";
  font-weight: 700;
  font-size: 14px;
}

.accordion-body {
  padding: 25px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-body p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}
.additional-info li:last-child {
  margin-bottom: 0;
}
.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-reviews-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.product-reviews-item:last-child {
  margin: 0;
}

.reviewer_img {
  width: 90px;
  height: 100px;
}

.reviewer_text {
  width: calc(100% - 110px);
  margin-left: 20px;
}
.reviewer_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.reviewer_info {
  margin: 0 0 8px;
}
.reviewer_info h6,
.reviewer_info p {
  display: inline-block;
}
.reviewer_info h6 {
  line-height: 21px;
  margin: 0 25px 0 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.reviewer_info p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}

.review-form-title {
  background: #000;
  padding: 15px;
  margin: 0 0 20px;
}
.review-form-title h6 {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  line-height: 21px;
  margin: 0;
  font-weight: 600;
}

.review-form .form-group {
  margin: 0 0 15px;
}
.review-form .form-group textarea {
  height: 110px;
}
.review-form .form-group.checkbox label {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
}
.review-form .form-group.checkbox label::before {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #E31C25;
  left: 0;
  top: 3px;
  padding: 0;
}
.review-form .btn {
  margin: 10px 0 0;
}

.review-form .form-group.checkbox input:checked + label::after {
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #E31C25;
  border-radius: 50%;
  transform: rotate(0deg);
}

#myform {
  text-align: center;
  padding: 5px;
  border: 1px dotted #ccc;
  margin: 2%;
}

.qty {
  width: 40px;
  height: 25px;
  text-align: center;
}

input.qtyplus {
  width: 25px;
  height: 25px;
}

input.qtyminus {
  width: 25px;
  height: 25px;
}

.form-group.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.checkbox label {
  position: relative;
  cursor: pointer;
}

.form-group.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nice-select {
  width: 210px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  color: #000;
  height: 49px;
  padding: 10px 15px;
  line-height: 27px;
}
.nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 9px;
  height: 9px;
  right: 20px;
  top: 51%;
}

.search-reult-text {
  font-size: 20px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  display: inline-block;
  margin-left: 30px;
}

.product-view .nav-tabs {
  border: none;
}
.product-view .nav-tabs li {
  margin: 0 10px 0 0;
}
.product-view .nav-tabs li:last-child {
  margin-right: 0;
}
.product-view .nav-tabs li button {
  background: transparent;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  text-align: center;
  border-radius: 0;
}
.product-view .nav-tabs li button i {
  color: #000;
}
.product-view .nav-tabs li button.active {
  background: #E31C25;
  border-color: transparent;
}
.product-view .nav-tabs li button.active i {
  color: #fff;
}
.product-view .nav-tabs li button i {
  font-size: 30px;
  line-height: 48px;
}
.product-view .nav-tabs li:hover button {
  background: #E31C25;
}
.product-view .nav-tabs li:hover button i {
  color: #fff;
}

.product-view {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.product-view .nice-select {
  margin-left: 30px;
}

.product-tab {
  margin: 30px 0 0;
}

.checkout-details .form-group input {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  background: #E31C25;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}

.bill-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 0;
}
.bill-item .bill-item-name p {
  margin: 0;
}
.bill-item .bill-item-price span {
  font-weight: 700;
}

.bill-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bill-details > h5 {
  color: #fff;
  background: #000;
  padding: 20px;
  margin: 0;
}

.bill-item-wrap {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subtotal-wrap {
  padding: 10px 20px;
}
.subtotal-wrap .subtotal-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

.subtotal-item-right span {
  font-weight: 700;
}

.subtotal-item-left p,
.subtotal-item-right p {
  margin: 0;
}

.total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.total-wrap h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}
.total-wrap span {
  font-weight: 700;
}

.contact-box form.review-form.checkout .form-group textarea {
  height: 116px;
}

.contact-box form.review-form.checkout .select-gender {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-box form.review-form.checkout .select-gender div {
  margin-right: 20px;
}

.contact-box form.review-form.checkout input[type=radio]:checked + label::before,
.contact-box form.review-form.checkout input[type=radio]:not(:checked) + label::before {
  border-color: #E31C25;
}

.contact-box form.review-form.checkout input[type=radio]:checked + label,
.contact-box form.review-form.checkout input[type=radio]:not(:checked) + label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

/*------------------------------
        Wishlist CSS
-------------------------------*/
.wishlist-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin: 100px 0 20px;
}
.wishlist-table table {
  margin: 0;
}
.wishlist-table table thead tr th {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  text-align: center;
}
.wishlist-table table thead tr th:first-child {
  text-align: left;
}
.wishlist-table table tbody tr {
  vertical-align: middle;
}
.wishlist-table table tbody tr td {
  padding: 20px;
}
.wishlist-table table tbody tr td .wh_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.wishlist-table table tbody tr td .wh_item a {
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.wishlist-table table tbody tr td .wh_item img {
  max-width: 90px;
}
.wishlist-table table tbody tr td .wh-tem-price {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.wishlist-table table tbody tr td .wh_qty .product-quantity {
  margin: 0 auto;
}
.wishlist-table table tbody tr td p {
  margin: 0;
}
.wishlist-table table tbody tr td button {
  background: transparent;
  border: none;
  display: block;
  margin: 0 auto;
}
.wishlist-table table tbody tr td button i {
  color: #E31C25;
  font-size: 22px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

/*----------------------------
    Responsive CSS
-----------------------------*/
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pb-75 {
    padding-bottom: 25px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .ptb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #productModal .btn-close {
    padding: 3px 4px 5px;
  }
  p {
    font-size: 14px !important;
  }
  .btn.v7 i,
  .btn.v8 i {
    font-size: 14px;
    margin-left: 3px;
    top: 1px;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .class-wrap.v3 .class-item .class-info a,
  .blog-item-wrap.v1 .blog-content .blog-info h5,
  .blog-item-wrap.v2 .blog-content .blog-info h5,
  .blog-content .blog-card-title {
    font-size: 20px;
  }
  .title_sub {
    font-size: 32px;
    line-height: 40px;
  }
  .hammenu span.menu-text {
    display: none;
  }
  .hammenu {
    text-align: right;
    position: relative;
    top: 4px;
  }
  .header-wrap.v1.s2 .header-bottom .shopcart {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .cart-popup {
    padding: 10px 15px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
    width: 75px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
    width: calc(100% - 160px);
  }
  .product-quantity {
    width: 184px;
    height: 48px;
  }
  .product-quantity .qtySelector {
    height: 48px;
  }
  .product-quantity .qtySelector span {
    width: 40px;
    line-height: 48px;
    font-size: 18px;
  }
  .product-quantity .qtySelector input {
    width: calc(100% - 80px);
    left: 40px;
    height: 48px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
    width: 60px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
    font-size: 14px;
  }
  .cart-popup .cart-popup-item-wrap {
    height: calc(100% - 272px);
  }
  .cart-popup .cart-popup-total-wrap {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .cart-popup .cart-popup-total-wrap .cart-popup-total {
    padding: 15px 0 5px;
  }
  .hero-wrap.v1 .hero-slider-v1 .hero-slider-item {
    padding: 200px 0 145px;
    position: relative;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item {
    padding: 125px 0 100px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item {
    padding: 160px 0 140px;
  }
  .hero-content h1,
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content {
    padding: 50px 10px;
  }
  .hero-slider-v1 .owl-next,
  .hero-slider-v3 .owl-next,
  .hero-slider-v1 .owl-prev,
  .hero-slider-v3 .owl-prev {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 15px;
  }
  .hero-slider-v1 .owl-prev i,
  .hero-slider-v1 .owl-next i,
  .hero-slider-v3 .owl-prev i,
  .hero-slider-v3 .owl-next i {
    line-height: 38px;
  }
  .hero-slider-v1 .owl-nav,
  .hero-slider-v3 .owl-nav {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .client-quote-wrap .client-quote p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
  }
  .client-quote-wrap .client-info {
    margin: 0;
  }
  .about-content {
    padding: 20px;
  }
  .about-img-slider.v1 .owl-nav {
    bottom: -15px;
    width: 100%;
    text-align: center;
  }
  .about-img-slider.v2.s2 .about-feat-img {
    height: 340px;
  }
  .class-wrap.v2 .class-item {
    height: 300px;
    background-position: center;
  }
  .promo-wrap.v1 .promo-item {
    border-right: none;
  }
  .cta-wrap .cta-call a {
    font-size: 34px;
  }
  .blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 20px;
    left: 20px;
  }
  .blog-item-wrap.v2 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .client-info-wrap .client-feedback {
    width: 100%;
  }
  .testimonial-wrap .quote-img {
    right: 15px;
    bottom: 53px;
  }
  .testimonial-wrap.v2 {
    padding: 50px 0 15px;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
    bottom: -20px;
    left: 50%;
  }
  .testimonial-wrap.v3 {
    height: auto;
    padding: 50px 0 85px;
  }
  .testimonial-slider-v2 {
    padding-bottom: 40px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-quote {
    margin: 20px 0 0;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .quote-img img {
    max-width: 40px;
    margin: 0 auto;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 10px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-nav {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev,
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-next {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev i,
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-next i {
    font-size: 20px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-name p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial-wrap.v2 {
    padding: 50px 0 35px;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
    bottom: 18px;
    left: 50%;
    width: 100%;
    text-align: center;
  }
  .promo-slider-v1 {
    border-left: none;
  }
  .cart-popup {
    width: 100%;
  }
  .product-wrap.v2 .single-product-item {
    border-color: #E5E53B;
  }
  .newsletter-wrap.search-product .form-group {
    width: 310px;
    margin: 0 auto;
  }
  .newsletter-wrap.search-product .form-group input {
    width: calc(100% - 5px);
    font-size: 12px;
    padding-right: 105px;
    padding-left: 15px;
  }
  .newsletter-wrap.search-product .form-group button {
    width: 95px;
    font-size: 14px;
  }
  .newsletter-wrap.search-product .form-group button i {
    margin-left: 2px;
    font-size: 10px;
  }
  .swiper-slide.single-product-img {
    margin-bottom: 15px;
  }
  .time-table-banner {
    height: 100%;
    padding: 50px 0;
  }
  .single-product-item {
    margin: 0 0 25px;
  }
  .product-wrap.v1 .single-product-item .product-name {
    font-size: 18px;
    line-height: 28px;
  }
  .single-product-details {
    margin: 5px 0 0;
  }
  #productModal .single-product-details {
    margin: 20px 0 0;
  }
  .single-product-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .single-product-title h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .single-product-title:before {
    top: 2px;
    height: calc(100% - 5px);
  }
  .single-product-review .single-product-review-left .product-rating li i,
  .single-product-review .single-product-review-left span {
    font-size: 15px;
  }
  .single-product-option {
    justify-content: center;
  }
  .single-product-review .single-product-review-left {
    width: 70%;
  }
  .single-product-review .single-product-review-right {
    width: 30%;
    text-align: right;
  }
  .category-select {
    margin: 0 0 20px;
  }
  .category-select .nice-select {
    width: 100%;
  }
  .product-view {
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .product-view .nav.nav-tabs {
    order: 2;
    margin: 20px 0 0;
  }
  .product-view .sort-filter {
    order: 1;
    width: 100%;
  }
  .product-view .sort-filter .nice-select {
    margin: 0 15px 0 0;
    width: 100%;
  }
  .review-form.checkout .btn:nth-child(1) {
    margin: 0 10px 0 0;
  }
  .review-form.checkout .btn:nth-child(2) {
    margin: 0;
  }
  .wishlist-table {
    width: 100%;
    overflow-x: auto;
  }
  .wishlist-table table td,
  .wishlist-table table th {
    min-width: 140px;
  }
  .wishlist-table table td:nth-child(1),
  .wishlist-table table th:nth-child(1) {
    min-width: 280px;
  }
  .wishlist-table table tbody tr td .wh_item a,
  .wishlist-table table tbody tr td .wh-tem-price {
    font-size: 13px;
  }
  .wishlist-table table tbody tr td {
    padding: 15px;
  }
  .comment-box {
    padding: 20px;
  }
  .comment-box-title-left {
    margin: 0 0 10px;
  }
  .comment-box .comment-date {
    text-align: left;
  }
  .comment-box .comment-author-info .ct_author_avatar p {
    font-size: 16px;
    line-height: 30px;
  }
  .comment-box .comment-author-info .product-rating {
    margin: 10px 0;
  }
  .breadcrumb-wrap .breadcrumb-title ul li a {
    margin: 0 0 10px;
  }
  .dt-header,
  .dt-data {
    display: inline-flex;
    flex-wrap: nowrap;
    width: auto;
  }
  .dt-header-item,
  .dt-data-item {
    min-width: 160px;
  }
  .class-details-table {
    overflow-x: auto;
    width: 100%;
  }
  .class_list li {
    width: 100%;
  }
  .about-wrap.v2 .about-img-slider {
    border-right: 38px solid #34383F;
    border-bottom: 38px solid #34383F;
  }
  .about-img-slider.v2 .owl-nav {
    bottom: -32px;
  }
  .sidebar .sidebar-widget {
    margin: 0 0 30px;
  }
  .sidebar .sidebar-widget:last-child {
    margin: 0;
  }
  .reply-comment .btn {
    padding: 10px 33px;
  }
  .comment-form {
    padding: 20px 15px 30px;
  }
  .blog-item-wrap.v2 .blog-item.mb-4 {
    margin-bottom: 0px !important;
  }
  .blog-item-wrap.v2 .blog-item.mb-4:last-child {
    margin-bottom: 0 !important;
  }
  .join-class-wrap.bmi-wrap.v1 {
    padding: 30px 0 50px;
  }
  .product-wrap.v2.bg-black.section-padding {
    padding-top: 0;
  }
  .product-wrap.v2.bg-black.section-padding.s2 {
    padding-top: 50px;
  }
  .product-wrap.v3 .product-slider {
    padding-bottom: 62px;
  }
  .class-wrap.v3 .row .col-lg-4.col-md-6:last-child .class-item {
    margin-bottom: 0;
  }
  .comment-box-title {
    padding: 15px;
    margin: 0 0 30px;
  }
  .single-product-review .single-product-review-right {
    margin: 0;
  }
  .class-wrap.v3 .class-item {
    margin: 0 0 30px;
  }
  .product-wrap.v2.s2 .single-product-item {
    padding: 0 0 30px;
  }
  .related-class-wrap.section-padding_v4 .row.align-items-center.mb-5 {
    margin-bottom: 30px !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .comment-text {
    margin: 15px 0 20px;
  }
  .single-product-review {
    margin: 15px 0 25px;
  }
  .single-product-checkbox {
    margin: 15px 0;
  }
  .single-product-checkbox {
    justify-content: center;
  }
  .testimonial-wrap.v2::before {
    background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0.95) 35%, rgba(0, 0, 0, 0.47) 100%);
  }
  .product-wrap.v3 .product-slider .owl-dots {
    bottom: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-75 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .class-wrap.v3 .class-item .class-info a,
  .blog-item-wrap.v1 .blog-content .blog-info h5,
  .blog-item-wrap.v2 .blog-content .blog-info h5,
  .blog-content .blog-card-title {
    font-size: 22px;
  }
  .hero-content h1,
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content h1 {
    font-size: 52px;
  }
  .promo-wrap.v1 .col-lg-3:nth-child(2n) .promo-item {
    border-right: none;
  }
  .class-wrap.v2 .class-item {
    margin: 0 0 5px;
    height: 450px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .client-quote p {
    font-size: 26px;
    line-height: 38px;
    padding: 0 50px;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev i,
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-next i {
    font-size: 35px;
  }
  .hero-wrap.v3 .hero-slider-v3 .owl-prev {
    left: 10px;
  }
  .hero-wrap.v3 .hero-slider-v3 .owl-next {
    right: 10px;
  }
  .wishlist-table {
    width: 100%;
    overflow-x: auto;
  }
  .wishlist-table table td,
  .wishlist-table table th {
    min-width: 200px;
  }
  .wishlist-table table td:nth-child(1),
  .wishlist-table table th:nth-child(1) {
    min-width: 320px;
  }
  .product-wrap.v3 .product-slider {
    padding-bottom: 75px;
  }
  .product-wrap.v2 .single-product-item .product-name {
    font-size: 18px;
  }
  .review-form.checkout .btn:first-child {
    margin-right: 10px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    bottom: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .smb-0 {
    margin-bottom: 0 !important;
  }
  .title_sub.v1::before {
    display: none;
  }
  .bb-none {
    border-bottom: none !important;
  }
  .content-title.v7 {
    text-align: left !important;
  }
  .section_subtext.v3 {
    display: none;
  }
  .header-wrap.v1 .header-top {
    padding: 0;
  }
  .header-wrap.v1.s2 .header-top {
    padding: 0;
  }
  .mobile-top-bar i {
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
    cursor: pointer;
  }
  .header-wrap.v1 .header-top-contact p,
  .header-wrap.v1 .header-top-contact a {
    display: block;
    margin: 0 18px 0 0;
  }
  .header-top-right {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    justify-content: flex-start;
    background: #000;
    right: -100%;
    padding: 20px 20px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .header-top-right.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .lang_selctor {
    margin: 0 0 0 11px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #fff;
    font-size: 20px;
  }
  .header-bottom {
    border-top: none;
  }
  .header-wrap.v1.sticky,
  .header-wrap.v1 {
    padding: 10px 0px;
  }
  .header-wrap.v1.s2.sticky,
  .header-wrap.v1.s2 {
    padding: 0px 0px;
  }
  .header-wrap.v1.s2.sticky .header-bottom {
    padding: 10px 0;
  }
  .header-wrap.v1 .container {
    border: none;
  }
  .header-wrap.v1 .logo.v1 {
    text-align: left;
  }
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a img,
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a span {
    transition: all 0.4s ease;
  }
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a img {
    max-width: 40px;
  }
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a span {
    font-size: 20px;
    line-height: 20px;
  }
  .logo.v1 img {
    margin: 0;
    max-width: 52px;
  }
  .logo.v1 span {
    font-size: 25px;
    line-height: 28px;
  }
  .mobile-menu {
    float: right;
  }
  .main-menu {
    display: none;
  }
  .mobile-menu {
    display: inline-block;
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 30px;
  }
  .main-menu.mm-menu_offcanvas {
    width: 80%;
    min-width: 140px;
  }
  .main-menu .mm-navbar {
    display: block;
    background-color: #232323;
    height: auto;
    padding: 5px 0 0;
  }
  .main-menu .mm-panels > .mm-panel > .mm-listview:first-child,
  .main-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 46px;
  }
  .main-menu.mm-menu .mm-navbar a,
  .main-menu.mm-menu .mm-navbar > * {
    color: #fff;
    border-bottom: none;
    text-align: left;
  }
  .main-menu .mm-btn_next::after {
    right: auto;
    left: 220px;
  }
  .main-menu.mm-menu {
    background: #000;
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .main-menu.mm-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .main-menu.mm-menu a,
  .main-menu.mm-menu a:active,
  .main-menu.mm-menu a:hover,
  .main-menu.mm-menu a:link,
  .main-menu.mm-menu a:visited {
    color: #fff;
    text-decoration: none;
    padding: 20px 20px 20px;
    text-align: left;
  }
  .main-menu.mm-menu .mm-listview .mm-btn_next::after {
    border-color: #fff;
    top: 22px;
  }
  .main-menu.mm-menu .mm-btn::before {
    display: none;
  }
  .main-menu .mm-navbar__title > span {
    padding-left: 12px;
    position: relative;
  }
  .main-menu .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 100%;
    border: none;
  }
  .main-menu .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
    padding-left: 20px;
  }
  .main-menu .mm-navbar__title::before {
    position: absolute;
    top: 31px;
    left: 21px;
    content: "";
    background: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
  }
  .main-menu #mm-1 .mm-navbar__title::before {
    display: none;
  }
  .main-menu #mm-1 .mm-navbar__title > span {
    padding-left: 0;
  }
  .cart-popup .cart-popup-total-wrap .btn.v1,
  .cart-popup .cart-popup-total-wrap .btn.v2 {
    width: 100% !important;
    display: block;
  }
  .section-padding,
  .bmi-wrap {
    padding: 50px 0;
  }
  .section-padding_v2 {
    padding: 50px 0 30px;
  }
  .section-padding_v4 {
    padding: 50px 0 50px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 28px;
  }
  .content-title.v3 {
    text-align: left;
    padding-right: 0;
    padding-left: 13px;
  }
  .content-title.v3::before {
    left: 0;
    right: auto;
  }
  .section-brief {
    text-align: left;
    margin: 25px 0 0;
  }
  .trans_text {
    display: none;
  }
  .hero-wrap.v2 .hero-slider-v2 .owl-nav {
    display: none;
  }
  .hero-wrap.v2 .hero-slider-v2 .owl-dots {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .hero-wrap.v2 .hero-slider-v2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
  .hero-slider-v1 .owl-prev,
  .hero-slider-v1 .owl-next,
  .product-slider-v1 .owl-prev,
  .product-slider-v1 .owl-next {
    width: 38px;
    height: 38px;
  }
  .hero-slider-v1 .owl-prev i,
  .hero-slider-v1 .owl-next i,
  .product-slider-v1 .owl-prev i,
  .product-slider-v1 .owl-next i {
    font-size: 14px;
    line-height: 37px;
  }
  .promo-wrap.v1 .container .row .col-lg-3.col-md-6:nth-child(even) .promo-item {
    border-right: none;
  }
  .promo-wrap.v2 .promo-item {
    border: none;
  }
  .promo-wrap.v3 {
    position: relative;
    bottom: 0;
  }
  .promo-wrap.v3 .promo-item {
    border-bottom: 1px solid #E31C25;
  }
  .about-wrap.v1.section-padding {
    padding-bottom: 60px;
  }
  .about-wrap.v1.section-padding .row.align-items-center.mb-5 {
    margin-bottom: 32px !important;
  }
  .client-quote-wrap {
    padding: 50px 0 0px;
  }
  .quote-img {
    right: 15px;
    bottom: 30px;
  }
  .quote-img img {
    max-width: 30px;
  }
  .client-quote p {
    font-size: 16px;
    line-height: 26px;
  }
  .client-quote {
    padding: 0 0 20px;
    text-align: center;
  }
  .client-info-wrap {
    margin: 20px 0 20px;
  }
  .testimonial-slider-v1.owl-carousel.owl-loaded.owl-drag {
    padding-bottom: 40px;
  }
  .class-wrap.v1.section-padding {
    padding-bottom: 20px;
  }
  .about-img-slider.v1 {
    margin: 30px 0 0;
  }
  .feature-wrap.v3.section-padding.pos-rel.mt-4 {
    margin-top: 0 !important;
  }
  .bmi-wrap .container .bmi-form {
    margin: 25px 0 0;
  }
  .bmi-chart-wrap {
    margin: 0 0 35px;
  }
  .bmi-form .row .col-lg-6:nth-child(3) {
    margin: 0 0 25px;
  }
  .testimonial-text h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .testimonial-slider-v1 .client-info-wrap {
    margin: 20px 0 10px;
  }
  .testimonial-wrap.v1 .testimonial-slider-v1 .testimonial-text {
    padding: 30px 0 40px;
  }
  .testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
    bottom: 47px;
    left: 50%;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-quote {
    margin: 20px 0 0;
    padding: 0;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-info-wrap .client-info {
    width: auto;
  }
  .testimonial-wrap.v2 .client-details {
    width: auto;
  }
  .client-info-wrap .client-info {
    justify-content: center;
    width: 100%;
    margin: 0 0 15px;
  }
  .client-details {
    width: auto;
    text-align: left;
  }
  .product-wrap.v3 .product-slider .product-slide-item {
    padding: 0px 0 80px;
  }
  .blog-item-wrap.v1 {
    grid-template-columns: 1fr;
  }
  .blog-item-wrap.v1 .blog-item .blog-content {
    position: relative;
    background: transparent;
    display: block;
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info {
    padding: 15px 0 0;
    transform: translateY(0px);
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info .blog-card-title,
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info p {
    color: #000;
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info p,
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info a.btn {
    visibility: visible;
    opacity: 1;
  }
  .time-table-banner::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.001) 99%);
  }
  .footer-widget {
    margin: 0 0 30px;
  }
  .footer-wrap .footer-top {
    padding: 50px 0 25px;
  }
  .footer-wrap.v1 .footer-top .footer-widget .comp-location {
    padding: 20px 15px;
  }
  .newsletter-wrap .form-group button {
    width: 120px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-wrap .form-group input {
    font-size: 12px !important;
    width: calc(100% - 110px);
    padding: 10px 15px;
  }
  .about-img-slider.v2.s2:before {
    display: none;
  }
  .about-img-slider.v2.s2 {
    margin: 0 0 20px;
  }
  .breadcrumb-wrap {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .contact-box.v1 {
    margin: 0 0 40px;
  }
  .swiper-slide.single-product-thumb {
    max-height: 130px;
  }
  .add-cart button.btn.v7,
  .add-wishlist button.btn.v3 {
    width: 184px !important;
  }
  .search-reult-text {
    display: none;
  }
  .product-info {
    margin: 20px 0 0;
  }
  #productModal .product-details-wrap {
    padding: 10px 0;
  }
  .checkout-details {
    margin: 0 0 30px;
  }
  .wishlist-table table tbody tr td .wh_item a,
  .wishlist-table table tbody tr td .wh-tem-price {
    font-size: 14px;
  }
  .wishlist-table table tbody tr td .wh_item img {
    max-width: 60px;
  }
  .sidebar {
    margin: 45px 0 0;
  }
  .class-details-img {
    margin: 0 0 30px;
  }
  .join-img {
    margin: 0 0 20px;
  }
  .schedule-table {
    width: 100%;
    overflow-x: auto;
  }
  .schedule-table-head .schedule-table-head-item,
  .schedule-table-data .schedule-table-data-item {
    min-width: 150px;
  }
  .schedule-table-head,
  .schedule-table-data {
    flex-wrap: nowrap;
  }
  .join-class-wrap.bmi-wrap.v1 .content-title.v2 {
    margin: 25px 0 0;
  }
  .class-info-wrap {
    margin-bottom: 20px;
  }
  .wishlist-table {
    margin: 50px 0 20px;
  }
  .swiper-container.gallery-thumbs {
    height: 100% !important;
    margin: 0 0 30px;
  }
  #productModal .single-product-details {
    margin: 20px 0 0;
  }
  .class-details-table {
    width: 100%;
    overflow-x: auto;
  }
  .class-details-table .table thead tr th {
    min-width: 160px;
    padding: 20px 15px;
    font-size: 16px;
  }
  .class-details-table .table tbody tr td {
    min-width: 160px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    max-width: 650px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    max-width: 550px;
    bottom: 100px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item {
    padding: 270px 0 260px;
  }
}
@media only screen and (min-width: 1680px) {
  .section_subtext.v1 {
    right: calc((100% - 1450px) / 2 - 120px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    left: calc((100% - 1450px) / 2 + 62px);
  }
  .section_subtext.v2 span {
    font-size: 60px;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    max-width: 650px;
  }
  .quote-img {
    right: 60px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    right: -100px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .quote-img {
    right: 35px;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    bottom: 150px;
    left: -100px;
    max-width: 500px;
  }
  .about-wrap.bg-black.v2.section-padding.pb-0 .about-content {
    margin-top: -5px !important;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item {
    height: 100%;
    position: relative;
    padding: 270px 0 260px;
  }
  .hero-slider-v1 .owl-prev,
  .hero-slider-v3 .owl-prev {
    left: 10px;
  }
  .hero-slider-v1 .owl-next,
  .hero-slider-v3 .owl-next {
    right: 10px;
  }
  .product-slider-v1 .owl-prev {
    left: -60px;
  }
  .product-slider-v1 .owl-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
  .section_subtext.v1 {
    right: calc((100% - 1410px) / 2 + 82px);
  }
  .section_subtext.v1 span {
    font-size: 70px;
  }
  .section_subtext.v2 {
    left: calc((100% - 1450px) / 2 + 92px);
  }
  .section_subtext.v2 span {
    font-size: 70px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    right: -60px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .section_subtext.v1 {
    right: calc((100% - 1410px) / 2 + 140px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    left: calc((100% - 1450px) / 2 + 145px);
  }
  .section_subtext.v2 span {
    font-size: 60px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-menu,
  .xl-none {
    display: none;
  }
  .close-header-top {
    display: none;
  }
  .class-wrap.v3 .class-item .class-info a,
  .blog-item-wrap.v1 .blog-content .blog-info h5,
  .blog-item-wrap.v2 .blog-content .blog-info h5,
  .blog-content .blog-card-title {
    font-size: 24px;
  }
  .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 18px;
  }
  .main-menu ul li a {
    color: #fff;
  }
  .main-menu ul li.has-child .dropdown {
    position: absolute;
    top: 45px;
    left: -26px;
    min-width: 200px;
    padding: 5px 0;
    border-radius: 2px;
    background: #F8F8F8;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    z-index: 10;
  }
  .main-menu ul li.has-child .dropdown li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu ul li.has-child .dropdown li a {
    font-size: 14px;
    line-height: 21px;
    margin: 0px 25px;
    display: block;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 13px 0 15px;
    transition: 0.4s;
  }
  .main-menu ul li.has-child .dropdown li a.active, .main-menu ul li.has-child .dropdown li a:hover {
    color: #E31C25;
    border-color: #E31C25;
  }
  .main-menu ul li.has-child .dropdown li:last-child > a {
    border-bottom: none;
  }
  .main-menu ul li.has-child:hover > .dropdown {
    top: 35px;
    visibility: visible;
    opacity: 1;
  }
  .main-menu > ul > li > a {
    position: relative;
  }
  .main-menu > ul > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #E31C25;
    width: 0;
    height: 1.5px;
    transition: all 0.4s ease;
  }
  .main-menu > ul > li.has-child > a {
    position: relative;
  }
  .main-menu > ul > li.has-child > a:before {
    position: absolute;
    top: 7px;
    right: -12px;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1.9px solid #fff;
    border-bottom: 1.9px solid #fff;
    transform: rotate(-45deg);
  }
  .main-menu > ul > li.has-child > .dropdown > .has-child > a {
    position: relative;
  }
  .main-menu > ul > li.has-child > .dropdown > .has-child > a:after {
    position: absolute;
    top: 22px;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1.9px solid #000;
    border-bottom: 1.9px solid #000;
    transform: rotate(-135deg);
  }
  .main-menu > ul > .has-child > .dropdown:before {
    position: absolute;
    bottom: 100%;
    left: 25px;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
  }
  .header-wrap.v1.s2 .main-menu > ul > li > a::after {
    display: none;
  }
  .main-menu > ul > li.has-child > .dropdown > .has-child > a {
    position: relative;
  }
  .main-menu > ul > li > a.active,
  .main-menu > ul > li > a:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  }
  .main-menu > ul > li.has-child:hover > a:after {
    display: none;
  }
  .main-menu ul li.has-child > .dropdown > li.has-child > .dropdown {
    left: 100%;
    top: 20px;
  }
  .main-menu ul li.has-child > .dropdown > li.has-child:hover .dropdown {
    top: 0;
  }
  .main-menu > ul > li > a.active:after,
  .main-menu > ul > li > a:hover:after {
    width: 100%;
  }
  .blog-item-wrap.v1 .blog-item:nth-child(1) {
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .section-brief {
    text-align: right;
  }
  form.review-form.checkout .btn:nth-child(1) {
    margin-right: 15px;
  }
  .class-wrap.v3.bg-charcole.section-padding {
    padding-bottom: 70px;
  }
  .instagram-photo-wrap {
    padding-right: 20px;
  }
  .about-img-slider.v2.s2 {
    padding-right: 20px;
  }
  .feature-content.class-details-content {
    padding-left: 40px;
  }
  .join-class-wrap.bmi-wrap.v1.section-padding .content-title.v2 {
    margin-top: -10px;
  }
  .product-wrap.v2 .single-product-item:hover .product-option-wrap {
    visibility: visible;
    opacity: 1;
    top: 38%;
  }
  .feature-wrap.v3.s2.section-padding.pos-rel.mt-4 {
    margin-top: 42px !important;
    margin-bottom: 20px;
  }
  .pr-wrap.section-padding {
    padding-bottom: 75px;
  }
  .about-img-slider.v1 {
    margin-top: 24px;
  }
  .swiper-container.gallery-thumbs {
    height: 100% !important;
    margin: 0 0 30px;
  }
  #productModal .product-details-wrap {
    padding: 42px 0px 50px 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-wrap.v2 .about-content {
    width: 50%;
    background: transparent;
  }
}
@media only screen and (max-width: 1199px) {
  .section_subtext {
    display: none;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    display: none;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .hero-img {
    max-width: 500px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content {
    text-align: center;
  }
  .promo-wrap .promo-content {
    padding: 30px 20px 10px;
  }
  .cta-wrap .cta-call {
    display: inline-block;
  }
  .cta-wrap .container .cta-para p {
    padding: 25px 0 30px;
  }
  .product-wrap.v1 .single-product-item .product-price {
    width: 55px;
    height: 55px;
    font-size: 17px;
  }
  .product-wrap.v1 .single-product-item .product-option-wrap {
    visibility: visible;
    opacity: 1;
    width: 100%;
    bottom: 10px;
  }
  .product-wrap.v2 .single-product-item .product-option-wrap {
    visibility: visible;
    opacity: 1;
    width: 100%;
    bottom: 0px;
    top: auto;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    top: auto;
    right: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
  }
  .product-wrap.v3 .product-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
  .add-to-cart,
  .add-to-wishlist,
  .view-product {
    width: 32px;
    height: 32px;
  }
  .add-to-cart i,
  .add-to-wishlist i,
  .view-product i {
    font-size: 16px;
  }
  .add-to-wishlist i {
    position: relative;
    top: 2px;
  }
  .img-comp-container {
    margin: 35px 0 0;
  }
  .news-date {
    width: 50px;
    height: 50px;
  }
  .news-date h4 {
    font-size: 18px;
  }
  .news-date h4 span {
    font-size: 12px;
    line-height: 16px;
  }
  .product-quantity,
  .add-cart,
  .add-wishlist {
    margin-bottom: 10px;
  }
  .product-slider-v1 {
    padding-bottom: 40px;
  }
  .product-slider-v1 .owl-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product-slider-v1 .owl-nav .owl-prev,
  .product-slider-v1 .owl-nav .owl-next {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 15px;
  }
  .about-wrap.v2 .about-content,
  .about-wrap.v2 .about-img-slider {
    width: 100%;
  }
  .about-wrap.v2 .about-content {
    padding-top: 30px;
  }
  .class-wrap .class-item {
    margin: 0 0 30px;
  }
  .client-info-wrap .client-feedback {
    width: auto;
  }
  .product-wrap.v3 .shape-one {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mpx-0 {
    padding: 0;
  }
  .section_subtext.v3 span {
    font-size: 100px;
  }
  .header-wrap.v1 .header-top p,
  .header-wrap.v1 .header-top-contact p,
  .header-wrap.v1 .header-top-contact a,
  .lang_selctor span {
    font-size: 10px;
  }
  .hero-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .hero-slider-v1 .owl-prev,
  .hero-slider-v3 .owl-prev {
    left: 50px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content h1 {
    font-size: 50px;
  }
  .header-wrap.v1.s2 .header-bottom .header-btn .btn {
    font-size: 14px;
  }
  .main-menu > ul > li > a {
    position: relative;
    font-size: 14px;
  }
  .main-menu > ul > li {
    margin: 0 12px;
  }
  .header-btn {
    margin-left: 20px;
  }
  .logo.v1 span {
    font-size: 24px;
    line-height: 32px;
  }
  .testimonial-text h2 {
    font-size: 36px;
  }
  .client-quote p {
    font-size: 16px;
  }
  .quote-img {
    right: 15px;
    bottom: 30px;
  }
  .quote-img img {
    max-width: 40px;
  }
  .testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
    left: calc(50% - 24px);
    bottom: 18px;
  }
  .client-info-wrap .client-info {
    width: 100%;
  }
  .class-wrap.v1.section-padding {
    padding-bottom: 70px;
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info {
    padding: 0px 0 20px 20px;
    transform: translateY(0px);
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info p,
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info .btn {
    visibility: visible;
    opacity: 1;
  }
  .blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 20px;
    left: auto;
    right: 20px;
  }
  .comment-box .comment-author-info .ct_author_avatar p {
    font-size: 15px;
  }
  .footer-wrap.v1 p,
  .footer-wrap.v1 a,
  .footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info p,
  .footer-wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
    font-size: 14px;
    line-height: 23px;
  }
  .social-profile ul li a {
    width: 40px;
    height: 40px;
  }
  .class-wrap.v2 .class-item {
    height: 400px;
  }
  .comp-location span {
    font-size: 13px;
    line-height: 22px;
  }
  .newsletter-wrap .form-group button {
    width: 110px;
    font-size: 13px;
    line-height: 22px;
  }
  .footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group input {
    font-size: 13px;
    width: calc(100% - 100px);
    padding: 10px 10px;
  }
  .about-img-slider.v2.s2:before {
    top: -20px;
    left: -20px;
    width: 96%;
    height: calc(100% + 40px);
  }
  .search-reult-text {
    font-size: 14px;
    margin-left: 20px;
  }
  .product-wrap.v3 .product-slider {
    padding-bottom: 45px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    bottom: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .hero-wrap.v2 .hero-slider-v1 .hero-slider-item .container .hero-content h1,
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content h1,
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content h1 {
    font-size: 70px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .container .hero-content {
    text-align: center;
    margin: 0 auto;
  }
  .about-wrap.bg-black.v2.section-padding.pb-0 .about-content {
    margin-top: -5px !important;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item {
    padding: 280px 0 260px;
  }
  .hero-slider-v1 .owl-prev,
  .hero-slider-v3 .owl-prev {
    left: 20px;
  }
  .hero-slider-v1 .owl-next,
  .hero-slider-v3 .owl-next {
    right: 15px;
  }
  .hero-wrap.v3 .hero-slider-v3 .hero-slider-item .hero-img {
    max-width: 600px;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .content-title h2 {
    font-size: 36px;
  }
  p {
    font-size: 15px;
  }
  .section_subtext.v1 {
    right: calc((100% - 1450px) / 2 + 205px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    left: calc((100% - 1450px) / 2 + 200px);
  }
  .section_subtext.v2 span {
    font-size: 60px;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    bottom: 20px;
    left: -80px;
    max-width: 400px;
  }
  .client-quote p {
    font-size: 18px;
  }
  .client-quote p {
    font-size: 20px;
    margin: 0;
  }
  .quote-img {
    right: 20px;
    bottom: 40px;
  }
  .quote-img img {
    max-width: 50px;
  }
  .cta-wrap .cta-call a {
    font-size: 30px;
  }
  .cta-wrap .cta-call span {
    margin: 6px 0 0;
  }
  .testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
    left: calc(50% - 54px);
  }
  .blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 20px;
    left: 20px;
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info {
    padding: 0 20px 20px;
    transform: translateY(125px);
  }
  .blog-item-wrap.v1 .blog-item:hover .blog-content .blog-info {
    padding: 0 20px 20px;
    transform: translateY(0);
  }
  .newsletter-wrap .form-group input {
    width: calc(100% - 145px);
    font-size: 13px;
    padding: 10px 15px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    right: 0px;
  }
  .product-slide-item .product-info {
    padding-right: 35px;
  }
  .about-img-slider.v2.s2:before {
    top: -20px;
    left: -20px;
    width: 96%;
    height: calc(100% + 40px);
  }
  .product-slider-v1 .owl-prev {
    left: -25px;
  }
  .product-slider-v1 .owl-next {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
  .about-wrap.v2 .about-content {
    padding-right: calc((100% - 1320px) / 2 + 15px);
  }
  .hero-content {
    text-align: center;
    max-width: 900px;
  }
  .hero-wrap.v1 .hero-content,
  .hero-wrap.v2 .hero-content {
    margin: 0 auto;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content {
    padding: 80px 15px 65px;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .container .hero-content h1 {
    max-width: 90%;
    margin: 0 auto 40px;
  }
  .single-product-details {
    margin-left: 20px;
    padding-right: 35px;
  }
  .single-product-item.list-view .product-info {
    padding-left: 30px;
  }
  .feature-content {
    padding-right: 45px;
  }
  .about-wrap.v2 .feature-content {
    padding-right: calc((100% - 1320px) / 2 + 15px);
  }
  .feature-wrap.v3 .class-details-img {
    padding-right: 35px;
  }
  .about-wrap.v2.pb-0 .about-content {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1920px) {
  .promo-text {
    margin: 30px auto 0 !important;
  }
}
@media only screen and (min-width: 1450px) {
  .container {
    max-width: 1410px;
  }
  .header-wrap.v2 .container-fluid {
    padding: 0 100px;
  }
  .section_subtext.v2 {
    left: calc((100% - 1450px) / 2 - 230px);
  }
  .about-wrap.v2 .about-content {
    padding-right: calc((100% - 1410px) / 2 + 15px);
  }
}
@media only screen and (max-width: 376px) {
  .btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .header-wrap.v1.s2 .header-bottom .shopcart {
    margin-right: 24px;
  }
  .shopcart span {
    top: -4px;
    right: -7px;
    font-size: 10px;
    line-height: 16px;
    width: 19px;
    height: 19px;
  }
  .hero-btn .btn:nth-child(1) {
    margin-right: 5px;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
    bottom: 20px;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-info-wrap {
    margin: 25px 0 0;
  }
  .feature-box-wrap .feature-box-item .feature-box-text h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .cart-popup .product-quantity {
    width: 118px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item {
    align-items: flex-start;
    margin: 0 0 20px;
  }
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
    top: -2px;
  }
  .swiper-slide.single-product-img {
    min-height: 300px;
  }
}
/*----------------------------
   Home Demo 2,3,4 CSS
------------------------------*/
/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.counter-card-wrap, .gallery-item .gallery-info-wrap, .hero-wrap.style4 .hero-feature-list, .counter-card-wrap .counter-card .counter-text, .gallery-slider-btn, .course-btn-wrap, .filter-slider-btn, .testimonial-wrap.style3 .quote-info-wrap, .feature-wrap.style3 .feature-img-wrap, .hero-wrap.style4 .line-shape-wrap, .gallery-navigation, .filter-navigation, .about-wrap.style4 .about-img-wrap .exp-text, .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon, .gallery-slider-btn .gallery-filter-next,
.gallery-slider-btn .gallery-filter-prev, .gallery-item .gallery-info-wrap a, .course-btn-wrap .course-next,
.course-btn-wrap .course-prev, .filter-slider-btn .class-filter-next,
.filter-slider-btn .class-filter-prev, .class-item.style4 .class-info .class-icon {
  display: flex;
  flex-wrap: wrap;
}

.about-wrap.style4 .about-img-wrap .exp-text, .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon, .gallery-slider-btn .gallery-filter-next,
.gallery-slider-btn .gallery-filter-prev, .gallery-item .gallery-info-wrap a, .course-btn-wrap .course-next,
.course-btn-wrap .course-prev, .filter-slider-btn .class-filter-next,
.filter-slider-btn .class-filter-prev, .class-item.style4 .class-info .class-icon {
  flex-direction: column;
  justify-content: center;
}

.gallery-navigation, .filter-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.testimonial-wrap.style3 .quote-info-wrap, .feature-wrap.style3 .feature-img-wrap, .hero-wrap.style4 .line-shape-wrap {
  justify-content: space-between;
}

.counter-card-wrap .counter-card .counter-text, .gallery-slider-btn, .course-btn-wrap, .filter-slider-btn {
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
    General CSS
-----------------------------------*/
.bg-spring-wood {
  background-color: #F7F6ED;
}

.bg-jade {
  background-color: #497775;
}

.bg-haiti {
  background-color: #101630;
}

.bg-firefly {
  background-color: #08161B;
}

.section-title.style5,
.content-title.style5 {
  padding-left: 0;
  margin-top: -5px;
}
.section-title.style5 span,
.content-title.style5 span {
  color: #E31C25;
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  display: inline-block;
}
.section-title.style5 span:after,
.content-title.style5 span:after {
  position: absolute;
  bottom: 0;
  content: "";
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
  width: 40px;
  height: 3px;
}
.section-title.style5 h2,
.content-title.style5 h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #08161B;
  margin: 0;
  padding: 0;
}
.section-title.style5 h2:before,
.content-title.style5 h2:before {
  display: none;
}
.section-title.style5 p,
.content-title.style5 p {
  margin: 15px 0 0;
  color: #fff;
}
.section-title.style5 span:after,
.content-title.style5 span:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.style6 span,
.content-title.style6 span {
  padding-left: 60px;
  padding-bottom: 0;
  margin-top: -5px;
  color: #E31C25;
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
}
.section-title.style6 span:after,
.content-title.style6 span:after {
  position: absolute;
  top: 50%;
  bottom: auto;
  content: "";
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
  width: 40px;
  height: 3px;
  transform: translateY(-50%);
  left: 0;
}
.section-title.style6 h2,
.content-title.style6 h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #08161B;
  margin: 0;
  padding: 0;
}
.section-title.style6 h2:before,
.content-title.style6 h2:before {
  display: none;
}
.section-title.style6 p,
.content-title.style6 p {
  margin: 15px 0 0;
  color: #fff;
}

.btn.style2 {
  background-color: transparent;
  border: 1px solid #E31C25;
  color: #fff;
  padding: 10px 25px;
}
.btn.style2:hover {
  border-color: transparent;
}
.btn.style3 {
  background-color: transparent;
  border: 1px solid #E31C25;
  color: #08161B;
  padding: 10px 25px;
}
.btn.style3:hover {
  border-color: transparent;
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.section-title.style2, .section-title.style3, .section-title.style4,
.content-title.style2,
.content-title.style3,
.content-title.style4 {
  padding-left: 0;
  margin-top: -5px;
}
.section-title.style2 span, .section-title.style3 span, .section-title.style4 span,
.content-title.style2 span,
.content-title.style3 span,
.content-title.style4 span {
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  display: inline-block;
}
.section-title.style2 span:after, .section-title.style3 span:after, .section-title.style4 span:after,
.content-title.style2 span:after,
.content-title.style3 span:after,
.content-title.style4 span:after {
  position: absolute;
  bottom: 0;
  content: "";
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
  width: 40px;
  height: 3px;
}
.section-title.style2 h2, .section-title.style3 h2, .section-title.style4 h2,
.content-title.style2 h2,
.content-title.style3 h2,
.content-title.style4 h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
.section-title.style2 h2:before, .section-title.style3 h2:before, .section-title.style4 h2:before,
.content-title.style2 h2:before,
.content-title.style3 h2:before,
.content-title.style4 h2:before {
  display: none;
}
.section-title.style2 p, .section-title.style3 p, .section-title.style4 p,
.content-title.style2 p,
.content-title.style3 p,
.content-title.style4 p {
  margin: 15px 0 0;
  color: #fff;
}
.section-title.style2 span:after,
.content-title.style2 span:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.style3 span:after,
.content-title.style3 span:after {
  left: 0;
}
.section-title.style4 span,
.content-title.style4 span {
  padding-left: 60px;
  padding-bottom: 0;
}
.section-title.style4 span:after,
.content-title.style4 span:after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-title.style5 h2,
.content-title.style5 h2 {
  font-weight: 700;
}
.section-title.style5 p,
.content-title.style5 p {
  margin-top: 12px;
}

.link.style2 {
  color: #E31C25;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}
.link.style2:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: linear-gradient(90deg, #d92a30 72%, #331821 93%);
  width: 20px;
  height: 2px;
}

.section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 550px;
  line-height: 1;
  font-family: "Teko", sans-serif;
  color: #08161B;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
.section-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.909132) 50%, rgba(0, 0, 0, 0.154482) 95%);
}

.social-profile {
  margin-top: 0;
}
.social-profile.style2 li {
  display: inline-block;
  margin-left: 10px;
}
.social-profile.style2 li:first-child {
  margin-left: 0;
}
.social-profile.style2 li a {
  width: 30px;
  height: 30px;
  background: #E31C25;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.social-profile.style2 li a i {
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}
.social-profile.style2 li a:hover {
  background: #fff;
}
.social-profile.style2 li a:hover i {
  color: #E31C25;
}

.btn.style2 {
  background-color: #E31C25;
  color: #fff;
  padding: 12px 38px;
  position: relative;
}
.btn.style2:hover {
  background-color: #fff;
  color: #E31C25;
}

.class-wrap.style2,
.feature-wrap,
.team-wrap,
.pricing-wrap,
.testimonial-wrap.style2,
.about-wrap.style2 {
  overflow: hidden !important;
}

.rotate {
  animation: rotation 10s infinite linear;
}

.rotate_reverse {
  animation: rotation_reverse 35s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.slide_up {
  animation: slide_up 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 15000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}
@keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation_reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*----------------------------
   Header  Section CSS
------------------------------*/
.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1 {
  background-color: #E31C25;
}
.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1:hover {
  background-color: #fff;
  color: #E31C25;
}
.header-wrap.style3, .header-wrap.style4, .header-wrap.style5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
.header-wrap.style3.sticky, .header-wrap.style4.sticky, .header-wrap.style5.sticky {
  position: fixed;
  transition: 0.4s;
  background: transparent;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: 0;
  background-color: #101630;
}
.header-wrap.style3 .header-bottom .main-menu > ul > li > a:hover, .header-wrap.style3 .header-bottom .main-menu > ul > li > a.active, .header-wrap.style4 .header-bottom .main-menu > ul > li > a:hover, .header-wrap.style4 .header-bottom .main-menu > ul > li > a.active, .header-wrap.style5 .header-bottom .main-menu > ul > li > a:hover, .header-wrap.style5 .header-bottom .main-menu > ul > li > a.active {
  color: #E31C25;
}
.header-wrap.style3 .header-bottom .main-menu > ul > li > a:hover:after, .header-wrap.style3 .header-bottom .main-menu > ul > li > a.active:after, .header-wrap.style4 .header-bottom .main-menu > ul > li > a:hover:after, .header-wrap.style4 .header-bottom .main-menu > ul > li > a.active:after, .header-wrap.style5 .header-bottom .main-menu > ul > li > a:hover:after, .header-wrap.style5 .header-bottom .main-menu > ul > li > a.active:after {
  width: 18px;
  display: block;
}
.header-wrap.style3 .header-bottom .main-menu > ul > li > a:hover::before, .header-wrap.style3 .header-bottom .main-menu > ul > li > a.active::before, .header-wrap.style4 .header-bottom .main-menu > ul > li > a:hover::before, .header-wrap.style4 .header-bottom .main-menu > ul > li > a.active::before, .header-wrap.style5 .header-bottom .main-menu > ul > li > a:hover::before, .header-wrap.style5 .header-bottom .main-menu > ul > li > a.active::before {
  border-left-color: #E31C25;
  border-bottom-color: #E31C25;
}
.header-wrap.style3 .header-bottom .main-menu > ul > li > a:after, .header-wrap.style4 .header-bottom .main-menu > ul > li > a:after, .header-wrap.style5 .header-bottom .main-menu > ul > li > a:after {
  bottom: 7px;
  left: -18px;
  width: 0;
  height: 1.5px;
  transition: all 0.4s ease;
}
.header-wrap.style3 .header-bottom, .header-wrap.style4 .header-bottom {
  padding: 12px 0;
}
.header-wrap.style3 .header-bottom .header-bottom-right, .header-wrap.style4 .header-bottom .header-bottom-right {
  position: relative;
}
.header-wrap.style3 .header-bottom .header-bottom-right:after, .header-wrap.style4 .header-bottom .header-bottom-right:after {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100vw;
  height: calc(100% + 27px);
  content: "";
  background-color: #101630;
  z-index: -1;
}
.header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover, .header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a.active, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a.active {
  color: #E31C25;
}
.header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover:after, .header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a.active:after, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover:after, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a.active:after {
  width: 18px;
  display: block;
}
.header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover::before, .header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a.active::before, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a:hover::before, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a.active::before {
  border-left-color: #E31C25;
  border-bottom-color: #E31C25;
}
.header-wrap.style3 .header-bottom .header-bottom-right .main-menu > ul > li > a:after, .header-wrap.style4 .header-bottom .header-bottom-right .main-menu > ul > li > a:after {
  bottom: 7px;
  left: -18px;
  width: 0;
  height: 1.5px;
  transition: all 0.4s ease;
}
.header-wrap.style3 .header-bottom .header-bottom-right:after {
  background-color: #08161B;
}
.header-wrap.style4 .header-bottom .header-bottom-right:after {
  background-color: #101630;
}
.header-wrap.style5 .header-bottom {
  padding: 12px 0;
}
.header-wrap.style5 .header-bottom .header-bottom-right .btn.v1 {
  background-color: #E31C25;
}
.header-wrap.style5 .header-bottom .header-bottom-right .btn.v1:hover {
  background-color: #fff;
  color: #E31C25;
}

.sidebar-menu {
  margin-left: 20px;
  width: 26px;
  cursor: pointer;
}
.sidebar-menu span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 0 8px 0;
  background-color: #fff;
}
.sidebar-menu span:last-child {
  margin-bottom: 0;
}
.sidebar-menu span:nth-child(1) {
  width: 20px;
  margin-left: auto;
}
.sidebar-menu span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.contact-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 560px;
  background: #08161B;
  height: 100vh;
  z-index: 9999;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.contact-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.contact-popup .contact-popup-wrap {
  overflow-y: auto;
  height: 100%;
}
.contact-popup .contact-popup-wrap .comp-info .comp-logo img {
  max-width: 150px;
}
.contact-popup .contact-popup-wrap .comp-info .comp-desc {
  margin: 22px 0 20px;
  color: #fff;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address {
  margin-bottom: 25px;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address li {
  color: #fff;
  margin-bottom: 15px;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address li:last-child {
  margin-bottom: 0;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address li i {
  color: #E31C25;
  margin-right: 8px;
  font-size: 17px;
  position: relative;
  top: 1px;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address li a {
  color: #fff;
}
.contact-popup .contact-popup-wrap .comp-map iframe {
  width: 100%;
  height: 250px;
  border-radius: 5px;
}
.contact-popup .contact-popup-wrap .share-on {
  margin: 25px 0;
}
.contact-popup .contact-popup-title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 25px;
  text-align: right;
}
.contact-popup .contact-popup-title .close-popup {
  background: transparent;
  border: 1px solid #E31C25;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  transition: 0.3s;
}
.contact-popup .contact-popup-title .close-popup i {
  font-size: 26px;
  line-height: 33px;
  color: #E31C25;
}
.contact-popup .contact-popup-title .close-popup:hover {
  background: #E31C25;
  border-color: transparent;
}
.contact-popup .contact-popup-title .close-popup:hover i {
  color: #fff;
}

/*----------------------------
   Hero Section CSS
------------------------------*/
.hero-wrap.style2 {
  background-color: #08161B;
  padding: 120px 0 0;
  position: relative;
}
.hero-wrap.style2 .hero-slide-item .section-text {
  left: 50px;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.2);
}
.hero-wrap.style2 .hero-slide-item .section-text:after {
  background: linear-gradient(360deg, rgba(8, 22, 27, 0.9) 50%, rgba(8, 22, 27, 0.15) 95%);
}
.hero-wrap.style2 .hero-slide-item .hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
  overflow-y: auto !important;
  padding: 100px 0 220px;
}
.hero-wrap.style2 .hero-slide-item .hero-content .hero-shape-1 {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: auto;
}
.hero-wrap.style2 .hero-slide-item .hero-content .hero-subhead {
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  display: inline-block;
}
.hero-wrap.style2 .hero-slide-item .hero-content .hero-subhead:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}
.hero-wrap.style2 .hero-slide-item .hero-content h1 {
  font-size: 68px;
  margin: 0 0 25px;
}
.hero-wrap.style2 .hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
}
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
  max-width: 580px;
}
.hero-wrap.style3 {
  background-image: url(../img/hero/hero-bg.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #08161B;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.92;
}
.hero-wrap.style3 .container {
  position: relative;
}
.hero-wrap.style3 .container .hero-shape-one {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 1100px;
}
.hero-wrap.style3 .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 0 80px 0 0;
}
.hero-wrap.style3 .hero-img-wrap .hero-shape-two {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 92%;
}
.hero-wrap.style3 .hero-img-wrap .hero-shape-three {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.hero-wrap.style3 .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -45px;
}
.hero-wrap.style3 .hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.hero-wrap.style3 .hero-content .hero-subhead {
  color: #E31C25;
}
.hero-wrap.style3 .hero-content .hero-subhead:after {
  background: #E31C25;
}
.hero-wrap.style3 .hero-content h1 {
  font-size: 68px;
  margin: 0 0 25px;
  line-height: 1.1;
}
.hero-wrap.style3 .hero-content h5 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 30px;
}
.hero-wrap.style4 {
  background-image: url(../img/hero/hero-bg-2.png);
  position: relative;
  z-index: 1;
  padding: 350px 0 60px;
  overflow: hidden;
}
.hero-wrap.style4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #08161B;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}
.hero-wrap.style4 .hero-shape-four {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hero-wrap.style4 .container {
  position: relative;
  z-index: 1;
}
.hero-wrap.style4 .container .hero-img {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 0;
  max-width: 95%;
}
.hero-wrap.style4 .container .hero-shape-six {
  position: absolute;
  top: 25%;
  right: 30px;
  transform: translateY(-50%);
  z-index: -1;
}
.hero-wrap.style4 .hero-content {
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
  padding: 25px 0;
}
.hero-wrap.style4 .hero-content:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 550px;
  height: 100%;
  background: #08161B;
  opacity: 0.78;
  z-index: -1;
}
.hero-wrap.style4 .hero-content .hero-subhead {
  color: #E31C25;
}
.hero-wrap.style4 .hero-content .hero-subhead:after {
  background: linear-gradient(90deg, rgb(227, 45, 47) 0%, rgb(0, 0, 0) 97%);
}
.hero-wrap.style4 .hero-content .hero-title {
  display: block;
}
.hero-wrap.style4 .hero-content h1 {
  background-color: rgba(8, 22, 27, 0.75);
  display: inline-block;
  margin: 0 0 5px;
  padding: 12px 20px 0;
  line-height: 1.1;
}
.hero-wrap.style4 .hero-content h5 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.hero-wrap.style4 .hero-feature-list {
  background-color: #E31C25;
  padding: 35px 0 35px 210px;
  width: calc(100% - 340px);
  margin: 0 auto;
}
.hero-wrap.style4 .hero-feature-list li {
  display: inline-block;
  width: 25%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  font-family: "Teko", sans-serif;
}
.hero-wrap.style4 .line-shape-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.hero-wrap.style4 .hero-line-shape {
  width: 20%;
  height: 100%;
  content: "";
  background-color: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
}
.hero-wrap.style4 .hero-line-shape.one:before, .hero-wrap.style4 .hero-line-shape.one:after, .hero-wrap.style4 .hero-line-shape.three:before, .hero-wrap.style4 .hero-line-shape.three:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 40px;
  background-color: #E31C25;
}
.hero-wrap.style4 .hero-line-shape.one:after {
  top: 50%;
  left: -3px;
  animation: moveUp 20s linear infinite;
}
.hero-wrap.style4 .hero-line-shape.one:before {
  display: none;
}
.hero-wrap.style4 .hero-line-shape.three:before {
  top: 20%;
  left: -3px;
  animation: moveDown 20s linear infinite;
}
.hero-wrap.style4 .hero-line-shape.three:after {
  top: 80%;
  right: -3px;
  animation: moveUp 20s linear infinite;
}
.hero-wrap.style5 {
  position: relative;
  z-index: 1;
  margin-top: 82px;
  padding: 80px 0 150px;
}
.hero-wrap.style5 .container {
  position: relative;
  z-index: 1;
}
.hero-wrap.style5 .container .hero-shape-one,
.hero-wrap.style5 .container .hero-shape-two {
  position: absolute;
}
.hero-wrap.style5 .container .hero-shape-one {
  top: 0;
  left: 0;
}
.hero-wrap.style5 .container .hero-shape-two {
  bottom: 0px;
  left: 20%;
  transform: translateX(-50%);
}
.hero-wrap.style5 .hero-shape-nine {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
}
.hero-wrap.style5 .hero-content {
  position: relative;
  text-align: left;
  padding: 100px 0;
}
.hero-wrap.style5 .hero-content .hero-subhead {
  color: #E31C25;
}
.hero-wrap.style5 .hero-content .hero-subhead:after {
  background: linear-gradient(90deg, rgb(227, 45, 47) 18%, rgb(122, 24, 25) 56%, rgb(119, 23, 24) 73%);
}
.hero-wrap.style5 .hero-content h1 {
  color: #08161B;
  margin: 0 0 6px;
}
.hero-wrap.style5 .hero-content h5 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 32px;
}
.hero-wrap.style5 .hero-content .hero-btn .btn.v5:hover {
  background-color: transparent;
  border-color: #E31C25;
  color: #E31C25;
}
.hero-wrap.style5 .hero-content .hero-btn .btn.style2 {
  color: #08161B;
}
.hero-wrap.style5 .hero-content .hero-btn .btn.style2:hover {
  background-color: #E31C25;
  border-color: transparent;
  color: #fff;
}
.hero-wrap.style5 .hero-img-wrap {
  position: relative;
  z-index: 1;
}
.hero-wrap.style5 .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-three,
.hero-wrap.style5 .hero-img-wrap .hero-shape-four,
.hero-wrap.style5 .hero-img-wrap .hero-shape-five,
.hero-wrap.style5 .hero-img-wrap .hero-shape-six,
.hero-wrap.style5 .hero-img-wrap .hero-shape-seven,
.hero-wrap.style5 .hero-img-wrap .hero-shape-eight {
  position: absolute;
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-three {
  top: 72%;
  left: -120px;
  transform: translateY(-50%);
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-four {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-five {
  top: 35%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-six {
  top: 200px;
  left: 40;
  z-index: -1;
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-seven {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-wrap.style5 .hero-img-wrap .hero-shape-eight {
  top: -30px;
  right: 100px;
}
.hero-wrap.style3 .hero-subhead, .hero-wrap.style4 .hero-subhead, .hero-wrap.style5 .hero-subhead {
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  display: inline-block;
}
.hero-wrap.style3 .hero-subhead:after, .hero-wrap.style4 .hero-subhead:after, .hero-wrap.style5 .hero-subhead:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}

.hero-slider-four.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider-four.owl-carousel .owl-nav button.owl-prev, .hero-slider-four.owl-carousel .owl-nav button.owl-next {
  border: 2px solid #E31C25;
  width: 60px;
  height: 115px;
  transform: skew(-40deg);
  transition: 0.4s;
}
.hero-slider-four.owl-carousel .owl-nav button.owl-prev i, .hero-slider-four.owl-carousel .owl-nav button.owl-next i {
  font-size: 18px;
  color: #E31C25;
  transform: skew(40deg);
  transition: 0.4s;
}
.hero-slider-four.owl-carousel .owl-nav button.owl-prev.owl-next, .hero-slider-four.owl-carousel .owl-nav button.owl-next.owl-next {
  position: relative;
  top: 115px;
  left: -95px;
}
.hero-slider-four.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-four.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #E31C25;
  border-color: transparent;
}
.hero-slider-four.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-four.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.promo-wrap.style2 {
  position: relative;
  top: -75px;
  z-index: 1;
}
.promo-wrap.style2 .promo-item {
  background: #fff;
}

.client-bg-1 {
  background-image: url(../img/testimonials/client-bg-1.jpg);
}

.client-quote-wrap.style2 {
  position: relative;
  padding-top: 0;
}
.client-quote-wrap.style2 .client-quote {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.client-quote-wrap.style2 .client-info .client-name h3 {
  font-size: 24px;
  margin: 10px 0 10px;
  color: #fff;
  font-weight: 500;
  font-family: "Teko", sans-serif;
}
.client-quote-wrap.style2 .client-info .client-avatar {
  border-radius: 0;
  border: none;
  transform: rotate(45deg);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.client-quote-wrap.style2 .client-info .client-avatar:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  background: #E31C25;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.client-quote-wrap.style2 .client-info .client-avatar img {
  border-radius: 0;
  padding: 0;
}

/*----------------------------
   Class  Section CSS
------------------------------*/
.class-item.style3 {
  background: #F3F3F3;
  margin-bottom: 25px;
  position: relative;
}
.class-item.style3 .class-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.class-item.style3 .class-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #E31C25;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.class-item.style3 .class-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 40px 25px;
}
.class-item.style3 .class-content .class-icon {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: rgba(252, 231, 232, 0.8);
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.class-item.style3 .class-content .class-icon i {
  font-size: 55px;
  color: #E31C25;
  transition: 0.3s;
}
.class-item.style3 .class-content .class-text {
  margin: 30px 0 0;
  transition: 0.3s;
}
.class-item.style3 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  transition: 0.3s;
}
.class-item.style3 .class-content .class-text p {
  margin: 0 0 15px;
  transition: 0.3s;
}
.class-item.style3 .class-content .class-text .link {
  text-decoration: none;
  color: #E31C25;
  font-weight: 600;
  transition: 0.3s;
}
.class-item.style3:hover .class-img {
  visibility: visible;
  opacity: 1;
}
.class-item.style3:hover .class-content .class-icon {
  background: rgba(255, 255, 255, 0.27);
}
.class-item.style3:hover .class-content .class-icon i {
  color: #fff;
}
.class-item.style3:hover .class-content .class-text h3, .class-item.style3:hover .class-content .class-text p, .class-item.style3:hover .class-content .class-text .link {
  color: #fff;
}
.class-item.style4 .class-img {
  position: relative;
}
.class-item.style4 .class-info {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: calc(100% - 50px);
  transform: translateX(-50%);
  background: #08161B;
  text-align: center;
  padding: 35px 25px 22px;
}
.class-item.style4 .class-info .class-icon {
  width: 75px;
  height: 62px;
  background-color: #fff;
  transform: skewX(-15deg);
  margin: -68px 0 20px auto;
  transition: all 0.4s ease-in-out;
}
.class-item.style4 .class-info .class-icon i {
  font-size: 40px;
  line-height: 0.8;
  margin: 0 auto;
  color: #E31C25;
  transform: skewX(15deg);
  transition: all 0.4s ease-in-out;
}
.class-item.style4 .class-info h3 {
  margin: 0 0 12px;
  font-size: 24px;
}
.class-item.style4 .class-info h3 a {
  color: #fff;
}
.class-item.style4 .class-info p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px;
}
.class-item.style4 .class-info .link {
  color: #E31C25;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}
.class-item.style4 .class-info .link:before {
  position: absolute;
  bottom: 6px;
  left: -8px;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #E31C25;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.class-item.style4:hover .class-info .class-icon {
  background-color: #E31C25;
}
.class-item.style4:hover .class-info .class-icon i {
  color: #fff;
}
.class-item.style4:hover .class-info h3 a {
  color: #E31C25;
}
.class-item.style4:hover .class-info .link:before {
  visibility: visible;
  opacity: 1;
}

.filter-navigation .filter-scrollbar {
  position: relative;
  width: calc(100% - 115px);
  margin: 35px 10px 0 0;
}
.filter-navigation .filter-scrollbar:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.filter-navigation .filter-scrollbar:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 50%;
  height: 5px;
  content: "";
  background: #E31C25;
  border-radius: 0;
}

.class-details-table.style2 .table thead tr th {
  background-color: #E31C25;
  padding: 35px 30px 30px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: none;
}
.class-details-table.style2 .table tbody tr:last-child td {
  border-bottom: none;
}
.class-details-table.style2 .table tbody tr th {
  background-color: #08161B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.class-details-table.style2 .table tbody tr td {
  background-color: #F8F8F8;
  padding: 25px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
}
.class-details-table.style2 .table tbody tr td:hover {
  background-color: #E31C25;
}
.class-details-table.style2 .table tbody tr td:hover h6, .class-details-table.style2 .table tbody tr td:hover span {
  color: #fff;
}
.class-details-table.style2 .table tbody tr td:last-child {
  border-right: none;
}
.class-details-table.style2 .table tbody tr td h6 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  transition: all 0.4s ease-in-out;
}
.class-details-table.style2 .table tbody tr td span {
  color: #646464;
  transition: all 0.4s ease-in-out;
}

.filter-slider-btn {
  margin: 30px 0 0;
  width: 104px;
}
.filter-slider-btn .class-filter-next,
.filter-slider-btn .class-filter-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #E31C25;
}
.filter-slider-btn .class-filter-next i,
.filter-slider-btn .class-filter-prev i {
  font-size: 22px;
  color: #E31C25;
  line-height: 0.8;
  margin: 0 auto;
}
.filter-slider-btn .class-filter-next:hover,
.filter-slider-btn .class-filter-prev:hover {
  background-color: #E31C25;
}
.filter-slider-btn .class-filter-next:hover i,
.filter-slider-btn .class-filter-prev:hover i {
  color: #fff;
}
.filter-slider-btn .class-filter-prev {
  margin-right: 20px;
}

/*----------------------------
   Course  Section CSS
------------------------------*/
.container .course-shape-one,
.container .course-shape-two {
  position: absolute;
  bottom: -30px;
  z-index: -1;
}
.container .course-shape-one {
  left: -30px;
}
.container .course-shape-two {
  right: -30px;
}

.course-item-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 50px;
  position: relative;
  margin: -100px 0 0;
  position: relative;
  z-index: 1;
}
.course-item-wrap .section-title h2 {
  padding-left: 0;
}

.course-slider-title h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
}

.course-slider-one {
  overflow: hidden;
}

.course-card {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.course-card img {
  border-radius: 5px;
}
.course-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.course-card span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 22px;
  z-index: 2;
}

.course-btn-wrap {
  margin: 20px 0 0;
  width: 104px;
}
.course-btn-wrap .course-next,
.course-btn-wrap .course-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #E31C25;
}
.course-btn-wrap .course-next i,
.course-btn-wrap .course-prev i {
  font-size: 22px;
  color: #E31C25;
  line-height: 0.8;
  margin: 0 auto;
}
.course-btn-wrap .course-next:hover,
.course-btn-wrap .course-prev:hover {
  background-color: #E31C25;
}
.course-btn-wrap .course-next:hover i,
.course-btn-wrap .course-prev:hover i {
  color: #fff;
}
.course-btn-wrap .course-prev {
  margin-right: 20px;
}

/*----------------------------
   Gallery Section CSS
------------------------------*/
.gallery-slider {
  overflow: hidden;
}

.gallery-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.gallery-item:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #08161B;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.gallery-item .gallery-info-wrap {
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: calc(100% - 44px);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.gallery-item .gallery-info-wrap .gallery-info {
  width: calc(100% - 50px);
  margin-right: 5px;
  z-index: 1;
}
.gallery-item .gallery-info-wrap .gallery-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
  color: #fff;
}
.gallery-item .gallery-info-wrap .gallery-info span {
  color: #fff;
  display: block;
}
.gallery-item .gallery-info-wrap a {
  width: 45px;
  height: 45px;
  background-color: #E31C25;
}
.gallery-item .gallery-info-wrap a i {
  color: #fff;
  margin: 0 auto;
}
.gallery-item:hover:before {
  visibility: visible;
  opacity: 0.7;
  left: 0;
}
.gallery-item:hover .gallery-info-wrap {
  bottom: 22px;
  visibility: visible;
  opacity: 1;
}

.gallery-navigation .gallery-scrollbar {
  position: relative;
  width: calc(100% - 115px);
  margin: 35px 10px 0 0;
}
.gallery-navigation .gallery-scrollbar:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery-navigation .gallery-scrollbar .swiper-scrollbar-drag {
  background: #E31C25;
  height: 6px;
  border-radius: 0;
}

.gallery-slider-btn {
  margin: 30px 0 0;
  width: 104px;
}
.gallery-slider-btn .gallery-filter-next,
.gallery-slider-btn .gallery-filter-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #E31C25;
}
.gallery-slider-btn .gallery-filter-next i,
.gallery-slider-btn .gallery-filter-prev i {
  font-size: 22px;
  color: #E31C25;
  line-height: 0.8;
  margin: 0 auto;
}
.gallery-slider-btn .gallery-filter-next:hover,
.gallery-slider-btn .gallery-filter-prev:hover {
  background-color: #E31C25;
}
.gallery-slider-btn .gallery-filter-next:hover i,
.gallery-slider-btn .gallery-filter-prev:hover i {
  color: #fff;
}
.gallery-slider-btn .gallery-filter-prev {
  margin-right: 20px;
}

/*----------------------------
   Counter Section CSS
------------------------------*/
.counter-wrap {
  position: relative;
}
.counter-wrap.style1 {
  margin-top: -100px;
  z-index: 1;
}
.counter-wrap.style1 .counter-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.counter-wrap.style1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background-color: #F7F6ED;
  z-index: 0;
}
.counter-wrap.style1:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #101630;
  z-index: 0;
}
.counter-wrap.style2 {
  position: relative;
  z-index: 1;
}
.counter-wrap.style2 .container {
  position: relative;
  z-index: 1;
}
.counter-wrap.style2 .container .counter-shape-one,
.counter-wrap.style2 .container .counter-shape-two {
  position: absolute;
  z-index: 0;
}
.counter-wrap.style2 .container .counter-shape-one {
  bottom: -30px;
  left: -30px;
}
.counter-wrap.style2 .container .counter-shape-two {
  bottom: 30px;
  right: -50px;
}
.counter-wrap.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F7F6ED;
  z-index: 0;
}
.counter-wrap.style2 .counter-card-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-num {
  bottom: -7px;
}
.counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon {
  width: 80px;
  height: auto;
}
.counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon i {
  color: #08161B;
  margin: 0;
}
.counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info p {
  color: #08161B;
}

.counter-card-wrap {
  position: relative;
  z-index: 1;
}
.counter-card-wrap .counter-card {
  width: 25%;
  position: relative;
  padding: 45px 30px 50px 50px;
}
.counter-card-wrap .counter-card .counter-text {
  text-align: center;
}
.counter-card-wrap .counter-card .counter-text .counter-num {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: "Teko", sans-serif;
  color: #E31C25;
  margin: 0;
  width: 72px;
  height: 55px;
  position: relative;
  bottom: -20px;
  text-align: left;
  transform: rotate(-90deg);
}
.counter-card-wrap .counter-card .counter-text .counter-num:before {
  position: absolute;
  bottom: 55px;
  left: 0;
  content: "";
  background: linear-gradient(90deg, rgb(227, 45, 47) 49%, rgb(0, 0, 0) 100%);
  width: 3px;
  height: 40px;
}
.counter-card-wrap .counter-card .counter-text .counter-info {
  width: calc(100% - 80px);
  margin-left: 8px;
}
.counter-card-wrap .counter-card .counter-text .counter-info .counter-icon {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 80px;
  height: 75px;
  margin-bottom: 20px;
}
.counter-card-wrap .counter-card .counter-text .counter-info .counter-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.counter-card-wrap .counter-card .counter-text .counter-info .counter-icon i {
  font-size: 44px;
  line-height: 0.8;
  margin: 0 auto;
  color: #fff;
}
.counter-card-wrap .counter-card .counter-text .counter-info p {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: left;
  letter-spacing: 0.5px;
}

/*----------------------------
   Partner Section CSS
------------------------------*/
.partner-wrap {
  background-color: #101630;
  padding: 50px 10px 50px 50px;
  width: calc(100% - 80px);
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
.partner-wrap:after {
  position: absolute;
  top: -1px;
  right: -80px;
  content: "";
  width: 160px;
  height: calc(100% + 2px);
  background-color: #101630;
  transform: skewX(-20deg);
}
.partner-wrap .partner-item {
  padding: 0 5px;
}
.partner-wrap .partner-item img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}

/*----------------------------
   Feature Card Section CSS
------------------------------*/
.feature-card {
  background-color: #fff;
  padding: 30px 30px 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.feature-card.style2 {
  background-color: #F3F3F3;
}
.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  background-color: #E31C25;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 25px;
}
.feature-card .feature-icon i {
  font-size: 44px;
  line-height: 0.8;
  margin: 0 auto;
  color: #fff;
}
.feature-card .feature-info {
  text-align: center;
}
.feature-card .feature-info h3 {
  font-size: 24px;
  margin: 0 0 12px;
}
.feature-card .feature-info p {
  margin: 0 0 12px;
}
.feature-card .feature-info .link {
  color: #E31C25;
  text-decoration: none;
  font-weight: 600;
}
.feature-card:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
}
.feature-card:hover .feature-info h3 a {
  color: #E31C25;
}

/*----------------------------
   About Section CSS
------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-7.jpg);
}

.about-wrap {
  position: relative;
  z-index: 1;
}
.about-wrap .container {
  position: relative;
  z-index: 1;
}
.about-wrap.style2 .about-img-wrap .about-bg-1 {
  height: 600px;
  position: relative;
}
.about-wrap.style2 .about-img-wrap .about-bg-1 .play-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrap.style2 .about-content {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.about-wrap.style3 .about-content, .about-wrap.style4 .about-content, .about-wrap.style5 .about-content {
  padding: 0;
  box-shadow: none;
}
.about-wrap.style3 .about-content .content-title span, .about-wrap.style4 .about-content .content-title span, .about-wrap.style5 .about-content .content-title span {
  color: #E31C25;
}
.about-wrap.style3 .about-content .content-title h2, .about-wrap.style3 .about-content .content-title p, .about-wrap.style4 .about-content .content-title h2, .about-wrap.style4 .about-content .content-title p, .about-wrap.style5 .about-content .content-title h2, .about-wrap.style5 .about-content .content-title p {
  color: #08161B;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-icon, .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon, .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  background: #fff;
  box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.1);
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i, .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i, .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #E31C25;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3, .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3, .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3 {
  color: #08161B;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text p, .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text p, .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text p {
  color: #646464;
}
.about-wrap.style3 .about-content {
  padding: 0;
  box-shadow: none;
}
.about-wrap.style3 .about-content .content-title span {
  color: #E31C25;
}
.about-wrap.style3 .about-content .content-title h2, .about-wrap.style3 .about-content .content-title p {
  color: #08161B;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  background: #fff;
  box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.1);
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #E31C25;
  font-size: 37px;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3 {
  color: #08161B;
}
.about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text p {
  color: #646464;
}
.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.about-wrap.style3 .about-img-wrap .about-shape-one {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 42%;
  transform: translateX(-50%);
}
.about-wrap.style3 .about-img-wrap img {
  display: block;
  margin: 0 auto;
}
.about-wrap.style3 .about-img-wrap .about-shape-one {
  bottom: 0;
}
.about-wrap.style3 .about-img-wrap .about-shape-two {
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
.about-wrap.style4 {
  position: relative;
}
.about-wrap.style4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 53%;
  height: 100%;
  background-color: #F7F6ED;
  z-index: -1;
}
.about-wrap.style4 .about-img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap.style4 .about-img-wrap .exp-text {
  position: absolute;
  top: 12%;
  left: 60px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  text-align: center;
  background-color: #E31C25;
  z-index: 1;
}
.about-wrap.style4 .about-img-wrap .exp-text h4 {
  font-size: 28px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 1.23;
  color: #fff;
  margin: 0;
}
.about-wrap.style4 .about-img-wrap .exp-text h4 span {
  font-size: 42px;
  margin-right: 5px;
  display: inline-block;
}
.about-wrap.style4 .about-img-wrap .about-shape-one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about-wrap.style4 .about-img-wrap .about-shape-two {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1;
}
.about-wrap.style4 .about-img-wrap .about-img {
  position: relative;
  bottom: -15px;
  display: block;
  margin: 0 auto;
}
.about-wrap.style4 .about-content {
  background-color: transparent;
}
.about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item {
  margin-left: 0;
}
.about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  transform: rotate(0deg);
  top: 5px;
}
.about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 37px;
  transform: rotate(0deg);
}
.about-wrap.style5 {
  position: relative;
}
.about-wrap.style5:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 65%;
  height: 100%;
  background-color: #F7F6ED;
  z-index: -1;
}
.about-wrap.style5 .about-content {
  background-color: transparent;
}
.about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item {
  margin-left: 0;
}
.about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  transform: rotate(0deg);
  top: 5px;
}
.about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 37px;
  transform: rotate(0deg);
}
.about-wrap.style5 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.about-wrap.style5 .about-img-wrap .about-shape-one,
.about-wrap.style5 .about-img-wrap .about-shape-two,
.about-wrap.style5 .about-img-wrap .about-shape-three {
  position: absolute;
}
.about-wrap.style5 .about-img-wrap .about-shape-one {
  top: -50px;
  left: 20%;
}
.about-wrap.style5 .about-img-wrap .about-shape-two {
  z-index: -1;
  top: 0;
  right: 0;
}
.about-wrap.style5 .about-img-wrap .about-shape-three {
  bottom: 0;
  left: 0;
}
.about-wrap.style5 .about-img-wrap img {
  display: block;
  margin: 0 auto;
}
.about-wrap.style5 .about-img-wrap .about-shape-one {
  bottom: 0;
}

.feature-item-wrap.style2 .feature-item {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
  margin-bottom: 35px;
  transition: 0.4s;
}
.feature-item-wrap.style2 .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap.style2 .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(127.95deg, rgba(253, 2, 71, 0.15) 0%, rgba(227, 45, 47, 0.15) 100.26%);
  transform: rotate(-45deg);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 15px;
  transition: 0.4s;
}
.feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #E31C25;
  font-size: 30px;
  line-height: 0.8;
  transform: rotate(45deg);
  transition: 0.4s;
}
.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 95px);
  margin-left: 30px;
}
.feature-item-wrap.style2 .feature-item .feature-text h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
  color: #fff;
  transition: 0.4s;
}
.feature-item-wrap.style2 .feature-item .feature-text p {
  margin-bottom: 0;
  color: #fff;
}
.feature-item-wrap.style2 .feature-item:hover .feature-text h3 {
  color: #E31C25;
}
.feature-item-wrap.style2 .feature-item:hover .feature-icon {
  background: #E31C25;
}
.feature-item-wrap.style2 .feature-item:hover .feature-icon i {
  color: #fff;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #E31C25;
  -o-box-shadow: 0 0 0 0 #E31C25;
  box-shadow: 0 0 0 0 #E31C25;
  animation: ripple 3s infinite;
}

.play-now .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 88px;
  background-color: #E31C25;
  color: #fff;
  z-index: 1;
  font-size: 34px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
}
.play-now .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.content-feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li:after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------
   Feature Section CSS
------------------------------*/
.feature-bg-1 {
  background-image: url(../img/feature/feature-bg-1.jpg);
}

.feature-bg-2 {
  background-image: url(../img/feature/feature-bg-2.jpg);
}

.feature-bg-3 {
  background-image: url(../img/feature/feature-bg-3.jpg);
}

.feature-bg-4 {
  background-image: url(../img/feature/feature-bg-4.jpg);
}

.feature-bg-5 {
  background-image: url(../img/feature/feature-bg-5.jpg);
}

.feature-bg-6 {
  background-image: url(../img/feature/feature-bg-6.jpg);
}

.feature-wrap {
  position: relative;
  z-index: 1;
}
.feature-wrap .container {
  position: relative;
}
.feature-wrap .feature-content {
  padding-right: 0;
}
.feature-wrap .feature-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
}
.feature-wrap .feature-img-wrap .feature-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.feature-wrap .feature-img-wrap .feature-bg-1 {
  height: 450px;
  width: 80%;
}
.feature-wrap .feature-img-wrap .feature-bg-2 {
  height: 320px;
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.feature-wrap.style2 .feature-content .content-title span {
  color: #E31C25;
}
.feature-wrap.style2 .feature-content .content-title h2 {
  color: #08161B;
}
.feature-wrap.style2 .feature-content .content-title p {
  color: #646464;
}
.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item {
  margin-left: 0;
}
.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-icon {
  transform: rotate(0deg);
  background: #fff;
  box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.1);
  top: 0;
}
.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #E31C25;
  transform: rotate(0deg);
}
.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3 {
  color: #08161B;
}
.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p {
  color: #646464;
}
.feature-wrap.style2 .feature-img-wrap {
  position: relative;
  z-index: 1;
}
.feature-wrap.style2 .feature-img-wrap .feature-shape-one {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}
.feature-wrap.style2 .feature-img-wrap .feature-shape-two {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.feature-wrap.style2 .feature-img-wrap .feature-bg-3 {
  height: 500px;
  width: 80%;
}
.feature-wrap.style2 .feature-img-wrap .feature-bg-4 {
  height: 360px;
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.feature-wrap.style3 {
  position: relative;
}
.feature-wrap.style3 .feature-content .content-title span {
  color: #E31C25;
}
.feature-wrap.style3 .feature-content .content-title h2 {
  color: #08161B;
}
.feature-wrap.style3 .feature-content .content-title p {
  color: #646464;
}
.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item {
  margin-left: 0;
}
.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text {
  width: 100%;
  margin-left: 0;
}
.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3 {
  margin-bottom: 10px;
  color: #08161B;
}
.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3 i {
  position: relative;
  top: 1px;
  margin-right: 5px;
  color: #E31C25;
  font-size: 20px;
}
.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p {
  color: #646464;
}
.feature-wrap.style3 .feature-img-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
.feature-wrap.style3 .feature-img-wrap .feature-shape-one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature-wrap.style3 .feature-img-wrap .feature-shape-two {
  position: absolute;
  top: 30%;
  right: 5%;
  transform: translateY(-50%);
  z-index: -1;
}
.feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
  height: 600px;
  width: calc(100% - 290px);
  margin-right: 20px;
  margin-top: 120px;
}
.feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
  height: 400px;
  width: 270px;
}

/*----------------------------
   Pricing Section CSS
------------------------------*/
.pricing-bg-1 {
  background-image: url(../img/pricing/pricing-bg-1.jpg);
}

.pricing-wrap {
  position: relative;
}
.pricing-wrap .container {
  position: relative;
  z-index: 1;
}
.pricing-wrap .container .pricing-section-shape {
  position: absolute;
  bottom: -80px;
  right: -80px;
  z-index: -1;
}
.pricing-wrap .pricing-shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pricing-card {
  background: #08161B;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
  padding: 35px 25px 40px;
  transition: 0.4s;
}
.pricing-card.featured {
  background-color: #E31C25;
}
.pricing-card.featured .pricing-header {
  position: relative;
}
.pricing-card.featured .pricing-header h5 {
  color: #fff;
}
.pricing-card.featured .pricing-header h5:after {
  background: linear-gradient(90.57deg, #DEDEDE -6.81%, #B14B6A 49.88%, rgba(180, 177, 178, 0) 102.03%);
}
.pricing-card.featured .pricing-header .pricing-header-tag {
  color: #fff;
}
.pricing-card.featured .purchase-pricing .btn {
  background-color: #fff;
  color: #E31C25;
}
.pricing-card.featured .purchase-pricing .btn:hover {
  background-color: #08161B;
  color: #fff;
}
.pricing-card:before {
  position: absolute;
  top: -55%;
  left: 0;
  content: "";
  width: 100%;
  height: 115%;
  background: linear-gradient(180.13deg, rgba(224, 46, 46, 0.26) 0.11%, rgba(165, 12, 58, 0.26) 56.69%, rgba(46, 34, 38, 0.0201124) 104.72%, rgba(36, 36, 36, 0) 108.74%);
  transform: skew(-10deg);
  transform: rotate(-97.42deg);
  z-index: 0;
}
.pricing-card .pricing-header {
  position: relative;
}
.pricing-card .pricing-header h5 {
  color: #fff;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.pricing-card .pricing-header h5:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
  width: 50px;
  height: 3px;
}
.pricing-card .pricing-header .pricing-header-tag {
  font-size: 32px;
  color: #E31C25;
}
.pricing-card .pricing-header .pricing-header-tag span {
  display: block;
  margin: 8px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  font-family: "Ubuntu", sans-serif;
}
.pricing-card .pricing-features {
  position: relative;
  margin: 70px 0 30px 0;
}
.pricing-card .pricing-features li {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-features li.checked {
  opacity: 1;
}
.pricing-card .pricing-features li.unchecked {
  opacity: 0.7;
}
.pricing-card .purchase-pricing .btn {
  background: #E31C25;
  color: #fff;
  padding: 10px 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  transition: 0.4s;
}
.pricing-card .purchase-pricing .btn:hover {
  background: #fff;
  color: #E31C25;
}
.pricing-card:hover {
  transform: translateY(-8px);
}
.pricing-card.style2 {
  text-align: left;
  background: #101630;
}
.pricing-card.style2:before {
  display: none;
}
.pricing-card.style2.featured h5:after {
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
}
.pricing-card.style2 .pricing-header h5 {
  color: #E31C25;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.pricing-card.style2 .pricing-header h5:after {
  left: 0;
  transform: translateX(0);
}
.pricing-card.style2 .pricing-header .pricing-header-tag {
  font-size: 64px;
  color: #fff;
}
.pricing-card.style2 .pricing-header .pricing-header-tag span {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.pricing-card.style2 .pricing-features {
  margin: 20px 0 35px 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.pricing-card.style2 .pricing-features li {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 23px;
}
.pricing-card.style2 .pricing-features li:before {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 9px;
  height: 9px;
  content: "";
  border: 3px solid #E31C25;
  border-radius: 50%;
}
.pricing-card.style2 .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card.style2 .pricing-features li.checked {
  opacity: 1;
}
.pricing-card.style2 .pricing-features li.unchecked {
  opacity: 0.5;
}
.pricing-card.style2 .purchase-pricing .btn {
  background: transparent;
  color: #E31C25;
  padding: 10px 30px 13px;
  display: block;
  width: 100%;
}
.pricing-card.style2 .purchase-pricing .btn:hover {
  background: #E31C25;
  color: #fff;
}

/*----------------------------
   Member Section CSS
------------------------------*/
.team-wrap {
  position: relative;
}

.team-wrap .container {
  position: relative;
}
.team-wrap .container .team-shape-one {
  position: absolute;
  top: -30px;
  right: 10%;
}

.member-card span {
  font-family: "Teko", sans-serif;
  color: #fff;
  display: block;
  margin: 0 0 5px;
}
.member-card .member-img {
  overflow: hidden;
  background-color: #08161B;
  z-index: 1;
  position: relative;
}
.member-card .member-img .member-card-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.member-card .member-img img {
  transition: 0.8s;
}
.member-card .member-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 0;
}
.member-card .member-info-wrap h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  transition: 0.8s;
}
.member-card .member-info-wrap .social-profile li {
  display: inline-block;
  margin-left: 8px;
}
.member-card .member-info-wrap .social-profile li:first-child {
  margin-left: 0;
}
.member-card .member-info-wrap .social-profile li a {
  color: #fff;
  transition: 0.8s;
}
.member-card .member-info-wrap .social-profile li a i {
  font-size: 18px;
}
.member-card .member-info-wrap .social-profile li a:hover {
  color: #E31C25;
}
.member-card:hover .member-img img {
  transform: scale(1.05);
}
.member-card:hover .member-info-wrap h3 {
  color: #E31C25;
}
.member-card.style2 {
  display: flex;
  flex-wrap: wrap;
}
.member-card.style2 .member-img {
  width: calc(100% - 70px);
  overflow: hidden;
  background-color: #08161B;
  z-index: 1;
  position: relative;
}
.member-card.style2 .member-img .social-profile {
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: center;
  z-index: 10;
}
.member-card.style2 .member-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  transform: translateY(-50%);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.member-card.style2 .member-img .social-profile li:nth-child(1) {
  transition-delay: 0.2s;
}
.member-card.style2 .member-img .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}
.member-card.style2 .member-img .social-profile li:nth-child(3) {
  transition-delay: 0.4s;
}
.member-card.style2 .member-img .social-profile li:nth-child(4) {
  transition-delay: 0.5s;
}
.member-card.style2 .member-img .social-profile li:last-child {
  margin-bottom: 0;
}
.member-card.style2 .member-img .social-profile li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #E31C25;
}
.member-card.style2 .member-img .social-profile li a i {
  font-size: 22px;
  line-height: 45px;
  color: #fff;
}
.member-card.style2 .member-img .social-profile li a:hover i {
  color: #fff;
}
.member-card.style2 .member-img .member-card-shape {
  position: absolute;
  z-index: -1;
  top: 25px;
  left: 25px;
  z-index: -1;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.member-card.style2 .member-img img {
  transition: 0.8s;
}
.member-card.style2 .member-info-wrap {
  display: block;
  width: 70px;
  margin: 95px 0 0 -82px;
}
.member-card.style2 .member-info-wrap .member-info {
  transform: rotate(90deg);
  width: 250px;
}
.member-card.style2 .member-info-wrap span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 800;
  color: #E31C25;
  display: block;
}
.member-card.style2 .member-info-wrap h3 {
  font-size: 24px;
  position: relative;
  color: #08161B;
  transition: all 0.4s ease-in-out;
}
.member-card.style2 .member-info-wrap h3:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  background-color: #E31C25;
  width: 18px;
  height: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.member-card.style2:hover .member-img img {
  transform: scale(1.05);
}
.member-card.style2:hover .member-img .member-card-shape {
  visibility: visible;
  opacity: 1;
}
.member-card.style2:hover .member-img .social-profile li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.member-card.style2:hover .member-info-wrap h3 {
  color: #E31C25;
  padding-left: 15px;
}
.member-card.style2:hover .member-info-wrap h3:before {
  visibility: visible;
  opacity: 1;
}

.member-slider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 5px;
}
.member-slider.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}
.member-slider.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: 0.4s;
}
.member-slider.owl-carousel .owl-dots button.owl-dot.active span {
  background: #E31C25;
}

.member-slider-two.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 5px;
}
.member-slider-two.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}
.member-slider-two.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.4s;
}
.member-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
  background: #E31C25;
}

/*----------------------------
   Yoga Feature Section CSS
------------------------------*/
.yoga-feature-wrap .section-title span:after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 95%);
}
.yoga-feature-wrap .yoga-feature-img {
  position: relative;
}
.yoga-feature-wrap .yoga-feature-img .yoga-shape {
  display: block;
  margin: 0 auto;
}
.yoga-feature-wrap .yoga-feature-img .yoga-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 7px;
  margin-left: 0;
  margin-bottom: 25px;
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item:last-child {
  margin-bottom: 0;
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-icon {
  background-color: #E31C25;
  top: 5px;
  margin-left: 0;
  transform: rotate(0deg);
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #fff;
  transform: rotate(0deg);
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text {
  margin-left: 20px;
  width: calc(100% - 85px);
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text h3 {
  color: #08161B;
  margin: 0 0 8px;
}
.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text p {
  color: #646464;
}
.yoga-feature-wrap .feature-item-wrap.style2.one .feature-item {
  position: relative;
  left: 35px;
}
.yoga-feature-wrap .feature-item-wrap.style2.one .feature-item:nth-child(2) {
  left: 0;
}
.yoga-feature-wrap .feature-item-wrap.style2.two .feature-item {
  position: relative;
  right: 35px;
}
.yoga-feature-wrap .feature-item-wrap.style2.two .feature-item:nth-child(2) {
  right: 0;
}

/*----------------------------
   Class Section CSS
------------------------------*/
.class-section-bg {
  background-image: url(../img/class/class-section-bg.png);
}

.class-img-1 {
  background-image: url(../img/promo/promo-img-1.jpg);
}

.class-img-2 {
  background-image: url(../img/promo/promo-2.jpg);
}

.class-img-3 {
  background-image: url(../img/promo/promo-3.jpg);
}

.class-img-4 {
  background-image: url(../img/promo/promo-4.jpg);
}

.class-img-5 {
  background-image: url(../img/promo/promo-5.jpg);
}

.class-img-6 {
  background-image: url(../img/promo/promo-6.jpg);
}

.class-img-7 {
  background-image: url(../img/promo/promo-7.jpg);
}

.class-filter-wrap {
  position: relative;
}
.class-filter-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  content: "";
  background-color: #B70C3C;
  z-index: -1;
}
.class-filter-wrap .content-title.style3 span:after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.24) 97%);
}

.class-filter {
  text-align: right;
}
.class-filter li {
  display: inline-block;
  margin-right: 12px;
}
.class-filter li:last-child {
  margin-right: 0;
}
.class-filter li a {
  display: inline-block;
  font-weight: 500;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.41);
  padding: 8px 22px;
  position: relative;
}
.class-filter li a:before {
  position: absolute;
  bottom: 10px;
  left: -12px;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.class-filter li a.filter-active {
  background-color: #000;
  border-color: transparent;
}
.class-filter li a.filter-active::before {
  visibility: visible;
  opacity: 1;
}

.class-wrap.style2 {
  position: relative;
  overflow: hidden;
}
.class-wrap.style2 .overlay {
  background: linear-gradient(59.23deg, rgba(253, 2, 71, 0.1) 7.14%, rgba(228, 28, 38, 0.1) 45.78%, rgba(36, 36, 36, 0) 81.32%);
}
.class-wrap.style2 .container {
  position: relative;
  z-index: 1;
}
.class-wrap.style2 .container .class-section-shape {
  position: absolute;
  bottom: -100px;
  right: -5px;
  z-index: -1;
}

.class-item.style2 {
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}
.class-item.style2 .class-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.class-item.style2 .class-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #E31C25;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.class-item.style2 .class-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 40px 25px;
}
.class-item.style2 .class-content .class-icon {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: rgba(252, 231, 232, 0.8);
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-icon i {
  font-size: 55px;
  color: #E31C25;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-text {
  margin: 30px 0 0;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-text p {
  margin: 0 0 15px;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-text .link {
  text-decoration: none;
  color: #E31C25;
  font-weight: 600;
  transition: 0.3s;
}
.class-item.style2:hover .class-img {
  visibility: visible;
  opacity: 1;
}
.class-item.style2:hover .class-content .class-icon {
  background: rgba(255, 255, 255, 0.27);
}
.class-item.style2:hover .class-content .class-icon i {
  color: #fff;
}
.class-item.style2:hover .class-content .class-text h3, .class-item.style2:hover .class-content .class-text p, .class-item.style2:hover .class-content .class-text .link {
  color: #fff;
}

/*----------------------------
   Testimonial Section CSS
------------------------------*/
.testimonial-bg {
  background-image: url(../img/testimonials/testimonial-bg-1.jpg);
  position: relative;
  height: 600px;
}

.testimonial-wrap.style2 {
  position: relative;
  padding-bottom: 100px;
}
.testimonial-wrap.style2 .section-text {
  color: rgba(255, 255, 255, 0.1);
}
.testimonial-wrap.style2 .section-text:after {
  background: linear-gradient(360deg, rgba(13, 13, 14, 0.9) 50%, rgba(13, 13, 14, 0.15) 95%);
}
.testimonial-wrap.style3 {
  overflow: hidden !important;
  position: relative;
}
.testimonial-wrap.style3 .testimonial-slider-wrap {
  position: relative;
  z-index: 1;
}
.testimonial-wrap.style3 .testimonial-slider-wrap .testimonial-shape-three {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
}
.testimonial-wrap.style3 .testimonial-slider-thumbs {
  padding-top: 18px;
  margin-bottom: 40px;
}
.testimonial-wrap.style3 .testimonial-slider-thumbs .client-info-wrap .client-img {
  width: 55px;
  height: 55px;
  transform: scale(0.8) rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.testimonial-wrap.style3 .testimonial-slider-thumbs .client-info-wrap .client-img:after {
  background: transparent;
}
.testimonial-wrap.style3 .testimonial-slider-thumbs .client-info-wrap.swiper-slide-thumb-active .client-img {
  transform: scale(1) rotate(45deg);
}
.testimonial-wrap.style3 .testimonial-slider-thumbs .client-info-wrap.swiper-slide-thumb-active .client-img:after {
  background: #E31C25;
}
.testimonial-wrap.style3 .client-quote {
  line-height: 1.4;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.testimonial-wrap.style3 .client-info {
  text-align: left;
  display: block;
  width: 100%;
  margin: 25px 0 0;
}
.testimonial-wrap.style3 .client-info h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 5px;
  color: #fff;
}
.testimonial-wrap.style3 .client-info span {
  display: block;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.testimonial-wrap.style3 .client-info span:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  content: "";
  background: linear-gradient(90.79deg, #E02E2E -6.97%, #A50C3A 62.52%, rgba(36, 36, 36, 0) 126.44%);
  width: 25px;
  height: 2px;
}
.testimonial-wrap.style3 .testimonial-slider-btn {
  display: none;
}
.testimonial-wrap.style3 .quote-info-wrap .client-info {
  width: calc(100% - 150px);
}
.testimonial-wrap.style3 .quote-info-wrap .quote-icon {
  width: 145px;
  position: relative;
  text-align: right;
}
.testimonial-wrap.style3 .quote-info-wrap .quote-icon .quote-icon {
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  max-width: 35px;
}

.testimonial-img-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
}
.testimonial-img-wrap .testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-four {
  overflow: hidden;
}
.testimonial-slider-four h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 35px;
  color: #fff;
}
.testimonial-slider-four .testimonial-slider-btn {
  position: absolute;
  bottom: -50px;
  right: 50px;
}
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev {
  border: 2px solid #E31C25;
  width: 55px;
  height: 90px;
  transform: skew(-40deg);
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next i,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev i {
  font-size: 18px;
  color: #E31C25;
  transform: skew(40deg);
  transition: 0.4s;
  margin: 0 auto;
}
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next.testimonial-four-next,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev.testimonial-four-next {
  position: relative;
  top: 0;
  left: -20px;
}
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
  background-color: #E31C25;
  border-color: transparent;
}
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover i,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover i {
  color: #fff;
}

.testimonial-slider-thumbs {
  max-width: calc(100% - 200px);
  overflow: hidden;
  padding-top: 18px;
}
.testimonial-slider-thumbs .client-info-wrap {
  display: block;
  margin: 0;
  cursor: pointer;
}
.testimonial-slider-thumbs .client-info-wrap .client-img {
  width: 50px;
  height: 50px;
  border: none;
  margin-left: 15px;
  transform: rotate(45deg);
  border-radius: 0;
  position: relative;
  border-radius: 0;
  z-index: 1;
}
.testimonial-slider-thumbs .client-info-wrap .client-img img {
  border-radius: 0;
}
.testimonial-slider-thumbs .client-info-wrap .client-img:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  background: #E31C25;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-slider-thumbs .client-info-wrap .client-info {
  text-align: left;
  display: block;
  width: 100%;
  margin: 25px 0 0;
}
.testimonial-slider-thumbs .client-info-wrap .client-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #fff;
}
.testimonial-slider-thumbs .client-info-wrap .client-info span {
  display: block;
  font-size: 14px;
  color: #fff;
}

/*----------------------------
    Blog Section  CSS
------------------------------*/
.blog-item.style2, .blog-item.style3 {
  margin-bottom: 25px;
}
.blog-item.style2 .blog-img, .blog-item.style3 .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-item.style2 .blog-img img, .blog-item.style3 .blog-img img {
  transition: 0.4s;
}
.blog-item.style2 .blog-img .blog-category, .blog-item.style3 .blog-img .blog-category {
  position: absolute;
  top: 25px;
  left: 30px;
  color: #fff;
  padding: 7px 15px 8px;
  line-height: 1.2;
  z-index: 1;
  display: inline-block;
}
.blog-item.style2 .blog-img .blog-category:after, .blog-item.style3 .blog-img .blog-category:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #E31C25;
  transform: skew(-20deg);
  z-index: -1;
}
.blog-item.style2 .blog-info, .blog-item.style3 .blog-info {
  margin: 20px 0 0;
}
.blog-item.style2 .blog-info .blog-metainfo, .blog-item.style3 .blog-info .blog-metainfo {
  margin: 0 0 15px;
}
.blog-item.style2 .blog-info .blog-metainfo li, .blog-item.style3 .blog-info .blog-metainfo li {
  display: inline-block;
  margin-right: 15px;
}
.blog-item.style2 .blog-info .blog-metainfo li:last-child, .blog-item.style3 .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-item.style2 .blog-info .blog-metainfo li a:hover, .blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: #E31C25;
}
.blog-item.style2 .blog-info .blog-metainfo li i, .blog-item.style3 .blog-info .blog-metainfo li i {
  position: relative;
  margin-right: 8px;
}
.blog-item.style2 .blog-info h3, .blog-item.style3 .blog-info h3 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.blog-item.style2:hover .blog-img img, .blog-item.style3:hover .blog-img img {
  transform: scale(1.05);
}
.blog-item.style2:hover .blog-info h3 a, .blog-item.style3:hover .blog-info h3 a {
  color: #E31C25;
}
.blog-item.style2 .blog-info .blog-metainfo li {
  color: #fff;
}
.blog-item.style2 .blog-info .blog-metainfo li a {
  color: #fff;
}
.blog-item.style2 .blog-info .blog-metainfo li a:hover {
  color: #E31C25;
}
.blog-item.style2 .blog-info .blog-metainfo li i {
  color: #fff;
}
.blog-item.style2 .blog-info h3 a {
  color: #fff;
}
.blog-item.style3 .blog-info .blog-metainfo li {
  color: #646464;
}
.blog-item.style3 .blog-info .blog-metainfo li a {
  color: #646464;
}
.blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: #E31C25;
}
.blog-item.style3 .blog-info .blog-metainfo li i {
  color: #E31C25;
}

/*----------------------------
    Newsletter Section  CSS
------------------------------*/
.newsletter-bg-1 {
  background-image: url(../img/newsletter-bg-1.jpg);
}

.newsletter-box-wrap {
  position: relative;
  z-index: 1;
  padding: 90px 60px;
  margin-bottom: -165px;
}
.newsletter-box-wrap .overlay {
  z-index: -1;
}
.newsletter-box-wrap .newsletter-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.newsletter-box-wrap .newsletter-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.newsletter-form {
  position: relative;
  width: 100%;
  margin-left: auto;
}
.newsletter-form input {
  width: 100%;
  height: 54px;
  background: transparent;
  border: 1px solid #E31C25;
  padding: 10px 80px 10px 20px;
  color: #fff;
}
.newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.newsletter-form input::placeholder {
  opacity: 1;
  color: #fff;
}
.newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #E31C25;
  color: #fff;
  height: 100%;
  border: none;
  padding: 10px 25px;
}

/*----------------------------
    Footer Section  CSS
------------------------------*/
.footer-wrap.style2 {
  padding-top: 165px;
  position: relative;
  overflow: hidden;
}
.footer-wrap.style2 .section-text {
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 550px;
}
.footer-wrap.style2 .section-text:after {
  background: linear-gradient(360deg, rgba(8, 22, 27, 0.9) 50%, rgba(8, 22, 27, 0.15) 95%);
}
.footer-wrap.style2 .footer-top {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}
.footer-wrap.style2 .footer-top .logo {
  margin-bottom: 25px;
  display: block;
}
.footer-wrap.style2 .footer-top .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap.style2 .footer-top .footer-widget .footer-widget-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.footer-wrap.style2 .footer-top .footer-widget .footer-widget-title h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(90deg, #d92a30 72%, #331821 93%);
  width: 28px;
  height: 2px;
}
.footer-wrap.style2 .footer-top .footer-widget .comp-desc {
  color: #fff;
  margin-bottom: 25px;
}
.footer-wrap.style2 .footer-top .footer-menu li {
  padding-bottom: 18px;
}
.footer-wrap.style2 .footer-top .footer-menu li:last-child {
  padding-bottom: 0;
}
.footer-wrap.style2 .footer-top .footer-menu li a {
  color: #fff;
}
.footer-wrap.style2 .footer-top .footer-menu li a:hover {
  color: #E31C25;
}
.footer-wrap.style2 .footer-top .footer-logo {
  text-align: center;
}
.footer-wrap.style2 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px 0 22px;
}
.footer-wrap.style2 .footer-bottom .copyright-text {
  color: #fff;
  margin-bottom: 0;
}
.footer-wrap.style2 .footer-bottom .copyright-text a {
  color: #E31C25;
}

.contact-info-wrap {
  margin-bottom: 40px;
}
.contact-info-wrap .contact-info-item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.contact-info-wrap .contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-wrap .contact-info-item .contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(115.26deg, rgba(224, 46, 46, 0.25) -10.83%, rgba(253, 2, 71, 0.25) 58.46%, rgba(36, 36, 36, 0) 122.2%);
  text-align: center;
  transform: rotate(-45deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 10px;
}
.contact-info-wrap .contact-info-item .contact-icon i {
  color: #fff;
  transform: rotate(45deg);
  font-size: 24px;
}
.contact-info-wrap .contact-info-item .contact-info {
  width: calc(100% - 80px);
  margin-left: 30px;
  text-align: left;
  position: relative;
  top: 10px;
}
.contact-info-wrap .contact-info-item .contact-info h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.contact-info-wrap .contact-info-item .contact-info h3 a {
  color: #E31C25;
}
.contact-info-wrap .contact-info-item .contact-info a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  color: #E31C25;
}

.contact-info h4 .contact-info a {
  color: #E31C25;
  font-size: 20px;
  font-family: "Teko", sans-serif;
}

/*----------------------------
    Contact Page  CSS
------------------------------*/
.membership-form,
.comment_form,
.contact_form {
  background-color: #F8F8F8;
  padding: 45px 60px 50px;
}
.membership-form .form-group,
.comment_form .form-group,
.contact_form .form-group {
  margin-bottom: 20px;
}
.membership-form .form-group label,
.comment_form .form-group label,
.contact_form .form-group label {
  font-weight: 500;
  color: #000;
  display: block;
  margin: 0 0 10px;
}
.membership-form .form-group input, .membership-form .form-group textarea,
.comment_form .form-group input,
.comment_form .form-group textarea,
.contact_form .form-group input,
.contact_form .form-group textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DFEDEE;
  padding: 10px 20px;
}
.membership-form .form-group input,
.comment_form .form-group input,
.contact_form .form-group input {
  height: 56px;
}
.membership-form .form-group textarea,
.comment_form .form-group textarea,
.contact_form .form-group textarea {
  height: 120px;
}

.comment-form .comment-form-title {
  padding-bottom: 15px;
  margin-bottom: 22px;
}

.check_box {
  display: block;
}
.check_box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check_box label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.check_box label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #E31C25;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.check_box input:checked + label:before {
  border-color: #E31C25;
}

.check_box input:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #E31C25;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

/*----------------------------
   Responsive Section CSS
------------------------------*/
@media only screen and (max-width: 575px) {
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 0;
    left: 45%;
    max-width: 100px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 300px;
    width: calc(100% - 115px);
    margin-right: 15px;
    margin-top: 50px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
    height: 140px;
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 10px;
    left: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 450px;
    width: calc(100% - 220px);
    margin-right: 20px;
    margin-top: 80px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
    height: 340px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.style5 h2 {
    line-height: 1.3;
  }
  .section-title.style5 p {
    margin-top: 10px;
  }
  p, .link, .btn {
    font-size: 14px;
  }
  p {
    line-height: 24px;
  }
  .section-title.style2 h2,
  .section-title.style3 h2,
  .section-title.style4 h2,
  .content-title.style2 h2,
  .content-title.style3 h2,
  .content-title.style4 h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .section-title.style2 p,
  .section-title.style3 p,
  .section-title.style4 p,
  .content-title.style2 p,
  .content-title.style3 p,
  .content-title.style4 p {
    font-size: 14px;
  }
  .section-title.mb-40,
  .content-title.mb-40 {
    margin-bottom: 30px !important;
  }
  .sidebar-menu {
    margin-right: 20px;
    margin-left: 0;
  }
  .blog-item.style2 .blog-info h3,
  .member-card .member-info-wrap h3,
  .client-quote-wrap.style2 .client-info .client-name h3,
  .feature-item-wrap.style2 .feature-item .feature-text h3,
  .class-item.style2 .class-content .class-text h3 {
    font-size: 20px;
  }
  .class-item.style2 .class-text p {
    font-size: 14px;
  }
  .contact-popup {
    width: 300px;
    padding: 35px 20px;
  }
  .course-slider-title.style2 h2, .course-slider-title.style3 h2, .course-slider-title.style4 h2,
  .section-title.style2 h2,
  .section-title.style3 h2,
  .section-title.style4 h2,
  .content-title.style2 h2,
  .content-title.style3 h2,
  .content-title.style4 h2 {
    line-height: 1.3;
  }
  .course-slider-title.style2 p, .course-slider-title.style3 p, .course-slider-title.style4 p,
  .section-title.style2 p,
  .section-title.style3 p,
  .section-title.style4 p,
  .content-title.style2 p,
  .content-title.style3 p,
  .content-title.style4 p {
    margin-top: 8px;
  }
  .course-slider-title.style4 span,
  .section-title.style4 span,
  .content-title.style4 span {
    margin-bottom: 8px;
  }
  .course-slider-title.style5 span,
  .section-title.style5 span,
  .content-title.style5 span {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .course-slider-title.style5 h2,
  .section-title.style5 h2,
  .content-title.style5 h2 {
    font-size: 28px;
  }
  .course-slider-title.style5 p,
  .section-title.style5 p,
  .content-title.style5 p {
    margin: 12px 0 0;
  }
  .course-slider-title.style6 span,
  .section-title.style6 span,
  .content-title.style6 span {
    padding-left: 60px;
  }
  .course-slider-title.style6 h2,
  .section-title.style6 h2,
  .content-title.style6 h2 {
    font-size: 28px;
  }
  .course-slider-title.style6 p,
  .section-title.style6 p,
  .content-title.style6 p {
    margin: 12px 0 0;
  }
  .header-wrap.style3 .header-bottom .header-bottom-right .mobile-menu, .header-wrap.style4 .header-bottom .header-bottom-right .mobile-menu {
    order: 2;
  }
  .header-wrap.style3 .header-bottom .header-bottom-right .sidebar-menu, .header-wrap.style4 .header-bottom .header-bottom-right .sidebar-menu {
    order: 1;
  }
  .hero-wrap.style2 {
    padding: 100px 0 90px;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 50px 0 30px;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content span {
    font-size: 14px;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 40px;
  }
  .hero-wrap.style3 .hero-img-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .hero-wrap.style3 .hero-img-wrap .hero-img {
    bottom: 0;
  }
  .hero-wrap.style3 .container .hero-shape-one {
    top: 30%;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1.1;
  }
  .hero-wrap.style3 .hero-content h5 {
    font-size: 18px;
  }
  .hero-wrap.style4 {
    padding: 150px 0 45px;
  }
  .hero-wrap.style4 .hero-shape-four {
    max-width: 315px;
    opacity: 0.6;
  }
  .hero-wrap.style4 .container .hero-img {
    max-width: 100%;
  }
  .hero-wrap.style4 .container .hero-shape-six {
    top: 15%;
    right: 0px;
    max-width: 250px;
  }
  .hero-wrap.style4 .hero-content {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .hero-wrap.style4 .hero-content:after {
    width: 300px;
  }
  .hero-wrap.style4 .hero-content .hero-subhead {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hero-wrap.style4 .hero-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-wrap.style4 .hero-content h5 {
    font-size: 18px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 100%;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 20px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    display: block;
  }
  .hero-wrap.style4 .hero-feature-list li {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-wrap.style4 .hero-feature-list li:last-child {
    margin-bottom: 0;
  }
  .hero-wrap.style5 {
    padding: 65px 0 120px;
  }
  .hero-wrap.style5 .hero-shape-nine {
    bottom: 0;
    max-width: 80px;
  }
  .hero-wrap.style5 .hero-img-wrap .hero-shape-seven,
  .hero-wrap.style5 .hero-img-wrap .hero-shape-eight {
    max-width: 60px;
  }
  .hero-wrap.style5 .hero-content {
    padding: 60px 0 30px;
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 57px;
    line-height: 1.05;
    margin-bottom: 8px;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hero-slider-four.owl-carousel .owl-nav {
    top: auto;
    bottom: 15px;
    left: calc(50% + 15px);
    transform: translate(-50%, 0);
  }
  .hero-slider-four.owl-carousel .owl-nav button.owl-prev, .hero-slider-four.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 45px;
  }
  .hero-slider-four.owl-carousel .owl-nav button.owl-prev.owl-next, .hero-slider-four.owl-carousel .owl-nav button.owl-next.owl-next {
    position: relative;
    top: 45px;
    left: -35px;
  }
  .promo-wrap.style2 {
    top: -25px;
  }
  .promo-wrap.style2 .class-item .class-content .class-text p {
    margin-bottom: 0;
  }
  .client-quote-wrap.style2 .client-quote {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .partner-wrap {
    padding: 35px 10px 35px 30px;
    width: calc(100% - 20px);
    margin-top: -30px;
  }
  .partner-wrap:after {
    right: -20px;
    content: "";
    width: 40px;
  }
  .partner-wrap .partner-item {
    padding: 0;
  }
  .partner-wrap .partner-item img {
    max-width: 120px;
  }
  .about-wrap .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
    margin-left: 0;
  }
  .about-wrap .about-content .feature-item-wrap.style2 .feature-item .feature-text {
    width: calc(100% - 85px);
    margin-left: 20px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-1 {
    height: 350px;
  }
  .about-wrap.style3 .about-img-wrap .about-shape-two {
    left: 0;
    max-width: 65px;
  }
  .about-wrap.style4:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: auto;
  }
  .about-wrap.style4 .about-img-wrap .exp-text {
    top: 12%;
    left: 0;
    width: 130px;
    height: 130px;
  }
  .about-wrap.style4 .about-img-wrap .exp-text h4 {
    font-size: 20px;
  }
  .about-wrap.style4 .about-img-wrap .exp-text h4 span {
    font-size: 30px;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-two {
    bottom: 50px;
    max-width: 80px;
  }
  .about-wrap.style4 .about-content {
    padding: 35px 0 50px;
  }
  .feature-item-wrap.style2 .feature-item {
    margin-bottom: 25px;
  }
  .feature-item-wrap.style2 .feature-item .feature-icon {
    width: 55px;
    height: 55px;
    margin-left: 10px;
  }
  .feature-item-wrap.style2 .feature-item .feature-text {
    width: calc(100% - 95px);
  }
  .feature-item-wrap.style2 .feature-item .feature-text h3 {
    margin-bottom: 10px;
  }
  .content-feature-list li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 16px;
  }
  .content-feature-list li:after {
    top: 10px;
  }
  .feature-wrap .feature-img-wrap {
    padding-bottom: 80px;
  }
  .feature-wrap .feature-img-wrap .feature-bg-1 {
    height: 300px;
  }
  .feature-wrap .feature-img-wrap .feature-bg-2 {
    height: 200px;
  }
  .feature-wrap.style2 .feature-img-wrap .feature-shape-two {
    max-width: 65px;
  }
  .feature-wrap.style2 .feature-img-wrap .feature-bg-3 {
    height: 350px;
    width: 90%;
  }
  .feature-wrap.style2 .feature-img-wrap .feature-bg-4 {
    height: 220px;
    width: 70%;
  }
  .feature-card {
    padding: 20px 23px 17px;
  }
  .feature-card .feature-icon {
    margin: 0 auto 22px;
  }
  .feature-card .feature-info h3 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .feature-card .feature-info p {
    margin-bottom: 8px;
  }
  .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-num {
    bottom: -15px;
  }
  .counter-card-wrap {
    padding: 20px 0;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
    padding: 20px 10px 20px 10px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 30px;
    width: 45px;
    height: 28px;
    bottom: -13px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-num:before {
    display: none;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info {
    width: calc(100% - 45px);
    margin-left: 0;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info p {
    font-size: 14px;
  }
  .yoga-feature-wrap .feature-item-wrap.style2 .feature-item {
    padding: 20px 20px 18px;
  }
  .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text {
    margin-left: 15px;
    width: calc(100% - 80px);
  }
  .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text h3 {
    margin-bottom: 5px;
  }
  .class-filter li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .class-filter li a {
    display: block;
    width: 100%;
  }
  .class-filter-wrap::after {
    height: 68%;
  }
  .class-item.style2 .class-content {
    padding: 20px 30px 18px;
  }
  .class-item.style2 .class-content .class-text {
    margin: 25px 0 0;
  }
  .class-item.style2 .class-content .class-text h3 {
    margin-bottom: 10px;
  }
  .class-item.style2 .class-content .class-text p {
    margin-bottom: 10px;
  }
  .class-item.style2 .class-content .class-text .link {
    font-size: 14px;
  }
  .class-item.style4 .class-info {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 25px 20px 18px;
  }
  .class-item.style4 .class-info .class-icon {
    width: 55px;
    height: 52px;
    margin: -68px 0 20px auto;
  }
  .class-item.style4 .class-info .class-icon i {
    font-size: 32px;
  }
  .class-item.style4 .class-info h3 {
    margin: 0 0 8px;
  }
  .class-item.style4 .class-info p {
    margin: 0 0 8px;
  }
  .join-class-bg {
    height: 400px;
  }
  .class-details-table.style2 .table thead tr th {
    padding: 20px 20px 20px;
    font-size: 18px;
    min-width: 120px;
  }
  .class-details-table.style2 .table tbody tr th {
    font-size: 18px;
    min-width: 120px;
  }
  .class-details-table.style2 .table tbody tr td {
    padding: 12px 12px;
    min-width: 120px;
  }
  .class-details-table.style2 .table tbody tr td h6 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .class-details-table.style2 .table tbody tr td span {
    font-size: 14px;
  }
  .member-card.style2 .member-info-wrap h3 {
    font-size: 22px;
  }
  .testimonial-slider-wrap {
    padding-bottom: 60px;
  }
  .testimonial-slider-thumbs {
    max-width: 100%;
  }
  .testimonial-slider-thumbs .client-info-wrap .client-img {
    margin: 0 auto;
  }
  .testimonial-slider-thumbs .client-info-wrap .client-info {
    text-align: center;
  }
  .testimonial-slider-four {
    overflow: hidden;
  }
  .testimonial-slider-four h2 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #fff;
  }
  .testimonial-slider-four .testimonial-slider-btn {
    position: absolute;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev {
    border: 2px solid #E31C25;
    width: 40px;
    height: 45px;
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next.testimonial-four-next,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev.testimonial-four-next {
    position: relative;
    top: 0;
    left: 3px;
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
    background-color: #E31C25;
    border-color: transparent;
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover i,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover i {
    color: #fff;
  }
  .testimonial-wrap.style3 .container-fluid {
    max-width: 100%;
  }
  .testimonial-wrap.style3 .client-quote {
    padding: 0;
  }
  .testimonial-wrap.style3 .testimonial-slider-wrap {
    padding: 50px 0 35px;
  }
  .testimonial-wrap.style3 .testimonial-slider-thumbs {
    max-width: 100%;
  }
  .testimonial-wrap.style3 .quote-info-wrap .client-info {
    width: calc(100% - 105px);
  }
  .testimonial-wrap.style3 .quote-info-wrap .quote-icon {
    width: 100px;
  }
  .testimonial-wrap.style3 .quote-info-wrap .quote-icon .quote-icon {
    left: -8px;
    max-width: 30px;
  }
  .testimonial-bg {
    height: 350px;
  }
  .course-item-wrap {
    padding: 20px;
  }
  .course-card span {
    font-size: 18px;
  }
  .course-slider-title h2 {
    font-size: 26px;
  }
  .course-btn-wrap {
    margin: 20px 0 0 -7px;
  }
  .course-btn-wrap .course-next,
  .course-btn-wrap .course-prev {
    width: 38px;
    height: 38px;
  }
  .course-btn-wrap .course-next i,
  .course-btn-wrap .course-prev i {
    font-size: 20px;
  }
  .pricing-card {
    padding: 25px 20px 30px;
  }
  .pricing-card:before {
    height: 120%;
  }
  .pricing-card .pricing-features {
    margin: 50px 0 30px 0;
  }
  .pricing-card .pricing-features li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pricing-card.style2 .pricing-header .pricing-header-tag {
    font-size: 52px;
  }
  .pricing-card.style2 .pricing-header .pricing-header-tag span {
    margin: 0;
    color: #fff;
  }
  .pricing-card.style2 .pricing-features {
    margin: 12px 0 25px 0;
    padding-top: 20px;
  }
  .pricing-card.style2 .pricing-features li {
    margin-bottom: 10px;
  }
  .newsletter-box-wrap {
    padding: 35px 20px;
    margin-bottom: -165px;
  }
  .newsletter-form {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .newsletter-form input {
    height: 50px;
  }
  .newsletter-form button {
    position: relative;
    width: 100%;
    margin: 15px 0 0;
    top: auto;
    left: auto;
  }
  .blog-item.style2 .blog-info {
    margin: 20px 0 0;
  }
  .blog-item.style2 .blog-info .blog-img .blog-category {
    font-size: 14px;
  }
  .blog-item.style2 .blog-info .blog-metainfo {
    margin: 0 0 12px;
  }
  .blog-item.style2 .blog-info .blog-metainfo li {
    font-size: 14px;
  }
  .blog-item.style2 .blog-info .blog-metainfo li a {
    font-size: 14px;
  }
  .blog-item.style2 .blog-info h3 {
    margin: 0 0 8px;
  }
  .footer-wrap.style2 {
    padding-top: 140px;
  }
  .footer-wrap.style2 .footer-top {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .footer-wrap.style2 .footer-top .footer-widget {
    margin-bottom: 25px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-widget-title h3 {
    margin-bottom: 0;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-menu li:last-child {
    padding-bottom: 0;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: -10px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .contact-info-wrap {
    margin-bottom: 35px;
  }
  .footer-wrap .footer-top {
    padding: 70px 0 70px;
  }
  .contact-info-wrap .contact-info-item {
    align-items: flex-start;
  }
  .contact-info-wrap .contact-info-item .contact-icon {
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
  .contact-info-wrap .contact-info-item .contact-icon i {
    font-size: 20px;
  }
  .contact-info-wrap .contact-info-item .contact-info {
    width: calc(100% - 80px);
    margin-left: 25px;
  }
  .contact-info-wrap .contact-info-item .contact-info h3 {
    font-size: 18px;
  }
  .contact-info-wrap .contact-info-item .contact-info a {
    font-size: 18px;
  }
  .membership-form,
  .comment_form,
  .contact_form {
    padding: 17px 20px 20px;
  }
  .membership-form .form-group,
  .comment_form .form-group,
  .contact_form .form-group {
    margin-bottom: 15px;
  }
  .membership-form .form-group label,
  .comment_form .form-group label,
  .contact_form .form-group label {
    font-size: 14px;
  }
  .membership-form .form-group input,
  .comment_form .form-group input,
  .contact_form .form-group input {
    height: 50px;
    font-size: 14px;
  }
  .membership-form .form-group textarea,
  .comment_form .form-group textarea,
  .contact_form .form-group textarea {
    height: 100px;
    font-size: 14px;
  }
  .promo-slider-v1 .owl-prev,
  .promo-slider-v1 .owl-next {
    width: 35px;
    height: 35px;
  }
  .promo-slider-v1 .owl-prev i,
  .promo-slider-v1 .owl-next i {
    font-size: 18px;
    line-height: 34px;
  }
  .promo-slider-v1 .owl-prev {
    left: -10px;
  }
  .promo-slider-v1 .owl-next {
    right: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title.style5 h2, .section-title.style6 h2,
  .content-title.style5 h2,
  .content-title.style6 h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .sidebar-menu {
    position: relative;
    top: -1px;
  }
  .sidebar-menu span {
    margin: 0 0 6px 0;
  }
  .hero-wrap.style5 {
    margin-top: 75px;
  }
  .about-wrap.style2 .about-content {
    margin-top: 35px;
  }
  .about-wrap.style3 .about-img-wrap, .about-wrap.style5 .about-img-wrap {
    margin-bottom: 30px;
  }
  .about-wrap.style5:before {
    width: 100%;
  }
  .promo-wrap.style2 .class-item {
    margin-bottom: 25px;
  }
  .feature-wrap .feature-img-wrap {
    margin-top: 35px;
  }
  .feature-wrap.style2 .feature-img-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .feature-wrap.style3 .feature-img-wrap {
    margin-bottom: 30px;
  }
  .yoga-feature-wrap .feature-item-wrap.style2.one .feature-item {
    left: 0;
  }
  .yoga-feature-wrap .feature-item-wrap.style2.two .feature-item {
    right: 0;
  }
  .yoga-feature-img {
    margin-bottom: 30px;
  }
  .counter-wrap.style1 {
    margin-top: 0;
  }
  .class-filter {
    margin-top: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item.style2 .blog-info h3,
  .member-card .member-info-wrap h3,
  .client-quote-wrap.style2 .client-info .client-name h3,
  .feature-item-wrap.style2 .feature-item .feature-text h3,
  .class-item.style2 .class-content .class-text h3 {
    font-size: 22px;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 720px) / 2 + 15px);
    padding-right: 0;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 40px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 58px;
    margin: 0 0 12px;
    line-height: 1.1;
  }
  .hero-wrap.style3 .hero-content h5 {
    font-size: 20px;
  }
  .hero-wrap.style4 {
    padding: 220px 0 60px;
  }
  .hero-wrap.style4 .container .hero-img {
    max-width: 580px;
  }
  .hero-wrap.style4 .container .hero-shape-six {
    top: 15%;
    right: -20px;
    max-width: 400px;
  }
  .hero-wrap.style4 .hero-content {
    margin-bottom: 100px;
  }
  .hero-wrap.style4 .hero-content:after {
    width: 400px;
  }
  .hero-wrap.style4 .hero-content h1 {
    font-size: 55px;
  }
  .hero-wrap.style4 .hero-content h5 {
    font-size: 22px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 720px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 25px 0 25px 140px;
    width: calc(100% - 50px);
    margin: 0 0 0 auto;
  }
  .hero-wrap.style4 .hero-feature-list li {
    font-size: 16px;
  }
  .hero-wrap.style5 {
    padding: 40px 0 120px;
  }
  .hero-wrap.style5 .hero-content {
    padding: 60px 0;
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 22px;
  }
  .hero-slider-four.owl-carousel .owl-nav button.owl-prev, .hero-slider-four.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 75px;
  }
  .hero-slider-four.owl-carousel .owl-nav button.owl-prev.owl-next, .hero-slider-four.owl-carousel .owl-nav button.owl-next.owl-next {
    position: relative;
    top: 75px;
    left: -65px;
  }
  .promo-wrap.style2 {
    top: -45px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-1 {
    height: 400px;
  }
  .about-wrap.style4 .about-content {
    padding: 35px 0 100px;
  }
  .about-wrap.style4:before {
    width: 100%;
    height: 47%;
    bottom: 0;
    top: auto;
  }
  .feature-wrap .feature-img-wrap {
    padding-bottom: 120px;
  }
  .feature-wrap .feature-img-wrap .feature-bg-1 {
    height: 350px;
  }
  .feature-wrap .feature-img-wrap .feature-bg-2 {
    height: 300px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 10px;
    left: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 500px;
    width: calc(100% - 220px);
    margin-right: 20px;
    margin-top: 80px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
    height: 340px;
    width: 200px;
  }
  .course-item-wrap {
    padding: 25px;
  }
  .course-slider-title h2 {
    font-size: 26px;
  }
  .class-details-table.style2 .table thead tr th {
    padding: 20px 20px 20px;
    font-size: 20px;
  }
  .class-details-table.style2 .table tbody tr th {
    font-size: 20px;
  }
  .class-details-table.style2 .table tbody tr td {
    padding: 20px 20px;
  }
  .class-details-table.style2 .table tbody tr td h6 {
    font-size: 20px;
  }
  .class-details-table.style2 .table tbody tr td span {
    font-size: 15px;
  }
  .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-num {
    bottom: -7px;
  }
  .counter-card-wrap .counter-card {
    padding: 40px 1px 40px 25px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 40px;
    width: 55px;
    height: 55px;
    bottom: -20px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-num:before {
    height: 20px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info {
    width: calc(100% - 55px);
    margin-left: 0;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info p {
    font-size: 16px;
  }
  .testimonial-wrap.style3 .container-fluid {
    max-width: 720px;
  }
  .testimonial-wrap.style3 .testimonial-slider-wrap {
    padding: 50px 0 30px;
  }
  .testimonial-wrap.style3 .testimonial-slider-thumbs {
    max-width: 100%;
  }
  .testimonial-bg {
    height: 450px;
  }
  .newsletter-box-wrap {
    padding: 70px 30px;
    margin-bottom: -165px;
  }
  .newsletter-form {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .footer-wrap .footer-top {
    padding: 70px 0 70px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-widget-title h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .contact-info-item {
    align-items: flex-start;
  }
  .contact-info-item .contact-icon {
    width: 45px;
    height: 45px;
  }
  .contact-info-item .contact-icon i {
    font-size: 20px;
  }
  .contact-info-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 25px;
  }
  .contact-info-item .contact-info h3 {
    font-size: 18px;
  }
  .contact-info-item .contact-info a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .about-wrap.style4 .about-content {
    padding: 100px 0;
  }
  .feature-wrap.style3 .feature-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrap.style2 .hero-slide-item .hero-content {
    max-width: 100%;
    margin: 0;
    padding: 100px 0 120px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 65px;
    margin: 0 0 7px;
    line-height: 1;
  }
  .hero-wrap.style3 .hero-content h5 {
    font-size: 25px;
  }
  .hero-wrap.style4 {
    padding: 250px 0 60px;
  }
  .hero-wrap.style4 .container .hero-img {
    max-width: 750px;
  }
  .hero-wrap.style4 .container .hero-shape-six {
    top: 15%;
    right: -30px;
    max-width: 400px;
  }
  .hero-wrap.style4 .hero-content {
    margin-bottom: 150px;
  }
  .hero-wrap.style4 .hero-content h1 {
    font-size: 70px;
  }
  .hero-wrap.style4 .hero-content h5 {
    font-size: 26px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 960px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 35px 0 35px 220px;
    width: calc(100% - 50px);
    margin: 0 0 0 auto;
  }
  .hero-wrap.style4 .hero-feature-list li {
    font-size: 18px;
  }
  .hero-wrap.style5 {
    padding: 40px 0 120px;
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 84px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 32px;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 960px) / 2 + 15px);
    padding-right: 0;
  }
  .about-wrap.style4 .about-img-wrap {
    margin-bottom: -120px;
  }
  .about-wrap.style4 .about-img-wrap .exp-text {
    top: 12%;
    left: 0px;
    z-index: 1;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-one {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-two {
    position: absolute;
    bottom: 100px;
    right: 0;
  }
  .about-wrap.style4 .about-img-wrap .about-img {
    position: relative;
    bottom: -15px;
    display: block;
    margin: 0 auto;
  }
  .about-wrap.style4 .about-content {
    background-color: transparent;
  }
  .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item {
    margin-left: 0;
  }
  .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
    transform: rotate(0deg);
    top: 5px;
  }
  .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
    transform: rotate(0deg);
  }
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 10px;
    left: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 500px;
    width: calc(100% - 190px);
    margin-right: 20px;
    margin-top: 80px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
    height: 280px;
    width: 170px;
  }
  .counter-card-wrap .counter-card {
    padding: 40px 15px 40px 35px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 60px;
    width: 72px;
    height: 55px;
    bottom: -20px;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info {
    width: calc(100% - 72px);
    margin-left: 0;
  }
  .counter-card-wrap .counter-card .counter-text .counter-info p {
    font-size: 18px;
  }
  .course-item-wrap {
    padding: 25px;
  }
  .course-slider-title h2 {
    font-size: 38px;
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-left: 0;
    padding-right: calc((100% - 960px) / 2 + 10px) !important;
  }
  .contact-info-wrap .contact-info-item {
    align-items: flex-start;
  }
  .contact-info-wrap .contact-info-item .contact-icon {
    width: 55px;
    height: 55px;
  }
  .contact-info-wrap .contact-info-item .contact-icon i {
    font-size: 24px;
  }
  .contact-info-wrap .contact-info-item .contact-info {
    width: calc(100% - 85px);
  }
  .contact-info-wrap .contact-info-item .contact-info h3 {
    font-size: 20px;
  }
  .contact-info-wrap .contact-info-item .contact-info a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title.style5,
  .content-title.style5 {
    padding: 0 30px;
  }
  .header-wrap.style3 .container, .header-wrap.style4 .container, .header-wrap.style5 .container {
    max-width: 1320px;
  }
  .hero-wrap.style3 .container, .hero-wrap.style4 .container {
    max-width: 1320px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 1320px;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 15px);
    padding-right: 0;
  }
  .counter-wrap.style1:after {
    left: calc((100% - 1320px) / 2 + 15px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .course-slider-title h2 {
    font-size: 33px;
  }
  .counter-wrap.style1:after {
    left: 0 !important;
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-left: 0;
    padding-right: calc((100% - 1170px) / 2 + 0px) !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 1200px) / 2 + 12px) !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .promo-slider-v1 .owl-prev,
  .promo-slider-v1 .owl-next {
    width: 35px;
    height: 35px;
  }
  .promo-slider-v1 .owl-prev i,
  .promo-slider-v1 .owl-next i {
    font-size: 18px;
    line-height: 34px;
  }
  .promo-slider-v1 .owl-prev {
    left: -10px;
  }
  .promo-slider-v1 .owl-next {
    right: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-wrap.style3 .hero-content h1 {
    font-size: 100px;
    margin: 0 0 7px;
    line-height: 1;
  }
  .hero-wrap.style4 .container .hero-img {
    max-width: 850px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 1250px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 35px 0 35px 165px;
    width: calc(100% - 240px);
  }
  .hero-wrap.style4 .hero-feature-list li {
    font-size: 20px;
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 32px;
  }
  .feature-wrap.style3 .container-fluid {
    padding-left: 15px;
    padding-right: calc((100% - 1320px) / 2 + 15px);
  }
  .counter-wrap.style1:after {
    left: calc((100% - 1320px) / 2 + 22px);
  }
  .course-btn-wrap {
    margin: 15px 0 0;
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-left: 0;
    padding-right: calc((100% - 1320px) / 2 + 0px);
  }
  .pricing-card::before {
    height: 123%;
  }
  .section-text {
    font-size: 400px;
  }
  .contact-info-wrap {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .feature-wrap.style3 .container-fluid {
    padding-left: 15px;
    padding-right: calc((100% - 1410px) / 2 + 15px);
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-left: 0;
    padding-right: calc((100% - 1410px) / 2 + 12px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-wrap.style3 .container .hero-shape-one {
    max-width: 900px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 110px;
    margin: 0 0 5px;
    line-height: 1;
  }
  .hero-wrap.style4 .container .hero-img {
    max-width: 850px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 1320px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 35px 0 35px 180px;
    width: calc(100% - 332px);
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 32px;
  }
  .counter-wrap.style1:after {
    left: calc((100% - 1320px) / 2 + 10px);
  }
  .course-btn-wrap {
    margin: 18px 0 0;
  }
  .contact-info-wrap {
    padding-right: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-title.style2 h2,
  .section-title.style3 h2,
  .section-title.style4 h2,
  .content-title.style2 h2,
  .content-title.style2 h2,
  .content-title.style4 h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 84px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 110px;
    margin: 0 0 5px;
    line-height: 1;
  }
  .hero-wrap.style4 .hero-content h1 {
    font-size: 110px;
    line-height: 1;
  }
  .hero-wrap.style5 .hero-content h1 {
    font-size: 110px;
    line-height: 1;
  }
  .hero-wrap.style5 .hero-content h5 {
    font-size: 36px;
  }
  .contact-info-wrap {
    padding-right: 130px;
  }
  .counter-wrap.style1:after {
    left: calc((100% - 1410px) / 2 + 15px);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .header-wrap.style3 .container, .header-wrap.style4 .container, .header-wrap.style5 .container {
    max-width: 1520px;
  }
  .header-wrap.style2 .container,
  .hero-wrap.style2 .hero-slide-item .container {
    max-width: 1520px;
    margin: 0 auto;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 1520px) / 2 + 15px);
    padding-right: 0;
  }
  .hero-wrap.style3 .container, .hero-wrap.style4 .container, .hero-wrap.style5 .container {
    max-width: 1520px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 1520px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 35px 0 35px 210px;
    width: calc(100% - 362px);
  }
}
@media only screen and (min-width: 1920px) {
  .header-wrap.style3 .container, .header-wrap.style4 .container, .header-wrap.style5 .container {
    max-width: 1720px;
  }
  .header-wrap.style2 .container {
    max-width: 1720px;
    margin: 0 auto;
  }
  .hero-wrap.style3 .container, .hero-wrap.style4 .container, .hero-wrap.style5 .container {
    max-width: 1720px;
  }
  .hero-wrap.style4 .line-shape-wrap {
    max-width: 1720px;
  }
  .hero-wrap.style4 .hero-feature-list {
    padding: 35px 0 35px 210px;
    width: calc(100% - 552px);
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-left: calc((100% - 1720px) / 2 + 15px);
    padding-right: 0;
  }
}
/*----------------------------
   Home Demo 8 & 9 CSS
------------------------------*/
.text-paraTwo {
  color: #666;
}

.bg_lime {
  background-color: #A2FF00;
}

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

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

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

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

.ls-0 {
  letter-spacing: 0;
}

.btn.style-four {
  background-color: #A2FF00;
  color: #0B1F26;
  padding: 17px 29px;
  line-height: 16px;
  border: 1px solid transparent;
}
.btn.style-four:hover {
  background-color: transparent;
  border-color: #A2FF00;
  color: #fff;
}
.btn.style-five {
  background-color: transparent;
  color: #A2FF00;
  padding: 17px 29px;
  line-height: 16px;
  border: 1px solid #A2FF00;
}
.btn.style-five:hover {
  background-color: #A2FF00;
  border-color: transparent;
  color: #0B1F26;
}
.btn.style-six {
  background-color: #A2FF00;
  color: #0B1F26;
  padding: 17px 29px;
  line-height: 16px;
  border: 1px solid transparent;
}
.btn.style-six:hover {
  background-color: #0B1F26;
  border-color: transparent;
  color: #fff;
}
.btn.style-seven {
  background-color: transparent;
  color: #0B1F26;
  padding: 17px 29px;
  line-height: 16px;
  border: 1px solid #666;
}
.btn.style-seven:hover {
  background-color: #A2FF00;
  border-color: transparent;
  color: #0B1F26;
}

.social-profile {
  margin-top: 0;
}
.social-profile.style-three li {
  display: inline-block;
  margin-left: 10px;
}
.social-profile.style-three li:first-child {
  margin-left: 0;
}
.social-profile.style-three li a {
  width: 30px;
  height: 30px;
  background: #A2FF00;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.social-profile.style-three li a i {
  font-size: 16px;
  color: #0B1F26;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.social-profile.style-three li a:hover {
  background: #fff;
}

.section-title.style-six .section-subtitle {
  font-family: "Teko", sans-serif;
  color: #0B1F26 !important;
  display: inline-block;
  padding: 7px 10px 5px 13px;
  font-size: 17px;
  line-height: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  background-color: #A2FF00;
}
.section-title.style-six h2 {
  font-size: 42px;
  line-height: 44px;
  padding-left: 0;
}

.header-wrap.style-three, .header-wrap.style-four {
  width: 100%;
  background: #0B1F26;
  padding: 26px 0 20px;
  transition: 0.3s;
  z-index: 20;
}
.header-wrap.style-three.sticky, .header-wrap.style-four.sticky {
  position: fixed;
  background: #0B1F26;
  transition: 0.4s;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header-wrap.style-three .main-menu > ul > li > a, .header-wrap.style-four .main-menu > ul > li > a {
  color: #fff;
}
.header-wrap.style-three .main-menu > ul > li > a:before, .header-wrap.style-four .main-menu > ul > li > a:before {
  top: 6px;
  right: -16px;
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.header-wrap.style-three .main-menu > ul > li > a:after, .header-wrap.style-four .main-menu > ul > li > a:after {
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #A2FF00;
  transition: all 0.4s ease;
}
.header-wrap.style-three .main-menu > ul > li > a:hover, .header-wrap.style-three .main-menu > ul > li > a.active, .header-wrap.style-four .main-menu > ul > li > a:hover, .header-wrap.style-four .main-menu > ul > li > a.active {
  color: #A2FF00;
}
.header-wrap.style-three .main-menu > ul > li > a:hover:after, .header-wrap.style-three .main-menu > ul > li > a.active:after, .header-wrap.style-four .main-menu > ul > li > a:hover:after, .header-wrap.style-four .main-menu > ul > li > a.active:after {
  width: 100%;
  display: block;
}
.header-wrap.style-three .main-menu > ul > li > a:hover::before, .header-wrap.style-three .main-menu > ul > li > a.active::before, .header-wrap.style-four .main-menu > ul > li > a:hover::before, .header-wrap.style-four .main-menu > ul > li > a.active::before {
  border-left-color: #A2FF00;
  border-bottom-color: #A2FF00;
}
.header-wrap.style-three .main-menu > ul > li.has-child > a, .header-wrap.style-four .main-menu > ul > li.has-child > a {
  padding-right: 17px;
}
.header-wrap.style-three .main-menu > ul > li.has-child > a:before, .header-wrap.style-four .main-menu > ul > li.has-child > a:before {
  right: 0;
}
.header-wrap.style-three .header-btn, .header-wrap.style-four .header-btn {
  margin-left: 20px;
}
.header-wrap.style-three .header-btn .btn, .header-wrap.style-four .header-btn .btn {
  height: auto;
  line-height: 16px;
}
.header-wrap.style-three .mobile-menu a i, .header-wrap.style-four .mobile-menu a i {
  color: #fff;
}

.contact-popup {
  background: #0B1F26;
}
.contact-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.contact-popup .contact-popup-wrap .comp-info .contact-address li i {
  color: #A2FF00;
}
.contact-popup .contact-popup-title .close-popup {
  border: 1px solid #A2FF00;
  transition: all 0.4s ease-in-out;
}
.contact-popup .contact-popup-title .close-popup i {
  font-size: 21px;
  color: #A2FF00;
  transition: all 0.4s ease-in-out;
}
.contact-popup .contact-popup-title .close-popup:hover {
  background: #A2FF00;
}
.contact-popup .contact-popup-title .close-popup:hover i {
  color: #0B1F26;
}

.hero-wrap.style-six {
  background-image: url(../img/hero/hero-bg-3.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-wrap.style-six:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(9, 27, 33, 0.9);
  z-index: -1;
}
.hero-wrap.style-six .hero-content {
  padding: 100px 0;
  position: relative;
}
.hero-wrap.style-six .hero-content .hero-subhead {
  font-size: 17px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  color: #A2FF00;
  letter-spacing: 0.24em;
  display: inline-block;
}
.hero-wrap.style-six .hero-content .hero-subhead:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 27px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgb(162, 255, 0) 46%, rgb(36, 36, 36) 95%);
}
.hero-wrap.style-six .hero-content h1 {
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 90px;
  line-height: 90px;
}
.hero-wrap.style-six .hero-content h5 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
}
.hero-wrap.style-six .hero-img-wrap {
  height: 100%;
}
.hero-wrap.style-six .hero-img-wrap .hero-img-shape {
  top: -80px;
  right: 0;
}
.hero-wrap.style-six .hero-img-wrap .hero-img {
  position: relative;
  bottom: 0;
}
.hero-wrap.style-seven {
  padding: 155px 0;
}
.hero-wrap.style-seven .hero-section-shape {
  top: 48%;
  left: 49%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.hero-wrap.style-seven .hero-content .hero-subhead {
  font-size: 17px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 36px;
  margin-bottom: 17px;
  color: #666;
  letter-spacing: 0.24em;
  display: inline-block;
}
.hero-wrap.style-seven .hero-content .hero-subhead:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  transform: translateY(-50%);
  background: #666;
}
.hero-wrap.style-seven .hero-content h1 {
  font-size: 100px;
  line-height: 100px;
  color: #0B1F26;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.hero-wrap.style-seven .hero-content h1 img {
  position: relative;
  bottom: -7px;
  margin-left: 8px;
}
.hero-wrap.style-seven .hero-content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #666;
  letter-spacing: 0;
  margin-bottom: 75px;
}

.about-area.style-seven {
  background-color: #FFF7E3;
}
.about-area.style-seven .about-area-content .section-title {
  margin-bottom: 10px;
}
.about-area.style-seven .about-area-content .counter-card-wrapper {
  margin: 35px 0 21px;
}
.about-area.style-seven .about-area-content .counter-card-wrapper .counter-card {
  width: 50%;
  margin-bottom: 25px;
}
.about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text .counter-num {
  font-size: 64px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  line-height: 1;
  color: #0B1F26;
  margin-bottom: -3px;
}
.about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text .counter-num span {
  line-height: 1;
  letter-spacing: -2px;
}
.about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text p {
  font-size: 18px;
}
.about-area.style-seven .about-area-content .story-box {
  padding: 37px 54px 37px;
  margin-bottom: 43px;
}
.about-area.style-seven .about-area-content .story-box h5 {
  font-size: 25px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.about-area.style-seven .about-area-content .story-box:before {
  position: absolute;
  content: "";
  top: -43px;
  left: -43px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #A2FF00;
  z-index: -1;
}
.about-area.style-seven .about-area-content .story-box p:last-child {
  margin-bottom: 0;
}
.about-area.style-seven .about-area-content .btn {
  margin-top: 30px;
}

.feature-card-wrap.style-one > div:nth-child(even) .feature-card {
  margin-top: 40px;
}

.feature-card.style-three {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  padding-left: 20px;
  border-left: 1px solid #CFCFCF;
}
.feature-card.style-three .feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 0 27px;
  background-color: #A2FF00;
}
.feature-card.style-three .feature-icon i {
  font-size: 44px;
  line-height: 0.8;
  margin: 0 auto;
  color: #0B1F26;
}
.feature-card.style-three .feature-info h3 {
  font-size: 25px;
  margin: 0 0 8px;
  color: #0B1F26;
}
.feature-card.style-three .feature-info p {
  margin: 0 0 12px;
}
.feature-card.style-three .feature-info .link {
  color: #E31C25;
  text-decoration: none;
  font-weight: 600;
}
.feature-card.style-three:hover {
  border-left-color: #A2FF00;
}
.feature-card.style-four {
  background-color: transparent;
  box-shadow: none;
  padding: 45px 33px 40px;
  border: 1px solid #E5E5E5;
}
.feature-card.style-four .feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 0 55px;
  background-color: #A2FF00;
}
.feature-card.style-four .feature-icon i {
  font-size: 44px;
  line-height: 0.8;
  margin: 0 auto;
  color: #0B1F26;
}
.feature-card.style-four .feature-info h3 {
  font-size: 25px;
  margin: 0 0 8px;
  color: #0B1F26;
}
.feature-card.style-four .feature-info p {
  margin: 0 0 12px;
}
.feature-card.style-four .feature-info .link {
  color: #E31C25;
  text-decoration: none;
  font-weight: 600;
}
.feature-card.style-four:hover {
  border-color: #A2FF00;
}

.program-wrapper {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.program-wrapper .program-card {
  height: 565px;
  cursor: pointer;
  width: calc(16% - 12px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.program-wrapper .program-card.bg-1 {
  background-image: url(../img/programs/program-1.jpg);
}
.program-wrapper .program-card.bg-2 {
  background-image: url(../img/programs/program-2.jpg);
}
.program-wrapper .program-card.bg-3 {
  background-image: url(../img/programs/program-3.jpg);
}
.program-wrapper .program-card.bg-4 {
  background-image: url(../img/programs/program-4.jpg);
}
.program-wrapper .program-card .program-info-title {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.program-wrapper .program-card .program-info-title h3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 24px;
  margin-bottom: 3px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 19px;
}
.program-wrapper .program-card .program-info-title h3 a {
  color: #fff;
}
.program-wrapper .program-card .program-info-title h3 a:hover {
  color: #A2FF00;
}
.program-wrapper .program-card .program-info-title .program-icon {
  width: 64px;
  height: 64px;
  background-color: #A2FF00;
}
.program-wrapper .program-card .program-hover-info {
  padding: 0 25px 40px 30px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.program-wrapper .program-card .program-hover-info .program-icon {
  width: 64px;
  height: 64px;
  background-color: #A2FF00;
}
.program-wrapper .program-card .program-hover-info .program-title {
  width: calc(100% - 84px);
  margin-left: auto;
  position: relative;
  top: -4px;
}
.program-wrapper .program-card .program-hover-info .program-title h3 {
  margin-bottom: 3px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.program-wrapper .program-card .program-hover-info .program-title h3 a {
  color: #fff;
}
.program-wrapper .program-card .program-hover-info .program-title h3 a:hover {
  color: #A2FF00;
}
.program-wrapper .program-card .program-hover-info .program-title p {
  color: #fff;
  margin-bottom: 30px;
}
.program-wrapper .program-card .program-hover-info .program-title .program-link {
  color: #fff;
  font-weight: 600;
}
.program-wrapper .program-card .program-hover-info .program-title .program-link span {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background-color: #A2FF00;
}
.program-wrapper .program-card .program-hover-info .program-title .program-link:hover {
  color: #A2FF00;
}
.program-wrapper .program-card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgb(11, 31, 38) 10%, rgba(11, 31, 38, 0.059) 95%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.program-wrapper .program-card.active {
  width: calc(49.9% - 12px);
}
.program-wrapper .program-card.active:after {
  opacity: 1;
}
.program-wrapper .program-card.active .program-info-title {
  visibility: hidden;
  opacity: 0;
}
.program-wrapper .program-card.active .program-hover-info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.program-card.style-two {
  background-color: #FFF7E3;
  transition: all 0.4s ease-in-out;
}
.program-card.style-two .program-img .program-link {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: -25px;
  right: 25px;
  transition: all 0.4s ease-in-out;
}
.program-card.style-two .program-img .program-link img {
  transition: all 0.4s ease-in-out;
}
.program-card.style-two .program-img .program-link:hover {
  background: #0B1F26;
}
.program-card.style-two .program-img .program-link:hover img {
  filter: brightness(0) invert(1);
}
.program-card.style-two .program-info {
  padding: 32px 34px 31px;
}
.program-card.style-two .program-info h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.program-card.style-two .program-info h3 a {
  color: #0B1F26;
}
.program-card.style-two .program-info h3 a:hover {
  color: #E31C25;
}
.program-card.style-two:hover {
  transform: translateY(-5px);
}

.brand-slider.style-two {
  padding: 78px 20px;
  background-color: #FFF7E3;
}

.join-us-area.style-one .join-us-content .section-title, .join-us-area.style-two .join-us-content .section-title {
  margin-bottom: 10px;
}
.join-us-area.style-one .join-us-content p, .join-us-area.style-two .join-us-content p {
  color: #E8E8E8;
  line-height: 28px;
}
.join-us-area.style-one .join-us-content .feature-list, .join-us-area.style-two .join-us-content .feature-list {
  margin: 45px 0 48px;
}
.join-us-area.style-one .join-us-content .feature-list li, .join-us-area.style-two .join-us-content .feature-list li {
  margin-bottom: 14px;
  padding-left: 38px;
  font-weight: 500;
  color: #E8E8E8;
  letter-spacing: 0.2px;
}
.join-us-area.style-one .join-us-content .feature-list li:last-child, .join-us-area.style-two .join-us-content .feature-list li:last-child {
  margin-bottom: 0;
}
.join-us-area.style-one .join-us-content .feature-list li img, .join-us-area.style-two .join-us-content .feature-list li img {
  position: absolute;
  top: 2px;
  left: 0;
}
.join-us-area.style-one .join-us-content h6, .join-us-area.style-two .join-us-content h6 {
  padding-left: 39px;
  color: #E8E8E8;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 65px;
}
.join-us-area.style-one .join-us-content h6 img, .join-us-area.style-two .join-us-content h6 img {
  position: absolute;
  top: 0;
  left: 0;
}
.join-us-area.style-one .join-us-content .join-us-btn .btn:first-child, .join-us-area.style-two .join-us-content .join-us-btn .btn:first-child {
  margin-right: 20px;
}
.join-us-area.style-one {
  background-image: url(../img/join-us/join-us-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-us-area.style-one:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%);
  z-index: -1;
}
.join-us-area.style-two {
  background-image: url(../img/join-us/join-us-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-us-area.style-two:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: -1;
}
.join-us-area.style-two .join-us-content {
  padding: 120px 0;
}
.join-us-area.style-two .join-us-bg {
  background-image: url(../img/join-us/join-us-img.jpg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pricing-table table thead tr th {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 12px 20px 12px 40px;
  background-color: #FFF7E3;
  border-right: 1px solid #E5E5E5;
  border-bottom: none;
}
.pricing-table table thead tr th:first-child {
  border-left: 1px solid #E5E5E5;
}
.pricing-table table tbody tr th {
  border-left: 1px solid #E5E5E5;
  color: #0B1F26;
  font-weight: 400;
  font-size: 17px;
}
.pricing-table table tbody tr th,
.pricing-table table tbody tr td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 18px 35px 18px 40px;
}
.pricing-table table tbody tr th .pricing-header,
.pricing-table table tbody tr td .pricing-header {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: "Teko", sans-serif;
}
.pricing-table table tbody tr th .price-tag,
.pricing-table table tbody tr td .price-tag {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  position: relative;
  top: 3px;
  font-family: "Teko", sans-serif;
}
.pricing-table table tbody tr th .price-tag span,
.pricing-table table tbody tr td .price-tag span {
  font-size: 24px;
  font-weight: 500;
  color: #666;
}
.pricing-table table tbody tr th .checked,
.pricing-table table tbody tr th .unchecked,
.pricing-table table tbody tr td .checked,
.pricing-table table tbody tr td .unchecked {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.pricing-table table tbody tr th .checked i,
.pricing-table table tbody tr th .unchecked i,
.pricing-table table tbody tr td .checked i,
.pricing-table table tbody tr td .unchecked i {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.pricing-table table tbody tr th .checked,
.pricing-table table tbody tr td .checked {
  background-color: #4CAF50;
}
.pricing-table table tbody tr th .unchecked,
.pricing-table table tbody tr td .unchecked {
  background-color: #F44336;
}
.pricing-table table tbody tr th .unchecked i,
.pricing-table table tbody tr td .unchecked i {
  left: 1px;
}
.pricing-table table tbody tr:last-child th > span {
  max-width: 75%;
  text-wrap: wrap;
  display: inline-block;
}

.trainer-area.style-one {
  background-color: #FFF7E3;
}

.trainer-card.style-one {
  margin-bottom: 30px;
}
.trainer-card.style-one .trainer-img {
  border: 10px solid #fff;
}
.trainer-card.style-one .trainer-img img {
  transition: all 0.4s ease-in-out;
}
.trainer-card.style-one h3 {
  margin: 21px 0 2px;
  font-size: 25px;
  line-height: 24px;
}
.trainer-card.style-one h3 a {
  color: #0B1F26;
}
.trainer-card.style-one h3 a:hover {
  color: #A2FF00;
}
.trainer-card.style-one:hover .trainer-img img {
  transform: scale(1.05);
}

.testimonial-area.style-one {
  background-color: #FFF7E3;
}
.testimonial-area.style-one .section-shape {
  bottom: 30px;
}
.testimonial-area.style-one .testimonial-slider-six .testimonial-pagination {
  left: 100px;
}
.testimonial-area.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 51%;
  background-color: #FFF7E3;
  z-index: -1;
}
.testimonial-area.style-two .testimonial-slider-wrap {
  background-color: #A2FF00;
}
.testimonial-area.style-two .testimonial-slider-six .testimonial-pagination {
  left: 100px;
}

.testimonial-card.style-one h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Ubuntu", sans-serif;
  color: #0B1F26;
  margin-bottom: 10px;
}
.testimonial-card.style-one p {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 22px;
}
.testimonial-card.style-one h5 {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  padding-left: 25px;
}
.testimonial-card.style-one h5:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 19px;
  height: 2px;
  background-color: #000;
}

.testimonial-slider-six .testimonial-pagination {
  text-align: center;
  margin-top: 45px;
  position: relative;
}
.testimonial-slider-six .testimonial-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #666;
  background-color: #666;
  opacity: 1;
}
.testimonial-slider-six .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A2FF00;
}

.blog-card.style-one {
  border: 1px solid #E5E5E5;
  padding: 35px 0px 30px;
}
.blog-card.style-one .blog-category {
  font-family: "Teko", sans-serif;
  color: #0B1F26;
  display: inline-block;
  padding: 7px 10px 5px 13px;
  font-size: 17px;
  line-height: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  background-color: #A2FF00;
  margin-bottom: 35px;
  transition: all 0.4s ease-in-out;
}
.blog-card.style-one .blog-category:hover {
  background-color: #0B1F26;
  color: #fff;
}
.blog-card.style-one .blog-img {
  margin: 0 30px;
}
.blog-card.style-one .blog-info {
  margin: 30px 25px 0;
}
.blog-card.style-one .blog-info h3 {
  font-size: 25px;
  line-height: 34px;
}
.blog-card.style-one .blog-info h3 a {
  color: #0B1F26;
}
.blog-card.style-one .blog-info h3 a:hover {
  color: #4C1414;
}

.newsletter-box.style-one {
  background-color: #FFF7E3;
  padding-left: 50px;
  padding-right: 50px;
}
.newsletter-box.style-one .newsletter-shape-two {
  right: 8px;
  bottom: 8px;
}
.newsletter-box.style-one .newsletter-shape-three {
  left: 54%;
  transform: translateX(-50%);
}
.newsletter-box.style-one .newsletter-form input {
  width: 100%;
  height: 54px;
  font-size: 14px;
  background: transparent;
  padding: 10px 175px 10px 20px;
  color: #666;
}
.newsletter-box.style-one .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.newsletter-box.style-one .newsletter-form input::placeholder {
  opacity: 1;
  color: #999;
}
.newsletter-box.style-one .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #A2FF00;
  color: #0B1F26;
  font-weight: 500;
  height: 100%;
  border: none;
  padding: 10px 31px;
  transition: all 0.4s ease-in-out;
}
.newsletter-box.style-one .newsletter-form button:hover {
  background-color: #0B1F26;
  color: #fff;
}

.footer-wrap.style-three {
  padding-top: 165px;
  position: relative;
  overflow: hidden;
}
.footer-wrap.style-three .section-text {
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 550px;
}
.footer-wrap.style-three .section-text:after {
  background: linear-gradient(360deg, rgba(8, 22, 27, 0.9) 50%, rgba(8, 22, 27, 0.15) 95%);
}
.footer-wrap.style-three .footer-top {
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}
.footer-wrap.style-three .footer-top .logo {
  display: block;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item {
  margin-bottom: 0;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item:last-child {
  margin-bottom: 0;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-icon {
  background: #A2FF00;
  left: 10px;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-icon i {
  color: #0B1F26;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-info {
  left: 10px;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-info h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-info h3 a {
  color: #A2FF00;
}
.footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-info a {
  color: #A2FF00;
}
.footer-wrap.style-three .footer-bottom-menu li {
  margin-right: 15px;
}
.footer-wrap.style-three .footer-bottom-menu li:last-child {
  margin-right: 0;
}
.footer-wrap.style-three .footer-bottom-menu li a {
  color: #fff;
  font-weight: 500;
}
.footer-wrap.style-three .footer-bottom-menu li a:hover {
  color: #A2FF00;
}
.footer-wrap.style-three .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px 0 22px;
}
.footer-wrap.style-three .footer-bottom .copyright-text {
  color: #fff;
  margin-bottom: 0;
}
.footer-wrap.style-three .footer-bottom .copyright-text a {
  color: #A2FF00;
}

@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 30px;
  }
  .pt-150 {
    padding-top: 60px;
  }
  .pb-150 {
    padding-bottom: 60px;
  }
  .ptb-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-title.style-six h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-title.style-six.mb-60 {
    margin-bottom: 30px;
  }
  .switch-theme-mode {
    right: 8px;
  }
  .switch {
    width: 40px;
    height: 30px;
  }
  .slider::before {
    height: 30px;
    width: 30px;
    padding: 5px;
    padding: 5px;
  }
  input:checked + .slider::before {
    transform: translateX(13px);
    background-size: 15px;
  }
  .btn.style-four, .btn.style-five, .btn.style-six, .btn.style-seven {
    padding: 13px 18px;
    font-size: 14px;
  }
  .hero-wrap.style-six .hero-content {
    margin: 0 0 40px;
    padding: 50px 0 0;
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-wrap.style-seven {
    padding: 100px 0 60px;
  }
  .hero-wrap.style-seven .hero-section-shape {
    max-width: 50px;
    top: 5%;
    left: 40%;
  }
  .hero-wrap.style-seven .hero-content {
    margin-bottom: 30px;
  }
  .hero-wrap.style-seven .hero-content h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .hero-wrap.style-seven .hero-content h1 img {
    max-width: 45px;
  }
  .hero-wrap.style-seven .hero-content h5 {
    margin-bottom: 45px;
  }
  .about-area.style-seven .about-area-content .counter-card-wrapper {
    margin: 25px 0 15px;
  }
  .about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text .counter-num {
    font-size: 50px;
  }
  .about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text p {
    font-size: 14px;
  }
  .about-area.style-seven .about-area-content .story-box {
    padding: 25px 25px 22px;
    margin-bottom: 30px;
  }
  .about-area.style-seven .about-area-content .story-box h5 {
    font-size: 24px;
  }
  .about-area.style-seven .about-area-content .btn {
    margin-top: 20px;
  }
  .program-wrapper .program-card {
    width: 100%;
    height: 400px;
  }
  .program-wrapper .program-card:last-child {
    margin-bottom: 0;
  }
  .program-wrapper .program-card .program-info-title {
    display: none !important;
  }
  .program-wrapper .program-card .program-hover-info {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    padding: 0 20px 30px 22px;
  }
  .program-wrapper .program-card .program-hover-info .program-title {
    width: 100%;
    margin: 25px 0 0;
    top: 0;
  }
  .program-wrapper .program-card .program-hover-info .program-title h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .program-wrapper .program-card .program-hover-info .program-title p {
    margin-bottom: 20px;
  }
  .program-wrapper .program-card:after {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .program-wrapper .program-card.active {
    width: 100%;
  }
  .join-us-area.style-one .join-us-content p, .join-us-area.style-two .join-us-content p {
    line-height: 24px;
  }
  .join-us-area.style-one .join-us-content .feature-list, .join-us-area.style-two .join-us-content .feature-list {
    margin: 25px 0 28px;
  }
  .join-us-area.style-one .join-us-content h6, .join-us-area.style-two .join-us-content h6 {
    margin-bottom: 30px;
  }
  .join-us-area.style-one .join-us-content .join-us-btn .btn:first-child, .join-us-area.style-two .join-us-content .join-us-btn .btn:first-child {
    margin-right: 12px;
  }
  .join-us-area.style-one:after {
    background: rgba(0, 0, 0, 0.65);
  }
  .join-us-area.style-two:after {
    background: rgba(0, 0, 0, 0.65);
  }
  .join-us-area.style-two .join-us-content {
    padding: 60px 0 30px;
  }
  .join-us-area.style-two .join-us-bg {
    height: 460px;
    background-position: top center;
  }
  .testimonial-card.style-one .quote-icon {
    margin-bottom: 20px;
    display: block;
  }
  .testimonial-card.style-one p {
    font-size: 14px;
    line-height: 24px;
  }
  .testimonial-area.style-one .testimonial-slider-six .testimonial-pagination {
    margin-top: 20px;
    left: 0px;
  }
  .testimonial-area.style-two .testimonial-slider-six .testimonial-pagination {
    margin-top: 20px;
    left: 0px;
  }
  .newsletter-box.style-one {
    padding-left: 22px;
    padding-right: 22px;
  }
  .newsletter-box.style-one .newsletter-shape-one,
  .newsletter-box.style-one .newsletter-shape-two {
    max-width: 50px;
  }
  .newsletter-box.style-one .newsletter-form input {
    padding: 10px 15px 10px 20px;
  }
  .newsletter-box.style-one .newsletter-form button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
  .footer-wrap.style-three {
    padding-top: 0;
  }
  .footer-wrap.style-three .section-text {
    display: none !important;
  }
  .footer-wrap.style-three .footer-top {
    padding: 65px 0 40px;
  }
  .footer-wrap.style-three .contact-info-wrap .contact-info-item .contact-icon {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 50px;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-150 {
    padding-bottom: 80px;
  }
  .ptb-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-title.style-six h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .hero-wrap.style-six .hero-content {
    margin: 0;
    padding: 70px 0 0;
    max-width: 100%;
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 90px;
    line-height: 90px;
  }
  .hero-wrap.style-seven {
    padding: 70px 0;
  }
  .hero-wrap.style-seven .hero-section-shape {
    max-width: 100px;
    top: 10%;
    left: 10%;
  }
  .hero-wrap.style-seven .hero-content {
    margin-bottom: 30px;
  }
  .hero-wrap.style-seven .hero-content h1 {
    font-size: 92px;
    line-height: 92px;
  }
  .hero-wrap.style-seven .hero-content h5 {
    margin-bottom: 45px;
  }
  .program-wrapper .program-card {
    width: calc(15.8% - 12px);
  }
  .program-wrapper .program-card.active {
    width: calc(49.1% - 12px);
  }
  .join-us-area.style-two .join-us-content {
    padding: 80px 0 30px;
  }
  .join-us-area.style-two .join-us-bg {
    height: 460px;
    background-position: top center;
  }
  .testimonial-area.style-one .testimonial-slider-six .testimonial-pagination {
    left: 40px;
  }
  .testimonial-area.style-two .testimonial-slider-six .testimonial-pagination {
    left: 40px;
  }
  .footer-wrap.style-three .section-text {
    font-size: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .main-menu .mm-btn_next::after {
    right: 20px;
    left: auto;
  }
  .main-menu.style-three ul > li a.btn.style-four {
    color: #0B1F26;
  }
  .main-menu.style-three ul > li a.btn.style-four:hover {
    color: #A2FF00;
  }
  .feature-card-wrap.style-one > div:nth-child(even) .feature-card {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-wrap.style-three .main-menu > ul > li, .header-wrap.style-four .main-menu > ul > li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-six h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .header-wrap.style-three .main-menu > ul > li, .header-wrap.style-four .main-menu > ul > li {
    margin: 0 11px;
  }
  .header-wrap.style-three .header-btn, .header-wrap.style-four .header-btn {
    margin-left: 15px;
  }
  .header-wrap.style-three .header-btn .btn.style-four, .header-wrap.style-four .header-btn .btn.style-four {
    padding: 13px 18px;
    font-size: 15px;
  }
  .hero-wrap.style-six {
    padding: 100px 0;
  }
  .hero-wrap.style-six .hero-content {
    padding: 70px 0;
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 76px;
    line-height: 76px;
  }
  .hero-wrap.style-six .hero-img-wrap .hero-img {
    bottom: -30px;
  }
  .hero-wrap.style-seven {
    padding: 100px 0;
  }
  .hero-wrap.style-seven .hero-section-shape {
    max-width: 100px;
  }
  .hero-wrap.style-seven .hero-content h1 {
    font-size: 92px;
    line-height: 92px;
  }
  .hero-wrap.style-seven .hero-content h5 {
    margin-bottom: 45px;
  }
  .program-wrapper .program-card {
    width: calc(15.8% - 12px);
  }
  .testimonia-area.style-one .testimonial-slider-six .testimonial-pagination {
    left: 90px;
  }
  .testimonia-area.style-two .testimonial-slider-six .testimonial-pagination {
    left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .container.style-two {
    max-width: 1320px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .pt-150 {
    padding-top: 150px;
  }
  .pb-150 {
    padding-bottom: 150px;
  }
  .ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .header-wrap.style-four .container {
    max-width: 1330px;
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 105px;
    line-height: 105px;
  }
  .hero-wrap.style-seven .container {
    max-width: 1330px;
  }
  .hero-wrap.style-seven .hero-content h1 {
    font-size: 120px;
    line-height: 120px;
  }
  .hero-wrap.style-seven .hero-content h5 {
    max-width: 85%;
  }
  .about-area.style-seven .container-fluid {
    padding-right: calc((100% - 1320px) / 2 + 12px);
  }
  .about-area.style-seven .about-area-content .counter-card-wrapper {
    width: 82%;
  }
  .program-wrapper .program-card .program-hover-info {
    padding: 0 45px 62px 68px;
  }
  .join-us-area.style-two .join-us-content {
    padding: 150px 0;
  }
  .testimonial-area.style-one .testimonial-slider-six .testimonial-pagination {
    left: 180px;
  }
  .testimonial-area.style-two .testimonial-slider-six .testimonial-pagination {
    left: 120px;
  }
  .blog-card.style-one {
    padding: 48px 28px 36px;
  }
  .blog-card.style-one .blog-img {
    margin: 0 50px;
  }
  .newsletter-box.style-one {
    padding-left: 112px;
    padding-right: 112px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-wrap.style-six .container-fluid {
    padding-left: calc((100% - 1500px) / 2 + 12px);
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 110px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-wrap.style-three .container-fluid, .header-wrap.style-four .container-fluid {
    padding: 0 100px;
  }
  .header-wrap.style-three .main-menu > ul > li, .header-wrap.style-four .main-menu > ul > li {
    margin: 0 15px;
  }
  .header-wrap.style-three .sidebar-menu, .header-wrap.style-four .sidebar-menu {
    margin-left: 28px;
  }
  .header-wrap.style-three .main-menu {
    margin-left: 120px;
  }
  .hero-wrap.style-six .container-fluid {
    max-width: 1920px;
    padding-left: calc((100% - 1520px) / 2 + 12px);
  }
  .hero-wrap.style-six .hero-content {
    top: -30px;
  }
  .hero-wrap.style-six .hero-content h1 {
    font-size: 120px;
    line-height: 120px;
  }
  .hero-wrap.style-six .hero-img-wrap {
    width: calc(100% + 135px);
    margin-left: -125px;
  }
  .hero-wrap.style-seven .hero-img-wrap {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}
.theme-dark .testimonial-area.style-two:after,
.theme-dark .testimonial-area.style-one,
.theme-dark .trainer-area.style-one,
.theme-dark .about-area.style-seven {
  background-color: #333;
}
.theme-dark .text-black,
.theme-dark .hero-wrap.style-seven .hero-content h1,
.theme-dark .testimonial-card.style-one h6,
.theme-dark .testimonial-card.style-one h5,
.theme-dark .about-area.style-seven .about-area-content .story-box h5,
.theme-dark .about-area.style-seven .about-area-content .counter-card-wrapper .counter-card .counter-text .counter-num {
  color: #fff !important;
}
.theme-dark .testimonial-card.style-one h5::before {
  background-color: #fff;
}
.theme-dark .program-card.style-two .program-info h3 a,
.theme-dark .blog-card.style-one .blog-info h3 a,
.theme-dark .trainer-card.style-one h3 a {
  color: #fff;
}
.theme-dark .program-card.style-two .program-info h3 a:hover,
.theme-dark .blog-card.style-one .blog-info h3 a:hover,
.theme-dark .trainer-card.style-one h3 a:hover {
  color: #A2FF00;
}
.theme-dark .hero-wrap.style-seven .hero-content .hero-subhead,
.theme-dark .hero-wrap.style-seven .hero-content h6,
.theme-dark .trainer-card.style-one span {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark .feature-card.style-three, .theme-dark .feature-card.style-four {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent !important;
}
.theme-dark .feature-card.style-three h3, .theme-dark .feature-card.style-four h3 {
  color: #fff;
}
.theme-dark .feature-card.style-three:hover, .theme-dark .feature-card.style-four:hover {
  border-color: #A2FF00;
}
.theme-dark .blog-card.style-one {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .blog-card.style-one .blog-img .blog-bg-shape {
  filter: brightness(0) invert(0);
}
.theme-dark .pricing-table table thead tr th {
  background-color: #01060F;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.theme-dark .pricing-table table thead tr th:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pricing-table table tbody tr th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.theme-dark .pricing-table table tbody tr th,
.theme-dark .pricing-table table tbody tr td {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pricing-table table tbody tr th .pricing-header,
.theme-dark .pricing-table table tbody tr td .pricing-header {
  color: #fff;
}
.theme-dark .pricing-table table tbody tr th .price-tag,
.theme-dark .pricing-table table tbody tr td .price-tag {
  color: #fff;
}
.theme-dark .pricing-table table tbody tr th .price-tag span,
.theme-dark .pricing-table table tbody tr td .price-tag span {
  color: #fff;
}
.theme-dark .btn.style-seven {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .btn.style-seven:hover {
  color: #0B1F26;
  border-color: transparent;
}
.theme-dark .testimonial-area.style-two .testimonial-slider-wrap,
.theme-dark .program-card.style-two,
.theme-dark .brand-slider.style-two,
.theme-dark .newsletter-box.style-one {
  background-color: #01060F;
}
.theme-dark .newsletter-box.style-one .newsletter-form input {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}
.theme-dark .newsletter-box.style-one .newsletter-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.theme-dark .newsletter-box.style-one .newsletter-form input::placeholder {
  color: #fff;
  opacity: 1;
}

/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 9;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-light body {
  background-color: #fff;
}

.theme-dark body {
  background-color: #000;
}

/*---------------------------------
   Dark Theme CSS 
-----------------------------------*/
.theme-light body {
  background-color: #fff;
}
.theme-light .logo-light {
  display: block !important;
}
.theme-light .logo-dark {
  display: none !important;
}

.theme-dark body {
  background-color: #000;
}
.theme-dark .logo-light {
  display: none !important;
}
.theme-dark .logo-dark {
  display: block !important;
}

.theme-light .header-wrap.v1.s2 .header-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .header-wrap.style5 .sidebar-menu span {
  background-color: #000 !important;
}
.theme-light .team-wrap.style1.bg-black {
  background-color: #000 !important;
}
.theme-light .section-text::after {
  background: transparent;
}
.theme-light .header-wrap.v1.s2 .header-top p,
.theme-light .header-wrap.v1.s2 .header-top-contact p,
.theme-light .header-wrap.v1.s2 .header-top-contact a,
.theme-light .header-wrap.v1.s2 .lang_selctor .nice-select > span {
  color: #000 !important;
}
.theme-light .header-wrap.v1.s2 .lang_selctor .nice-select::after {
  border-color: #333;
}
.theme-light .bg-black,
.theme-light .bg-charcole {
  background-color: #fff !important;
}
.theme-light .bg-black.overlay {
  background-color: #000 !important;
}
.theme-light .bg-charcole.overlay {
  background-color: #01060F !important;
}
.theme-light .bmi-wrap.v1 .content-title p,
.theme-light .time-table-banner .content-title p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-light .footer-wrap.v2 .footer-top,
.theme-light .footer-wrap.v2 .footer-bottom {
  background-color: #fff;
}
.theme-light .footer-wrap.v2 .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .footer-wrap.v2 .footer-bottom p,
.theme-light .footer-wrap.v2 .footer-top p,
.theme-light .footer-wrap.v2 .footer-top a,
.theme-light .footer-wrap.v2 .footer-top .comp-location h6,
.theme-light .footer-wrap.v2 .footer-top .comp-location span,
.theme-light .footer-wrap.v2 .footer-top .comp-location p,
.theme-light .footer-wrap.v2 .footer-top .comp-location a,
.theme-light .blog-content p,
.theme-light .section-brief.v2 p,
.theme-light .feature-content-title.content-title.v5 p,
.theme-light .feature-content-title.content-title.v5 p,
.theme-light .class-wrap.v3 .class-item p,
.theme-light .class-wrap.v3 .class-item a, .theme-light .class-wrap.v3 .class-item span,
.theme-light .class-wrap.v3 .class-item p,
.theme-light .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-light .content-title p,
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-box-text p,
.theme-light .join-class-wrap.bmi-wrap.v1 .content-title p,
.theme-light .footer-wrap.v2 .footer-top .social-profile ul li a i {
  color: #646464 !important;
}
.theme-light .footer-wrap.v2 .footer-top .footer-widget-title h5,
.theme-light .feature-content-title.content-title.v5 h2,
.theme-light .class-wrap.v3 .class-item .class-info a,
.theme-light .class-wrap.v3 .trainer-desc p,
.theme-light .section-title span,
.theme-light .section-title.style2 h2,
.theme-light .section-title.style3 h2,
.theme-light .section-title.style4 h2,
.theme-light .content-title.style2 h2,
.theme-light .content-title.style2 h2,
.theme-light .content-title.style4 h2,
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-box-text h5 {
  color: #000 !important;
}
.theme-light .footer-wrap.v2 .footer-top .comp-location {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.theme-light .feature-box-wrap.v2 .feature-box-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.theme-light .class-item.style2:hover .class-content .class-text p,
.theme-light .class-item.style2:hover .class-content .class-text a.link {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-light .footer-wrap.v2 .footer-top .newsletter-wrap .form-group input,
.theme-light .section-title.v2 h2,
.theme-light .product-wrap.v2 .single-product-item .product-name,
.theme-light .section-title.style4 span, .theme-light .content-title.style4 span,
.theme-light .section-title.style4 h2, .theme-light .content-title.style4 h2,
.theme-light .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-light .blog-content .blog-card-title {
  color: #000;
}
.theme-light .btn.v2,
.theme-light .btn.v6 {
  color: #000;
}
.theme-light .btn.v2:hover,
.theme-light .btn.v6:hover {
  background-color: #E31C25;
  color: #fff;
}
.theme-light .team-wrap.style1 .section-title.style2 span,
.theme-light .team-wrap.style1 .section-title.style2 h2,
.theme-light .pricing-wrap .section-title.style2 h2,
.theme-light .pricing-wrap .section-title.style2 span,
.theme-light .testimonial-wrap.style2 .section-title.style2 h2,
.theme-light .testimonial-wrap.style2 .section-title.style2 span,
.theme-light .newsletter-box-wrap .section-title.style3 h2,
.theme-light .newsletter-box-wrap .section-title.style3 span,
.theme-light .header-wrap.v1 .lang_selctor .nice-select > span,
.theme-light .yoga-feature-wrap .section-title.style2 span,
.theme-light .yoga-feature-wrap .section-title.style2 h2,
.theme-light .blog-item-wrap.v1 .blog-item .blog-info h5 a {
  color: #fff !important;
}
.theme-light .class-wrap.style2 .overlay {
  background: linear-gradient(59.23deg, rgba(0, 0, 0, 0.1) 7.14%, rgba(0, 0, 0, 0.1) 45.78%, rgba(0, 0, 0, 0) 81.32%);
}
.theme-light .blog-item-wrap.v1 .blog-item .blog-info p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-light .about-wrap.v2 .about-content {
  box-shadow: none;
}
.theme-light .product-wrap.v2 .single-product-item .product-img {
  border: none;
}
.theme-light .about-wrap.v2 .about-content .feature-content-title span {
  color: #E31C25;
}
.theme-light .product-wrap.v2 .single-product-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.theme-light .product-wrap.v2 .single-product-item:hover {
  border-color: #E31C25;
}
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-icon {
  background-color: #F6E8E8;
}
.theme-light .feature-box-wrap.v2 .feature-box-item:hover .feature-icon {
  background-color: #E31C25;
}
.theme-light .feature-box-wrap.v2 .feature-box-item .feature-icon i {
  color: #E31C25;
}
.theme-light .feature-box-wrap.v2 .feature-box-item:hover .feature-icon i {
  color: #fff;
}
.theme-light .mobile-menu a i {
  color: #000;
}

.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item,
.theme-dark .member-card.style2 .member-img,
.theme-dark .promo-wrap.v3 .promo-item,
.theme-dark .footer-wrap.v1,
.theme-dark .footer-wrap.v1 .footer-top,
.theme-dark .footer-wrap.v1 .footer-bottom,
.theme-dark .mm-navbar,
.theme-dark .counter-wrap.style2::before {
  background-color: #000;
}
.theme-dark .member-slider-two.owl-carousel .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.8);
}
.theme-dark .member-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #E31C25;
}
.theme-dark .header-wrap.style3.sticky,
.theme-dark .header-wrap.style4.sticky,
.theme-dark .header-wrap.style5.sticky,
.theme-dark .header-wrap.style5.bg-black,
.theme-dark .course-item-wrap,
.theme-dark .overlay.bg-mirage,
.theme-dark .about-wrap.style4::before,
.theme-dark .class-item.style3,
.theme-dark .feature-card,
.theme-dark .feature-card.style2 {
  background-color: #08161B !important;
}
.theme-dark .contact-box .contact-box-title,
.theme-dark .counter-wrap.style2 .counter-card-wrap {
  background-color: #253236;
}
.theme-dark .mm-panels,
.theme-dark .counter-wrap.style1::before,
.theme-dark .bg-white,
.theme-dark .bg-spring-wood {
  background-color: #000 !important;
}
.theme-dark .class-item.style2 .class-content .class-icon,
.theme-dark .feature-box-wrap.v3 .feature-box-item,
.theme-dark .about-wrap.v1 .about-content {
  background: #111;
}
.theme-dark .single-product-desc,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .class-details-table .table thead tr th,
.theme-dark .class-details-table .table tbody tr td {
  border-color: rgba(255, 255, 255, 0.19);
}
.theme-dark .sidebar .sidebar-widget.search-box input {
  background-color: #fff;
  color: #000;
}
.theme-dark .team-wrap,
.theme-dark .team-wrap.bg-spring-wood,
.theme-dark .class-details-table.style2 .table tbody tr th,
.theme-dark .counter-wrap.style1::after,
.theme-dark .pricing-card.style2,
.theme-dark .class-filter-wrap::after,
.theme-dark .title_sub.v1::before,
.theme-dark .class-item.style2 .class-content,
.theme-dark .feature-box-wrap.v2 .feature-box-item:hover,
.theme-dark .bg-jade,
.theme-dark .bg-alb,
.theme-dark .bg-haiti {
  background-color: #08161B !important;
}
.theme-dark .comment-box-title,
.theme-dark .product-slide-item .product-img {
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.theme-dark .wishlist-table table tbody tr td,
.theme-dark .membership-form,
.theme-dark .comment_form,
.theme-dark .contact_form,
.theme-dark .comment-box.approved {
  background: transparent;
}
.theme-dark .comment-box .comment-author-info .ct_author_avatar p,
.theme-dark .schedule-table-data .schedule-table-data-item a,
.theme-dark .class_list li button,
.theme-dark .hamburger-menu .mm-listitem > a,
.theme-dark .mm-menu .mm-navbar a, .theme-dark .mm-menu .mm-navbar > * {
  color: #fff;
}
.theme-dark .nav-tabs .nav-item.show .nav-link,
.theme-dark .nav-tabs .nav-link.active {
  border-color: transparent;
}
.theme-dark .wishlist-table table thead tr th,
.theme-dark .wishlist-table table thead tr td,
.theme-dark .product-wrap.v3 .product-slider .product-slide-item .product-info .product-desc,
.theme-dark .mm-menu .mm-listview .mm-btn_next::after,
.theme-dark .mm-menu .mm-btn::before,
.theme-dark .mm-listitem::after,
.theme-dark .mm-navbar {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.theme-dark .btn.v7,
.theme-dark .btn.v8 {
  background-color: #E31C25;
  color: #fff;
}
.theme-dark .btn.v7:hover,
.theme-dark .btn.v8:hover {
  background-color: transparent;
  border: 1px solid #E31C25;
}
.theme-dark .btn.v3,
.theme-dark .btn.v8 {
  background-color: #08161B;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .btn.v3:hover,
.theme-dark .btn.v8:hover {
  background-color: #E31C25;
  color: #fff;
}
.theme-dark .about-wrap.style5::before,
.theme-dark .about-wrap.style3,
.theme-dark .footer-wrap.v1 .footer-top .footer-widget .comp-location,
.theme-dark .feature-wrap.style2.bg-spring-wood,
.theme-dark .class-details-table.style2 .table tbody tr td,
.theme-dark .feature-box-wrap.v1 .feature-box-item,
.theme-dark .accordion-item,
.theme-dark .wishlist-table table thead tr th,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .bill-details > h5,
.theme-dark .contact-box .contact-box-title h5,
.theme-dark .schedule-table-head .schedule-table-head-item,
.theme-dark article blockquote,
.theme-dark .class-table-wrap.bg-spring-wood {
  background-color: #111 !important;
}
.theme-dark .footer-wrap.v1 .footer-top .footer-widget .newsletter-wrap .form-group input,
.theme-dark .membership-form .form-group input,
.theme-dark .membership-form .form-group textarea,
.theme-dark .comment_form .form-group input,
.theme-dark .comment_form .form-group textarea,
.theme-dark .contact_form .form-group input,
.theme-dark .contact-box form .form-group input,
.theme-dark .contact-box form .form-group textarea,
.theme-dark .checkout-details .form-group input,
.theme-dark .checkout-details .form-group textarea,
.theme-dark .review-form .form-group textarea,
.theme-dark .form-group.v1 input,
.theme-dark .sidebar .sidebar-widget.search-box input,
.theme-dark .category-select .nice-select,
.theme-dark .sort-filter .nice-select,
.theme-dark .contact_form .form-group textarea {
  background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.theme-dark .class-details-table .table tbody tr td,
.theme-dark .about-wrap.style3 .about-content {
  background-color: transparent;
}
.theme-dark .schedule-table-data-item,
.theme-dark .hamburger-menu .mm-btn.mm-btn_prev.mm-navbar__btn::before,
.theme-dark .feature-box-wrap.v2 .feature-box-item,
.theme-dark .bill-details,
.theme-dark .bill-item-wrap,
.theme-dark .nice-select::after,
.theme-dark .wishlist-table table tbody tr td {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.theme-dark .membership-form,
.theme-dark .comment_form,
.theme-dark .contact_form {
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.theme-dark .comment-box.approved,
.theme-dark .swiper-slide.single-product-img,
.theme-dark .swiper-slide.single-product-thumb,
.theme-dark .comment-box.declined {
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.theme-dark .product-view .nav-tabs li button,
.theme-dark .product-quantity .qtySelector {
  border: 0.5px solid rgba(255, 255, 255, 0.19);
}
.theme-dark .filter-navigation .filter-scrollbar:after,
.theme-dark .gallery-navigation .gallery-scrollbar::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .footer-wrap.v1 {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.theme-dark .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.theme-dark .contact-box form .form-group input,
.theme-dark .contact-box form .form-group textarea,
.theme-dark .checkout-details .form-group input {
  background-color: #fff;
  color: #000;
}
.theme-dark .blog-item.style2 .blog-info h3 a,
.theme-dark .blog-item.style3 .blog-info h3 a,
.theme-dark .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon i,
.theme-dark .counter-wrap.style2 .counter-card-wrap .counter-card .counter-text .counter-info p,
.theme-dark .member-card.style2 .member-info-wrap h3,
.theme-dark .about-wrap.style3 .about-content .content-title h2,
.theme-dark .about-wrap.style4 .about-content .content-title h2,
.theme-dark .about-wrap.style5 .about-content .content-title h2,
.theme-dark .about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .feature-card .feature-info h3 a,
.theme-dark .feature-wrap.style3 .feature-content .content-title h2,
.theme-dark .hero-wrap.style5 .hero-content h1,
.theme-dark .subtotal-wrap .subtotal-item .subtotal-item-left h6,
.theme-dark .feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .class-details-table.style2 .table tbody tr td h6,
.theme-dark .class-item.style3 .class-content .class-text h3,
.theme-dark .feature-wrap.style2 .feature-content .content-title h2,
.theme-dark .promo-wrap .promo-content .promo-text h5,
.theme-dark .feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text h3,
.theme-dark .footer-wrap.v1 .footer-top .footer-widget .footer-widget-title h5,
.theme-dark .footer-wrap.v1 .footer-bottom p,
.theme-dark .about-img-slider.v1 .owl-prev span,
.theme-dark .about-img-slider.v1 .owl-next span,
.theme-dark .comment-form-title,
.theme-dark .pr-content-item h4,
.theme-dark .error-content h2,
.theme-dark .product-wrap.v1 .single-product-item .product-name,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .membership-form .form-group label,
.theme-dark .comment_form .form-group label,
.theme-dark .contact_form .form-group label,
.theme-dark .class-item.style2 .class-content .class-text h3,
.theme-dark .footer-wrap.v1 .footer-top p,
.theme-dark .footer-wrap.v1 .footer-top a,
.theme-dark .class-wrap.v3 .class-item.s1 .class-info a,
.theme-dark .footer-wrap.v1 .footer-top .comp-location h6,
.theme-dark .footer-wrap.v1 .footer-top .comp-location span,
.theme-dark .footer-wrap.v1 .footer-top .comp-location p,
.theme-dark .footer-wrap.v1 .footer-top .comp-location a,
.theme-dark .about-wrap.v1 .about-content .about-promo-text h5,
.theme-dark .product-info .title_sub,
.theme-dark .course-slider-title h2,
.theme-dark .wishlist-table table tbody tr td .wh_item a,
.theme-dark .wishlist-table table tbody tr td .wh-tem-price,
.theme-dark .class-wrap .class-item .class-info h5,
.theme-dark .section-title h2,
.theme-dark .checkout-details h5,
.theme-dark .class-details-table .table tbody tr td,
.theme-dark .popular-post-item .post-info h5 a,
.theme-dark .sidebar .sidebar-widget .category-box ul li a,
.theme-dark .sidebar .sidebar-widget .tag-list ul li a,
.theme-dark .blog-item-wrap.v2 .blog-item .blog-info h5 a,
.theme-dark .feature-box-wrap .feature-box-item .feature-box-text h5,
.theme-dark .comment-box-title .comment-box-title-left p,
.theme-dark .contact-box form.review-form.checkout input[type=radio]:checked + label,
.theme-dark .contact-box form.review-form.checkout input[type=radio]:not(:checked) + label,
.theme-dark .title_sub.v1,
.theme-dark .single-product-title h2,
.theme-dark .single-product-title h3,
.theme-dark .title_sub.v2,
.theme-dark .title_sub,
.theme-dark .btn.v7,
.theme-dark .sidebar .sidebar-widget .sidebar-widget-title,
.theme-dark .search-reult-text,
.theme-dark .product-view .nav-tabs li button i,
.theme-dark .client-details h5,
.theme-dark .testimonial-text h2,
.theme-dark .section-title.style3 h2,
.theme-dark .content-title h2,
.theme-dark .section-title.style4 h2,
.theme-dark .section-title.style5 h2,
.theme-dark .section-title.style6 h2,
.theme-dark .content-title.style3 h2,
.theme-dark .content-title.style4 h2,
.theme-dark .content-title.style5 h2,
.theme-dark .content-title.style6 h2 {
  color: #fff !important;
}
.theme-dark p,
.theme-dark .single-product-review-right a,
.theme-dark .about-wrap.style4 .about-content .content-title p,
.theme-dark .about-wrap.style3 .about-content .content-title p,
.theme-dark .about-wrap.style5 .about-content .content-title p,
.theme-dark .feature-card .feature-info p,
.theme-dark .feature-wrap.style3 .feature-content .content-title p,
.theme-dark .about-wrap.style3 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li,
.theme-dark .hero-wrap.style5 .hero-content h5,
.theme-dark .product-desc p,
.theme-dark .client-quote p,
.theme-dark .client-details p,
.theme-dark .feature-content-title > p,
.theme-dark .content-title.v2 p,
.theme-dark .content-feature-list li,
.theme-dark article p,
.theme-dark .comment-text,
.theme-dark .pr-content-item p,
.theme-dark .error-content p,
.theme-dark .comment-box .comment-date p,
.theme-dark .check_box label,
.theme-dark .accordion-body p,
.theme-dark .single-product-desc p,
.theme-dark .bill-item .bill-item-name p,
.theme-dark .blog-item-wrap.v2 .blog-item .blog-content p,
.theme-dark .class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc span,
.theme-dark .class-item.style2 .class-content .class-text p,
.theme-dark .about-wrap.v1 .about-content .about-promo-text p,
.theme-dark .about-wrap.v1 .about-content .about-promo-text ul li,
.theme-dark .promo-wrap .promo-content .promo-text p,
.theme-dark .class-item.style3 .class-content .class-text p,
.theme-dark .feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .class-details-table.style2 .table tbody tr td span,
.theme-dark .feature-wrap.style2 .feature-content .content-title p,
.theme-dark .feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-text p,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li a,
.theme-dark .feature-box-wrap .feature-box-item .feature-box-text p,
.theme-dark .class-wrap .class-item .class-info p,
.theme-dark .class-wrap .class-item .class-info span,
.theme-dark .section-title p,
.theme-dark .bmi-chart-wrap .content-title p,
.theme-dark .schedule-table-data .schedule-table-data-item a span,
.theme-dark .schedule-table-data-item p,
.theme-dark article blockquote p,
.theme-dark .subtotal-item-left p,
.theme-dark .subtotal-item-right p,
.theme-dark .subtotal-item-right span,
.theme-dark .single-product-checkbox .checkbox.form-group label,
.theme-dark .review-form .form-group.checkbox label,
.theme-dark .section-brief p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.theme-dark .single-product-desc p {
  opacity: 1;
}
.theme-dark .blog-item.style2 .blog-info h3 a:hover,
.theme-dark .blog-item.style3 .blog-info h3 a:hover,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li:hover,
.theme-dark .blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: #E31C25;
}
.theme-dark .content-feature-list li::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.theme-dark .title_sub.v1::before,
.theme-dark .title_sub.v2::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .footer-wrap.v1 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}
.theme-dark .btn.style3 {
  color: #fff;
}
.theme-dark .btn.style3:hover {
  background-color: #E31C25;
}
.theme-dark .product-wrap.v1 .single-product-item {
  border: 1px solid rgba(255, 255, 255, 0.19);
  padding-bottom: 25px;
}
.theme-dark .class-details-table.style2 .table tbody tr td,
.theme-dark .class-details-table.style2 .table tbody tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-dark .pricing-card.featured .purchase-pricing .btn {
  border-color: 1px solid #E31C25;
}

@media screen and (max-width: 767px) {
  .theme-dark .team-wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .team-wrap {
    padding-top: 70px;
  }
  .theme-light .team-wrap.style1 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .theme-light .header-wrap.v1 .header-bottom {
    border-top-color: rgba(255, 255, 255, 0.17);
  }
  .theme-light .header-wrap .header-bottom {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .theme-light .header-wrap.v1 .main-menu > ul > li > a,
  .theme-light .header-wrap.style3 .main-menu > ul > li > a,
  .theme-light .header-wrap.style4 .main-menu > ul > li > a {
    color: #fff;
  }
  .theme-light .header-wrap.v1.style2 .main-menu > ul > li > a,
  .theme-light .header-wrap.v1.s2 .main-menu > ul > li > a,
  .theme-light .main-menu > ul > li > a {
    color: #000;
  }
  .theme-dark .header-wrap .header-bottom {
    border-top-color: rgba(255, 255, 255, 0.17);
  }
  .theme-dark .team-wrap {
    padding-top: 100px;
  }
  .theme-light .team-wrap.style1 {
    padding-top: 100px;
  }
}/*# sourceMappingURL=style.css.map */