@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #d72323; /*2377d6 blue variant*/
  --theme-one: #FFC827 ;
  --theme-two: #99754566;
  --primary-color: #FFC827;
  --section-bg: #0C1924;
  --section-bg-two: #35082B;
  --button-color: #1fb5ac;
  --secoundary-color: #636363;
  --paragraph-color: #222222;
  --background-color: #020C15;
  --white-color: #fff;
  --black-color: #16120f;
  --border-color: #e5e5e5;
  --ratting-color: #ffd247;
}

body {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  overflow-x: auto;
  font-family: "Rajdhani", sans-serif;
}

::selection {
  color: var(--white-color);
  background: var(--theme-color);
}

h2,
h3,
h4,
h5,
h6,
ol,
ul {
  color: var(--black-color);
  font-family: "Rajdhani", sans-serif;
}

h1 {
  font-size: 72px;
  font-weight: 700;
  margin-top: -7px;
  font-family: "Rajdhani", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  margin-top: 10px;
  font-family: "Rajdhani", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  margin-top: -3px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Rajdhani", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--paragraph-color);
  font-weight: 500;
  margin-bottom: 20px;
}

.mr__15 {
  margin-right: 15px;
}

.mb__30 {
  margin-bottom: 30px;
}

.mb__25 {
  margin-bottom: 25px;
}

.mb__20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

.background-color {
  background-color: #f9f8f8 !important;
}

.items__bg {
  background-color: var(--theme-color);
}

.items__bg__two {
  background-color: var(--black-color);
}

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

.ml-50 {
  margin-left: 50px;
}

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

.box__shadow {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section__header__space {
  padding-bottom: 40px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: #141b22;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section__col {
  margin-bottom: 30px;
}

.section__center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.section__header h5 {
  text-transform: uppercase;
}
.section__header .section__title {
  text-transform: none;
}
.section__header .section__title span {
  color: var(--theme-one);
}

@media screen and (max-width: 991px) {
  .section__center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section__center {
    margin: 0 auto 30px;
  }
}
.gap-20 {
  gap: 20px;
}

.bb-none {
  border-bottom: none !important;
}

.border__radius {
  border: unset;
  padding: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  line-height: 43px;
  align-items: center;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
.border__radius i {
  font-size: 18px;
  color: var(--theme-color);
}

/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Section Start ==========*/
.about__section {
  overflow: hidden;
}
.about__section .about__thumb {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 9;
  padding: 15px 20px;
}
.about__section .about__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.about__section .about__thumb::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.about__section .about__thumb::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.about__section .about__header h6 {
  text-transform: none;
  margin-bottom: 0;
}
.about__section .about__header .witr_bar_main .witr_bar_inner {
  width: 55px;
  margin: initial;
}
.about__section .about__header .witr_bar_innerc:after, .about__section .about__header .witr_bar_innerc:before {
  border: 4px solid var(--theme-color);
}
.about__section .about__header h2 {
  text-transform: uppercase;
  margin-top: 10px;
}
.about__section .about__header h2 span {
  color: var(--theme-color);
}
/*.about__section .text {
  margin-top: -40px;
}*/
.about__section ul {
  margin-top: 10px;
}
.about__section ul li {
  border: none;
  color: var(--black-color);
  padding: 0;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
}
.about__section ul li::before {
  content: "";
  min-width: 70px;
  border-top: 2px solid var(--theme-color);
  margin: 12px 15px auto 0;
}
.about__section ul li:hover {
  color: var(--theme-color);
}
.about__section .about__button .cmn--btn {
  padding: 10px 45px 10px;
}
.about__section .right__thumb {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 9;
  padding: 15px 20px;
}
.about__section .right__thumb::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.about__section .right__thumb::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.about__section .right__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*========== About Section End ==========*/
/*========== About Section Start ==========*/
@media screen and (max-width: 767px) {
  .about__section .text {
    margin-top: 0px;
  }
}
/*========== About Section End ==========*/
/*========== Footer Scetion Start ==========*/
.footer__section {
  background: url(../img/footer/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.footer__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.footer__section .footer__top {
  position: relative;
  z-index: 1;
  padding: 300px 0 120px;
}
.footer__section .footer__top .footer__widget .widget__head {
  position: relative;
}
.footer__section .footer__top .footer__widget .widget__head h4 {
  text-transform: none;
  color: var(--white-color);
}
.footer__section .footer__top .footer__widget .widget__head .witr_bar_main .witr_bar_inner {
  margin: initial !important;
}
.footer__section .footer__top .footer__widget p {
  color: var(--white-color);
}
.footer__section .footer__top .footer__widget .post__items .thumb {
  margin-right: 15px;
}
.footer__section .footer__top .footer__widget .post__items .content h6 {
  text-transform: uppercase;
  line-height: 23px;
}
.footer__section .footer__top .footer__widget .post__items .content h6 a {
  color: var(--white-color);
  transition: all 0.4s;
}
.footer__section .footer__top .footer__widget .post__items .content h6 a:hover {
  color: var(--theme-color);
}
.footer__section .footer__top .footer__widget .post__items .content span {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white-color);
}
.footer__section .footer__top .footer__widget .link__list {
  position: relative;
}
.footer__section .footer__top .footer__widget .link__list li {
  position: relative;
  margin-bottom: 12px;
}
.footer__section .footer__top .footer__widget .link__list li a {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
.footer__section .footer__top .footer__widget .link__list li a::before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 0px;
  font-family: "FontAwesome";
  font-size: 14px;
}
.footer__section .footer__top .footer__widget .link__list li a:hover {
  color: var(--theme-color);
}
.footer__section .footer__top .footer__widget ul li {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white-color);
}
.footer__section .footer__top .footer__widget ul li span {
  font-size: 18px;
}
.footer__section .footer__top .footer__widget ul .color {
  color: var(--theme-color);
}
.footer__section .top__style__two {
  padding: 120px 0;
}
.footer__section .footer__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid var(--white-color);
}
.footer__section .footer__bottom p {
  font-size: 18px;
  color: var(--white-color);
  text-align: center;
}
.footer__section .footer__bottom p .gym {
  color: var(--white-color);
}
.footer__section .footer__bottom .footer__bottom__link {
  display: flex;
  align-items: center;
  gap: 10px 24px;
}
.footer__section .footer__bottom .footer__bottom__link li a {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
}

.social__icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social__icon li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.social__icon li a i {
  color: var(--white-color);
  font-size: 16px;
}

/*========== Footer Scetion Here ==========*/
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__bottom .footer__bottom__link {
  display: flex;
  align-items: center;
  gap: 10px 24px;
}
@media (max-width: 991px) {
  .footer__bottom p {
    order: 1;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .footer__bottom .footer__bottom__link {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  .footer__bottom .footer__bottom__link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 20px;
  }
}

.header-section {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.9s;
  background-color: #141b22;
}
.menu-fixed .header-wrapper {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .menu-fixed .header-wrapper .main-menu {
    top: 55px;
  }
}
.menu-fixed .header-wrapper .main-menu li a {
  color: var(--white-color);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .header-wrapper {
    z-index: 999999;
  }
}
.header-wrapper .logo-menu {
  width: 270px;
}
.header-wrapper .logo-menu .logo {
  width: 270px;
}
.header-wrapper .logo-menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .small__logo {
  display: block;
  width: 60px;
  height: 45px;
}
.header-wrapper .small__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 34px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu {
    max-width: 100%;
  }
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s;
  text-transform: none;
}
.header-wrapper .main-menu li a:hover, .header-wrapper .main-menu li a.active {
  color: var(--theme-color);
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
  color: var(--theme-color);
}
.header-wrapper .main-menu li .sub-menu {
  padding: 5px 5px 5px 5px;
  background-color: var(--white-color);
  transition: all 4s;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white-color);
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 10px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(25px);
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.3s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color) !important;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 10px 10px;
  margin: 1px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}
