/*-----------------------------------------------------------
    Theme Name: FIYN
    Theme URI: 
    Description: Gym Fitness Club HTML Template
    Author: HiBootstrap
    Author URI: 
    Version: 1.0
-------------------------------------------------------------*/
/*---------------------------------
            General Styles 
-----------------------------------*/

:root {
  --mainColor: #E31C25;
  --yellowColor: #E5E53B;
  --whiteColor: #ffffff;
  --transition: .5s;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

a:hover,
a :focus {
  color: #707070;
  text-decoration: none;
  -webkit-box-shadow: 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;
}

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

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

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-black2 {
  background-color: #000;
}

/*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;
  left: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #13171d;
}

.back-to-top i {
  color: #fff;
}

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

/*Proloader START CSS*/
.proloader {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.proloader .loader_34 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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: 10px 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn.v1 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
}

.btn.v1:hover {
  background: transparent;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.btn.v2 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--yellowColor);
  color: #fff;
  font-weight: 600;
}

.btn.v2:hover {
  background: var(--mainColor);
  border-color: transparent;
}

.btn.v3 {
  background-color: transparent;
  border: 1px solid #151918;
  color: var(--mainColor);
  font-weight: 500;
}

.btn.v3:hover {
  background: var(--mainColor);
  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: var(--mainColor);
  color: #fff;
  border-color: transparent;
}

.btn.v5 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
}

.btn.v5:hover {
  background: transparent;
  border-color: var(--mainColor);
}

.btn.v6 {
  background-color: transparent;
  border: 1px solid var(--yellowColor);
  color: #fff;
  font-weight: 600;
}

.btn.v6:hover {
  background: var(--mainColor);
  border-color: transparent;
}

.btn.v7 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
}

.btn.v7 i {
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.btn.v7:hover {
  background: transparent;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.btn.v8 {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn.v8 i {
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.btn.v8:hover {
  background: var(--mainColor);
  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: var(--mainColor);
}

.btn.v10 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
}

.btn.v10:hover {
  background: transparent;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.btn.v11 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
}

.btn.v11:hover {
  background: var(--mainColor);
  border-color: transparent;
  color: #fff;
}

.btn.v12 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
}

.btn.v12:hover {
  background: transparent;
  border-color: var(--mainColor);
}

.btn.btn.v13 {
  border: 1px solid #000;
  background: #fff;
}

.btn.v14 {
  background-color: var(--mainColor);
  border: 1px solid transparent;
  color: #fff;
  font-weight: 500;
}

.btn.v14:hover {
  background: transparent;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.submit_btn {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  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: var(--mainColor);
}

.link.v2 {
  color: #fff;
}

.link.v3 {
  position: relative;
  text-decoration: none;
}

.link.v3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link.v3:hover:after {
  width: 100%;
}

.section-title h2 {
  position: relative;
  padding-right: 13px;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  margin-top: -5px;
}

.section-title h2:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 3px;
  height: 100%;
}

.section-title.v1 h2:before {
  background-color: var(--mainColor);
}

.section-title.v2 h2 {
  color: #fff;
  padding-right: 0;
}

.section-title.v2 h2:before {
  display: none;
}

.section-title.v3 h2 {
  line-height: 50px;
  color: #fff;
  padding-right: 14px;
}

.section-title.v3 h2:before {
  background-color: var(--mainColor);
}

.section-brief p {
  margin: 0;
}

.section-brief.v1 p {
  color: #646464;
}

.section-brief.v2 p {
  color: #b5b5b5;
}

.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: var(--mainColor) !important;
}

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

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

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

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

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

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

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

.bg-abbey {
  background-color: #0D0D0E;
}

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

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

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

.white-sec .content-title h2 { 
  color: #000;
}
.white-sec .feature-content-title > p {
  margin: 15px 0;
  color: #646464;
}
.white-sec .feature-box-wrap .feature-box-item {
  background: #fff;
}
.white-sec .feature-box-wrap.v2 .feature-box-item .feature-box-text h5 {
  color: #000;
}
.white-sec .feature-box-wrap.v2 .feature-box-item .feature-box-text p {
  color: #646464;
}
.white-sec .feature-box-wrap.v2 .feature-box-item .feature-icon i {
  color: var(--mainColor);
}
.white-sec .feature-box-wrap.v2 .feature-box-item .feature-icon {
  background-color: #F6E8E8;
}
.white-sec .feature-box-wrap.v2 .feature-box-item:hover {
  -webkit-box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.1);
}


.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.overlay.bg-black {
  background-color: #000;
  opacity: .8;
}

.overlay.bg-red {
  background-color: var(--mainColor);
}

.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-right: 13px;
}

.content-title:before {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 3px;
  height: calc(100% - 5px);
}

.content-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.time-table-banner .content-title p {
  color: #b5b5b5;
}

.content-title.v1 {
  color: #fff;
}

.content-title.v1:before {
  background-color: var(--mainColor);
}

.content-title.v2 {
  color: #fff;
}

.content-title.v2:before {
  background-color: var(--mainColor);
}
.content-title.v3 {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 13px;
}

.content-title.v3:before {
  background-color: var(--mainColor);
  right: auto;
  left: 0;
}

.content-title.v4 {
  color: #fff;
  text-align: left;
  padding-right: 0;
}

.content-title.v4:before {
  display: none;
}

.content-title.v5 {
  color: #fff;
  padding-right: 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: var(--mainColor);
}

.content-title.v6 p {
  opacity: 0.8;
}

.content-title.v7 {
  color: #fff;
  padding-right: 0;
}

.content-title.v7 h2 {
  position: relative;
  display: inline-block;
}

.content-title.v7 h2:before {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
  background: var(--mainColor);
  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;
  right: -20px;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
}

.title_sub.v1:before {
  top: -35px;
  right: -30px;
  background-color: #fff;
}

.title_sub.v2:before {
  top: -35px;
  right: -30px;
  background-color: #F8F8F8;
}

.trans_text {
  display: inline-block;
  -webkit-box-sizing: content-box;
  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 var(--mainColor);
}

.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 {
  -webkit-transform: scale(1.2) translateY(-50%) rotate(-90deg);
          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;
  -webkit-transform: scale(1.4) translateY(-50%) rotate(90deg);
          transform: scale(1.4) translateY(-50%) rotate(90deg);
}

.section_subtext.v2 span {
  display: inline-block;
}

.section_subtext.v3 {
  top: 52%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
}

.section_subtext.v3 span {
  font-size: 190px;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  z-index: 9;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
}

.section_subtext.v4 {
  top: 60%;
  right: 57%;
  -webkit-transform: scale(1.4) translate(50%, -50%) rotate(90deg);
          transform: scale(1.4) translate(50%, -50%) rotate(90deg);
}

.section_subtext.v4 span {
  font-size: 80px;
  -webkit-transform: scale(1.7);
          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 20px 10px 10px;
}

.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 15px 10px 10px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mainColor) !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 {
  right: 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;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

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

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

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    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-left: 5px;
}

.pr-content-item {
  margin: 0 0 30px;
}

.pr-content-item:last-child {
  margin-bottom: 0;
}

.pr-content-item h4 {
  font-weight: 500;
  margin: 0 0 20px;
}

.pr-content-item ul {
  margin-right: 20px;
}

/*-------------------------------
         Header CSS
-------------------------------*/
.header-wrap.v1 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  background: transparent;
  padding: 25px 20px 20px;
  -webkit-transition: 0.3s;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-wrap.v1.style2 .header-bottom .shopcart span, .header-wrap.v1.s2 .header-bottom .shopcart span {
  top: 5px;
  left: -2px;
}

.header-wrap.v1.style2 .header-bottom .header-btn, .header-wrap.v1.s2 .header-bottom .header-btn {
  margin-right: 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;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #000;
  padding: 10px 0;
}

.logo.v1 img {
  display: block;
  margin: 0 auto;
}

.logo.v1 span {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.logo.v2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo.v2 a span {
  margin-right: 5px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.logo.v3 a {
  margin: 0 auto;
}

.hammenu a {
  display: inline-block;
}

.hammenu a span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 6px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.hammenu.open a span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-10px, 13px);
          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) {
  -webkit-transform: rotate(45deg) translate(1px, -1px);
          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-right: 4px;
}

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

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

.hamburger-menu .mm-listitem:hover a {
  color: var(--mainColor);
}

.main-menu.mm-menu_offcanvas.mm-wrapper_opening .hammenu a span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-10px, 13px);
          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) {
  -webkit-transform: rotate(45deg) translate(1px, -1px);
          transform: rotate(45deg) translate(1px, -1px);
  margin: 5px -2px;
}

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

.hamburger-menu .active.mm-listitem__text {
  color: var(--mainColor) !important;
}

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

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

.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-right: 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 0 0 18px;
}

.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: var(--mainColor);
  margin-left: 7px;
}

.header-top-right,
.header-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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;
  left: -12px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: var(--mainColor);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
}

.lang_selctor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 18px 0 0;
}

.lang_selctor i {
  color: var(--mainColor);
  position: absolute;
  top: 15px;
  right: -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-left: 2px solid #fff;
  width: 7px;
  height: 7px;
  left: 2px;
  top: 52%;
}

.cart-popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 99;
  padding: 30px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart-popup.open {
  left: 0;
}

.cart-popup .cart-popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: left;
}

.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: left;
  width: 100%;
  padding: 0 5px;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
  font-weight: 700;
  color: var(--mainColor);
}

.cart-popup .cart-popup-total-wrap {
  position: absolute;
  bottom: 35px;
  right: 40px;
  width: calc(100% - 80px);
}

.cart-popup .cart-popup-total-wrap .cart-popup-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: var(--mainColor);
  color: var(--mainColor);
}

.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: var(--mainColor);
  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-right: 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 20px 15px 10px;
}

.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: right;
}

.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-left: 50px;
}

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

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

/*---------------------------------
        Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-wrap.bread-pad {
  padding: 190px 0 80px;
}
.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: var(--mainColor);
}

.breadcrumb-wrap .breadcrumb-title ul {
  padding: 25px 0 15px;
}

.breadcrumb-wrap .breadcrumb-title ul li {
  display: inline-block;
  margin: 0 3px;
  margin-top: 10px;
}

.breadcrumb-wrap .breadcrumb-title ul li a {
  font-size: 16px;
  text-anchor: center;
  line-height: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 12px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.breadcrumb-wrap .breadcrumb-title ul li a i {
  margin-left: 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-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;
  right: -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%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          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;
  right: 3px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.hero-wrap.v2 .hero-slider-v2 .owl-nav {
  position: absolute;
  top: 50%;
  left: 57px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          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);
  right: -7px;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          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);
  right: -7px;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          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;
  left: 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: right;
}

.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: var(--mainColor);
}

.hero-content {
  text-align: center;
}

.hero-content h1 {
  font-size: 90px;
  color: #fff;
  margin: 0 0 30px;
}

.hero-content h1 span {
  color: var(--mainColor);
}

.hero-btn .btn:nth-child(1) {
  margin-left: 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 9;
  display: block;
}

.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 {
  right: 50px;
}

.hero-slider-v1 .owl-next,
.hero-slider-v3 .owl-next {
  left: 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: 36px;
}

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

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

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

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

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

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

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

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

/*---------------------------------
        About CSS 
-----------------------------------*/
.about-promo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.about-promo-img .ab_promo {
  width: 50%;
}

.about-content {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
          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 {
  
  margin: 0 0 15px;
  font-weight: 600;
}

.about-promo-text ul {
  margin: 0 0 10px;
}

.about-promo-text ul li {
  position: relative;
  padding: 0 30px 15px 0;
  list-style: none;
}

.about-promo-text ul li::before {
  position: absolute;
  top: 9px;
  right: 5px;
  content: "";
  background: var(--mainColor);
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 9;
  border-radius: 2px;
}

.about-promo-text ul li:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  background: #F6E8E8;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 2px;
}

.about-img-slider .owl-nav {
  position: absolute;
  bottom: -20px;
  left: 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-left: 130px;
  position: relative;
  padding-left: 10px;
}

.about-img-slider .owl-nav .owl-prev span:before {
  position: absolute;
  top: 10px;
  right: 100%;
  content: "";
  width: 130px;
  height: 3px;
}

.about-img-slider .owl-nav .owl-next {
  margin-right: 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: var(--mainColor);
}

.about-img-slider.v2 .owl-nav {
  right: 50%;
  -webkit-transform: translateX(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;
  right: -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: var(--mainColor);
  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: var(--mainColor);
  height: 3px;
}

.about-wrap.v2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-wrap.v2 .about-content {
  padding-top: 0;
}

.about-wrap.v2 .about-img-slider {
  width: 50%;
  height: 100%;
  border-left: 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: var(--yellowColor);
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}

.img-shape-one {
  position: absolute;
  top: 30px;
  left: -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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          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: var(--mainColor);
}

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

.feature-content-title > p {
  margin: 15px 0;
  color: #b5b5b5;
}

.feature-box-wrap {
  margin: 30px 0 0;
}

.feature-box-wrap .feature-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F6E8E8;
  text-align: center;
}

.feature-box-wrap .feature-box-item .feature-icon i {
  color: var(--mainColor);
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.feature-box-wrap.v1 .feature-box-item:hover {
  -webkit-box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.1);
          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);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-box-wrap.v2 .feature-box-item .feature-icon {
  background: #1B1F27;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-box-wrap.v2 .feature-box-item .feature-icon i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-box-wrap.v2 .feature-box-item .feature-box-text h5 {
  color: #fff;
}

.feature-box-wrap.v2 .feature-box-item .feature-box-text p {
  color: #b5b5b5;
}

.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: var(--mainColor);
}

.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-box-wrap.v3 .feature-box-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 9px 25px rgba(0, 0, 0, 0.08);
          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%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-comp-container .img-comp-slider span {
  color: var(--mainColor);
  font-size: 18px;
  position: relative;
}

.img-comp-container .img-comp-slider span.left-arrow {
  right: 2px;
}

.img-comp-container .img-comp-slider span.right-arrow {
  left: 2px;
}

.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-left: 4px solid var(--mainColor);
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;

}

.img-comp-container .img-comp-responsive .img-comp-img.img-comp-overlay img {
  max-width: initial !important;
  height: 100%;
}

.img-comp-container .img-comp-responsive .img-comp-img.img-comp-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/*---------------------------------
        Testimonial CSS 
-----------------------------------*/
.testimonial-wrap {
  position: relative;
}

.testimonial-wrap.v1 .testimonial-slider-v1 .testimonial-text {
  padding-right: 20px;
}

.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
  bottom: 50px;
  right: calc(50% - 60px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots .owl-dot span {
  margin: 0 5px 0;
  background: var(--mainColor);
}

.testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots .owl-dot.active span {
  border: 1px solid var(--mainColor);
  background-color: transparent;
}

.testimonial-wrap.v2 {
  position: relative;
  text-align: center;
  background-position: right center;
  padding: 100px 0 120px;
}

.testimonial-wrap.v2:before {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(35%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.07)));
  background: linear-gradient(-270deg, black 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-wrap.v2 .testimonial-slider-v2 .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-wrap.v2 .testimonial-slider-v2 .container .testimonial-text .client-info-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 320px;
}

.testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
  bottom: -30px;
  right: calc(50% - 40px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots .owl-dot span {
  margin: 0 5px 0;
  background: var(--mainColor);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-wrap.v3 .testimonial-slider-v3 .testimonial-text .quote-img {
  position: relative;
  display: block;
  text-align: center;
  bottom: 0;
  left: 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%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          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%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          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: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  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 var(--mainColor);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 25px;
}

.client-info-wrap .client-info {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.client-info-wrap .client-feedback {
  width: 35%;
}

.client-info-wrap .client-feedback .product-rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}

.client-details {
  width: calc(100% - 91px);
  text-align: right;
}

.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-top: 210px;
  position: relative;
  padding-bottom: 100px;
}

.client-quote-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 var(--mainColor);
}

.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: #cbc8c8;
  font-weight: 500;
  margin: 0;
}

.dumb-pos-img {
  position: absolute;
  bottom: 0px;
  left: 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 .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: 80px;
  height: 80px;
  background: var(--mainColor);
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-wrap.v1 .single-product-item .product-price:before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  border: 1px solid var(--mainColor);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  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: var(--mainColor);
  color: #fff;
}

.product-wrap.v2 .single-product-item {
  border: 1px solid transparent;
  padding: 0 0 25px;
  -webkit-transition: all 0.4s ease;
  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: var(--mainColor);
  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: var(--mainColor);
  color: #fff;
}

.product-wrap.v3 {
  position: relative;
}

.product-wrap.v3 .shape-one {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          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: var(--mainColor);
  font-family: "Teko", sans-serif;
  font-weight: 700;
}

.product-wrap.v3 .product-slider .product-slide-item .product-info .product-rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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-left: 15px;
}

.product-wrap.v3 .product-slider .owl-dots {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          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 var(--mainColor);
}

.product-wrap.v3 .product-slider .owl-dots .owl-dot.active span:before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--mainColor);
  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: right;
}

.single-product-item.list-view .product-info .product-rating {
  margin: 15px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-product-item.list-view .product-info .product-rating i {
  font-size: 20px;
}


.product-slide-item .product-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.4s ease;
  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: var(--yellowColor);
}

.add-to-cart,
.add-to-wishlist,
.view-product {
  width: 48px;
  height: 48px;
  color: var(--mainColor);
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.add-to-cart i,
.add-to-wishlist i,
.view-product i {
  font-size: 25px;
  line-height: 0.8;
}

.product-slider-v1 .owl-next,
.product-slider-v1 .owl-prev {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-slider-v1 .owl-prev {
  right: -75px;
}

.product-slider-v1 .owl-next {
  left: -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;
}

/*---------------------------------
        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: #b5b5b5;
  padding: 0 15px 0 0;
  margin: 0;
}

.cta-wrap .cta-call {
  position: relative;
  padding: 25px 75px 15px 20px;
}

.cta-wrap .cta-call i {
  position: absolute;
  top: 19px;
  right: 0;
  font-size: 70px;
  color: #fff;
  -webkit-transform: rotate(-30deg);
          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 var(--mainColor);
  background-color: rgba(112, 112, 112, 0.24);
}

.cta-wrap.v2 .cta-call {
  background-color: var(--mainColor);
}

/*---------------------------------
        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: 1;
}

.bmi-wrap .container .bmi-form {
  margin: 25px 0 0;
}

.bmi-wrap .container .bmi-form .select-gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.bmi-wrap .container .bmi-form .select-gender > div {
  margin-left: 15px;
}

.bmi-wrap .container .bmi-form .form-group {
  width: 100%;
}

.join-class-wrap.bmi-wrap .container .bmi-form .form-group input::placeholder {
  color: #000;
}

.bmi-wrap .container .bmi-form .form-group input::placeholder {
  color: #fff;
}

.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: var(--mainColor);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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-left: 1px solid rgba(255, 255, 255, 0.16);
}

.bmi-wrap .container .bmi-chart .bmi-chart-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: #f4f4f4;
  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-left: 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;
  right: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 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;
  right: 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: var(--mainColor);
  top: 6px;
  right: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(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;
}

.bmi-wrap label {
  color: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
}

/*---------------------------------
        Blog CSS 
-----------------------------------*/
.blog-post-wrap .container {
  position: relative;
}
.blog-post-wrap .blog-item-wrap.v2 .blog-content p {
  color: #000 !important;
  opacity: 0.6;
}

.blog-item-wrap.v1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      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;
  right: 30px;
}

.blog-item-wrap.v1 .blog-item .blog-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 9;
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.7)), color-stop(34%, rgba(0, 0, 0, 0.53)), color-stop(50%, rgba(0, 0, 0, 0.03)));
  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;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
  -webkit-transition: 0.3s;
  -webkit-transition: 0.4s;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      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 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.blog-item-wrap.v2 .blog-img .news-date {
  position: absolute;
  top: 25px;
  left: 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;
  left: 25px;
}

.blog-item-wrap.v1 .blog-item:hover .blog-info {
  -webkit-transform: translateY(0);
          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: var(--mainColor) !important;
}

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

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

.news-date {
  position: absolute;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px;
} 

.news-date h4 {
  font-size: 18px;
  color: var(--mainColor);
  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 {
  color: #454546;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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;
}

.comment-box-title .comment-box-title-left a {
  color: var(--mainColor);
  display: block;
  padding: 0 0 3px;
  border-bottom: 1px solid var(--mainColor);
}

.comment-box {
  padding: 30px;
  margin: 0 0 30px;
}

.comment-box .comment-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-box .comment-author-info .ct_author_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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;
}

.comment-box .comment-date {
  text-align: left;
}

.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 .comment-form-title {
  font-size: 25px;
  line-height: 34px;
  color: var(--mainColor);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
}

.popular-post-item .post-img {
  width: 90px;
  margin-left: 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: var(--mainColor);
  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 10px 10px 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-widget.search-box button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border: none;
  background: transparent;
}

.sidebar .sidebar-widget.search-box button i {
  color: var(--mainColor);
  font-size: 20px;
}

.sidebar .sidebar-widget .category-box ul li {
  display: block;
}

.sidebar .sidebar-widget .category-box ul li a {
  position: relative;
  padding-right: 22px;
}

.sidebar .sidebar-widget .category-box ul li a::before {
  position: absolute;
  top: 13px;
  right: 0;
  content: "";
  background: var(--mainColor);
  width: 5px;
  height: 1px;
}

.sidebar .sidebar-widget .category-box ul li a:hover {
  color: var(--mainColor);
}

.sidebar .sidebar-widget .category-box ul li a:hover:before {
  background: var(--mainColor);
}

.sidebar .sidebar-widget .tag-list ul li {
  display: inline-block;
  margin: 0 0px 12px 8px;
}

.sidebar .sidebar-widget .tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 15px;
  border: 1px solid #000;
}

.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
-------------------------------*/
.time-table-banner {
  position: relative;
  height: 400px;
}

.time-table-banner:before {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  opacity: .8;
  content: "";
  width: 100%;
  height: 100%;
}

.time-table-banner .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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 0 0 15px;
}

/*-------------------------------
        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;
  -webkit-transition: all 0.3s ease;
  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: 380px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.class-wrap.v2 .class-item .overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.99)), color-stop(35%, rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0)));
  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;
  right: 25px;
  -webkit-text-stroke: 1px #fff;
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-wrap.v2 .class-item .class-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.class-wrap.v2 .class-item .class-info h5 {
  color: #fff;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.5s ease;
  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;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.class-wrap.v2 .class-item .class-info .btn {
  position: absolute;
  bottom: 20px;
  right: 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 {
  -webkit-transform: translateY(0px);
          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;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.class-wrap.v2 .class-item:hover .class-info .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.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: #b5b5b5;
  opacity: 1;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 -4px;
}

.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-right: 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: var(--mainColor);
}

.class-wrap.v3 .class-item.s1.class-mb {
  margin-bottom: 30px !important;
}
.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 p, .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: var(--mainColor);
  border-color: transparent !important;
}

.class-wrap.v3 .class-item .trainer-info .trainer-desc:hover a {
  color: var(--mainColor);
}

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

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

.class-img {
  position: relative;
}

.class-img a.btn {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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 20px;
}

.dt-header,
.dt-data {
  display: flex;
  flex-wrap: wrap;
}

.dt-header .dt-header-item,
.dt-header .dt-data-item,
.dt-data .dt-header-item,
.dt-data .dt-data-item {
  width: 20%;
  text-align: right;
}

.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;
}

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

.class_list {
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 35px;
}
.class_list li {
  /*width: 20%; */
  width: 16.6%;
  text-align: center;
}

.class_list li button {
  display: block;
  padding: 8px 5px 6px;
  font-size: 18px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  color: #000;
}

.class_list li button:hover {
  border-color: transparent !important;
  color: var(--mainColor);
}

.class_list li button.active {
  background: var(--mainColor) !important;
  border-bottom: none;
  color: #fff !important;
}

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

.schedule-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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-right: none;
  border-bottom: none;
  padding: 5px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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;
  text-transform: capitalize;
}

.schedule-table-data .schedule-table-data-item:hover a {
  color: var(--mainColor);
}

.schedule-table-data .schedule-table-data-item:hover a span {
  color: #707070;
}

.schedule-table-data-item:nth-child(1) {
  border-right: 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-wrap .promo-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 50px 10px;
}

.promo-wrap .promo-content .promo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #FCE7E8;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-wrap .promo-content .promo-icon i {
  font-size: 60px;
  color: var(--mainColor);
}

.promo-wrap .promo-content .promo-text {
  margin: 30px 0 0;
  -webkit-transition: 0.3s;
  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-left: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}

.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;
  right: 0;
  width: 100%;
  z-index: 9;
}

.promo-wrap.v3 .promo-item {
  background: #fff;
}

.promo-item {
  position: relative;
}

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

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

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

.promo-img:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

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

.promo-item:hover .promo-icon {
  background: var(--mainColor);
}

.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 var(--mainColor);
  border-right: 1px solid var(--mainColor);
}

.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: var(--mainColor) !important;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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 {
  right: 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 {
  right: -25px;
}

.promo-slider-v1 .owl-next {
  left: -25px;
}

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

/*-------------------------------
         Footer CSS
-------------------------------*/
.footer-wrap .footer-top {
  padding: 100px 0 70px 0;
}

.footer-wrap .footer-top .footer-widget .com-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon {
  width: 48px;
  height: 48px;
  background: var(--mainColor);
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-wrap .footer-top .footer-widget .com-address-item .com-address-icon i {
  color: #fff;
  font-size: 26px;
  margin-top: -2px;
}

.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-right: 12px;
  line-height: 27px;
  position: relative;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title h5:before {
  position: absolute;
  top: 0;
  right: 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: var(--mainColor);
  font-weight: 600;
}

.footer-wrap.v1 {
  background-color: #F8F8F8;
}

.footer-wrap.v1 .footer-top {
  background-color: #F8F8F8;
}
.footer-wrap.v1 .footer-top .single-footer-widget .comp-location .loc-icon {
  background: #FCE7E8;
}
.footer-wrap.v1 .footer-top .single-footer-widget .comp-location {
  background: #fff;
}

.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: var(--mainColor);
}

.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: var(--mainColor);
}

.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: var(--mainColor);
}

.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: var(--mainColor);
  border: none;
  color: #fff;
}

.footer-wrap.v1 .footer-bottom {
  background-color: #fff;
}

.footer-wrap.v1 p,
.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: var(--yellowColor);
}

.footer-wrap.v2 .footer-top .social-profile ul li a {
  background: transparent;
  border: 1px solid var(--yellowColor);
}

.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: var(--mainColor);
}

.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: var(--mainColor);
  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 !important;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.social-profile ul li:last-child {
  margin-left: 0;
}

.social-profile ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #F6E8E8;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: var(--mainColor);
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}

.instagram-photo-wrap .instagram-photo {
  display: block;
}
.instagram-photo img {
  width: 100%;
}

.instagram-photo-wrap .instagram-photo:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: 100%;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.newsletter-wrap .form-group button {
  width: 162px;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.newsletter-wrap .form-group button i {
  margin-right: 5px;
}

.newsletter-wrap.search-product .form-group {
  width: 450px;
  margin: 0 auto;
}

.newsletter-wrap.search-product .form-group input {
  width: 100%;
  padding-left: 160px;
  border: none;
}

.newsletter-wrap.search-product .form-group button {
  width: 162px;
  background: var(--mainColor);
  color: #fff;
}

/*---------------------------------
        Shop CSS 
-----------------------------------*/
/*-----Shop Details----------*/
.product-gallery.swiper-container.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide.single-product-thumb img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.single-product-title {
  position: relative;
  padding-right: 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;
  right: 0;
  content: "";
  width: 3px;
  height: calc(100% - 15px);
  background: var(--mainColor);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 35px;
}

.single-product-review .single-product-review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}

.single-product-review .single-product-review-left .product-rating li {
  margin-left: 7px;
}

.single-product-review .single-product-review-left .product-rating li i {
  font-size: 24px;
}

.single-product-review .single-product-review-left span {
  color: var(--mainColor);
  font-size: 20px;
  margin-right: 6px;
}

.single-product-review .single-product-review-right {
  width: 40%;
  text-align: left;
}

.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-quantity {
  width: 144px;
}

.product-quantity {
  margin-left: 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: var(--mainColor);
}

.product-quantity .qtySelector span.decreaseQty {
  right: 0;
}

.product-quantity .qtySelector span.increaseQty {
  left: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: var(--mainColor);
  border: none;
  right: 48px;
  position: relative;
  height: 47px;
  top: -1px;
  text-align: center;
  color: #fff;
}

.add-cart button,
.add-wishlist button {
  margin-left: 10px;
  height: 48px;
  font-weight: 400 !important;
}

.add-cart button i,
.add-wishlist button i {
  margin-left: 10px;
  top: 1px !important;
}

.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.single-product-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.single-product-checkbox .checkbox {
  margin-left: 20px;
}

.single-product-checkbox .checkbox.form-group label {
  font-size: 16px;
  line-height: 26px;
  padding-right: 19px;
}

.single-product-checkbox .checkbox.form-group label:before {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid var(--mainColor);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 6px;
  right: 0;
}

.single-product-checkbox .form-group.checkbox input:checked + label::after {
  top: 8px;
  right: 5px;
  width: 4px;
  height: 9px;
  border: solid var(--mainColor);
  border-width: 0 0 1px 1px;
}

.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: right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      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-right: 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 0 0 25px;
  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-right: 20px;
}

.review-form .form-group.checkbox label::before {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  right: 0;
  top: 3px;
  padding: 0;
}

.review-form .btn {
  margin: 10px 0 0;
}

.review-form .form-group.checkbox input:checked + label::after {
  top: 6px;
  right: 3px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          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;
  background-color: transparent;
  border: 2px solid #0079bf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          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-left: 5px;
}

.form-group.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          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-left: 2px solid #000;
  width: 9px;
  height: 9px;
  left: 20px;
  top: 51%;
}

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

.product-view .nav-tabs {
  border: none;
}

.product-view .nav-tabs li {
  margin: 0 0 0 10px;
}

.product-view .nav-tabs li:last-child {
  margin-left: 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: var(--mainColor);
  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: var(--mainColor);
}

.product-view .nav-tabs li:hover button i {
  color: #fff;
}

.product-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-view .nice-select {
  margin-right: 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;
  left: 0;
  background: var(--mainColor);
  border: none;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}

.bill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-box form.review-form.checkout .select-gender div {
  margin-left: 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: var(--mainColor);
}

.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: right;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wishlist-table table tbody tr td .wh_item a {
  font-size: 20px;
  font-weight: 600;
  margin-right: 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: var(--mainColor);
  font-size: 22px;
}

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



/*----------------------------
   Home Demo 4 CSS
------------------------------*/
.section-title.style2, .section-title.style3, .section-title.style4,
.content-title.style2,
.content-title.style3,
.content-title.style4 {
  padding-right: 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;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.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: 500;
  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: 12px 0 0;
  color: #b5b5b5;
}

.section-title.style2 span:after,
.content-title.style2 span:after {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-title.style3 span:after,
.content-title.style3 span:after {
  right: 0;
}

.section-title.style4 span,
.content-title.style4 span {
  padding-right: 60px;
  padding-bottom: 0;
}

.section-title.style4 span:after,
.content-title.style4 span:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.section-text {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 550px;
  line-height: 1;
  font-family: "Teko", sans-serif;
  color: #08161B;
  font-weight: 800;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.section-text:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(0, 0, 0, 0.909132)), color-stop(95%, rgba(0, 0, 0, 0.154482)));
  background: linear-gradient(-360deg, rgba(0, 0, 0, 0.909132) 50%, rgba(0, 0, 0, 0.154482) 95%);
}

.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: var(--mainColor);
}

.btn.style2 {
  background-color: var(--mainColor);
  color: #fff;
  padding: 12px 38px;
  position: relative;
}

.btn.style2:hover {
  background-color: #fff;
  color: var(--mainColor);
}

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

/*----------------------------------
    Header  CSS
----------------------------------*/
.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1 {
  background-color: var(--mainColor);
}

.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sidebar-menu {
  margin-right: 20px;
  width: 26px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0;
}

.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-right: auto;
}

.sidebar-menu span:nth-child(3) {
  width: 20px;
  margin: 0  auto;
}

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

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 560px;
  background: #08161B;
  height: 100vh;
  z-index: 9999;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-popup.open {
  left: 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: #f4f4f4;
}

.contact-popup .contact-popup-wrap .comp-info .contact-address {
  margin-bottom: 25px;
}

.contact-popup .contact-popup-wrap .comp-info .contact-address li {
  color: #f4f4f4;
  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: var(--mainColor);
  margin-left: 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: left;
}

.contact-popup .contact-popup-title .close-popup {
  background: transparent;
  border: 1px solid var(--mainColor);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-popup .contact-popup-title .close-popup i {
  font-size: 26px;
  line-height: 33px;
  color: var(--mainColor);
}

.contact-popup .contact-popup-title .close-popup:hover {
  background: var(--mainColor);
  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 {
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.2);
}

.hero-wrap.style2 .hero-slide-item .section-text:after {
  background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(8, 22, 27, 0.9)), color-stop(95%, rgba(8, 22, 27, 0.15)));
  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: right;
  overflow-y: auto !important;
  padding: 100px 0 220px;
}