.header-wrapper .menu__components {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-wrapper .menu__components i {
  color: var(--theme-color);
}
.header-wrapper .menu__components a {
  display: block;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
@media (max-width: 500px) {
  .header-wrapper .menu__components a {
    width: 30px;
    height: 30px;
  }
  .header-wrapper .menu__components a i {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .header-wrapper .menu__components {
    gap: 8px;
  }
}

@media screen and (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 85px;
    width: 100%;
    left: 0;
    display: inline !important;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    background: rgba(228, 230, 245, 0.9882352941);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    position: fixed;
    left: -100%;
    top: 85px;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid rgba(170, 181, 200, 0.5);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 17px;
    color: var(--black-color) !important;
  }
  .main-menu li .sub-menu {
    display: none;
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li a {
    color: var(--black-color) !important;
    padding: 8px 15px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--theme-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--theme-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--theme-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--black-color) !important;
  }
}
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #141b22;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--white-color);
  border-bottom: 2px solid var(--white-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--white-color);
}

input.main-search-input::placeholder {
  color: var(--white-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--white-color);
  cursor: pointer;
}

/*------ fullscreen search bar area end here --------*/
/*----Scroll Top To Bottom Start-----*/
#progress {
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
#progress i {
  color: var(--white-color);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}

/*----Scroll Top To Bottom Start-----*/
/*========== Banner Section Start ==========*/
.banner__section {
  overflow: hidden;
  position: relative;
}

.banner__image {
  background: url(../img/banner/banner1.jpg) no-repeat center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  position: relative;
}
.banner__image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.banner__image .banner__content {
  position: relative;
}
.banner__image .banner__content h1 {
  text-transform: uppercase;
  color: var(--white-color);
  margin-top: 15px;
}
.banner__image .banner__content h5 {
  text-transform: none;
  color: var(--white-color);
  position: relative;
  margin-left: 35px;
}
.banner__image .banner__content h5::before {
  position: absolute;
  top: 11px;
  left: -30px;
  height: 2px;
  width: 25px;
  content: "";
  background-color: var(--theme-color);
}
.banner__image .banner__content h5::after {
  position: absolute;
  top: 11px;
  /*left: 260px;*/
  margin-left: 4px;
  height: 2px;
  width: 25px;
  content: "";
  background-color: var(--theme-color);
}
.banner__image .banner__content p {
  color: var(--white-color);
}
.banner__image .banner__content .banner__button {
  margin-top: 30px;
  gap: 10px;
}
.banner__image .banner__content .banner__button .cmn--btn {
  border: 1px solid var(--theme-color);
}
.banner__image .banner__two h1 {
  font-size: 86px;
}
.banner__image .banner__two .play__btn {
  display: flex;
  align-items: center;
  gap: 5px 16px;
}
.banner__image .banner__two .play__btn .play__icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--theme-color);
  text-align: center;
  line-height: 48px;
}
.banner__image .banner__two .play__btn .play__icon i {
  font-size: 16px;
  color: var(--white-color);
}
.banner__image .banner__two .play__btn span {
  color: var(--white-color);
}

.imagetwo {
  background: url(../img/banner/banner2.jpg) no-repeat center center;
  background-size: cover;
}

.imagethree {
  background: url(../img/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}

.imagefour {
  background: url(../img/banner/banner4.jpg) no-repeat center center;
  background-size: cover;
}

.blog__bg {
  background: url(../img/banner/blog.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.trainer__bg {
  background: url(../img/banner/trainer.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.event__bg {
  background: url(../img/banner/event.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.classes__bg {
  background: url(../img/banner/event.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.about__bg {
  background: url(../img/banner/bg.jpg) no-repeat center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}
.about__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-pagination {
  display: flex;
}
.banner-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  transition: 0.6s;
  background-color: var(--white-color);
  opacity: 1;
}
.banner-pagination .swiper-pagination-bullet:hover {
  background: var(--white-color);
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--theme-color);
  transition: 0.6s;
}

.banner__pagination__wrapper {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateY(-50%);
}

.banner-dot .swiper-pagination-bullet {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  transition: 0.6s;
  background-color: var(--theme-white);
  opacity: 1;
}
.banner-dot .swiper-pagination-bullet:hover {
  background: var(--white-color);
}
.banner-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--theme-color);
  transition: 0.6s;
}

.banner__pagination__wrapper {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .banner__pagination__wrapper {
    bottom: 20px;
  }
}

/*========== Banner Section Start ==========*/
/*========== Breadcumd Banner Start  ==========*/
.breadcumd__banner {
  overflow: hidden;
  padding: 100px 0 40px 0;
}
.breadcumd__banner .breadcumd__wrapper {
  display: block;
  text-align: center;  
  position: relative;
  flex-wrap: wrap;
}
.breadcumd__banner .breadcumd__wrapper .left__content {
  color: var(--theme-color);
  text-transform: uppercase;
}
.breadcumd__banner .breadcumd__wrapper .right__content {
  display: block;
  align-items: center;
}
.breadcumd__banner .breadcumd__wrapper .right__content li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color);
}
.breadcumd__banner .breadcumd__wrapper .right__content li:not(:last-child) {
  margin-right: 10px;
  color: var(--white-color);
}
.breadcumd__banner .breadcumd__wrapper .right__content li a {
  color: var(--white-color);
  transition: all 0.4s;
  font-weight: 600;
}
.breadcumd__banner .breadcumd__wrapper .right__content li a:hover {
  color: var(--theme-color);
}
.breadcumd__banner .breadcumd__wrapper .right__content li i {
  color: var(--white-color);
}

/*========== Breadcumd Banner End  ==========*/
/*========== witr start ==========*/
.witr_bar_main {
  margin: 10px 0;
}

.witr_bar_inner {
  height: 5px;
  width: 70px;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  height: 3px;
  background: var(--theme-color);
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.witr_bar_innerc:before {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move_title_bg1;
  animation-name: move_title_bg1;
}

.witr_bar_innerc:after {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move_title_bg2;
  animation-name: move_title_bg2;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
  border: 4px solid var(--theme-color);
}

/*========== witr End ==========*/
/*========== Video Section Start ==========*/
.video__section {
  overflow: hidden;
  position: relative;
  margin-bottom: -340px;
  z-index: 1;
}
.video__section .video__wrap {
  background: url(../img/video/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 250px 0;
  border-radius: 10px;
}
.video__section .video__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.video__section .video__items .video__content {
  position: relative;
}
.video__section .video__items .video__content h2 {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.video__section .video__items .video__content .video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video__section .video__items .video__content .video a {
  position: relative;
  color: var(--white-color);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  transition: 0.6s;
}
.video__section .video__items .video__content .video-pulse::after,
.video__section .video__items .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.video__section .video__items .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*========== Video Section End ==========*/
/*========== Classes Section Start ==========*/
.classes__section {
  position: relative;
  padding-top: 450px;
  padding-bottom: 120px;
  background-color: #141b22;
  overflow: hidden;
}
.classes__section .section__header .section__title {
  color: var(--white-color);
}
.classes__section .section__header h5 {
  color: var(--white-color);
}
.classes__section .classes__items {
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.02);
}
.classes__section .classes__items .classes__thumb {
  position: relative;  
}
.classes__section .partners  .classes__items .classes__thumb {
  background: rgb(255,240,240);
  height: 250px;
  display: flex;
  justify-content: center; /* Horizontal alignment */
  align-items: center;    /* Vertical alignment */  
}
.classes__section .partners .classes__items .classes__thumb a {
  display: flex;
  justify-content: center; /* Horizontal alignment */
  align-items: center;  
}
.classes__section .classes__items .classes__thumb img {
  width: 100%;
  height: 100%;
}
.classes__section .partners .classes__items .classes__thumb img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.classes__section .classes__items .classes__wrap {
  padding: 20px 20px;
  border-left: 10px solid var(--theme-color);
}
.classes__section .classes__items .classes__wrap .classes__content h5 a {
  color: var(--black-color);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.classes__section .classes__items .classes__wrap .classes__content h5 a:hover {
  color: var(--theme-color);
}
.classes__section .swiper-slide .classes__items .classes__thumb {
  position: relative;
}
.classes__section .swiper-slide .classes__items .classes__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  transform: skewX(-35deg);
  background-color: var(--theme-color);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  opacity: 0.3;
}
.classes__section .swiper-slide.swiper-slide-active .classes__thumb::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.classes__section .dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  position: relative;
}
.classes__section .dot .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--theme-color);
  transition: 0.6s;
}
.classes__section .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: --white-color;
}

.classes__style__two {
  background-color: var(--white-color);
  padding-top: 120px;
  padding-bottom: 120px;
}
.classes__style__two .section__header .section__title {
  color: var(--black-color);
}
.classes__style__two .section__header h5 {
  color: var(--black-color);
}
.classes__style__two .classes__items .classes__thumb {
  position: relative;
}
.classes__style__two .classes__items .classes__thumb .class__price,
.classes__content .class__price {
  background-color: var(--theme-color);
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 7px 30px 0 15px;
  z-index: 111;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  display: block;
  transition: all 0.7s ease-in-out;
}
.classes__content .class__price {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
.classes__style__two .classes__items .classes__thumb .class__price h5,
.classes__content .class__price h5 {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  font-weight: 500;
  color: var(--white-color);
}
.classes__style__two .classes__items .classes__wrap {
  padding: 30px 20px;
  border-left: 10px solid var(--theme-color);
}
.classes__style__two .classes__items .classes__wrap .classes__content h5 {
  margin-bottom: 8px;
}
.classes__style__two .classes__items .classes__wrap .classes__content p {
  margin-bottom: 8px;
}
.classes__style__two .swiper-slide .classes__items .classes__thumb::before {
  background-color: var(--white-color);
}
.classes__style__two .swiper-slide.swiper-slide-active .classes__thumb .class__price {
  display: block;
  right: -10px;
}
.classes__style__two .swiper-slide.swiper-slide-active .classes__thumb .class__price::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*========== Classes Section End ==========*/
/*========== Schedule Section Start ==========*/
.schedule__section {
  overflow: hidden;
}
.schedule__section .table__content {
  position: relative;
}
.schedule__section .table__content .table__box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.schedule__section .table__content .table__box .table__wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.schedule__section .table__content .table__box .table__wrapper table tr th {
  text-align: center;
  padding: 25px 30px;
  border-right: 4px solid var(--white-color);
  text-transform: uppercase;
  background-color: #141b22;
  color: var(--white-color);
  font-size: 24px;
  border-bottom: 4px solid var(--white-color);
  border-radius: 15px;
}
.schedule__section .table__content .table__box .table__wrapper table tr td {
  text-align: center;
  padding: 25px 30px;
  border-right: 4px solid var(--white-color);
  color: var(--white-color);
  border-bottom: 4px solid var(--white-color);
  border-radius: 15px;
}
.schedule__section .table__content .table__box .table__wrapper table tr td h6 {
  text-transform: none;
  color: var(--white-color);
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
}
.schedule__section .table__content .table__box .table__wrapper table tr td p {
  color: var(--white-color);
  font-size: 15px;
}

/*========== Schedule Section Start ==========*/
/*========== Team Section Start ==========*/
.team__section {
  overflow: hidden;
}
.team__section .section__header .section__title {
  color: var(--white-color);
}
.team__section .section__header h5 {
  color: var(--white-color);
}
.team__section .team__items {
  overflow: hidden;
  position: relative;
}
.team__section .team__items .team__thumb {
  position: relative;
}
.team__section .team__items .team__thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: rgba(215, 35, 35, 0.5);
}
.team__section .team__items .team__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.team__section .team__items .team__thumb .team__icon {
  border-radius: 5px;
  position: absolute;
  top: -200px;
  right: -7px;
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
  background-color: var(--white-color);
}
.team__section .team__items .team__thumb .team__icon ul {
  margin-bottom: 0;
}
.team__section .team__items .team__thumb .team__icon ul li a {
  color: var(--theme-color);
  margin: 12px 13px;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
.team__section .team__items .team__thumb .share__icon {
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.team__section .team__items .team__thumb .share__icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--white-color);
}
.team__section .team__items .team__content {
  background-color: var(--white-color);
  position: relative;
  border-radius: 5px;
  padding: 30px 30px 30px;
  margin: -58px 20px 0;
}
.team__section .team__items .team__content h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
}
.team__section .team__items .team__content h5 a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}
.team__section .team__items .team__content h5 a:hover {
  color: var(--theme-color);
}
.team__section .team__items .team__content p {
  font-size: 18px;
  font-weight: 600;
}
.team__section .team__items:hover .team__thumb::before {
  right: 0;
}
.team__section .team__items:hover .team__icon {
  top: 130px;
}
.team__section .team__items:hover .share__icon {
  top: 90%;
}
.team__section .team__items:hover .share__icon a {
  border: 3px solid var(--theme-color);
}
.team__section .active .team__thumb::before {
  right: 0;
}
.team__section .active .team__icon {
  top: 130px !important;
}
.team__section .active .share__icon {
  top: 90% !important;
}
.team__section .active .share__icon a {
  border: 3px solid var(--theme-color);
}