.hero-wrap.style2 .hero-slide-item .hero-content .hero-shape-1 {
  position: absolute;
  top: -100px;
  right: 50%;
  -webkit-transform: translateX(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-right: 28px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-wrap.style2 .hero-slide-item .hero-content .hero-subhead:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          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;
  left: 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-slider-four.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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 var(--mainColor);
  width: 60px;
  height: 115px;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: 0.4s;
  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: var(--mainColor);
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transition: 0.4s;
  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;
  right: -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: var(--mainColor);
  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: var(--mainColor);
  font-weight: 500;
  font-family: "Teko", sans-serif;
}

.client-quote-wrap.style2 .client-info .client-avatar {
  border-radius: 0;
  border: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.client-quote-wrap.style2 .client-info .client-avatar:after {
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  background: var(--mainColor);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.client-quote-wrap.style2 .client-info .client-avatar img {
  border-radius: 0;
  padding: 0;
}

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

.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%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about-wrap.style2 .about-content {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feature-item-wrap.style2 .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  -webkit-transition: 0.4s;
  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%); */
  background: #7b0e2d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #f1ecec;
  font-size: 55px;
  line-height: 0.8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 95px);
  margin-right: 30px;
}

.feature-item-wrap.style2 .feature-item .feature-text h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style2 .feature-item .feature-text p {
  margin-bottom: 0;
  color: #b5b5b5;
}

.feature-item-wrap.style2 .feature-item:hover .feature-text h3 {
  color: var(--mainColor);
}

.feature-item-wrap.style2 .feature-item:hover .feature-icon {
  background: var(--mainColor);
}

.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%;
  right: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 var(--mainColor);
  -ms-box-shadow: 0 0 0 0 var(--mainColor);
  -o-box-shadow: 0 0 0 0 var(--mainColor);
  box-shadow: 0 0 0 0 var(--mainColor);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .icon {
  position: absolute;
  right: 50%;
  top: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 88px;
  background-color: var(--mainColor);
  color: #fff;
  z-index: 1;
  font-size: 34px;
  display: block;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
}

.play-now .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.content-feature-list {
  list-style-type: none;
}

.content-feature-list li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
  list-style-type: none;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li:after {
  position: absolute;
  top: 11px;
  right: 0;
  content: "";
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            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-wrap .feature-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
}

.feature-wrap .feature-img-wrap .feature-shape-1 {
  position: absolute;
  bottom: 0;
  right: 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;
  left: 0;
}

/*----------------------------
    Testimonial Section  CSS
------------------------------*/
.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: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(13, 13, 14, 0.9)), color-stop(95%, rgba(13, 13, 14, 0.15)));
  background: linear-gradient(-360deg, rgba(13, 13, 14, 0.9) 50%, rgba(13, 13, 14, 0.15) 95%);
}

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

.testimonial-img-wrap .testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  right: 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: #b5b5b5;
}

.testimonial-slider-four .testimonial-slider-btn {
  position: absolute;
  bottom: -50px;
  left: 50px;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev {
  border: 2px solid var(--mainColor);
  width: 55px;
  height: 90px;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next i,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev i {
  font-size: 18px;
  color: var(--mainColor);
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transition: 0.4s;
  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;
  right: -20px;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
  background-color: var(--mainColor);
  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-right: 15px;
  -webkit-transform: rotate(-45deg);
  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;
  right: -4px;
  content: "";
  background: var(--mainColor);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-slider-thumbs .client-info-wrap .client-info {
  text-align: right;
  display: block;
  width: 100%;
  margin: 25px 0 0;

  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.testimonial-slider-thumbs .client-info-wrap.swiper-slide-thumb-active .client-info {
  opacity: 1;
  visibility: visible;
}

.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: #cbc8c8;
}

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

.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;
  left: -5px;
  z-index: -1;
}

.card-mt .class-item {
  margin-top: 20px;
}

.class-item.style2 {
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}

.class-item.style2 .class-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-img:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.class-item.style2 .class-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px 25px;
}

.class-item.style2 .class-content .class-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FBF2ED;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-icon i {
  font-size: 55px;
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.class-item.style2 .class-content .class-text {
  margin: 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text p {
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.class-item.style2 .class-content .class-text .link {
  text-decoration: none;
  color: var(--mainColor);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
  display: block;
}

.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;
}


/* class-item3 */
.class-item3.style2 .class-content {
  height: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.class-item3.style2 .class-content .class-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--mainColor);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.class-item3.style2 .class-content .class-icon i {
  font-size: 55px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item3.style2 {
  background: #fff;
  margin-bottom: 25px;
  position: relative;
  border-radius: 5px;
}

.class-item3.style2 .class-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.class-item3.style2 .class-img:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.class-item3.style2 .class-content .class-text {
  margin: 25px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item3.style2 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item3.style2 .class-content .class-text p {
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #646464;
}

.class-item3.style2 .class-content .class-text .link {
  text-decoration: none;
  color: var(--mainColor);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
  display: block;
}

.class-item3.style2:hover .class-img {
  visibility: visible;
  opacity: 1;
}

.class-item3.style2:hover .class-content .class-icon {
  background: rgba(255, 255, 255, 0.27);
}

.class-item3.style2:hover .class-content .class-icon i {
  color: #fff;
}

.class-item3.style2:hover .class-content .class-text h3, .class-item3.style2:hover .class-content .class-text .link {
  color: #fff;
}

.class-item3.style2:hover .class-content .class-text p {
  color: #e4b7b7;
}

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

.member-card span {
  font-family: "Teko", sans-serif;
  color: #fff;
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
  letter-spacing: 2px;
}

.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;
  right: 0;
  z-index: -1;
}

.member-card .member-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card .member-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card .member-info-wrap .social-profile li {
  display: inline-block;
  margin-right: 8px;
}

.member-card .member-info-wrap .social-profile li:first-child {
  margin-right: 0;
}

.member-card .member-info-wrap .social-profile li a {
  color: #fff;
  -webkit-transition: 0.8s;
  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: var(--mainColor);
}

.member-card:hover .member-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.member-card:hover .member-info-wrap h3 {
  color: var(--mainColor);
}

.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-slider.owl-carousel .owl-dots button.owl-dot.active span {
  background: var(--mainColor);
}

/*----------------------------
    Pricing Section  CSS
------------------------------*/
.pricing-wrap {
  position: relative;
}

.pricing-wrap .container {
  position: relative;
  z-index: 1;
}

.pricing-wrap .container .pricing-section-shape {
  position: absolute;
  bottom: -80px;
  left: -80px;
  z-index: -1;
}
.pricing-card.style2.featured .pricing-header h5 {
  color: #fff;
}
.pricing-card.style2.featured .purchase-pricing .btn {
  background-color: #fff;
  color: var(--mainColor);
}

.pricing-card.style2.featured .purchase-pricing .btn:hover {
  background-color: #08161B;
  color: #fff;
}

.pricing-card:before {
  position: absolute;
  top: -55%;
  right: 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%);
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform: rotate(97.42deg);
          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: "";
  right: 50%;
  -webkit-transform: translateX(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: var(--mainColor);
}

.pricing-card .pricing-header .pricing-header-tag span {
  display: block;
  margin: 8px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  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;
  list-style: none;
}

.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: var(--mainColor);
  color: #fff;
  padding: 10px 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card .purchase-pricing .btn:hover {
  background: #fff;
  color: var(--mainColor);
}

.pricing-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*----------------------------
    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 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-item.style2 .blog-img .blog-category, .blog-item.style3 .blog-img .blog-category {
  position: absolute;
  top: 25px;
  right: 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;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: var(--mainColor);
  -webkit-transform: skew(20deg);
          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-left: 15px;
}

.blog-item.style2 .blog-info .blog-metainfo li:last-child, .blog-item.style3 .blog-info .blog-metainfo li:last-child {
  margin-left: 0;
}

.blog-item.style2 .blog-info .blog-metainfo li a:hover, .blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: var(--mainColor);
}

.blog-item.style2 .blog-info .blog-metainfo li i, .blog-item.style3 .blog-info .blog-metainfo li i {
  position: relative;
  margin-left: 8px;
}

.blog-item.style3 .blog-info .blog-metainfo li, .blog-item.style3 .blog-info .blog-metainfo li a, .blog-item.style3 .blog-info .blog-metainfo li i {
  color: #646464;
}

.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 {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-item.style2:hover .blog-info h3 a, .blog-item.style3:hover .blog-info h3 a {
  color: var(--mainColor);
}

.blog-item.style2 .blog-info .blog-metainfo li {
  color: #b5b5b5;
}

.blog-item.style2 .blog-info .blog-metainfo li a {
  color: #b5b5b5;
}

.blog-item.style2 .blog-info .blog-metainfo li a:hover {
  color: var(--mainColor);
}

.blog-item.style2 .blog-info .blog-metainfo li i {
  color: #b5b5b5;
}

.blog-item.style2 .blog-info h3 a {
  color: #fff !important;
}

/*----------------------------
    Newsletter Section  CSS
------------------------------*/
.newsletter-bg-1 {
  background-image: url(../img/newsletter-bg-1.jpg);
}
.newsletter-area {
  position: relative;
  z-index: 1;
}
.newsletter-area::before {
  right: 0;
  left: 0;
  bottom: 0;
  height: 165px;
  z-index: -1;
  content: '';
  position: absolute;
  background: #08161B;
}
.newsletter-box-wrap {
  position: relative;
  z-index: 1;
  padding: 90px 60px;
}

.newsletter-box-wrap .overlay {
  z-index: -1;
}

.newsletter-box-wrap .newsletter-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.newsletter-box-wrap .newsletter-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.newsletter-form {
  position: relative;
  margin-right: auto;
}

.newsletter-form input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px 10px 80px;
  color: #000;
}

.newsletter-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-form input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-form input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-form input::placeholder {
  opacity: 1;
  color: #000;
}

.newsletter-form button {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  height: 100%;
  border: none;
  padding: 10px 25px;
}

/*----------------------------
    Footer Section  CSS
------------------------------*/

.footer-wrap.style2 .footer-top .footer-widget {
  margin-bottom: 55px;
}

.footer-wrap.style2 .footer-top .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-wrap.style2 .footer-top .footer-menu li:last-child {
  margin-left: 0;
}

.footer-wrap.style2 .footer-top .footer-menu li a {
  color: #fff;
}

.footer-wrap.style2 .footer-top .footer-menu li a:hover {
  color: var(--mainColor);
}

.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);
}

.footer-wrap.style2 .footer-bottom .copyright-text {
  color: #fff;
}

.contact-info-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-wrap .contact-icon {
  width: 65px;
  height: 65px;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 15px;
}

.contact-info-wrap .contact-icon i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 24px;
}

.contact-info-wrap .contact-info {
  width: calc(100% - 95px);
  margin-right: 30px;
  text-align: right;
}

.contact-info-wrap .contact-info h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}

.contact-info-wrap .contact-info h3 a {
  color: var(--mainColor);
}

.contact-info-wrap .contact-info a {
  font-size: 22px;
  font-family: "Teko", sans-serif;
  color: var(--mainColor);
}

.contact-info h4
.contact-info a {
  color: var(--mainColor);
  font-size: 20px;
  font-family: "Teko", sans-serif;
}


/* WP NAV */
.owl-carousel {
  display: block;
}

.breadcrumb-wrap {
  word-break: break-all;
  word-break: break-word;
}

.single-blog-post .post-content h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Blog Unit test all */
/*================================================
Sidebar Area CSS
=================================================*/
/* Widget sidebar */
.blog-sidebar {
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-sidebar .widget {
  margin-top: 30px;
}

.blog-sidebar .widget:first-child {
  margin-top: 0;
}

.blog-sidebar .widget {
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background-color: #ffffff;
}

.blog-sidebar .widget .widget-title {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 22px;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}

.blog-sidebar .widget ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.blog-sidebar .widget ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  
  padding-right: 22px;
}

.blog-sidebar .widget ul li ul li {
  padding-right: 14px;
}

.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
  position: absolute;
  top: 13px;
  right: 0;
  content: "";
  background: var(--mainColor);
  width: 5px;
  height: 1px;
}

.blog-sidebar .widget ul li span {
  display: inline-block;
}

.blog-sidebar .widget ul li a {
  display: inline-block;
  color: #000000;
}

.blog-sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.blog-sidebar .widget ul li a .post_count {
  position: absolute;
  left: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000000;
}

.blog-sidebar .widget_search form {
  position: relative;
}

.blog-sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.blog-sidebar .widget_search form .screen-reader-text {
  display: none;
}

.blog-sidebar .widget_search form .search-field {
  display: block;
  outline: 0;
  width: 100%;
  height: 48px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 10px 10px 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-sidebar .widget_search form .search-field::-webkit-search-cancel-button {
  display: none;
}

.blog-sidebar .widget_search form button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border: none;
  background: transparent !important;
}

.blog-sidebar .widget_search form button i {
  color: var(--mainColor);
  font-size: 20px;
}

.blog-sidebar .widget_search form button::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-sidebar .widget_search form button::after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  padding: 8px 15px;
}

.blog-sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li::before {
  top: 10px;
}

.blog-sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
  color: #555;
  line-height: 25px;
  font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
  display: inline-block;
}

.blog-sidebar .tagcloud a {
  position: relative;
  display: inline-block;
  font-size: 14px !important;
  line-height: 19px;
  padding: 10px 15px;
  border: 1px solid #eee;
  margin: 8px 0px 0 0;
  font-weight: 500;
}

.blog-sidebar .tagcloud a:hover, .blog-sidebar .tagcloud a:focus {
  color: #ffffff;
}

.blog-sidebar .widget_text p img {
  margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.blog-sidebar .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a, .blog-sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover, .blog-sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.blog-sidebar .calendar_wrap table td, .blog-sidebar .calendar_wrap table th {
  padding: 8px 5px;
  font-weight: 400;
}

.blog-sidebar .calendar_wrap caption {
  padding-top: 0;
  caption-side: top;
  font-weight: 600;
}

.blog-sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.blog-sidebar .widget_recent_comments .recentcomments {
  color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.blog-sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.blog-sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

.blog-sidebar p {
  font-size: 15px;
  font-weight: 400;
}

.blog-sidebar span.post-count {
  float: left;
  font-size: 15px;
  color: #000000;
}

.nice-select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  float: none;
  white-space: normal;
}

.nice-select span.current {
  display: block;
  margin-top: -3px !important;
  font-size: 15px;
  font-weight: 400;
}

.nice-select ul.list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  border-radius: 0;
  width: 100%;
  overflow-y: auto;
}

.nice-select ul.list li {
  list-style-type: none !important;
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: auto;
  text-transform: capitalize;
}

.nice-select ul.list li::before {
  display: none;
}

.widget_text form br {
  display: none;
}

figure.wp-block-gallery.columns-3.is-cropped.alignfull .blocks-gallery-caption {
  margin-bottom: 20px;
}

/* End Widget sidebar */
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
  clear: both;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

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

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}

/* End WP core style */
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #ffffff;
}
.single-blog-post .entry-thumbnail a img {
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post .post-content {
  padding: 40px 30px;
  position: relative;
}

.single-blog-post .post-content .entry-meta {
  padding-right: 0;
  margin-bottom: 6px;
  list-style-type: none;
}

.single-blog-post .post-content .entry-meta li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  color: #000000;
  font-size: 15px;
}

.single-blog-post .post-content .entry-meta li::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: rotate(-14deg) translateY(-50%);
          transform: rotate(-14deg) translateY(-50%);
  width: 1px;
  height: 13px;
}

.single-blog-post .post-content .entry-meta li a {
  display: inline-block;
  color: #000000;
}

.single-blog-post .post-content .entry-meta li:last-child {
  margin-left: 0;
}

.single-blog-post .post-content .entry-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.single-blog-post .post-content .learn-more-btn {
  margin-top: 15px;
}

.single-blog-post:hover {
  transition: 0.8s;
}

.single-blog-post:hover .image a {
  transform: scale(1.05);
  transition: 0.4s;
}
.single-blog-post:hover .image a, .single-blog-post:hover .content h3 a {
  color: var(--mainColor);
}
.single-blog-post:hover .image a.blog-category {
  color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  position: relative;
  z-index: 1;
}

.blog-details .blog-details-content {
  padding: 25px;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-top: none;
  overflow: hidden;
}

.blog-details .blog-details-content .entry-meta li span a {
  font-weight: 400;
}

.blog-details .blog-details-content .entry-meta li i {
  font-style: normal;
}

.blog-details .blog-details-content .entry-meta li a {
  text-decoration: none;
}

.blog-details .blog-details-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.blog-details .blog-details-content .category {
  padding: 0;
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  list-style-type: none;
  clear: both;
}

.blog-details .blog-details-content .category li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-details .blog-details-content .category li span.icon-book {
  font-weight: 600;
  color: #323232;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.blog-details .blog-details-content .category li span.icon-book i {
  font-style: normal;
  font-size: 16px;
}

.blog-details .blog-details-content .category li:last-child span {
  display: none;
}

.blog-details .blog-details-content .category li a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  color: #000000;
}

.entry-meta {
  padding-right: 0;
  margin-bottom: 17px;
  list-style-type: none;
  text-transform: capitalize;
}

.entry-meta li {
  position: relative;
  display: inline-block;
  margin-left: 21px;
}

.entry-meta li a {
  display: inline-block;
}

.entry-meta li i {
  margin-left: 2px;
}

.entry-meta li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -14px;
  width: 6px;
  height: 1px;
}

.entry-meta li:last-child {
  margin-left: 0;
}

.entry-meta li:last-child::before {
  display: none;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

blockquote p, .blockquote p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}

blockquote p:last-child, .blockquote p:last-child {
  margin-bottom: 0 !important;
}