/*========== Team Section End ==========*/
/*========== Testimonial Section Start ==========*/
.testimonial__section {
  overflow: hidden;
}
.testimonial__section .testi__items {
  background-color: #141b22;
  padding: 30px;
  border-radius: 10px;
}
.testimonial__section .testi__items .testi__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.testimonial__section .testi__items .testi__wrap .testi__thumb img {
  border-radius: 100%;
}
.testimonial__section .testi__items .testi__wrap .content {
  margin-left: 15px;
}
.testimonial__section .testi__items .testi__wrap .content h6 {
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 0;
}
.testimonial__section .testi__items .testi__wrap .content span {
  font-size: 18px;
  color: var(--white-color);
}
.testimonial__section .testi__items p {
  color: var(--white-color);
}
.testimonial__section .testi__items ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonial__section .testi__items ul li {
  margin-right: 4px;
}
.testimonial__section .testi__items ul li i {
  color: var(--theme-color);
}
.testimonial__section .testimonial__wrapper .dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  position: relative;
}
.testimonial__section .testimonial__wrapper .dot .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--theme-color);
  transition: 0.6s;
}
.testimonial__section .testimonial__wrapper .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: --white-color;
}
.testimonial__section .client__items {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  background-color: var(--white-color);
  padding: 30px 30px;
  border-radius: 10px;
}
.testimonial__section .client__items .client__thumb {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  text-align: center;
}
.testimonial__section .client__items .client__thumb img {
  width: 100%;
  border-radius: 100%;
}
.testimonial__section .client__items .client__content {
  margin-top: 30px;
}
.testimonial__section .client__items .client__content h5 {
  text-transform: uppercase;
  margin-top: 0;
}
.testimonial__section .client__items .client__content ul li i {
  color: var(--theme-color);
  font-size: 18px;
}

.style__two {
  background: url(../img/testimonial/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.style__two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.style__two .section__header {
  position: relative;
}
.style__two .section__header .section__title {
  color: var(--white-color);
}
.style__two .section__header h5 {
  color: var(--white-color);
}
.style__two .testi__items {
  background-color: var(--white-color);
}
.style__two .testi__items .testi__wrap .content h6 {
  color: var(--black-color);
}
.style__two .testi__items .testi__wrap .content span {
  color: var(--paragraph-color);
}
.style__two .testi__items p {
  color: var(--paragraph-color);
}
.style__two .testimonial__wrapper__two .dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  position: relative;
}
.style__two .testimonial__wrapper__two .dot .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--white-color);
  transition: 0.6s;
}
.style__two .testimonial__wrapper__two .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: --white-color;
}

/*========== Testimonial Section End ==========*/
/*========== Pricing Section Start ==========*/
.pricing__section {
  overflow: hidden;
  position: relative;
}
.pricing__section .section__header {
  position: relative;
}
.pricing__section .section__header .section__title {
  color: var(--white-color);
}
.pricing__section .section__header h5 {
  color: var(--white-color);
}
.pricing__section .image__bg {
  position: absolute;
  left: 0px;
  top: -220px;
  width: 100%;
  height: 840px;
}
.pricing__section .pricing__items {
  position: relative;
}
.pricing__section .pricing__items .pricing__box {
  padding: 50px 50px 60px;
  position: relative;
}
.pricing__section .pricing__items .pricing__box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(34, 34, 34, 0.85);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.pricing__section .pricing__items .pricing__box h4 {
  color: var(--white-color);
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s;
}
.pricing__section .pricing__items .pricing__box .price {
  position: relative;
}
.pricing__section .pricing__items .pricing__box .price span {
  text-transform: none;
  color: var(--white-color);
  font-weight: 600;
  transition: all 0.3s;
}
.pricing__section .pricing__items .pricing__box .price h2 {
  color: var(--theme-color);
}
.pricing__section .pricing__items .pricing__box ul {
  position: relative;
  padding: 15px 0;
}
.pricing__section .pricing__items .pricing__box ul li {
  margin-bottom: 15px;
}
.pricing__section .pricing__items .pricing__box ul li span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
.pricing__section .pricing__items .pricing__box ul li i {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 5px;
  transition: all 0.3s;
}
.pricing__section .pricing__items:hover .pricing__box {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.pricing__section .pricing__items:hover .pricing__box h4 {
  color: var(--black-color);
}
.pricing__section .pricing__items:hover .pricing__box span {
  color: var(--black-color);
}
.pricing__section .pricing__items:hover .pricing__box ul li span {
  color: var(--black-color);
}
.pricing__section .pricing__items:hover .pricing__box ul li i {
  color: var(--theme-color);
}
.pricing__section .pricing__items:hover .pricing__box::before {
  background-color: rgba(255, 255, 255, 0.85);
}
.pricing__section .active .pricing__box {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.pricing__section .active .pricing__box h4 {
  color: var(--black-color);
}
.pricing__section .active .pricing__box .price span {
  color: var(--black-color);
}
.pricing__section .active .pricing__box ul li span {
  color: var(--black-color);
}
.pricing__section .active .pricing__box ul li i {
  color: var(--theme-color);
}
.pricing__section .active .pricing__box::before {
  background-color: rgba(255, 255, 255, 0.85);
}

/*========== Pricing Section End ==========*/
/*========== Promotion Section Start ==========*/
.promotion__section {
  overflow: hidden;
  background: url(../img/promotion/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}
.promotion__section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.promotion__section .promotion__items {
  max-width: 650px;
  position: relative;
}
.promotion__section .promotion__items .promotion__content h2 {
  text-transform: uppercase;
  color: var(--white-color);
}
.promotion__section .promotion__items .promotion__content h6 {
  text-transform: none;
  color: var(--theme-color);
}
.promotion__section .promotion__items .promotion__content p {
  color: var(--white-color);
  margin-top: 10px;
}

/*========== Promotion Section End ==========*/
/*========== Newsletter Section Start ==========*/
.newsletter__section {
  position: relative;
  z-index: 9;
}

.newsletter__wrapper {
  background: url(../img/newsletter/bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 75px 20px 80px;
  margin-bottom: -180px;
  z-index: 9;
  position: relative;
}
.newsletter__wrapper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: rgba(215, 35, 35, 0.5);
}
.newsletter__wrapper .newsletter__content {
  position: relative;
}
.newsletter__wrapper .newsletter__content .section__header h2 {
  color: var(--white-color);
  text-transform: none;
}
.newsletter__wrapper .newsletter__content .section__header p {
  color: var(--white-color);
}
.newsletter__wrapper .newsletter__content form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .newsletter__wrapper .newsletter__content form {
    flex-wrap: wrap;
  }
}
.newsletter__wrapper .newsletter__content form input {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: #42526D;
  border: none;
  outline: none;
  background: var(--white-color);
}
.newsletter__wrapper .newsletter__content form button {
  border: none;
}
.newsletter__wrapper .newsletter__content form .cmn--btn {
  padding: 13px 40px 14px 25px;
}
@media (max-width: 500px) {
  .newsletter__wrapper .newsletter__content form .cmn--btn {
    padding: 13px 35px 13px 35px;
  }
}

/*========== Newsletter Section End ==========*/
/*========== Logo Section Start  ==========*/
.logo-section {
  overflow: hidden;
}
.logo-section .logo-thumb {
  padding: 15px 0;
  text-align: center;
  border: 1px solid var(--border-color);
  margin: 0 auto;
}
.logo-section .logo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.logo-section .logo-thumb img:hover {
  filter: grayscale(0);
}

/*========== Logo Section End  ==========*/
/*========== Gallery Section Start ==========*/
.gallery__section {
  overflow: hidden;
}
.gallery__section .gallery__items .gallery__thumb {
  position: relative;
}
.gallery__section .gallery__items .gallery__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery__section .gallery__items .gallery__thumb .gallery__effect {
  position: absolute;
  inset: 0;
  background-color: rgba(215, 35, 35, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.gallery__section .gallery__items .gallery__thumb .gallery__effect .gallery__icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: var(--white-color);
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
.gallery__section .gallery__items .gallery__thumb .gallery__effect .gallery__icon a i {
  font-size: 18px;
  color: var(--theme-color);
}
.gallery__section .swiper-slide.swiper-slide-active .gallery__items .gallery__thumb .gallery__effect {
  opacity: 1;
}
.gallery__section .gallery__wrapper .dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  position: relative;
}
.gallery__section .gallery__wrapper .dot .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--theme-color);
  transition: 0.6s;
}
.gallery__section .gallery__wrapper .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: --white-color;
}

.gallery__two .gallery__thumb:hover .gallery__effect {
  opacity: 1 !important;
}

/*========== Gallery Section End ==========*/
/*========== Choose Section Start ==========*/
.choose__section {
  overflow: hidden;
}
.choose__section .choose__items .choose__header h6 {
  text-transform: none;
  margin-bottom: 0;
}
.choose__section .choose__items .choose__header .witr_bar_main .witr_bar_inner {
  width: 55px;
  margin: initial;
}
.choose__section .choose__items .choose__header .witr_bar_innerc:after, .choose__section .choose__items .choose__header .witr_bar_innerc:before {
  border: 4px solid var(--theme-color);
}
.choose__section .choose__items .choose__header h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 66px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .choose__section .choose__items .choose__header h2 {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .choose__section .choose__items .choose__header h2 {
    font-size: 50px;
  }
}
.choose__section .choose__items .choose__wrap .choose__icon {
  width: 60px;
  height: 60px;
}
.choose__section .choose__items .choose__wrap .choose__icon img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.choose__section .choose__items .choose__wrap .choose__content h5 {
  text-transform: none;
  margin-bottom: 1px;
}
.choose__section .choose__items .choose__wrap:hover .choose__icon img {
  transform: rotateY(180deg);
}
.choose__section .about-thumb img {
  width: 100%;
  height: 100%;
}

.image .choose__slide__one img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.image .choose__slide__one .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 10px;
}
.image .choose__slide__two img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.image .choose__slide__two .swiper-slide {
  border: 1px solid transparent;
  transition: 0.4s;
}
.image .choose__slide__two .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme-color);
  border-radius: 10px;
}
.image .choose__slide__two .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 10px;
}

.progressbar-wrap {
  margin-top: 33px;
}
.progressbar-wrap .progress-element {
  width: 100%;
  margin: 0 0 16px;
}
.progressbar-wrap .progress-element h6 {
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--black-color);
  font-family: "Barlow", sans-serif;
}
.progressbar-wrap .progress-element .main-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progressbar-wrap .progress-element .main-progress h6 {
  padding-left: 20px;
  margin-bottom: 0px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
}
.progressbar-wrap .progress-element .main-progress .pro-count {
  font-size: 16px;
  color: var(--black-color);
  font-family: "Barlow", sans-serif;
}
.progressbar-wrap .progress-element .main-progress .progress-container {
  position: relative;
  background: #eee;
  height: 6px;
  width: 100%;
  border-radius: 6px;
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  overflow: initial;
  background-color: var(--theme-color);
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scale::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px rgba(87, 86, 86, 0.25);
  background: var(--theme-color);
  animation: loader 3s;
  animation-iteration-count: infinite;
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scale::after {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: var(--white-color);
  animation: loader 3s;
  animation-iteration-count: infinite;
}
.progressbar-wrap .progress-element .main-progress .progress-container .main-scle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: var(--theme-color);
}
.progressbar-wrap .progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  background: var(--theme-color);
}