blockquote cite, .blockquote cite {
  color: #212529;
  font-size: 14px;
  font-style: normal !important;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 46px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  color: #ffffff;
  background-color: var(--mainColor);
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

.pages-links {
  margin: 15px 0;
}

.pages-links .page-links-title {
  padding-left: 5px;
  font-weight: 500;
}

.pages-links .post-page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pages-links .post-page-numbers.current, .pages-links .post-page-numbers:hover, .pages-links .post-page-numbers:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/* Unit test pages style 
====================================================================*/
/* Sticky Post */
.sticky .single-blog-post .content.post-content-two {
  padding-right: 60px;
  background: #343a40;
}
.sticky .single-blog-post .content.post-content-two .blog-card-title {
  position: relative;
}

.sticky .single-blog-post .content.post-content-two .blog-card-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  position: absolute;
  right: -30px;
  top: 2px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.sticky .single-blog-post .content.post-content-two .meta li {
  color: #fff !important;
}

.sticky .single-blog-post .content.post-content-two .meta li a {
  color: #fff !important;
}

.sticky .single-blog-post .content.post-content-two .meta li::before {
  background: #fff !important;
}

.sticky .single-blog-post .content.post-content-two .blog-card-title a {
  color: #fff;
}

.sticky .single-blog-post .content.post-content-two p {
  color: #e0e0e0;
}

.sticky .single-blog-post .content.post-content-two ul li, .sticky .single-blog-post .content.post-content-two ul li a {
  color: #e0e0e0;
}
.sticky .single-blog-post .content.post-content-two ul li, .sticky .single-blog-post .content.post-content-two ul li i {
  color: #e0e0e0;
}

/* End Sticky Post */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content .entry-content a {
  text-decoration: underline;
  display: inline-block;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  line-height: 1.8;
}

.page-main-content ul {
  list-style: disc;
  padding-right: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-right: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.page-main-content kbd {
  background-color: #f1f0f0;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  background: #ffffff;
}

table td, table th {
  padding: 10px 15px;
  border: 1px solid #d3dbe2;
  font-size: 13px;
  text-align: center;
}

table td a {
  font-weight: 600;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

/* End Page Markup And Formatting */
/* cribe posts thumb */
.widget_cribe_posts_thumbs {
  position: relative;
  overflow: hidden;
}

.widget_cribe_posts_thumbs .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFEDEE;
  padding-bottom: 20px;
}

.widget_cribe_posts_thumbs .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget_cribe_posts_thumbs .item .thumb {
  float: right;
  height: 85px;
  overflow: hidden;
  position: relative;
  width: 85px;
  margin-left: 12px;
}

.widget_cribe_posts_thumbs .item .thumb .fullimage {
  width: 85px;
  height: 85px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  border-radius: 5px;
}

.widget_cribe_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_cribe_posts_thumbs .item .info time {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--mainColor);
  line-height: 19px;
  display: block;
  margin: 5px 0;
  font-weight: 400;
}

.widget_cribe_posts_thumbs .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.widget_cribe_posts_thumbs .item .info .title a {
  color: #000000;
}

/* End cribe posts thumb */
/* HTML Tags and Formatting */
.blog-details .blog-details-content .entry-meta {
  margin-top: 10px;
}

.blog-details .blog-details-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-details .blog-details-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content p {
  line-height: 1.8;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .blog-details-content dl a, .blog-details .blog-details-content ol a, .blog-details .blog-details-content ul a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dl a:hover, .blog-details .blog-details-content ol a:hover, .blog-details .blog-details-content ul a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #000000;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-right: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #000000;
}
.blog-details .blog-details-content ul li:last-child {
  margin-bottom: 0;
}

.blog-details .blog-details-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ol {
  padding-right: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #000000;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 10px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  font-weight: 600;
  color: #212529;
}

.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em, .blog-details .blog-details-content i {
  font-style: italic;
}

.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #eee;
}

.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

.blog-details .blog-details-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
}

.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details .blog-details-content i.fa {
  font-style: normal;
}

.blog-details .blog-details-content ul.entry-meta {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}

.blog-details .blog-details-content ul.entry-meta li a {
  text-transform: capitalize;
  color: #000000;
}

.blog-details .blog-details-content ul.entry-meta li span a {
  text-decoration: none;
}

.blog-details .blog-details-content iframe, .blog-details .blog-details-content video {
  width: 100%;
}

/* End HTML Tags and Formatting */
/* main page: Comments */
.comments-area .comment-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comments-area .comment-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.comments-area .comment-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comments-area .comment-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comments-area .comment-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.comments-area .comment-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.comments-area .comment-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-right: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.comments-area .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-right: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 10px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.comments-area .comment-content kbd {
  background-color: #fafafa;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 6px;
}

.comments-area .comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
  color: #000000;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End main page: Comments */
/* Comments list style */
#comments {
  clear: both;
  overflow: hidden;
  list-style: none;
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-right: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body a {
  text-decoration: underline;
  display: inline-block;
}

#comments .comment-list .comment-body a:hover {
  text-decoration: none;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 5px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 20px;
}

#comments .comment-list .comment-body .reply a {
  border: 1px solid #ded9d9;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

#comments .comment-list .comment-body .reply a:hover {
  color: #ffffff;
}

#comments .comment-author {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  clear: both;
}

#comments .comment-author .avatar {
  height: 50px;
  right: -65px;
  position: absolute;
  width: 50px;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 600;
  color: #000000;
}

#comments .comment-author b.fn a {
  color: #000000;
  text-decoration: none;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  text-decoration: none !important;
  display: inline-block;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-right: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  right: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-right: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  right: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

.comments-title {
  position: relative;
  margin-bottom: 25px !important;
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.comments-title::before {
  content: '';
  position: absolute;
  right: -30px;
  top: 13px;
  height: 25px;
  width: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* End Comments list style */
/* Comment form */
.comment-respond {
  background: transparent;
  padding: 0;
  clear: both;
}

.comment-respond .comment-reply-title {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 34px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 400;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: red;
  display: inline-block;
  margin-right: 10px;
}

.comment-respond label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 400;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
  background-image: none;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #000;
  padding: 0.625em 15px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}

.comment-respond textarea {
  height: auto !important;
}

.comment-respond .form-submit {
  text-align: right;
}

.comment-respond .form-submit input {
  border: 1px solid transparent;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: capitalize;
  line-height: 26px;
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 16px;
}

.comment-respond .form-submit input:hover, .comment-respond .form-submit input:focus {
  background: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 13.4px;
}

.comment-respond p.comment-notes {
  line-height: 26px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: right;
  width: 100%;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: right;
  padding-left: 12px;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: right;
  padding-right: 12px;
}

.comment-respond p.comment-form-url {
  float: right;
  width: 100%;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: right;
  position: relative;
  padding-right: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  right: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: right;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.comment-respond p.logged-in-as a {
  display: inline-block;
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.parent .comment-respond p.form-submit, .depth-1 .comment-respond p.form-submit {
  margin-bottom: 30px;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.wp-block-image figcaption a {
  text-decoration: underline;
  display: inline-block;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #222 !important;
  border-color: #222;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-left: 0;
  padding-right: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
}

.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-right: 8px;
  float: left;
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: '-';
  position: absolute;
  right: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-latest-comments {
  padding: 0 !important;
}
.wp-block-latest-comments__comment-meta {
  font-size: 14px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 400;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 400;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-right: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #fff;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 12px 0 0;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
  display: inline-block;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

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

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 5px 15px;
}

.post-password-form input[type="submit"] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* End Post password form style */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-right: 0 !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback .comment-body {
  margin-right: 0 !important;
}

/* End Pingback style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: right;
}

.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #eee;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  background: #fff;
  display: block;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #fff;
}

.comment-navigation .nav-links .nav-next {
  float: left;
}

.comment-navigation .nav-links .nav-next a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

/* End Comment navigation */

/* Post search not found form */
.no-results .alert .page-title {
  margin: 0;
  font-size: 20px;
}

.no-results h1.page-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
}

.search-form .search-submit:hover {
  color: #ffffff;
  background: #000000;
}

.search-form label {
  display: block;
}

/* End Post search not found form */

/*learn-more-btn*/
.learn-more-btn {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.learn-more-btn i {
  margin-right: 2px;
  position: relative;
  top: -0.6px;
}

.learn-more-btn i::before {
  font-size: 11px;
}

.learn-more-btn::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-more-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.archive-description p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
}

.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-right: 8px;
  float: left;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  color: #393953 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-left: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: #ffffff !important;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  max-width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wp-block-search button {
  position: absolute;
  left: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.wp-block-search button:hover {
  color: #ffffff;
  background: #000000 !important;
}

.wp-block-gallery li.blocks-gallery-item {
  padding-right: 0 !important;
}

.wp-block-gallery li.blocks-gallery-item::before {
  display: none !important;
}

.widget_author {
  padding: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.widget_author h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.widget_author span {
  display: block;
  margin-bottom: 12px;
  color: var(--optionalColor);
}

.widget_block .wp-block-group__inner-container {
  padding: 0;
}

.widget_block .wp-block-group__inner-container h2 {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}

.blog-sidebar .wp-block-latest-comments {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  display: inline !important;
  line-height: 26px;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-search__label {
  display: none !important;
}

.widget.widget_block.widget_search .wp-block-search .wp-block-search__input {
  height: 50px;
  font-size: 16px;
}

.widget.widget_block.widget_search .wp-block-search__button {
  height: 50px;
  width: 100px;
  font-size: 16px;
  background-color: var(--mainColor) !important;
}

.post-content-two span {
  text-transform: capitalize;
}

.post-content-two span a {
  margin-bottom: 15px;
}

.post-content-two h3 {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}

.wp-block-search .wp-block-search__button {
  color: #fff;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0;
}
.single-blog-post .image {
  position: relative;
  overflow: hidden;
  /*margin: 0 0 20px;*/
}

.single-blog-post .image .blog-category {
  position: absolute;
  top: 25px;
  right: 30px;
  color: #fff;
  padding: 7px 15px 8px;
  line-height: 1.2;
  z-index: 1;
  display: inline-block;
}

.single-blog-post .image .blog-category::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: var(--mainColor);
  transform: skew(20deg);
  z-index: -1;
}

.single-blog-post .image .news-date {
  position: absolute;
  top: 25px;
  left: 25px;
}
.single-blog-post .content h3 {
  
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
  word-break: break-word;
  line-height: 28px;
}

.single-blog-post .content {
  position: relative;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid var(--mainColor);
}

/*================================================
Fooetr Area CSS
=================================================*/

.single-footer-widget table {
  background: transparent;
  margin-bottom: 15px;
}

.single-footer-widget p {
  font-size: 15px;
}

.single-footer-widget h3 {
  color: #000;
  padding-right: 12px;
  line-height: 27px;
  position: relative;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.single-footer-widget h3::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--mainColor);
}

.single-footer-widget ul {
  padding-right: 0;
  margin-bottom: 0;
}

.single-footer-widget ul li {
  margin-bottom: 16px;
  display: block;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
}
.single-footer-widget ul li a {
  position: relative;
  text-decoration: none;
}
.single-footer-widget ul li a:hover:after {
  width: 100%;
}
.single-footer-widget ul li a:after {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--mainColor);
  transition: 0.3s;
}

.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

/* WP Monster CSS */
.footer-wrap table {
  background: transparent;
}

.footer-wrap .single-footer-widget {
  margin-bottom: 30px;
}

.footer-wrap .single-footer-widget ul li ul {
  margin-top: 10px;
  padding-right: 15px;
}

.footer-wrap .single-footer-widget .recentcomments .comment-author-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-wrap .single-footer-widget .recentcomments a {
  font-weight: 600;
}

.footer-wrap .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-wrap .widget_rss ul li::before {
  top: 10px;
}

.footer-wrap .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-wrap .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.footer-wrap .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 10px 0 10px;
  display: block;
  text-transform: uppercase;
}

.footer-wrap .widget_rss ul li .rssSummary {
  line-height: 25px;
  font-size: 14px;
}

.footer-wrap .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
}

.footer-wrap .widget_text p img {
  margin: 10px 0;
}

.footer-wrap .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.footer-wrap select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}

.footer-wrap .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-left: 4px;
  text-transform: capitalize;
  color: #000;
}

.footer-wrap ul li {
 /* margin-bottom: 16px; */
  line-height: 1.8;
}

.footer-wrap ul li:last-child {
  margin-bottom: 0;
}

.footer-wrap table td, .footer-wrap table th {
  padding: 6px 5px;
  font-size: 13px;
  text-align: center;
  color: #000;
}

.footer-wrap table caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
  color: #fafafa;
}
.footer-wrap.v1 table caption {
  color: #000;
}

.footer-wrap .select {
  color: #333;
  margin-bottom: 0;
}

.footer-wrap span.post-count {
  float: left;
  font-size: 14px;
}

.footer-wrap .rsswidget {
  display: inline-block;
  color: #ffffff;
}

.footer-wrap .nice-select ul.list li {
  color: #555;
}
.header-area .logo.v1 {
  padding: 0 10px;
}
.footer-wrap.v1 .single-footer-widget h3 {
  color: #000 !important;
}
.header-area.v1 .top-header-area {
  background-color: transparent !important;
}

.single-blog-post .content.post-content-two {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
}
.content.post-content-two .meta li {
  margin-bottom: 10px;
}
.wp-block-latest-comments__comment {
  margin-bottom: 10px;
  font-weight: 400;
}
.cyard-nav .navbar .navbar-nav .nav-item a {
  text-transform: capitalize;
}
.breadcrumb-title {
  text-transform: capitalize;
}
.cyard-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #000 !important;
}
.single-blog-post .content h3 {
  word-break: break-word;
}
.blog-sidebar .calendar_wrap caption {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
}
.wp-calendar-nav span {
  font-size: 14px;
}
.blog-details .blog-details-content ol li:last-child {
  margin-bottom: 0;
}
.blog-item-wrap.v2 .white-content .blog-content p {
  color: #fff;
  opacity: 1;
}
.blog-details .blog-details-content p:last-child {
  margin-bottom: 0;
}
.blog-area.blog-post-wrap.section-padding {
  padding: 100px 0 70px;
}
.blog-details-area .blog-sidebar {
  margin-bottom: 0;
}
.no-results.not-found {
  margin-bottom: 30px;
}
.margin-space {
  padding: 20px 0;
}
.header-area.v1.hide-wp-nav.is-sticky .col-block h2 {
  font-size: 0;
}
.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}
.blog-details-content p img:last-child {
  margin-bottom: 0;
}
.single-blog-post .blog-metainfo {
  margin: 0 0 15px;
}
.single-blog-post .blog-metainfo li {
  display: inline-block;
  margin-left: 15px;
  color: #646464;
}
.single-blog-post .blog-metainfo li a {
  color: #646464;
}
.single-blog-post .blog-metainfo li i {
  position: relative;
  margin-left: 8px;
  color: #646464;
}
.single-blog-post .blog-metainfo li:last-child {
  margin-left: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item .gdpr-term {
  margin-left: 7px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-right: 0;
}
.blog-post-wrap.section-padding.bg-black .blog-content p {
  color: #b5b5b5 !important;
}
.class-details-table .dt-data .dt-data-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
}
.footer-wrap.v2 .single-footer-widget h3::before {
  background-color: var(--yellowColor);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0;
  top: 4px;
}
.single-footer-widget.widget_block .wp-block-group__inner-container h2 {
  font-size: 20px;
  font-family: "Teko", sans-serif;
  padding-right: 12px;
  line-height: 24px;
  position: relative;
}
.single-footer-widget.widget_block .wp-block-group__inner-container h2::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--mainColor);
}
.footer-top-padding .newsletter-wrap .form-group button {
  width: 125px;
}
.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;
}
.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;
}

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

.white-logo-name {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
}
.pr-content ul li {
  list-style: none;
}

.promo-wrap.style2 .container {
  max-width: 1320px;
}


.promo-slider-v1.single-features2 {
  border-top: none;
  border-right: none;
}

.single-features-card.single-features-card2 {
  border-radius: 0;
  margin-bottom: 0;
  border-right:  1px solid #b37979;
}
.single-features-card.single-features-card2 p  {
  margin-bottom: 0;
}
.single-features-card.single-features-card2 .title i  {
  font-size: 50px;
}

.single-features-card {
  background-color: #7b0e2d;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-features-card .title {
  position: relative;
  padding-right: 65px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.single-features-card .title i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-features-card .title h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.single-features-card .title h3 a {
  color: #fff;
}

.single-features-card .features-btn {
  color: #fff;
  font-weight: bold;
}

.single-features-card p {
  color: #e1e1e1;
}

.single-features-card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #820006;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

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

.single-features-card:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}


/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  max-width: 1050px;
  margin: auto;
  background-color: #F8F8F8;
  padding: 30px;
}

.contact-form form .form-group {
  margin-bottom: 25px;
}

.contact-form form .form-group label {
  font-weight: 500;
  color: #000;
  display: block;
  margin: 0 0 10px;
}

.contact-form form .form-group .form-control {
  background: #fff;
  border: 1px solid #DFEDEE;
  height: 60px;
  padding: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 15px;
}

.contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-form form .form-group .form-control::placeholder {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-form form .form-group .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: #fff;
}

.contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}

.contact-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: #fff;
}

.contact-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: #fff;
}

.contact-form form .form-group .form-control:focus::placeholder {
  color: #fff;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form .wpcf7-form-control-wrap.gdpr {
  margin-top: 20px;
  display: block;
}

.contact-form .wpcf7-list-item-label {
  position: relative;
  top: -1px;
  font-size: 13px;
}

.contact-form .wpcf7-list-item-label a {
  display: inline-block;
  color: var(--mainColor);
}

.contact-form .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.contact-form span.wpcf7-list-item {
  margin-right: 0;
}

.contact-form span.wpcf7-list-item label {
  margin-bottom: 0;
}

.contact-form .contact-section span.wpcf7-list-item {
  margin-right: -15px;
}

.contact-form span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 10px;
}

.contact-form div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

.contact-form div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px;
  text-align: center;
}

.section-title-contact {
  text-align: center;
  max-width: 665px;
  margin: -5px auto 45px;
}
.section-title-contact h2 {
  font-size: 38px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 600;
}


.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 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DFEDEE;
  padding: 10px 20px;
}

.membership-form .form-group input {
  height: 56px;
}

.membership-form .form-group textarea {
  height: 120px;
}


/*----------------------------
    Footer Section  CSS
------------------------------*/
.footer-wrap.style3 {
  position: relative;
  overflow: hidden;
}

.footer-wrap.style3 .section-text {
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 550px;
}

.footer-wrap.style3 .section-text:after {
  background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(8, 22, 27, 0.9)), color-stop(95%, rgba(8, 22, 27, 0.15)));
  background: linear-gradient(-360deg, rgba(8, 22, 27, 0.9) 50%, rgba(8, 22, 27, 0.15) 95%);
}

.footer-wrap.style3 .footer-top {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}

.footer-wrap.style3 .footer-top .logo {
  margin-bottom: 25px;
  display: block;
}

.footer-wrap.style3 .footer-top .single-footer-widget {
  margin-bottom: 20px;
}

.footer-wrap.style3 .footer-top .single-footer-widget h3.widget_title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 30px;
  padding-right: 0;
}

.footer-wrap.style3 .footer-top .single-footer-widget h3.widget_title:before {
  display: none;
}

.footer-wrap.style3 .footer-top .single-footer-widget h3.widget_title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  width: 28px;
  height: 2px;
}

.footer-wrap.style3 .footer-top .single-footer-widget .comp-desc {
  color: #f4f4f4;
  margin-bottom: 25px;
}

.footer-wrap.style3 .footer-top ul li a {
  color: #f4f4f4;
}

.footer-wrap.style3 .footer-top ul li a:hover {
  color: var(--mainColor);
}

.footer-wrap.style3 .footer-top .footer-logo {
  text-align: center;
}

.footer-wrap.style3 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px 0 22px;
}

.footer-wrap.style3 .footer-bottom .copyright-text {
  color: #fff;
  margin-bottom: 0;
}

.footer-wrap.style3 .footer-bottom .copyright-text a {
  color: var(--mainColor);
}

.contact-info-wrap2 {
  margin-bottom: 40px;
}

.contact-info-wrap2 .contact-info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.contact-info-wrap2 .contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-wrap2 .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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 10px;
}

.contact-info-wrap2 .contact-info-item .contact-icon i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 24px;
}

.contact-info-wrap2 .contact-info-item .contact-info {
  width: calc(100% - 80px);
  margin-right: 30px;
  text-align: right;
  position: relative;
  top: 10px;
}

.contact-info-wrap2 .contact-info-item .contact-info h3 {
  color: #f4f4f4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding-right: 0;
}
.contact-info-wrap2 .contact-info-item .contact-info h3::before {
  display: none;
}

.contact-info-wrap2 .contact-info-item .contact-info h3 a {
  color: var(--mainColor);
}

.contact-info-wrap2 .contact-info-item .contact-info a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  color: var(--mainColor);
}


.copyright-text a {
  color: var(--mainColor);
}

.bmi-wrap .content-title.v2 p {
  color: #f4f4f4;
}
.join-class-wrap.bmi-wrap .content-title.v2 p {
  color: #646464;
}

.bmi-chart-wrap p {
  color: #f4f4f4;
}



.cribe-post-next-prev {
  padding: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 40px 3px rgb(0 0 0 / 5%);
  margin-top: 30px;
}

.cribe-post-next-prev .navigation .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cribe-post-next-prev .navigation .nav-links .nav-next, .cribe-post-next-prev .navigation .nav-links .nav-previous {
  flex: 0 1 auto;
  margin-bottom: inherit;
  margin-top: inherit;
  transition: 0.4s;
}

.cribe-post-next-prev  .navigation .nav-links .nav-next {
  text-align: left;
}

.cribe-post-next-prev  .navigation .nav-links a:hover p.post-title{
  color: var(--mainColor);
}

.cribe-post-next-prev  .navigation .nav-links a:hover p.meta-nav{
  color: var(--mainColor);
}

.cribe-post-next-prev p.meta-nav {
  margin-bottom: 0;
  font-weight: bold;
}

.cribe-post-next-prev p.post-title {
  font-size: 21px;
  font-weight: 600;
  color: #141414;
}

.cribe-post-next-prev p.meta-nav i {
  font-size: 19px;
  position: relative;
  top: 2px;
}

.cribe-post-next-prev .nav-next i{
  margin-right: 10px;
}

.cribe-post-next-prev .nav-previous i {
  margin-left: 10px;
}

.cyard-nav.bread-pad .navbar .navbar-nav {
  margin-left: -10px;
}

.widget_block .wp-block-group__inner-container {
  padding: 0;
}

.widget_block .wp-block-group__inner-container h2 {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}

.widget_block .wp-block-search {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-latest-comments {
  margin-bottom: 0;
  color: #666;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: inline !important;
}

.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-search__label {
  display: none !important;
}

.widget_block.widget_search form .wp-block-search__button {
  width: 70px;
}

.wp-block-calendar {
  text-align: right;
  margin-bottom: 15px;
}

.wp-block-calendar .wp-calendar-table {
  margin: 0;
  width: 100%;
  text-align: center;
}

.wp-block-calendar .wp-calendar-table th, .wp-block-calendar .wp-calendar-table td {
  font-size: 14px;
  padding: 8px 5px;
}

.wp-block-calendar .wp-calendar-table th a, .wp-block-calendar .wp-calendar-table td a {
  text-decoration: none;
}

.wp-block-calendar .wp-calendar-table #today {
  background-color: #eee;
  font-weight: 800;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-top: 0;
  color: #393d40;
  caption-side: top;
  font-weight: 600;
  margin-top: -5px;
}

.wp-block-calendar .wp-calendar-nav-next {
  margin-top: 5px;
  float: left;
}

.wp-block-calendar .wp-calendar-nav-prev {
  margin-top: 5px;
}


/* New Css */
#comments .comment-list .children .comment-respond {
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 65px;
}

#comments .comment-list .children .comment-respond input[type="date"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="time"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="datetime-local"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="week"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="month"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="text"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="email"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="url"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="password"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="search"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="tel"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="number"], #comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond textarea {
  background-color: #ffffff;
}

#comments .comment-list .children .comment-respond p {
  margin-top: 20px;
}

#comments .comment-list .children .comment-respond .logged-in-as {
  margin-top: 5px;
}

#comments .comment-list .children .comment-respond .comment-reply-title {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: -6px;
  padding-bottom: 0;
}

#comments .comment-list .children .comment-respond .comment-reply-title::before {
  display: none;
}

#comments .comment-list .children .comment-respond .form-submit {
  float: unset;
  margin-bottom: 0;
}

#comments .comment-list .children .comment-respond .comment-form-comment {
  background: #fafafa;
  float: unset;
}

.comment-list .depth-1:last-child .comment-respond p.form-submit {
  margin-bottom: 0;
}

/*----------------------------
    Responsive CSS
-----------------------------*/
@media only screen and (max-width: 767px) {
  .container .course-shape-two {
    display: none;
  }
  .about-wrap.style5 .about-img-wrap .about-shape-three {
    display: none;
  }
  .container .course-shape-one {
    display: none;
  }
  .yoga-feature-img .yoga-shape.rotate {
    animation: none;
  }
  .counter-wrap.style2 .container .counter-shape-one {
    display: none;
  }
  .g-5, .gx-5 {
    --bs-gutter-x: 0;
  }
  .testimonial-slider-thumbs .client-info-wrap .client-info {
    opacity: 1;
    visibility: visible;
  }
  .about-img-wrap .moveHorizontal{
    animation: none;
  }
  .about-wrap.style5 .about-img-wrap .about-shape-two {
    display: none;
  }
  .breadcrumb-wrap.bread-pad {
      padding: 140px 0 80px !important;
  }

  .cribe-post-next-prev {
    padding: 20px;
  }
  .cribe-post-next-prev .navigation .nav-links .nav-next {
      text-align: center;
  }
  .cribe-post-next-prev .navigation .nav-links .nav-previous {
      text-align: center;
  }

  .contact-info-wrap2 {
    margin-bottom: 20px;
  }
  .footer-wrap.style3 .footer-top .single-footer-widget h3.widget_title {
    margin-bottom: 15px;
  }
  .footer-wrap.style3 .footer-top {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .contact-info-wrap2 .contact-info-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap2 .contact-info-item .contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .contact-info-wrap2 .contact-info-item .contact-icon i {
    font-size: 20px;
  }
  .contact-info-wrap2 .contact-info-item .contact-info {
    width: calc(100% - 80px);
    margin-right: 25px;
  }
  .contact-info-wrap2 .contact-info-item .contact-info h3 {
    font-size: 18px;
  }
  .contact-info-wrap2 .contact-info-item .contact-info a {
    font-size: 18px;
  }
  .join-class-bg {
    height: 400px;
  }
  .membership-form {
    padding: 17px 20px 20px;
  }
  .membership-form .form-group {
    margin-bottom: 15px;
  }
  .membership-form .form-group label {
    font-size: 14px;
  }
  .membership-form .form-group input {
    height: 50px;
    font-size: 14px;
  }
  .membership-form .form-group textarea {
    height: 100px;
    font-size: 14px;
  }
  .content-feature-list li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 16px;
  }
  .content-feature-list li:after {
    top: 10px;
  }
  .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 {
    right: -10px;
  }
  .promo-slider-v1 .owl-next {
    left: -10px;
  }
  .contact-form {
    padding: 20px;
  }
  .single-blog-post .content {
    padding: 15px;
  }
  .single-blog-post .content h3 {
    font-size: 20px;
  }
  .blog-sidebar .widget {
    padding: 15px;
  }
  .blog-sidebar .widget .widget-title {
    margin-bottom: 15px;
  }
  .section-title-contact {
    margin: -5px auto 35px;
  }
  .section-title-contact h2 {
    font-size: 25px;
  }
  .section-title-contact p {
    font-size: 15px;
  }
  .class-wrap.style2.pt-100 {
    padding-top: 0 !important;
  }
  .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;
  }
  .menu-top-space .dot-menu {
    top: -41px;
  }
  .menu-top-space .mean-container a.meanmenu-reveal {
    top: 12px;
  }
  .hero-slider-v3 .owl-prev {
    visibility: visible;
    opacity: 1;
  }
  .btn.v7 i,
  .btn.v8 i {
    font-size: 14px;
    margin-right: 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: left;
    position: relative;
    top: 4px;
  }
  .header-wrap.v1.s2 .header-bottom .shopcart {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .btn {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .product-slider-v1 .class-item.s1.mb-0 {
    margin-bottom: 30px !important;
  }
  .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);
    right: 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;
    right: 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;
    right: 0;
    left: 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 {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    position: absolute;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .client-quote-wrap .client-quote p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    font-family: unset;
  }
  .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-left: none;
  }
  .cta-wrap .cta-call a {
    font-size: 34px;
  }
  .blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 20px;
    right: 20px;
  }
  .blog-item-wrap.v2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .client-info-wrap .client-feedback {
    width: 100%;
  }
  .testimonial-wrap .quote-img {
    left: 15px;
    bottom: 53px;
  }
  .testimonial-wrap.v2 {
    padding: 50px 0 15px;
  }
  .testimonial-wrap.v2 .testimonial-slider-v2 .owl-dots {
    bottom: -20px;
    right: 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;
    font-family: unset;
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-nav {
    position: absolute;
    bottom: -55px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-prev,
  .testimonial-wrap.v3 .testimonial-slider-v3 .owl-next {
    position: relative;
    right: 0;
    left: 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;
    right: 50%;
    width: 100%;
    text-align: center;
  }
  .promo-slider-v1 {
    border-right: none;
  }
  .cart-popup {
    width: 100%;
  }
  .product-wrap.v2 .single-product-item {
    border-color: var(--yellowColor);
  }
  .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-left: 105px;
    padding-right: 15px;
  }
  .newsletter-wrap.search-product .form-group button {
    width: 95px;
    font-size: 14px;
  }
  .newsletter-wrap.search-product .form-group button i {
    margin-right: 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-product-review .single-product-review-left {
    width: 70%;
  }
  .single-product-review .single-product-review-right {
    width: 30%;
    text-align: left;
  }
  .category-select {
    margin: 0 0 20px;
  }
  .category-select .nice-select {
    width: 100%;
  }
  .product-view {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 0;
  }
  .product-view .nav.nav-tabs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 0;
  }
  .product-view .sort-filter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .product-view .sort-filter .nice-select {
    margin: 0 0 0 15px;
    width: 100%;
  }
  .review-form.checkout .btn:nth-child(1) {
    margin: 0 0 0 10px;
  }
  .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: right;
  }
  .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;
  }
  .dt-header,
  .dt-data {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        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-left: 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;
  }
  .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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonial-wrap.v2::before {
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(35%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.47)));
    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;
  }
  .single-features-card.single-features-card2 {
    padding: 30px;
  }
  .single-features-card {
    padding: 20px;
  }
  .single-features-card .title {
    padding-right: 50px;
  }
  .single-features-card .title i, .single-features-card.single-features-card2 .title i {
    font-size: 40px;
  }
  .single-features-card .title h3 {
    font-size: 20px;
  }
  .page-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  } 
  .blog-area.blog-post-wrap.section-padding {
    padding: 50px 0 20px;
  }
  .cyard-responsive-nav .cyard-responsive-menu.mean-container .mean-nav ul li a {
    text-transform: capitalize;
  }
  .post-password-form label input {
    margin: 0 0 10px 10px;
    display: block;
  }
  .blog-details-area .blog-sidebar {
    margin-top: 30px;
  }
  .blog-details-content .section-title h2 {
    margin-top: 0;
  }
  .blog-sidebar {
    padding-right: 0;
    margin-top: 30px;
  }
  .wp-block-media-text .has-large-font-size {
    font-size: 22px;
  }
  .wp-block-embed-youtube iframe, .wp-block-embed-youtube video {
    height: 100%;
  }

  table td, table th {
    padding: 7px 7px;
  }
  #comments {
    padding: 15px;
  }
  #comments .comment-author .avatar {
    height: 50px;
    right: 0;
    position: relative;
    width: 50px;
    display: block;
    margin-bottom: 7px;
  }
  #comments .comment-list .comment-body {
    margin-right: 0;
  }
  #comments .comment-list .comment-body .reply {
    margin-top: 12px;
    position: unset;
  }
  #comments .comment-list .children .comment-respond {
    margin-right: 0;
  }
  #comments .children .comment-author .avatar {
    right: 0;
  }
  #comments .comment-metadata {
    font-size: 9px;
  }
  .post-password-form label input {
    margin-right: 0;
  }
  blockquote, .blockquote {
    padding: 25px !important;
  }
  blockquote p, .blockquote p {
    font-size: 14px !important;
  }

  .blog-details .blog-details-content {
    padding: 15px;
  }
  .blog-details .blog-details-content ul li {
    font-size: 14px;
  }
  .post-password-form label input {
    height: 43px;
    margin: 0;
    padding: 4px 5px;
  }

  .class-wrap.v3.bg-charcole.section-padding .btn.v6 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrap.bread-pad {
      padding: 160px 0 80px !important;
  }
  .contact-info-wrap2 .contact-info-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap2 .contact-info-item .contact-icon {
    width: 55px;
    height: 55px;
  }
  .contact-info-wrap2 .contact-info-item .contact-icon i {
    font-size: 24px;
  }
  .contact-info-wrap2 .contact-info-item .contact-info {
    width: calc(100% - 85px);
  }
  .contact-info-wrap2 .contact-info-item .contact-info h3 {
     font-size: 20px;
  }
  .blog-sidebar {
    padding-right: 0;
    margin-top: 30px;
  }
  .section-title-contact {
    margin: -5px auto 35px;
  }
  .section-title-contact h2 {
    font-size: 25px;
  }
  .section-title-contact p {
    font-size: 15px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-75 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .menu-top-space .dot-menu {
    top: -41px;
  }
  .menu-top-space .mean-container a.meanmenu-reveal {
    top: 4px;
  }
  .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;
  }
  .client-quote-wrap .client-info {
    margin: 0 0;
  }
  .promo-wrap.v1 .col-lg-3:nth-child(2n) .promo-item {
    border-left: none;
  }
  .class-wrap.v2 .class-item {
    margin: 0 0 5px;
    height: 450px;
  }
  .product-slider-v1 .class-item.s1.mb-0 {
    margin-bottom: 30px !important;
  }
  .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 {
    right: 10px;
  }
  .hero-wrap.v3 .hero-slider-v3 .owl-next {
    left: 10px;
  }
  .col-lg-1.col-md-0.col-5.mpx-0.col-block .logo.v1{
    display: none;
  }
  .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-left: 10px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    bottom: -15px;
  }

  .single-features-card.single-features-card2 {
    padding: 30px;
  }

  .single-features-card {
    padding: 20px;
  }
  .single-features-card .title {
    padding-right: 50px;
  }
  .single-features-card .title i, .single-features-card.single-features-card2 .title i {
    font-size: 40px;
  }
  .single-features-card .title h3 {
    font-size: 20px;
  }
  .page-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  } 
  .client-quote-wrap {
    padding-bottom: 50px;
  }
  .blog-area.blog-post-wrap.section-padding {
    padding: 50px 0 20px;
  }
  .cyard-responsive-nav .cyard-responsive-menu.mean-container .mean-nav ul li a {
    text-transform: capitalize;
  }
}