.style__progress {
  margin-top: 30px;
}

@keyframes loader {
  0% {
    left: 0px;
  }
  90% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/*========== Choose Section End ==========*/
/*========== Counter Section Start  ==========*/
.counter__section {
  overflow: hidden;
  position: relative;
  background: url(../img/counter/bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.counter__section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: rgba(215, 35, 35, 0.5);
}

.main__counter__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main__counter__wrapper .counter__items {
  width: 25%;
  text-align: center;
}
.main__counter__wrapper .counter__items .counter__content {
  margin: 0 auto;
}
.main__counter__wrapper .counter__items .counter__content .icon {
  margin-bottom: 15px;
}
.main__counter__wrapper .counter__items .counter__content .icon i {
  font-size: 42px;
}
.main__counter__wrapper .counter__items .counter__content .cont {
  justify-content: center;
}
.main__counter__wrapper .counter__items .counter__content .cont span {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
}
.main__counter__wrapper .counter__items .counter__content h2 {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.main__counter__wrapper .counter__items .counter__content p {
  font-size: 17px;
  margin-top: 8px;
  color: var(--white-color);
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main__counter__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main__counter__wrapper .counter__items {
    width: 31.6666666667%;
  }
  .main__counter__wrapper .counter__items:not(:last-child) {
    margin-bottom: 30px;
  }
  .main__counter__wrapper .counter__items .counter__content h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .main__counter__wrapper .counter__items {
    width: 47.5%;
  }
  .main__counter__wrapper .counter__items:not(:last-child) {
    margin-bottom: 0;
  }
  .main__counter__wrapper .counter__items:nth-child(1) {
    margin-bottom: 30px;
  }
  .main__counter__wrapper .counter__items:nth-child(2) {
    margin-bottom: 30px;
  }
  .main__counter__wrapper .counter__items .counter__content h2 {
    font-size: 44px;
  }
  .main__counter__wrapper .counter__items .counter__content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .main-counter__wrapper .counter__items {
    width: 47.5%;
  }
  .main-counter__wrapper .counter__items .counter__content h2 {
    font-size: 31px;
  }
  .main-counter__wrapper .counter__items .counter__content .cont span {
    font-size: 31px;
    margin-top: 2px;
  }
  .main-counter__wrapper .counter__items .counter__content p {
    font-size: 16px;
  }
}
/*========== Counter Section End  ==========*/
/*========== Discount Section Start ==========*/
.discount__section {
  overflow: hidden;
  background: url(../img/discount/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}
.discount__section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.discount__section .discount__items {
  max-width: 650px;
  position: relative;
}
.discount__section .discount__items .discount__content h3 {
  text-transform: uppercase;
  color: var(--white-color);
}
.discount__section .discount__items .discount__content h5 {
  text-transform: none;
  color: var(--theme-color);
}
.discount__section .discount__items .discount__content p {
  color: var(--white-color);
  margin-top: 10px;
}

/*========== Discount Section End ==========*/
/*========== Calculate Section End ==========*/
.calculate__section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.calculate__section .calculate__wrapper .cal__tittle {
  text-transform: uppercase;
}
.calculate__section .calculate__wrapper .cal__tittle span {
  color: var(--theme-color);
}
.calculate__section .calculate__wrapper .calculate__items input, .calculate__section .calculate__wrapper .calculate__items select {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background-color: transparent;
  padding: 12px 24px;
  color: var(--paragraph-color);
  text-transform: none;
  font-weight: 600;
}
.calculate__section .calculate__wrapper .calculate__items .calculate__button .cmn--btn {
  border: none;
}
.calculate__section .calculate__box table {
  border-collapse: collapse;
  width: 100%;
}
.calculate__section .calculate__box table tbody .table__heading {
  border: none;
  border-bottom: 1px solid var(--border-color);
}
.calculate__section .calculate__box table tbody tr th {
  text-align: left;
  padding: 18px 32px;
  color: var(--black-color);
  font-size: 18px;
  color: var(--white-color);
  text-transform: none;
}
.calculate__section .calculate__box table tbody tr .border__one {
  border-right: 1px solid var(--white-color);
}
.calculate__section .calculate__box table tbody tr .border__two {
  border-right: 1px solid var(--white-color);
}
.calculate__section .calculate__box table tbody tr td {
  text-align: left;
  padding: 18px 32px;
  font-size: 18px;
  color: var(--white-color);
  text-transform: none;
  font-weight: 500;
}

/*========== Calculate Section End ==========*/
/*========== Event Section Start ==========*/
.event__section .event__items {
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.02);
}
.event__section .event__items .event__thumb {
  position: relative;
  overflow: hidden;
}
.event__section .event__items .event__thumb img {
  width: 100%;
  height: 100%;
}
.event__section .event__items .event__thumb .event__date {
  position: absolute;
  top: 10px;
  right: -10px;
  padding: 15px 30px 0 15px;
  z-index: 111;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  background-color: var(--theme-color);
}
.event__section .event__items .event__thumb .event__date h6 {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  font-weight: 500;
  color: var(--white-color);
  font-size: 16px;
}
.event__section .event__items .event__thumb .event__date i {
  margin-left: 10px;
  margin-right: 4px;
  font-size: 16px;
  color: var(--white-color);
}
.event__section .event__items .event__content {
  padding: 30px 20px;
}
.event__section .event__items .event__content h5 {
  text-transform: uppercase;
}
.event__section .event__items .event__content h5 a {
  color: var(--black-color);
  transition: all 0.3s;
}
.event__section .event__items .event__content h5 a:hover {
  color: var(--theme-color);
}

/*========== Event Section End ==========*/
/*========== Insta Section Start ==========*/
.insta__section {
  overflow: hidden;
}
.insta__section .insta__wrap i {
  font-size: 24px;
  color: var(--theme-color);
}
.insta__section .insta__wrap i span {
  font-size: 18px;
}
.insta__section .insta__thumb img {
  width: 100%;
  height: 100%;
}

/*========== Insta Section End ==========*/
/*========== Product Section Start ==========*/
.product__section {
  overflow: hidden;
}
.product__section .product__items {
  border: 1px solid var(--border-color);
}
.product__section .product__items .product__thumb {
  overflow: hidden;
}
.product__section .product__items .product__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.product__section .product__items .product__content {
  padding: 25px 0;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -40px;
  position: relative;
}
.product__section .product__items .product__content h5 {
  text-transform: uppercase;
}
.product__section .product__items .product__content h5 a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}
.product__section .product__items .product__content h5 a:hover {
  color: var(--theme-color);
}
.product__section .product__items .product__content .product__price del {
  margin-right: 10px;
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 600;
}
.product__section .product__items .product__content .product__price h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.product__section .product__items .product__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.product__section .product__items .product__content ul li i {
  color: var(--theme-color);
}
.product__section .product__items .product__btn {
  padding: 15px 0;
}
.product__section .product__items:hover .product__thumb img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}
.product__section .style__shop .product__thumb {
  position: relative;
}
.product__section .style__shop .product__thumb .product__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  gap: 5px;
}
.product__section .style__shop .product__thumb .product__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-color);
  margin: 0px 2px;
  transition: all 0.4s ease-out 0s;
  transform: scaleX(0);
  cursor: pointer;
}
.product__section .style__shop .product__thumb .product__icon li a i {
  color: var(--white-color);
}
.product__section .style__shop:hover .product__thumb .product__icon li {
  transform: scaleX(1) !important;
}
.product__section .title {
  text-transform: uppercase;
}

/*========== Product Section End ==========*/
/*========== Defaulf Pagination Start ==========*/
.default__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.default__pagination li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  font-weight: 500;
}
.default__pagination li a {
  transition: all 0.4s;
}
.default__pagination li:hover, .default__pagination li.active {
  background-color: var(--theme-color);
}
.default__pagination li:hover a, .default__pagination li.active a {
  color: var(--white-color);
}

/*========== Defaulf Pagination End ==========*/
/*========== Error Section Start ==========*/
.error__section {
  overflow: hidden;
}
.error__section .error__thumb img {
  width: 100%;
  height: 100%;
}
.error__section .error__thumb .error__content h3 {
  text-transform: uppercase;
}

/*========== Error Section End ==========*/
/*========== Classes Details Section Start ==========*/
.classes__details {
  overflow: hidden;
}

.sidebar__right .sidebar__widget .service__list {
  position: relative;
}
.sidebar__right .sidebar__widget .service__list li {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.sidebar__right .sidebar__widget .service__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.sidebar__right .sidebar__widget .service__list li a span {
  font-size: 22px;
  font-weight: 500;
}
.sidebar__right .sidebar__widget .service__list li:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.sidebar__right .sidebar__widget .service__list li:hover a {
  color: var(--white-color);
}
.sidebar__right .sidebar__widget .service__list .active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.sidebar__right .sidebar__widget .service__list .active a {
  color: var(--white-color);
}
.sidebar__right .sidebar__widget .style__categorie li {
  padding: 15px 20px;
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items {
  display: flex;
  align-items: center;
  gap: 9px 20px;
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content {
  width: calc(100% - 150px);
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content h6 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 150%;
}
@media (max-width: 500px) {
  .sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content h6 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content .date {
  font-size: 16px;
  color: var(--theme-color);
}
@media (max-width: 500px) {
  .sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content .date {
    font-size: 14px;
  }
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items .thumb {
  display: block;
  width: 150px;
}
.sidebar__right .sidebar__widget .recent__wrap .recent__items .thumb img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .sidebar__right .sidebar__widget .recent__wrap .recent__items {
    gap: 9px 12px;
  }
  .sidebar__right .sidebar__widget .recent__wrap .recent__items .thumb {
    width: 100px;
  }
  .sidebar__right .sidebar__widget .recent__wrap .recent__items .recent__content {
    width: calc(100% - 100px);
  }
}
.sidebar__right .sidebar__widget .map__items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.sidebar__right .sidebar__widget .map__items .googpemap iframe {
  width: 100%;
  height: 250px;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap {
  padding: 15px 20px;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap li {
  list-style: none;
  margin-bottom: 15px;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap li a {
  color: var(--paragraph-color);
  transition: all 0.4s ease-in-out;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap li a i {
  margin-right: 6px;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap li a span {
  text-transform: none;
}
.sidebar__right .sidebar__widget .map__items .map__content .map__content__wrap li a:hover {
  color: var(--theme-color);
}
.sidebar__right .sidebar__widget .tag__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sidebar__right .sidebar__widget .tag__list li {
  margin: 0 8px 8px 0;
}
.sidebar__right .sidebar__widget .tag__list li a {
  font-size: 16px;
  display: inline-block;
  padding: 5px 18px;
  color: var(--black-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}
.sidebar__right .sidebar__widget .tag__list li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.sidebar__right .sidebar__widget .recent__btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar__right .sidebar__widget .recent__btn span {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.sidebar__right .sidebar__widget .recent__btn .icon {
  margin-top: 3px;
}
.sidebar__right .sidebar__widget .recent__btn .icon i {
  font-size: 18px;
  color: var(--theme-color);
}
.sidebar__right .sidebar__widget form {
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid var(--border-color);
}
.sidebar__right .sidebar__widget form input {
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--black-color);
}
.sidebar__right .sidebar__widget form button {
  margin-right: 10px;
  margin-top: 8px;
  background: none;
  border: none;
  outline: none;
}
.sidebar__right .sidebar__widget .category__list {
  background-color: #f5f5f5;
}
.sidebar__right .sidebar__widget .category__list li {
  padding: 15px 15px;
  border-bottom: 1px solid #dddddd;
}
.sidebar__right .sidebar__widget .category__list li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  transition: all 0.3s;
  text-transform: uppercase;
}
.sidebar__right .sidebar__widget .category__list li a:hover {
  color: var(--theme-color);
}
.sidebar__right .sidebar__widget .pricing__bar .range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}
.sidebar__right .sidebar__widget .pricing__bar .range-slider .rangeValues {
  display: block;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  padding-top: 12px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: var(--border-color);
  border: none;
  border-radius: 3px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 6px;
  border-radius: 11px;
  background: var(--theme-color);
  border: 1px solid var(--border-color);
  margin-top: -6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]:focus {
  outline: none;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  z-index: -4;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.sidebar__right .sidebar__widget .pricing__bar input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.sidebar__right .style__border {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.sidebar__right .widget__tittle h4 {
  text-transform: uppercase;
}
.sidebar__right .widget__tittle h5 {
  text-transform: uppercase;
}
.sidebar__right .download-pdf {
  padding: 20px 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.sidebar__right .download-pdf .pdf-left i {
  margin-right: 10px;
  color: var(--theme-color);
}
.sidebar__right .download-pdf .pdf-left span {
  font-weight: 500;
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 22px;
}
.sidebar__right .download-pdf i {
  color: var(--theme-color);
}
.sidebar__right .classes__helping {
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}
.sidebar__right .classes__helping .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.sidebar__right .classes__helping .helping__content {
  padding: 20px 25px;
}
.sidebar__right .classes__helping .helping__content h4 {
  text-transform: uppercase;
}
.sidebar__right .classes__helping .helping__content p {
  text-transform: none;
}
.sidebar__right .classes__helping .helping__content ul li {
  font-size: 20px;
  font-weight: 500;
}
.sidebar__right .classes__helping .helping__content ul li i {
  color: var(--theme-color);
  margin-right: 4px;
  font-size: 18px;
}
.sidebar__right .classes__helping .helping__content ul li span a {
  color: var(--paragraph-color);
  text-transform: none;
}

.details__items .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.details__items .details__content h3 {
  text-transform: uppercase;
}
.details__items .details__content .points {
  position: relative;
}
.details__items .details__content .points li {
  position: relative;
  color: var(--paragraph-color);
  font-size: 16px;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}
.details__items .details__content .points li::before {
  position: absolute;
  content: "\f14a";
  left: 0px;
  top: 5px;
  color: var(--theme-color);
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  font-family: "FontAwesome";
  font-size: 16px;
}
.details__items .details__content .tittle {
  text-transform: uppercase;
}
.details__items .details__content .schedule__item .class__time {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px;
  border-radius: 0px 10px 0px 0px;
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}
.details__items .details__content .schedule__item .class__time h5 {
  color: var(--black-color);
  text-transform: none;
}
.details__items .details__content .schedule__item .class__time span {
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: 18px;
}
.details__items .details__content .event__date h6 {
  font-weight: 500;
  color: var(--paragraph-color);
  text-transform: none;
}
.details__items .details__content .event__date h6 i {
  color: var(--theme-color);
  margin-right: 5px;
}
.details__items .details__content .social__share ul li {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.details__items .details__content .social__share ul li span {
  font-size: 22px;
  color: var(--paragraph-color);
  font-weight: 500;
  text-transform: none;
}
.details__items .details__content .social__share ul li span i {
  color: var(--black-color);
  font-size: 22px;
}
.details__items .details__content .social__share ul li i {
  color: var(--white-color);
  font-size: 16px;
}
.details__items .details__content .venue__items ul li {
  font-size: 18px;
  color: var(--paragraph-color);
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.details__items .details__content .venue__items ul li span {
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 20%;
}

/*========== Classes Details Section End ==========*/
/*========== Events Details Section Start ==========*/
.event__details {
  overflow: hidden;
}

/*========== Events Details Section End ==========*/
/*========== Trainner Details Section Start ==========*/
.team__details {
  overflow: hidden;
}
.team__details .trainner__left .trainner__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team__details .trainner__left .trainers__cont h5 {
  text-transform: uppercase;
}
.team__details .trainner__left .trainers__cont ul {
  margin-top: 10px;
}
.team__details .trainner__left .trainers__cont ul li {
  font-size: 20px;
  color: var(--paragraph-color);
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.team__details .trainner__left .trainers__cont ul li span {
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 30%;
}
.team__details .trainner__right .trainner__content h4 {
  text-transform: uppercase;
}
.team__details .trainner__right .trainner__content span {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
.team__details .trainner__right .trainner__content p {
  margin-top: 10px;
}
.team__details .trainner__right .trainner__content .trainner__tittle {
  text-transform: uppercase;
}

/*========== Trainner Details Section End ==========*/
/*========== Blog Details Section Start ==========*/
.blog__details {
  overflow: hidden;
}
.blog__details .blog__details__items .details__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.blog__details .blog__details__items .details__wrapper .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__details .blog__details__items .details__wrapper .details__content {
  padding: 25px 25px;
}
.blog__details .blog__details__items .details__wrapper .details__content h3 {
  text-transform: uppercase;
  font-size: 36px;
}
.blog__details .blog__details__items .details__wrapper .details__content ul {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid var(--border-color);*/
}
div.texty {
  text-align: justify;
  font-size: 18px;
}
.blog__details .blog__details__items .details__wrapper .details__content .texty ul, .texty ul {
  display: block;
  align-items: center;  
  padding-bottom: 20px;  
  margin-bottom: 20px;
  margin-left: 20px;  
  list-style: square;
}
.blog__details .blog__details__items .details__wrapper .details__content ul li,
.blog__details .blog__details__items .details__wrapper .details__content ol li {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph-color);
}
.blog__details .blog__details__items .details__wrapper .details__content .texty ul li,
.blog__details .blog__details__items .details__wrapper .details__content .texty ol li,
.texty ul li {
  margin-bottom: 7px;  
}
.blog__details .blog__details__items .details__wrapper .details__content ul li i {
  margin-right: 8px;
  color: var(--theme-color);
  font-size: 16px;
}
.blog__details .blog__details__items .details__wrapper .details__content .more__details__item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb,
.event__details .details__items .details__content .video__thumb {
  margin: 28px 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb::before,
.event__details .details__items .details__content .video__thumb::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  background: rgba(28, 72, 72, 0.4);
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb img,
.event__details .details__items .details__content .video__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn,
.event__details .details__items .details__content .video__thumb .video-btn {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--theme-color);
  text-align: center;
  line-height: 58px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.4s;
}
.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn i,
.event__details .details__items .details__content .video__thumb .video-btn i {
  font-size: 18px;
  color: var(--white-color);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(69, 47, 244, 0.1);
  padding-top: 24px;
  margin-top: 28px;
}
@media (max-width: 500px) {
  .blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
    display: grid;
    gap: 15px;
  }
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon {
  margin-top: 6px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon i {
  font-size: 22px;
  color: var(--theme-color);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn span {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon {
  margin-top: 6px;
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon i {
  font-size: 22px;
  color: var(--black-color);
}
.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span {
  font-weight: 600;
  font-size: 18px;
  color: var(--black-color);
}
.blog__details .blog__details__items .comments__wrap {
  padding: 28px 28px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap {
    padding: 20px 15px;
  }
}
.blog__details .blog__details__items .comments__wrap h4 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap h4 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}

.reviews__boxes {
  padding: 15px 0;
  display: flex;
  gap: 20px;
}
.reviews__boxes:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
  .reviews__boxes {
    flex-wrap: wrap;
  }
}
.reviews__boxes .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.reviews__boxes .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.reviews__boxes .thumb__review {
  width: 60px;
  height: 60px;
}
.reviews__boxes .thumb__review img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reviews__boxes .review-content {
  width: calc(100% - 100px);
}
@media (max-width: 1199px) {
  .reviews__boxes .review-content {
    width: 100%;
  }
}
.reviews__boxes .review-content .name__ratting {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.reviews__boxes .review-content .name {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-color);
  font-weight: 600;
  text-transform: uppercase;
}
.reviews__boxes .review-content .time {
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 500;
  margin-left: 10px;
}
.reviews__boxes .review-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews__boxes .review-content .liked__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.reviews__boxes .review-content .liked__wrap li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews__boxes .review-content .liked__wrap li span {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 400;
}
.reviews__boxes .review-content .liked__wrap li .icon {
  margin-top: 6px;
}
.reviews__boxes .review-content .liked__wrap li .icon i {
  color: var(--theme-color);
  font-size: 20px;
}
.reviews__boxes .review-content .ratting {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reviews__boxes .review-content .ratting span {
  color: var(--theme-color);
  font-size: 16px;
}

/*========== Blog Details Section End ==========*/
/*========== Contact Info Section Start ==========*/
.contact__info {
  overflow: hidden;
  background-color: #fbf8f8;
}
.contact__info .info__items {
  background-color: var(--white-color);
  padding: 50px 30px;
}
.contact__info .info__items .info__icon {
  width: 75px;
  height: 75px;
  line-height: 80px;
  border-radius: 100%;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.15);
  text-align: center;
  margin: 0 auto;
}
.contact__info .info__items .info__icon i {
  font-size: 28px;
  color: var(--theme-color);
}
.contact__info .info__items h4 {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
}

/*========== Contact Info Section End ==========*/
/*=============== Contact Page Here ===============*/
.contact__section {
  overflow: hidden;
}

.contact__right .form__clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--border-color);
  color: var(--black-color);
}
.contact__right .form__clt__big textarea {
  padding: 14px 15px 130px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 2px solid var(--border-color);
  color: var(--black-color);
}
.contact__right .cmn--btn {
  width: 100%;
  border: none;
}

/*=============== Contact Page End ===============*/
/*========== Map Section Start ==========*/
.map__section {
  overflow: hidden;
}
.map__section .googpemap iframe {
  width: 100%;
  height: 650px;
}

/*========== Map Section End ==========*/
/*========== Shop Cart Section Start ==========*/
.cart__section {
  overflow: hidden;
}
.cart__section .main__cart__wrap {
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: var(--shopbg);
  padding: 40px 40px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table {
  width: 100%;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead {
  border-bottom: 1px solid var(--border-color);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead tr th {
  padding-bottom: 16px;
  color: var(--black-color);
  font-size: 18px;
  text-transform: none;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item td {
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
  color: var(--theme-color);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F5F4FE;
  width: 100px;
  border-radius: 5px;
  padding: 2px 20px;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
  display: block;
  color: var(--theme-color);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
  display: block;
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
  color: var(--theme-color);
}
.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
  color: var(--theme-color);
}
.cart__section .main__cart__wrap .cart__wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form {
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form input {
  color: var(--paragraph-color);
  padding: 5px 5px;
  border: none;
  font-weight: 500;
  outline: none;
  background: transparent;
}
.cart__section .main__cart__wrap .cart__wrapper-footer form button {
  outline: none;
  border: none;
}
.cart__section .main__cart__wrap .cart__pragh__box {
  margin-top: 24px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph {
  border: 1px solid var(--border-color);
  padding: 30px 30px;
  border-radius: 5px;
}
.cart__section .main__cart__wrap .cart__graph h4 {
  text-align: center;
  color: var(--black-color);
  margin-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph ul {
  margin-bottom: 30px;
}
.cart__section .main__cart__wrap .cart__graph ul li {
  display: flex;
}
.cart__section .main__cart__wrap .cart__graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.cart__section .main__cart__wrap .cart__graph ul li span {
  width: 50%;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cart__wrapper {
    overflow-x: scroll;
  }
  .cart__wrapper .cart-items-wrapper {
    width: 700px;
  }
  .cart__wrapper .cart__wrapper-footer {
    width: 700px;
  }
}
/*========== Shop Cart Section End ==========*/
/*========== Shop Single Section Start ==========*/
.shop__single {
  overflow: hidden;
}
.shop__single .shop__single__content h3 {
  text-transform: uppercase;
}
.shop__single .shop__single__content .describtion__reviews {
  padding: 0 0px;
}
.shop__single .shop__single__content .describtion__reviews .nav {
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop__single .shop__single__content .describtion__reviews .nav .nav-item {
  border: none;
}
.shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link {
  padding: 0 0;
  border: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--black-color);
}
.shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link.active {
  color: var(--theme-color);
  background: none;
}
.shop__single .shop__single__content .product-description__content-footer {
  margin-top: 14px;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-single {
  padding: 10px 20px;
  background: #F6F5FE;
  border-radius: 5px;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label input {
  border: none;
  box-shadow: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label i {
  font-size: 24px;
  color: var(--black-color);
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-single p {
  color: var(--black-color);
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .product-quant {
  color: var(--black-color);
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-incre i,
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-decre i {
  color: var(--theme-color);
}
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(1),
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(3) {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--place2bor);
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.review__section {
  overflow: hidden;
  background-color: #F6F5FF;
}

.female__img {
  width: 100%;
}
.female__img img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .female__review {
    margin-bottom: 35px;
  }
}
.female__review .write__review__wrap {
  margin-top: 40px;
}
.female__review .write__review__wrap .title {
  margin-bottom: 28px;
  color: var(--black-color);
  text-transform: uppercase;
}
.female__review .write__review__wrap form input {
  width: 100%;
  border: 1px solid var(--border-color);
  color: var(--paragraph-color);
  padding: 12px 24px;
  outline: none;
  border-radius: 5px;
}
.female__review .write__review__wrap form .form__star {
  border-radius: 5px;
  width: 100%;
  border: 1px solid var(--border-color);
  color: var(--paragraph-color);
  background-color: var(--white-color);
  padding: 12px 24px;
}
.female__review .write__review__wrap form .form__star a i {
  font-size: 16px;
  color: var(--theme-color);
}
.female__review .write__review__wrap form ::placeholder {
  color: var(--paragraph-color);
}
.female__review .write__review__wrap form textarea {
  border: 1px solid var(--border-color);
  color: var(--paragraph-color);
  padding: 12px 24px;
  outline: none;
  box-shadow: none;
}
.female__review .write__review__wrap form .cmn--btn {
  width: 160px;
  border: none;
  outline: none;
  margin-left: 10px;
}

/*========== Shop Single Section End ==========*/
/*========== Checkout Section Start ==========*/
.checkout__radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout__radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--black-color);
  font-weight: 600;
}
.checkout__radio h4 {
  color: var(--black-color);
  margin-bottom: 16px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border-color);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  color: var(--black-color);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout__radio {
    padding: 10px;
  }
}

.checkout__single-wrapper .checkout__single h4 {
  color: var(--black-color);
  margin-bottom: 2rem;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--black-color);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single label {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single ::placeholder {
  color: var(--black-color);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .payment {
  color: var(--black-color);
  margin-bottom: 12px;
}
.checkout__single-wrapper .boxshado__single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .boxshado__single {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single input {
  border: 1px solid var(--border-color);
  background: transparent;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single__bg {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg .payment__save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout__single-wrapper .checkout__single__bg .payment__save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background-color: var(--theme-color);
  outline: none;
  color: var(--theme-color);
}
.checkout__single-wrapper .checkout__single__bg .payment__save label {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
}

/*========== Checkout Section End ==========*/
/*========== Successful Section STart ==========*/
.successful__section {
  padding: 240px 0 120px;
}
@media (max-width: 991px) {
  .successful__section {
    padding: 200px 0px;
  }
}
@media (max-width: 500px) {
  .successful__section {
    padding: 180px 0px;
  }
}

.payment__success__inner {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 5px;
  padding: 32px;
}
.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin: 0 auto 20px;
}
.payment__success__inner .payment__success__header .icon i {
  color: var(--white-color);
  font-size: 24px;
}
.payment__success__inner .payment__success__header h2 {
  color: var(--black-color);
  margin-bottom: 20px;
}
.payment__success__inner .payment__success__header p {
  font-size: 24px;
  color: var(--paragraph-color);
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 26px;
  }
  .payment__success__inner .payment__success__header p {
    font-size: 16px;
  }
}
.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: #F6F5FE;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.payment__success__inner .payment__success__body ul li span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}
.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 600;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }
  .payment__success__inner .payment__success__body li span {
    font-size: 14px !important;
  }
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}
.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

/*========== Successful Section End ==========*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
@keyframes pro {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Animation of the witr */
@-webkit-keyframes move_title_bg1 {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes move_title_bg1 {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes move_title_bg2 {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
@keyframes move_title_bg2 {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
/* Animation of the witr */
/* Animation of the Video */
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* Animation of the Video */
/*========== Blog Section Start  ==========*/
.blog__section {
  overflow: hidden;
}
.blog__section .blog__items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog__section .blog__items .blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__section .blog__items .blog__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  transform: skewX(-35deg);
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: 1;
}
.blog__section .blog__items .blog__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog__section .blog__items .blog__content {
  padding: 30px 20px;
}
.blog__section .blog__items .blog__content h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
}
.blog__section .blog__items .blog__content h5 a {
  color: var(--black-color);
  transition: all 0.3s;
}
.blog__section .blog__items .blog__content ul {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blog__section .blog__items .blog__content ul li {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
}
.blog__section .blog__items .blog__content ul li i {
  margin-right: 5px;
  color: var(--theme-color);
  font-size: 16px;
}
.blog__section .blog__items:hover .blog__content h5 a {
  color: var(--theme-color);
}
.blog__section .blog__items:hover .blog__thumb::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog__section .blog__items:hover .blog__thumb img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

/*========== Blog Section End  ==========*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  padding: 13px 30px 13px;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(215, 35, 35) 0%, rgb(215, 35, 35) 30%, rgb(215, 35, 35) 100%);
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 5px;
}
.cmn--btn:hover {
  color: var(--white-color);
  background: linear-gradient(#eb5555, #d72323);
}
.cmn--btn::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.cmn--btn-2 {
  padding: 13px 30px 13px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid var(--white-color);
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 5px;
}
.cmn--btn-2:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.cmn--btn-2::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn-2:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.cmn--button {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black-color);
  transition: all 0.3s;
}
.cmn--button i {
  font-size: 16px;
}
.cmn--button:hover {
  color: var(--theme-color);
}

/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  .banner__section .banner__two h1 {
    font-size: 52px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 32px;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .banner__section .banner__two h1 {
    font-size: 62px;
  }
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .banner__section .banner__two h1 {
    font-size: 38px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 32px;
  }
  .banner__section .banner__two h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 13px;
  }
}
/*=============== Banner Start ===============*/
@media screen and (max-width: 1199px) {
  .banner__pagination__wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner__image {
    padding: 120px 0;
  }
  .banner__image .banner__content h5 {
    margin-left: 0px;
  }
  .banner__image .banner__content h5::before {
    display: none;
  }
  .banner__image .banner__content h5::after {
    display: none;
  }
}
/*=============== Banner End ===============*/
/*=============== Schedule Start ===============*/
@media screen and (max-width: 1199px) {
  .schedule__section .table__content {
    max-width: 100%;
    overflow-x: auto;
  }
  .schedule__section .table__content .table__box .table__wrapper {
    min-width: 1000px;
  }
  .schedule__section .table__content .table__box .table__wrapper table tbody tr th {
    padding: 20px 20px;
    font-size: 20px;
  }
  .schedule__section .table__content .table__box .table__wrapper table tbody tr td {
    padding: 20px 20px;
  }
  .schedule__section .table__content .table__box .table__wrapper table tbody tr td h6 {
    font-size: 18px;
  }
  .schedule__section .table__content .table__box .table__wrapper table tbody tr td p {
    font-size: 14px;
  }
}
/*=============== Schedule End ===============*/
/*========== Team Section Start ==========*/
@media screen and (max-width: 767px) {
  .team__section .team__items:hover .share__icon {
    top: 92%;
  }
  .team__section .active .share__icon {
    top: 92% !important;
  }
}
@media screen and (max-width: 600px) {
  .team__section .team__items .team__content {
    bottom: 25px;
    left: 0;
  }
  .team__section .team__items:hover .share__icon {
    top: 89%;
  }
  .team__section .active .share__icon {
    top: 89% !important;
  }
}
@media screen and (max-width: 420px) {
  .team__section .team__items:hover .share__icon {
    top: 85%;
  }
  .team__section .active .share__icon {
    top: 85% !important;
  }
}
/*========== Team Section End ==========*//*# sourceMappingURL=main.css.map */
.google-map {
  width: 100%;
  height: 500px;
}
.leaflet-pane .leaflet-tile-pane .leaflet-layer {
	filter: hue-rotate(330deg) invert(0.8);
}