@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: right !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-left: 10px;
    cursor: pointer;
  }
  .header-wrap.v1 .header-top-contact p,
  .header-wrap.v1 .header-top-contact a {
    display: block;
    margin: 0 0 0 18px;
  }
  .header-top-right {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #000;
    left: -100%;
    padding: 20px 20px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-top-right.open {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .lang_selctor {
    margin: 0 11px 0 0;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    left: 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: right;
  }
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a img,
  .header-wrap.v1.header-wrap.v1.sticky .logo.v1 a span {
    -webkit-transition: all 0.4s ease;
    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: left;
  }
  .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: right;
  }
  .main-menu .mm-btn_next::after {
    left: auto;
    right: 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: right;
  }
  .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-right: 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-right: 20px;
  }
  .main-menu .mm-navbar__title::before {
    position: absolute;
    top: 31px;
    right: 21px;
    content: "";
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            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-right: 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;
    line-height: 34px !important;
  }
  .content-title.v3 {
    text-align: right;
    padding-left: 0;
    padding-right: 13px;
  }
  .content-title.v3::before {
    right: 0;
    left: auto;
  }
  .section-brief {
    text-align: right;
    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;
    right: 50%;
    -webkit-transform: translateX(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-left: none;
  }
  .promo-wrap.v2 .promo-item {
    border: none;
  }
  .promo-wrap.v3 {
    position: relative;
    bottom: 0;
  }
  .promo-wrap.v3 .promo-item {
    border-bottom: 1px solid var(--mainColor);
  }
  .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-top: 50px;
  }
  .quote-img {
    left: 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;
    right: 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 0 15px;
  }
  .client-details {
    width: auto;
    text-align: right;
  }
  .product-wrap.v3 .product-slider .product-slide-item {
    padding: 0px 0 80px;
  }
  .blog-item-wrap.v1 {
    -ms-grid-columns: 1fr;
        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;
    -webkit-transform: translateY(0px);
            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;
  }
  .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;
    padding: 10px 15px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-wrap .form-group input {
    font-size: 12px !important;
    width: 100%;
    padding: 10px 15px;
  }
  .about-img-slider.v2.s2:before {
    display: none;
  }
  .about-img-slider.v2.s2 {
    margin: 0 0 30px;
  }
  .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 {
    -ms-flex-wrap: nowrap;
        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;
  }
}

@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 {
    right: -10px;
  }
  .promo-slider-v1 .owl-next {
    left: -10px;
  }
  .contact-info-wrap2 {
    padding-left: 80px;
  }
}

@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 {
    left: calc((100% - 1450px) / 2 - 120px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    right: 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 {
    left: 60px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    left: -100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section_subtext.v1 {
    left: calc((100% - 1410px) / 2 + 140px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    right: calc((100% - 1450px) / 2 + 145px);
  }
  .section_subtext.v2 span {
    font-size: 60px;
  }
  .contact-info-wrap2 {
    padding-left: 110px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .quote-img {
    left: 35px;
  }
  .hero-wrap.v2 .hero-slider-v2 .hero-slider-item .hero-img {
    bottom: 150px;
    right: -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 {
    right: 10px;
  }
  .hero-slider-v1 .owl-next,
  .hero-slider-v3 .owl-next {
    left: 10px;
  }
  .product-slider-v1 .owl-prev {
    right: -60px;
  }
  .product-slider-v1 .owl-next {
    left: -60px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
  .section_subtext.v1 {
    left: calc((100% - 1410px) / 2 + 82px);
  }
  .section_subtext.v1 span {
    font-size: 70px;
  }
  .section_subtext.v2 {
    right: calc((100% - 1450px) / 2 + 92px);
  }
  .section_subtext.v2 span {
    font-size: 70px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    left: -60px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .section_subtext.v1 {
    left: calc((100% - 1410px) / 2 + 140px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    right: calc((100% - 1450px) / 2 + 145px);
  }
  .section_subtext.v2 span {
    font-size: 60px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    left: -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;
    right: -26px;
    min-width: 200px;
    padding: 5px 0;
    border-radius: 2px;
    background: #F8F8F8;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
  }
  .main-menu ul li.has-child .dropdown li {
    margin: 0;
    display: block;
    text-align: right;
  }
  .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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu ul li.has-child .dropdown li a.active, .main-menu ul li.has-child .dropdown li a:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
  }
  .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;
    right: 0;
    content: "";
    background: var(--mainColor);
    width: 0;
    height: 1.5px;
    -webkit-transition: all 0.4s ease;
    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;
    left: -12px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.9px solid #fff;
    border-bottom: 1.9px solid #fff;
    -webkit-transform: rotate(45deg);
            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;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.9px solid #000;
    border-bottom: 1.9px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .main-menu > ul > .has-child > .dropdown:before {
    position: absolute;
    bottom: 100%;
    right: 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 {
    right: 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) {
    -ms-grid-row: 1;
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .section-brief {
    text-align: left;
  }
  form.review-form.checkout .btn:nth-child(1) {
    margin-left: 15px;
  }
  .class-wrap.v3.bg-charcole.section-padding {
    padding-bottom: 70px;
  }
  .instagram-photo-wrap {
    padding-left: 20px;
  }
  .about-img-slider.v2.s2 {
    padding-left: 20px;
  }
  .feature-content.class-details-content {
    padding-right: 40px;
    margin-top: 20px;
  }
  .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 35px 50px 0px;
  }
}

@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;
    left: auto;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 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 h4 {
    font-size: 16px;
  }
  .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;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-slider-v1 .owl-nav .owl-prev,
  .product-slider-v1 .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 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.v3.bg-charcole.section-padding {
    padding: 50px 0;
  }
  .class-wrap .class-item {
    margin: 0 0 30px;
  }
  .img-comp-container .img-comp-responsive .img-comp-img {
    width: 100%;
  }
  .time-table-banner {
    height: 325px;
  }
  .newsletter-form button {
    padding: 10px 15px;
  }
  .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) {
  .sticky .single-blog-post .content.post-content-two {
    padding-right: 42px;
  }
  .cyard-nav.bread-pad .navbar .navbar-nav {
      margin-left: -20px;
  }
  .single-blog-post .content {
    padding: 20px;
  }
  .single-blog-post .content h3 {
    font-size: 22px;
  }
  .blog-sidebar .widget {
    padding: 20px;
  }
  .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;
  }
  .client-quote-wrap .client-info {
    margin: 10px 0;
  }
  .hero-slider-v1 .owl-prev,
  .hero-slider-v3 .owl-prev {
    right: 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-right: 20px;
  }
  .logo.v1 span {
    font-size: 24px;
    line-height: 32px;
  }
  .testimonial-text h2 {
    font-size: 36px;
  }
  .client-quote p {
    font-size: 16px;
  }
  .quote-img {
    left: 15px;
    bottom: 30px;
  }
  .product-slider-v1 .class-item.s1.mb-0 {
    margin-bottom: 30px !important;
  }
  .quote-img img {
    max-width: 40px;
  }
  .testimonial-wrap.v1 .testimonial-slider-v1 .owl-dots {
    right: 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 20px 20px 0;
    -webkit-transform: translateY(0px);
            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;
    right: auto;
    left: 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: 100%;
    padding: 10px 10px;
  }
  .about-img-slider.v2.s2:before {
    top: -20px;
    right: -20px;
    width: 96%;
    height: calc(100% + 40px);
  }
  .search-reult-text {
    font-size: 14px;
    margin-right: 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 {
    right: 20px;
  }
  .hero-slider-v1 .owl-next,
  .hero-slider-v3 .owl-next {
    left: 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 {
    left: calc((100% - 1450px) / 2 + 205px);
  }
  .section_subtext.v1 span {
    font-size: 60px;
  }
  .section_subtext.v2 {
    right: 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;
    right: -80px;
    max-width: 400px;
  }
  .client-quote p {
    font-size: 18px;
  }
  .client-quote p {
    font-size: 20px;
    margin: 0;
  }
  .quote-img {
    left: 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 {
    right: calc(50% - 54px);
  }
  .blog-item-wrap.v1 .blog-item .blog-img .news-date {
    top: 20px;
    right: 20px;
  }
  .blog-item-wrap.v1 .blog-item .blog-content .blog-info {
    padding: 0 20px 20px;
    -webkit-transform: translateY(125px);
            transform: translateY(125px);
  }
  .blog-item-wrap.v1 .blog-item:hover .blog-content .blog-info {
    padding: 0 20px 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .newsletter-wrap .form-group input {
    width: 100%;
    font-size: 13px;
    padding: 10px 15px;
  }
  .product-wrap.v3 .product-slider .owl-dots {
    left: 0px;
  }
  .product-slide-item .product-info {
    padding-left: 35px;
  }
  .about-img-slider.v2.s2:before {
    top: -20px;
    right: -20px;
    width: 96%;
    height: calc(100% + 40px);
  }
  .product-slider-v1 .owl-prev {
    right: -25px;
  }
  .product-slider-v1 .owl-next {
    left: -25px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
  .about-wrap.v2 .about-content {
    padding-left: 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-right: 20px;
    padding-left: 35px;
  }
  .single-product-item.list-view .product-info {
    padding-right: 30px;
  }
  .feature-content {
    padding-left: 45px;
  }
  .about-wrap.v2 .feature-content {
    padding-left: calc((100% - 1320px) / 2 + 15px);
  }
  .feature-wrap.v3 .class-details-img {
    padding-left: 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 {
    right: calc((100% - 1450px) / 2 - 230px);
  }
  .about-wrap.v2 .about-content {
    padding-left: 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-left: 24px;
  }
  .shopcart span {
    top: -4px;
    left: -7px;
    font-size: 10px;
    line-height: 16px;
    width: 19px;
    height: 19px;
  }
  .hero-btn .btn:nth-child(1) {
    margin-left: 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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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;
  }
}
@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;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-form button {
    padding: 10px 12px;
    font-size: 15px;
  }
  .newsletter-form input {
    font-size: 13px;
  }
  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;
  }
  .blog-details .blog-details-content h2 {
    font-size: 28px !important;
  }
  .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-left: 20px;
    margin-right: 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;
  }
  .client-quote-wrap {
    padding-bottom: 50px;
  }
  .contact-popup {
    width: 100%;
    padding: 35px 20px;
  }
  .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-slider-four.owl-carousel .owl-nav {
    top: auto;
    bottom: 15px;
    right: calc(50% + 15px);
    -webkit-transform: translate(50%, 0);
            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;
    right: -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;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-1 {
    height: 350px;
  }
  .feature-item-wrap.style2 .feature-item {
    margin-bottom: 25px;
  }
  .feature-item-wrap.style2 .feature-item .feature-icon {
    width: 55px;
    height: 55px;
    margin-right: 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;
  }
  .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;
  }
  .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;
  }
  .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;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(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 var(--mainColor);
    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;
    right: 3px;
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
    background-color: var(--mainColor);
    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;
  }
  .pricing-card {
    padding: 25px 20px 30px;
  }
  .pricing-card:before {
    height: 120%;
  }
  .pricing-card .pricing-features {
    margin: 50px 0 30px 0;
  }
  .newsletter-box-wrap {
    padding: 35px 20px;
    margin-bottom: -165px;
  }
  .newsletter-form {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .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;
  }
  .newsletter-area {
    margin-bottom: 139px;
  }
  .footer-wrap.style2 .footer-top {
    padding-bottom: 50px;
  }
  .footer-wrap.style2 .footer-top .footer-widget {
    margin-bottom: 35px;
  }
  .footer-wrap.style2 .footer-top .footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: -10px;
  }
  .footer-wrap.style2 .footer-top .footer-menu {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-wrap.style2 .footer-top .social-profile {
    text-align: center;
  }
  .footer-wrap .footer-top {
    padding: 50px 0 20px;
  }
  .contact-info-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap .contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .contact-info-wrap .contact-icon i {
    font-size: 20px;
  }
  .contact-info-wrap .contact-info {
    width: calc(100% - 80px);
    margin-right: 25px;
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 18px;
  }
  .contact-info-wrap .contact-info a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .single-blog-post .content.post-content-two {
    padding-right: 42px;
  }
  .newsletter-area {
    margin-bottom: 139px;
  }
  .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-right: calc((100% - 720px) / 2 + 15px);
    padding-left: 0;
  }
  .blog-details-content .section-title h2 {
    margin-top: 0;
  }
  .blog-post-wrap.section-padding {
    padding-top: 18px;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 40px;
  }
  .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;
    right: -65px;
  }
  .promo-wrap.style2 {
    top: -45px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-1 {
    height: 400px;
  }
  .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;
  }
  .newsletter-box-wrap {
    padding: 70px 30px;
    margin-bottom: -165px;
  }
  .newsletter-form {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .footer-wrap .footer-top {
    padding: 50px 0 20px;
  }
  .contact-info-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap .contact-icon {
    width: 45px;
    height: 45px;
  }
  .contact-info-wrap .contact-icon i {
    font-size: 20px;
  }
  .contact-info-wrap .contact-info {
    width: calc(100% - 70px);
    margin-right: 25px;
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 18px;
  }
  .contact-info-wrap .contact-info a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mean-container .mean-nav .dropdown-menu {
    background-color: #000000 !important;
  }
  .others-option-for-responsive .option-inner .others-option .option-item {
    display: inline-block;
    margin: 0 8px;
  }
  .others-option-for-responsive .option-inner .others-option .option-item .btn {
    padding: 3px 10px;
  }
  .others-option-for-responsive .option-inner .others-option .option-item .sidebar-menu {
    top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .others-option-for-responsive .option-inner .others-option .option-item .btn {
    padding: 5px 10px;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 960px) / 2 + 15px);
    padding-left: 0;
  }
  .img-comp-container .img-comp-responsive .img-comp-img {
    height: 93%;
  }
  .img-comp-container .img-comp-responsive .img-comp-img img {
    width: 100%;
  }
  .hero-wrap.style2 .hero-slide-item .hero-content {
    max-width: 100%;
    margin: 0;
    padding: 100px 0 120px;
  }
  .contact-info-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap .contact-icon {
    width: 55px;
    height: 55px;
  }
  .contact-info-wrap .contact-icon i {
    font-size: 24px;
  }
  .contact-info-wrap .contact-info {
    width: calc(100% - 85px);
  }
  .contact-info-wrap .contact-info h3 {
    font-size: 20px;
  }
  .contact-info-wrap .contact-info a {
    font-size: 20px;
  }
  .single-features-card.single-features-card2 {
    padding: 30px;
  }
  .single-features-card {
    padding: 20px;
  }
  .single-features-card .title {
    padding-right: 50px;
  }
  .single-features-card .title i, .single-features-card.single-features-card2 .title i {
    font-size: 40px;
  }
  .single-features-card .title h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-menu {
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto;
  }
  .sidebar-menu span {
    margin: 0 0 6px 0;
  }
  .about-wrap.style2 .about-content {
    margin-top: 35px;
  }
  .promo-wrap.style2 .class-item {
    margin-bottom: 25px;
  }
  .feature-wrap .feature-img-wrap {
    margin-top: 35px;
  }
  .blog-area .pagination-area {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1200px) / 2 + 12px) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-card::before {
    height: 123%;
  }
  .section-text {
    font-size: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1320px) / 2 + 15px);
    padding-left: 0;
  }
}

@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;
  }
  .contact-info-wrap2 {
    padding-left: 130px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .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-right: calc((100% - 1520px) / 2 + 15px);
    padding-left: 0;
  }

  .navbar-area .cyard-nav .container-fluid {
    max-width: 1520px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1920px) {
  .header-wrap.style2 .container {
    max-width: 1720px;
    margin: 0 auto;
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1720px) / 2 + 15px);
    padding-left: 0;
  }
  .navbar-area .cyard-nav .container-fluid {
    max-width: 1720px;
    margin: 0 auto;
  }
}

/* Sidebar CSS */
.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  left: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  z-index: 99999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 100% 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-right-color: #000;
}

.hint--right:before {
  border-left-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  right: 50%;
}

.hint--top:before {
  right: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(50%) translateY(-8px);
  transform: translateX(50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  right: 50%;
}

.hint--bottom:before {
  right: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(50%) translateY(8px);
  transform: translateX(50%) translateY(8px);
}

.hint--right:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  right: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  left: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  right: 50%;
}

.hint--top-left:before {
  right: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hint--top-left:after {
  margin-right: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(100%) translateY(-8px);
  transform: translateX(100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  right: 50%;
}

.hint--top-right:before {
  right: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-right: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  right: 50%;
}

.hint--bottom-left:before {
  right: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hint--bottom-left:after {
  margin-right: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(100%) translateY(8px);
  transform: translateX(100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  right: 50%;
}

.hint--bottom-right:before {
  right: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-right: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-right-color: #fff;
}

.hint--white.hint--right:before {
  border-left-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}





/*----------------------------
   Home Demo 2,3,4 CSS
------------------------------*/
/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.class-item.style4 .class-info .class-icon, .filter-slider-btn .class-filter-next,
.filter-slider-btn .class-filter-prev, .course-btn-wrap .course-next,
.course-btn-wrap .course-prev, .gallery-card-item .gallery-info-wrap a, .gallery-slider-btn .gallery-filter-next,
.gallery-slider-btn .gallery-filter-prev, .counter-card-wrap .counter-card .counter-text .counter-info .counter-icon, .about-wrap.style4 .about-img-wrap .exp-text, .filter-navigation, .gallery-navigation, .hero-wrap.style4 .line-shape-wrap, .feature-wrap.style3 .feature-img-wrap, .testimonial-wrap.style3 .quote-info-wrap, .filter-slider-btn, .course-btn-wrap, .gallery-slider-btn, .counter-card-wrap .counter-card .counter-text, .hero-wrap.style4 .hero-feature-list, .gallery-card-item .gallery-info-wrap, .counter-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.filter-slider-btn, .course-btn-wrap, .gallery-slider-btn, .counter-card-wrap .counter-card .counter-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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-right: 0;
  margin-top: -5px;
}

.section-title.style5 span,
.content-title.style5 span {
  color: var(--mainColor);
  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 {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-title.style6 span,
.content-title.style6 span {
  padding-right: 60px;
  padding-bottom: 0;
  margin-top: -5px;
  color: var(--mainColor);
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 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 var(--mainColor);
  color: #fff;
  padding: 10px 25px;
}

.btn.style2:hover {
  border-color: transparent;
}

.btn.style3 {
  background-color: transparent;
  border: 1px solid var(--mainColor);
  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-right: 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 {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-title.style3 span:after,
.content-title.style3 span:after {
  right: 0;
}

.section-title.style4 span,
.content-title.style4 span {
  padding-right: 60px;
  padding-bottom: 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: var(--mainColor);
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}

.link.style2:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: var(--mainColor);
  width: 20px;
  height: 2px;
}

.section-text {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 550px;
  line-height: 1;
  font-family: "Teko", sans-serif;
  color: #08161B;
  font-weight: 800;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.section-text:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(0, 0, 0, 0.909132)), color-stop(95%, rgba(0, 0, 0, 0.154482)));
  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-right: 10px;
  margin-bottom: 0;
}

.social-profile.style2 li:first-child {
  margin-right: 0;
}

.social-profile.style2 li a {
  width: 30px;
  height: 30px;
  background: var(--mainColor);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: var(--mainColor);
}

.btn.style2 {
  background-color: var(--mainColor);
  color: #fff;
  padding: 12px 38px;
  position: relative;
}

.btn.style2:hover {
  background-color: #fff;
  color: var(--mainColor);
}

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

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

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

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

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

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

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

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

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

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

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

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

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

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

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

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

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@-webkit-keyframes rotation_reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation_reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-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_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);
  }
}

@-webkit-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 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);
  }
}

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

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

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@-webkit-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 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);
  }
}

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

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

/*----------------------------
   Header  Section CSS
------------------------------*/
.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1 {
  background-color: var(--mainColor);
}

.header-wrap.style2 .header-bottom .header-bottom-right .btn.v1:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.header-wrap.style3, .header-wrap.style4, .header-wrap.style5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-wrap.style3.sticky, .header-wrap.style4.sticky, .header-wrap.style5.sticky {
  position: fixed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  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: var(--mainColor);
}

.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-right-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
}

.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;
  right: -18px;
  width: 0;
  height: 1.5px;
  -webkit-transition: all 0.4s ease;
  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;
  right: 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: var(--mainColor);
}

.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-right-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
}

.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;
  right: -18px;
  width: 0;
  height: 1.5px;
  -webkit-transition: all 0.4s ease;
  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: var(--mainColor);
}

.header-wrap.style5 .header-bottom .header-bottom-right .btn.v1:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sidebar-menu {
  margin-right: 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-right: auto;
}

.sidebar-menu span:nth-child(3) {
  width: 20px;
  margin: 0  auto;
}

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

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 560px;
  background: #08161B;
  height: 100vh;
  z-index: 9999;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-popup.open {
  left: 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: var(--mainColor);
  margin-left: 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: left;
}

.contact-popup .contact-popup-title .close-popup {
  background: transparent;
  border: 1px solid var(--mainColor);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-popup .contact-popup-title .close-popup i {
  font-size: 26px;
  line-height: 33px;
  color: var(--mainColor);
}

.contact-popup .contact-popup-title .close-popup:hover {
  background: var(--mainColor);
  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 {
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.2);
}

.hero-wrap.style2 .hero-slide-item .section-text:after {
  background: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(8, 22, 27, 0.9)), color-stop(95%, rgba(8, 22, 27, 0.15)));
  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: right;
  overflow-y: auto !important;
  padding: 100px 0 220px;
}

.hero-wrap.style2 .hero-slide-item .hero-content .hero-shape-1 {
  position: absolute;
  top: -100px;
  right: 50%;
  -webkit-transform: translateX(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-right: 28px;
  margin-bottom: 8px;
  display: inline-block;
}

.hero-wrap.style2 .hero-slide-item .hero-content .hero-subhead:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          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;
  left: 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;
  right: 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%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 1100px;
}

.hero-wrap.style3 .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 0 0 0 80px;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-two {
  position: absolute;
  top: 55%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
  width: 92%;
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-three {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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: right;
}

.hero-wrap.style3 .hero-content .hero-subhead {
  color: var(--mainColor);
}

.hero-wrap.style3 .hero-content .hero-subhead:after {
  background: var(--mainColor);
}

.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;
  right: 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%;
  right: 50%;
  -webkit-transform: translate(50%, -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;
  right: 0;
  z-index: 0;
  max-width: 95%;
}

.hero-wrap.style4 .container .hero-shape-six {
  position: absolute;
  top: 25%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  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%;
  right: 50%;
  -webkit-transform: translate(50%, -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: var(--mainColor);
}

.hero-wrap.style4 .hero-content .hero-subhead:after {
  background: -webkit-gradient(linear, right top, left top, from(#e32d2f), color-stop(97%, black));
  background: linear-gradient(-90deg, #e32d2f 0%, black 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: var(--mainColor);
  padding: 35px 210px 35px 0;
  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;
  right: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.hero-wrap.style4 .hero-line-shape {
  width: 20%;
  height: 100%;
  content: "";
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 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: var(--mainColor);
}

.hero-wrap.style4 .hero-line-shape.one:after {
  top: 50%;
  right: -3px;
  -webkit-animation: moveUp 20s linear infinite;
  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%;
  right: -3px;
  -webkit-animation: moveDown 20s linear infinite;
  animation: moveDown 20s linear infinite;
}

.hero-wrap.style4 .hero-line-shape.three:after {
  top: 80%;
  left: -3px;
  -webkit-animation: moveUp 20s linear infinite;
  animation: moveUp 20s linear infinite;
}

.hero-wrap.style5 {
  position: relative;
  z-index: 1;
  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;
  right: 0;
}

.hero-wrap.style5 .container .hero-shape-two {
  bottom: 0px;
  right: 20%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.hero-wrap.style5 .hero-shape-nine {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: -1;
}

.hero-wrap.style5 .hero-content {
  position: relative;
  text-align: right;
  padding: 100px 0;
}

.hero-wrap.style5 .hero-content .hero-subhead {
  color: var(--mainColor);
}

.hero-wrap.style5 .hero-content .hero-subhead:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(18%, #e32d2f), color-stop(56%, #7a1819), color-stop(73%, #771718));
  background: linear-gradient(-90deg, #e32d2f 18%, #7a1819 56%, #771718 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: var(--mainColor);
  color: var(--mainColor);
}

.hero-wrap.style5 .hero-content .hero-btn .btn.style2 {
  color: #08161B;
}

.hero-wrap.style5 .hero-content .hero-btn .btn.style2:hover {
  background-color: var(--mainColor);
  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%;
  right: -120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style5 .hero-img-wrap .hero-shape-four {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
}

.hero-wrap.style5 .hero-img-wrap .hero-shape-five {
  top: 35%;
  right: 40%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.hero-wrap.style5 .hero-img-wrap .hero-shape-six {
  top: 200px;
  right: 40;
  z-index: -1;
}

.hero-wrap.style5 .hero-img-wrap .hero-shape-seven {
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: -1;
}

.hero-wrap.style5 .hero-img-wrap .hero-shape-eight {
  top: -30px;
  left: 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-right: 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%;
  right: 0;
  content: "";
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-slider-four.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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 var(--mainColor);
  width: 60px;
  height: 115px;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: 0.4s;
  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: var(--mainColor);
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transition: 0.4s;
  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;
  right: -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: var(--mainColor);
  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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.client-quote-wrap.style2 .client-info .client-avatar:after {
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  background: var(--mainColor);
  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;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-img:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.class-item.style3 .class-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px 25px;
}

.class-item.style3 .class-content .class-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: rgba(252, 231, 232, 0.8);
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-content .class-icon i {
  font-size: 55px;
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-content .class-text {
  margin: 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-content .class-text p {
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style3 .class-content .class-text .link {
  text-decoration: none;
  color: var(--mainColor);
  font-weight: 600;
  -webkit-transition: 0.3s;
  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;
  right: 50%;
  width: calc(100% - 50px);
  -webkit-transform: translateX(50%);
  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;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  margin: -68px auto 20px 0;
  -webkit-transition: all 0.4s ease-in-out;
  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: var(--mainColor);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transition: all 0.4s ease-in-out;
  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: var(--mainColor);
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.class-item.style4 .class-info .link:before {
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--mainColor);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.class-item.style4:hover .class-info .class-icon {
  background-color: var(--mainColor);
}

.class-item.style4:hover .class-info .class-icon i {
  color: #fff;
}

.class-item.style4:hover .class-info h3 a {
  color: var(--mainColor);
}

.class-item.style4:hover .class-info .link:before {
  visibility: visible;
  opacity: 1;
}

.filter-navigation .filter-scrollbar {
  position: relative;
  width: calc(100% - 115px);
  margin: 35px 0 0 10px;
}

.filter-navigation .filter-scrollbar:after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.filter-navigation .filter-scrollbar:before {
  position: absolute;
  top: 1px;
  right: 0;
  width: 50%;
  height: 5px;
  content: "";
  background: var(--mainColor);
  border-radius: 0;
}

.class-details-table.style2 .table thead tr th {
  background-color: var(--mainColor);
  padding: 35px 30px 30px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 22px;
  border-left: 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-left: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.class-details-table.style2 .table tbody tr td:hover {
  background-color: var(--mainColor);
}

.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-left: none;
}

.class-details-table.style2 .table tbody tr td h6 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.class-details-table.style2 .table tbody tr td span {
  color: #646464;
  -webkit-transition: all 0.4s ease-in-out;
  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 var(--mainColor);
}

.filter-slider-btn .class-filter-next i,
.filter-slider-btn .class-filter-prev i {
  font-size: 22px;
  color: var(--mainColor);
  line-height: 0.8;
  margin: 0 auto;
}

.filter-slider-btn .class-filter-next:hover,
.filter-slider-btn .class-filter-prev:hover {
  background-color: var(--mainColor);
}

.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-left: 20px;
}

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

.container .course-shape-one {
  right: -30px;
}

.container .course-shape-two {
  left: -30px;
}

.course-item-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          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-right: 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;
  right: 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%;
  right: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  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 var(--mainColor);
}

.course-btn-wrap .course-next i,
.course-btn-wrap .course-prev i {
  font-size: 22px;
  color: var(--mainColor);
  line-height: 0.8;
  margin: 0 auto;
}

.course-btn-wrap .course-next:hover,
.course-btn-wrap .course-prev:hover {
  background-color: var(--mainColor);
}

.course-btn-wrap .course-next:hover i,
.course-btn-wrap .course-prev:hover i {
  color: #fff;
}

.course-btn-wrap .course-prev {
  margin-left: 20px;
}

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

.gallery-card-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-card-item:before {
  position: absolute;
  top: 0;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #08161B;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-card-item .gallery-info-wrap {
  position: absolute;
  bottom: -100%;
  right: 50%;
  width: calc(100% - 44px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gallery-card-item .gallery-info-wrap .gallery-info {
  width: calc(100% - 50px);
  margin-left: 5px;
  z-index: 1;
}

.gallery-card-item .gallery-info-wrap .gallery-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
  color: #fff;
}

.gallery-card-item .gallery-info-wrap .gallery-info span {
  color: #fff;
  display: block;
}

.gallery-card-item .gallery-info-wrap a {
  width: 45px;
  height: 45px;
  background-color: var(--mainColor);
}

.gallery-card-item .gallery-info-wrap a i {
  color: #fff;
  margin: 0 auto;
}

.gallery-card-item:hover:before {
  visibility: visible;
  opacity: 0.7;
  right: 0;
}

.gallery-card-item:hover .gallery-info-wrap {
  bottom: 22px;
  visibility: visible;
  opacity: 1;
}

.gallery-navigation .gallery-scrollbar {
  position: relative;
  width: calc(100% - 115px);
  margin: 35px 0 0 10px;
}

.gallery-navigation .gallery-scrollbar:after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.gallery-navigation .gallery-scrollbar .swiper-scrollbar-drag {
  background: var(--mainColor);
  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 var(--mainColor);
}

.gallery-slider-btn .gallery-filter-next i,
.gallery-slider-btn .gallery-filter-prev i {
  font-size: 22px;
  color: var(--mainColor);
  line-height: 0.8;
  margin: 0 auto;
}

.gallery-slider-btn .gallery-filter-next:hover,
.gallery-slider-btn .gallery-filter-prev:hover {
  background-color: var(--mainColor);
}

.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-left: 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;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}

.counter-wrap.style1:before {
  position: absolute;
  bottom: 0;
  right: 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;
  right: -30px;
}

.counter-wrap.style2 .container .counter-shape-two {
  bottom: 30px;
  left: -50px;
}

.counter-wrap.style2:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F7F6ED;
  z-index: 0;
}

.counter-wrap.style2 .counter-card-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          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 50px 50px 30px;
}

.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: var(--mainColor);
  margin: 0;
  width: 72px;
  height: 55px;
  position: relative;
  bottom: -20px;
  text-align: right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.counter-card-wrap .counter-card .counter-text .counter-num:before {
  position: absolute;
  bottom: 55px;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(49%, #e32d2f), to(black));
  background: linear-gradient(-90deg, #e32d2f 49%, black 100%);
  width: 3px;
  height: 40px;
}

.counter-card-wrap .counter-card .counter-text .counter-info {
  width: calc(100% - 80px);
  margin-right: 8px;
}

.counter-card-wrap .counter-card .counter-text .counter-info .counter-icon {
  position: relative;
  z-index: 1;
  text-align: right;
  width: 80px;
  height: 75px;
  margin-bottom: 20px;
}

.counter-card-wrap .counter-card .counter-text .counter-info .counter-icon img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -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: right;
  letter-spacing: 0.5px;
}

/*----------------------------
   Partner Section CSS
------------------------------*/
.partner-wrap {
  background-color: #101630;
  padding: 50px 50px 50px 10px;
  width: calc(100% - 80px);
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.partner-wrap:after {
  position: absolute;
  top: -1px;
  left: -80px;
  content: "";
  width: 160px;
  height: calc(100% + 2px);
  background-color: #101630;
  -webkit-transform: skewX(20deg);
          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;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-card.style2 {
  background-color: #F3F3F3;
}

.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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: var(--mainColor);
  text-decoration: none;
  font-weight: 600;
}

.feature-card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
          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: var(--mainColor);
}

/*----------------------------
   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%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about-wrap.style2 .about-content {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about-wrap.style3 .about-content, .about-wrap.style4 .about-content, .about-wrap.style5 .about-content {
  padding: 0;
  -webkit-box-shadow: none;
          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: var(--mainColor);
}

.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;
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.1);
          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: var(--mainColor);
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about-wrap.style3 .about-content .content-title span {
  color: var(--mainColor);
}

.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;
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.1);
          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: var(--mainColor);
  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;
  right: 42%;
  -webkit-transform: translateX(50%);
  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%;
  right: -17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-wrap.style4 {
  position: relative;
}

.about-wrap.style4:before {
  position: absolute;
  top: 0;
  right: 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%;
  right: 60px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--mainColor);
  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-left: 5px;
  display: inline-block;
}

.about-wrap.style4 .about-img-wrap .about-shape-one {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: -1;
}

.about-wrap.style4 .about-img-wrap .about-shape-two {
  position: absolute;
  bottom: 100px;
  left: 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-right: 0;
}

.about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 5px;
}

.about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 37px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-wrap.style5 {
  position: relative;
}

.about-wrap.style5:before {
  position: absolute;
  top: 0;
  left: 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-right: 0;
}

.about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 5px;
}

.about-wrap.style5 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 37px;
  -webkit-transform: rotate(0deg);
  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;
  right: 20%;
}

.about-wrap.style5 .about-img-wrap .about-shape-two {
  z-index: -1;
  top: 0;
  left: 0;
}

.about-wrap.style5 .about-img-wrap .about-shape-three {
  bottom: 0;
  right: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 14px;
  margin-bottom: 35px;
  -webkit-transition: 0.4s;
  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%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style2 .feature-item .feature-icon i {
  color: var(--mainColor);
  font-size: 30px;
  line-height: 0.8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 95px);
  margin-right: 30px;
}

.feature-item-wrap.style2 .feature-item .feature-text h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  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: var(--mainColor);
}

.feature-item-wrap.style2 .feature-item:hover .feature-icon {
  background: var(--mainColor);
}

.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%;
  right: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 var(--mainColor);
  -ms-box-shadow: 0 0 0 0 var(--mainColor);
  -o-box-shadow: 0 0 0 0 var(--mainColor);
  box-shadow: 0 0 0 0 var(--mainColor);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .icon {
  position: absolute;
  right: 50%;
  top: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 88px;
  background-color: var(--mainColor);
  color: #fff;
  z-index: 1;
  font-size: 34px;
  display: block;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
}

.play-now .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.content-feature-list li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li:after {
  position: absolute;
  top: 11px;
  right: 0;
  content: "";
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            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-left: 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;
  right: 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;
  left: 0;
}

.feature-wrap.style2 .feature-content .content-title span {
  color: var(--mainColor);
}

.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-right: 0;
}

.feature-wrap.style2 .feature-content .feature-item-wrap.style2 .feature-item .feature-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #fff;
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.1);
          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: var(--mainColor);
  -webkit-transform: rotate(0deg);
  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;
  right: 50px;
  z-index: -1;
}

.feature-wrap.style2 .feature-img-wrap .feature-shape-two {
  position: absolute;
  bottom: 0;
  right: 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;
  left: 0;
}

.feature-wrap.style3 {
  position: relative;
}

.feature-wrap.style3 .feature-content .content-title span {
  color: var(--mainColor);
}

.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-right: 0;
}

.feature-wrap.style3 .feature-content .feature-item-wrap.style2 .feature-item .feature-text {
  width: 100%;
  margin-right: 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-left: 5px;
  color: var(--mainColor);
  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;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.feature-wrap.style3 .feature-img-wrap .feature-shape-two {
  position: absolute;
  top: 30%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
  height: 600px;
  width: calc(100% - 290px);
  margin-left: 20px;
  margin-top: 120px;
}

.feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
  height: 400px;
  width: 270px;
}

/*----------------------------
   Pricing Section CSS
------------------------------*/

.pricing-wrap .pricing-shape-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.pricing-card {
  background: #08161B;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
  padding: 35px 25px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-card.featured {
  background-color: var(--mainColor);
}

.pricing-card.featured .pricing-header {
  position: relative;
}

.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 .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: var(--mainColor);
  color: #fff;
  padding: 10px 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card .purchase-pricing .btn:hover {
  background: #fff;
  color: var(--mainColor);
}

.pricing-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.pricing-card.style2.featured {
  background-color: var(--mainColor);
}

.pricing-card.style2 {
  text-align: right;
  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: var(--mainColor);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.pricing-card.style2 .pricing-header h5:after {
  right: 0;
  -webkit-transform: translateX(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: right;
  margin-bottom: 15px;
  position: relative;
  padding-right: 23px;
}

.pricing-card.style2 .pricing-features li:before {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 9px;
  height: 9px;
  content: "";
  border: 3px solid var(--mainColor);
  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: var(--mainColor);
  padding: 10px 30px 13px;
  display: block;
  width: 100%;
}

.pricing-card.style2 .purchase-pricing .btn:hover {
  background: var(--mainColor);
  color: #fff;
}

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

.team-wrap .container {
  position: relative;
}

.team-wrap .container .team-shape-one {
  position: absolute;
  top: -30px;
  left: 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;
  right: 0;
  z-index: -1;
}

.member-card .member-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card .member-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card .member-info-wrap .social-profile li {
  display: inline-block;
  margin-right: 8px;
}

.member-card .member-info-wrap .social-profile li:first-child {
  margin-right: 0;
}

.member-card .member-info-wrap .social-profile li a {
  color: #fff;
  -webkit-transition: 0.8s;
  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: var(--mainColor);
}

.member-card:hover .member-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.member-card:hover .member-info-wrap h3 {
  color: var(--mainColor);
}

.member-card.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  left: 25px;
  text-align: center;
  z-index: 10;
}

.member-card.style2 .member-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  -webkit-transform: translateY(25px);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.member-card.style2 .member-img .social-profile li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.member-card.style2 .member-img .social-profile li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.member-card.style2 .member-img .social-profile li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.member-card.style2 .member-img .social-profile li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          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: var(--mainColor);
}

.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;
  right: 25px;
  z-index: -1;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2 .member-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card.style2 .member-info-wrap {
  display: block;
  width: 70px;
  margin: 95px -82px 0 0;
}

.member-card.style2 .member-info-wrap .member-info {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 250px;
}

.member-card.style2 .member-info-wrap span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 800;
  color: var(--mainColor);
  display: block;
}

.member-card.style2 .member-info-wrap h3 {
  font-size: 24px;
  position: relative;
  color: #08161B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.member-card.style2 .member-info-wrap h3:before {
  position: absolute;
  top: 11px;
  right: 0;
  content: "";
  background-color: var(--mainColor);
  width: 18px;
  height: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.member-card.style2:hover .member-img img {
  -webkit-transform: scale(1.05);
          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 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.member-card.style2:hover .member-info-wrap h3 {
  color: var(--mainColor);
  padding-right: 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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-slider.owl-carousel .owl-dots button.owl-dot.active span {
  background: var(--mainColor);
}

.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
  background: var(--mainColor);
}

/*----------------------------
   Yoga Feature Section CSS
------------------------------*/
.yoga-feature-wrap .section-title span:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(18%, white), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, white 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%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.yoga-feature-wrap .feature-item-wrap.style2 .feature-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 7px;
  margin-right: 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: var(--mainColor);
  top: 5px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-icon i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.yoga-feature-wrap .feature-item-wrap.style2 .feature-item .feature-text {
  margin-right: 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;
  right: 35px;
}

.yoga-feature-wrap .feature-item-wrap.style2.one .feature-item:nth-child(2) {
  right: 0;
}

.yoga-feature-wrap .feature-item-wrap.style2.two .feature-item {
  position: relative;
  left: 35px;
}

.yoga-feature-wrap .feature-item-wrap.style2.two .feature-item:nth-child(2) {
  left: 0;
}

/*----------------------------
   Class Section CSS
------------------------------*/
.class-filter-wrap {
  position: relative;
}

.class-filter-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55%;
  content: "";
  background-color: var(--mainColor);
  z-index: -1;
}

.class-filter-wrap .content-title.style3 span:after {
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(97%, rgba(255, 255, 255, 0.24)));
  background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0.24) 97%);
}

.class-filter-wrap.class-tab .class-img img {
  width: 440px;
  height: 490px;
} 

.class-filter {
  text-align: left;
}

.class-filter li {
  display: inline-block;
  margin-left: 12px;
}

.class-filter li:last-child {
  margin-left: 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;
  right: -12px;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  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;
  left: -5px;
  z-index: -1;
}

.class-item.style2 {
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}

.class-item.style2 .class-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-img:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--mainColor);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.class-item.style2 .class-content {
  text-align: center;
  height: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px 25px;
}

.class-item.style2 .class-content .class-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: rgba(252, 231, 232, 0.8);
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-icon i {
  font-size: 55px;
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text {
  margin: 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text p {
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-item.style2 .class-content .class-text .link {
  text-decoration: none;
  color: var(--mainColor);
  font-weight: 600;
  -webkit-transition: 0.3s;
  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: -webkit-gradient(linear, right bottom, right top, color-stop(50%, rgba(13, 13, 14, 0.9)), color-stop(95%, rgba(13, 13, 14, 0.15)));
  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%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  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;
  -webkit-transform: scale(0.8) rotate(-45deg);
  transform: scale(0.8) rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  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 {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.testimonial-wrap.style3 .testimonial-slider-thumbs .client-info-wrap.swiper-slide-thumb-active .client-img:after {
  background: var(--mainColor);
}

.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: right;
  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-right: 30px;
}

.testimonial-wrap.style3 .client-info span:before {
  position: absolute;
  bottom: 7px;
  right: 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: left;
}

.testimonial-wrap.style3 .quote-info-wrap .quote-icon .quote-icon {
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
  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;
  right: 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;
  left: 50px;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev {
  border: 2px solid var(--mainColor);
  width: 55px;
  height: 90px;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next i,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev i {
  font-size: 18px;
  color: var(--mainColor);
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transition: 0.4s;
  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;
  right: -20px;
}

.testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
.testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
  background-color: var(--mainColor);
  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-right: 15px;
  -webkit-transform: rotate(-45deg);
  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;
  right: -4px;
  content: "";
  background: var(--mainColor);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-slider-thumbs .client-info-wrap .client-info {
  text-align: right;
  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 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-item.style2 .blog-img .blog-category, .blog-item.style3 .blog-img .blog-category {
  position: absolute;
  top: 25px;
  right: 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;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: var(--mainColor);
  -webkit-transform: skew(20deg);
          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-left: 15px;
}

.blog-item.style2 .blog-info .blog-metainfo li:last-child, .blog-item.style3 .blog-info .blog-metainfo li:last-child {
  margin-left: 0;
}

.blog-item.style2 .blog-info .blog-metainfo li a:hover, .blog-item.style3 .blog-info .blog-metainfo li a:hover {
  color: var(--mainColor);
}

.blog-item.style2 .blog-info .blog-metainfo li i, .blog-item.style3 .blog-info .blog-metainfo li i {
  position: relative;
  margin-left: 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 {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-item.style2:hover .blog-info h3 a, .blog-item.style3:hover .blog-info h3 a {
  color: var(--mainColor);
}

.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: var(--mainColor);
}

.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: var(--mainColor);
}

.blog-item.style3 .blog-info .blog-metainfo li i {
  color: var(--mainColor);
}




.contact-info-wrap {
  margin-bottom: 40px;
}

.contact-info-wrap .contact-info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 10px;
}

.contact-info-wrap .contact-info-item .contact-icon i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 24px;
}

.contact-info-wrap .contact-info-item .contact-info {
  width: calc(100% - 80px);
  margin-right: 30px;
  text-align: right;
  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: var(--mainColor);
}

.contact-info-wrap .contact-info-item .contact-info a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  color: var(--mainColor);
}

.contact-info h4 .contact-info a {
  color: var(--mainColor);
  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-right: 25px;
}

.check_box label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--mainColor);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 5px;
}

.check_box input:checked + label:before {
  border-color: var(--mainColor);
}

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

/*----------------------------
   Responsive Section CSS
------------------------------*/
@media only screen and (max-width: 575px) {
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 0;
    right: 45%;
    max-width: 100px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 300px;
    width: calc(100% - 115px);
    margin-left: 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;
    right: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 450px;
    width: calc(100% - 220px);
    margin-left: 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-left: 20px;
    margin-right: 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-right: 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 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-wrap.style3 .header-bottom .header-bottom-right .sidebar-menu, .header-wrap.style4 .header-bottom .header-bottom-right .sidebar-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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%;
    left: 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;
    right: calc(50% + 15px);
    -webkit-transform: translate(50%, 0);
            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;
    right: -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 30px 35px 10px;
    width: calc(100% - 20px);
    margin-top: -30px;
  }
  .partner-wrap:after {
    left: -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-right: 0;
  }
  .about-wrap .about-content .feature-item-wrap.style2 .feature-item .feature-text {
    width: calc(100% - 85px);
    margin-right: 20px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-1 {
    height: 350px;
  }
  .about-wrap.style3 .about-img-wrap .about-shape-two {
    right: 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%;
    right: 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-right: 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-right: 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-right: 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-right: 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-left: 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 auto 20px 0;
  }
  .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;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(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 var(--mainColor);
    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;
    right: 3px;
  }
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-next:hover,
  .testimonial-slider-four .testimonial-slider-btn .testimonial-four-prev:hover {
    background-color: var(--mainColor);
    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 {
    right: -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 -7px 0 0;
  }
  .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-right: 0;
  }
  .newsletter-form input {
    height: 50px;
  }
  .newsletter-form button {
    position: relative;
    width: 100%;
    margin: 15px 0 0;
    top: auto;
    right: 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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-info-wrap .contact-info-item .contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 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-right: 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 {
    right: -10px;
  }
  .promo-slider-v1 .owl-next {
    left: -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;
  }
  .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 {
    right: 0;
  }
  .yoga-feature-wrap .feature-item-wrap.style2.two .feature-item {
    left: 0;
  }
  .yoga-feature-img {
    margin-bottom: 30px;
  }
  .counter-wrap.style1 {
    margin-top: 0;
  }
  .class-filter {
    margin-top: 30px;
    text-align: right;
  }
}

@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-right: calc((100% - 720px) / 2 + 15px);
    padding-left: 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%;
    left: -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 140px 25px 0;
    width: calc(100% - 50px);
    margin: 0 auto 0 0;
  }
  .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;
    right: -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;
    right: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 500px;
    width: calc(100% - 220px);
    margin-left: 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 25px 40px 1px;
  }
  .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-right: 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;
  }

  .contact-info-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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-right: 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-left: 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%;
    left: -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 220px 35px 0;
    width: calc(100% - 50px);
    margin: 0 auto 0 0;
  }
  .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-right: calc((100% - 960px) / 2 + 15px);
    padding-left: 0;
  }
  .about-wrap.style4 .about-img-wrap {
    margin-bottom: -120px;
  }
  .about-wrap.style4 .about-img-wrap .exp-text {
    top: 12%;
    right: 0px;
    z-index: 1;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-one {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-two {
    position: absolute;
    bottom: 100px;
    left: 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-right: 0;
  }
  .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 5px;
  }
  .about-wrap.style4 .about-content .feature-item-wrap.style2 .feature-item .feature-icon i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .feature-wrap.style3 .feature-img-wrap .feature-shape-one {
    top: 10px;
    right: 45%;
    max-width: 140px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-5 {
    height: 500px;
    width: calc(100% - 190px);
    margin-left: 20px;
    margin-top: 80px;
  }
  .feature-wrap.style3 .feature-img-wrap .feature-bg-6 {
    height: 280px;
    width: 170px;
  }
  .counter-card-wrap .counter-card {
    padding: 40px 35px 40px 15px;
  }
  .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-right: 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-right: 0;
    padding-left: calc((100% - 960px) /2 + 10px) !important;
  }
  .contact-info-wrap .contact-info-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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-right: calc((100% - 1320px) / 2 + 15px);
    padding-left: 0;
  }
  .counter-wrap.style1:after {
    right: 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 {
    right: 0 !important;
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-right: 0;
    padding-left: 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-right: 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 {
    right: -10px;
  }
  .promo-slider-v1 .owl-next {
    left: -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 165px 35px 0;
    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-right: 15px;
    padding-left: calc((100% - 1320px) /2 + 15px);
  }
  .counter-wrap.style1:after {
    right: calc((100% - 1320px) /2 + 22px);
  }
  .course-btn-wrap {
    margin: 15px 0 0;
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-right: 0;
    padding-left: calc((100% - 1320px) /2 + 0px);
  }
  .pricing-card::before {
    height: 123%;
  }
  .section-text {
    font-size: 400px;
  }
  .contact-info-wrap {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .feature-wrap.style3 .container-fluid {
    padding-right: 15px;
    padding-left: calc((100% - 1410px) /2 + 15px);
  }
  .testimonial-wrap.style3 .container-fluid {
    padding-right: 0;
    padding-left: 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 180px 35px 0;
    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 {
    right: calc((100% - 1320px) /2 + 10px);
  }
  .course-btn-wrap {
    margin: 18px 0 0;
  }
  .contact-info-wrap {
    padding-left: 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-left: 130px;
  }
  .counter-wrap.style1:after {
    right: 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-right: calc((100% - 1520px) / 2 + 15px);
    padding-left: 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 210px 35px 0;
    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 210px 35px 0;
    width: calc(100% - 552px);
  }
  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1720px) / 2 + 15px);
    padding-left: 0;
  }
}


.counter-area.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1410px;
}