@charset "UTF-8";
/* ====== fonts =========== */
@font-face {
  font-family: 'Conv_Quicksand-Bold';
  src: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Bold.eot');
  src: local("☺"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Bold.woff') format("woff"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Bold.ttf') format("truetype"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Bold.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Medium';
  src: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Medium.eot');
  src: local("☺"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Medium.woff') format("woff"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Medium.ttf') format("truetype"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Medium.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Regular';
  src: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Regular.eot');
  src: local("☺"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Regular.woff') format("woff"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Regular.ttf') format("truetype"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/Quicksand-Regular.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DancingScript-VariableFont_wght';
  src: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/DancingScript-VariableFont_wght.eot');
  src: local("☺"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/DancingScript-VariableFont_wght.woff') format("woff"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/DancingScript-VariableFont_wght.ttf') format("truetype"), url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/fonts/font/DancingScript-VariableFont_wght.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====== Color Palette =========== */
/* ====== fonts =========== */
/* ====== Font Sizes =========== */
/* ====== Text =========== */
/* ====== padding =========== */
/* ====== margin =========== */
/* ====== border radius =========== */
/*----------- functions -----------*/
/*---------- animation ----------*/
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
li {
  list-style: none;
}

select {
  width: 100%;
}

input:focus, button:focus, textarea:focus {
  outline: 0;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

button {
  padding: .5rem 2rem;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-size: 15px;
}

body {
  line-height: 1.6;
  font-family: "Conv_Quicksand-Regular";
  overflow-x: hidden;
}

input {
  height: 42px;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid #ccc;
}

input::placeholder {
  color: #ccc;
}

textarea {
  resize: none;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ccc;
  color: #fff;
  height: 200px;
}

textarea::placeholder {
  color: #ccc;
}

p, h1, h2, h3, form {
  margin: 1rem 0px;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Conv_Quicksand-Bold";
}

h2 {
  font-size: 30px;
  font-size: 2.5rem;
  font-family: "Conv_Quicksand-Bold";
}

h3 {
  font-size: 25px;
  font-size: 1.2rem;
  font-family: "Conv_Quicksand-Regular";
}

section {
  padding: 5rem 0;
}

/*---------- General Classes -------------*/
.margin_top {
  margin-top: 2rem;
}

.margin_bottom {
  margin-bottom: 2rem;
}

.margin_top_4 {
  margin-top: 4rem;
}

.margin_bottom_4 {
  margin-bottom: 4rem;
}

.padding_top {
  padding-top: 2rem;
}

.padding_bottom {
  padding-bottom: 2rem;
}

.sec_tit {
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.sec_tit:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 6px;
  width: 72px;
  height: 2px;
  background: #d93743;
  transform: rotate(-45deg);
}

.sec_tit:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #d93743;
  transform: rotate(-45deg);
}

.sec_desc {
  margin: 1rem auto 4rem;
}

.btn_style {
  padding: .8rem 3rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

.dark_btn {
  background: #444444;
  color: #fff;
  border: 2px solid #444444;
}

.dark_btn:hover {
  background: transparent;
  color: #444444;
}

.owl-nav {
  display: flex;
}

.owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.owl-nav .owl-next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.hidden {
  display: none;
}

/* header */
.site_header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .top_header {
  background: #d93743;
  padding: .5rem 0;
  color: #fff;
}

.site_header .top_header a {
  color: #fff;
}

.site_header .top_header a:hover {
  opacity: .7;
}

.site_header .top_header svg {
  margin: 0 .5rem;
}

.site_header .bottom_header {
  background: rgba(0, 0, 0, 0.93);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: .5rem 0;
}

.site_header .bottom_header .navbar-brand img {
  max-height: 80px;
  max-width: 150px;
}

.site_header .bottom_header .nav-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Conv_Quicksand-Medium";
}

.site_header .bottom_header .nav-item .nav-link {
  color: #fff;
  padding: 0 .8rem;
  font-size: 1.1rem;
}

.site_header .bottom_header .nav-item.active .nav-link, .site_header .bottom_header .nav-item:hover .nav-link {
  color: #d93743;
}

.site_header .bottom_header .navbar {
  padding: .5rem 0;
}

.site_header .bottom_header .dropdown .dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site_header .bottom_header .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .bottom_header .dropdown .dropdown-menu .dropdown-item:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  background: transparent;
}

.site_header .bottom_header.header-scroll_bg_light {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1010;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site_header .bottom_header .navbar-nav {
  position: relative;
}

.site_header .search {
  padding-top: .4rem;
  margin-left: 2rem;
}

.site_header #search {
  background: #000;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 12;
  width: calc(100% - 1rem);
  display: none;
}

.site_header #search input {
  background: transparent;
  border: 1px solid #eee;
  height: 35px;
  color: #eee;
  width: 100%;
}

.site_header #search button {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 35px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
}

/* ====== basic classess */
.solid_btn {
  background: #d93743;
  color: #fff;
  border: 2px solid #d93743;
}

.solid_btn:hover {
  background: transparent;
  color: #d93743;
}

.text_pink {
  color: #d93743;
}

/* hero section */
#hero_section {
  padding: 0;
  position: relative;
}

#hero_section .heroSlide {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
}

#hero_section .carousel-Data {
  padding: 5rem 0 5rem;
  z-index: 2;
  text-align: center;
}

#hero_section .carousel-Data .slider-title {
  animation-delay: .5s;
}

#hero_section .carousel-Data .slider-desc {
  animation-delay: .8s;
  max-width: 500px;
  margin: 1rem auto;
  font-family: "Conv_Quicksand-Medium";
}

#hero_section .carousel-Data .btn_style {
  animation-delay: 1.1s;
}

#hero_section .container {
  display: none;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

#hero_section .heroSlide {
  min-height: 300px;
  background-size: cover !important;
  background-position: top center !important;
}

#hero_section .owl-item.active .container {
  display: block;
}

#hero_section .owl-dots {
  font-family: "Conv_Quicksand-Bold";
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero_section .owl-dots .owl-dot {
  position: relative;
  width: fit-content;
  padding: 0 1rem .5rem;
  opacity: .8;
}

#hero_section .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0;
}

#hero_section .owl-dots .owl-dot.active, #hero_section .owl-dots .owl-dot:hover {
  color: #d93743;
  opacity: 1;
}

#hero_section .owl-dots .owl-dot.active:before, #hero_section .owl-dots .owl-dot:hover:before {
  width: 100%;
  background: #d93743;
}

/* our v]courses */
#ourCourses {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/courses_bg.jpg');
  background-color: rgba(0, 0, 0, 0.95);
  background-blend-mode: color;
  background-attachment: fixed;
  color: #fff;
}

#ourCourses .col-lg-3 {
  padding: 0;
}

#ourCourses .row {
  margin: 0;
}

#ourCourses .serv_item {
  position: relative;
}

#ourCourses .serv_item .servName {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 2rem 0;
}

#ourCourses .serv_item .servName a {
  color: #fff;
  font-size: 2rem;
}

#ourCourses .serv_item:hover .servName {
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

#ourCourses .serv_item:hover .servName a {
  position: relative;
  display: inline-block;
}

#ourCourses .serv_item:hover .servName a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 80%;
  height: 2px;
  background: #d93743;
  transform: rotate(-45deg);
}

#ourCourses .serv_item:hover .servName a:after {
  content: "";
  position: absolute;
  top: 60%;
  left: -5%;
  width: 100%;
  height: 4px;
  background: #d93743;
  transform: rotate(-45deg);
}

/* coaches */
.coach {
  text-align: center;
}

.coach h3 {
  font-family: "Conv_Quicksand-Bold";
}

.coach .coach_img {
  position: relative;
}

.coach .coach_img ._coach_social {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

.coach .coach_img ._coach_social ul li {
  margin: 0 .6rem;
  font-size: 1rem;
  width: 50px;
  height: 50px;
  background: #444444;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  animation-duration: .35s;
}

.coach .coach_img ._coach_social ul li a {
  color: #fff;
}

.coach .coach_img ._coach_social ul li:nth-child(2) {
  animation-delay: .1s;
}

.coach .coach_img ._coach_social ul li:last-child {
  animation-delay: .2s;
}

.coach .coach_img ._coach_social ul li:hover {
  background: #d93743;
}

.coach .coach_img:hover ._coach_social {
  display: flex;
}

.coach p {
  margin-bottom: 0;
}

/* watch Video */
#watchVideo {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/watchVideo.jpg');
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: color;
  background-attachment: fixed;
  color: #fff;
  padding: 8rem 0;
  text-align: center;
}

#watchVideo .play-icon {
  font-size: 1.5rem;
  background: #d93743;
  border-radius: 50%;
  color: #fff;
  width: 90px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#watchVideo h3 {
  font-size: 1.8rem;
  font-family: "Conv_Quicksand-Bold";
  text-transform: uppercase;
}

#watchVideo h2 {
  text-transform: uppercase;
}

/* pricing */
#pricing .pricing_table {
  border: 2px solid #444444;
  padding: 1rem 2rem 2rem;
  font-family: "Conv_Quicksand-Medium";
}

#pricing .pricing_table .__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #444444;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

#pricing .pricing_table h3 {
  margin: 0 0 2rem;
}

#pricing .pricing_table ul li {
  margin-bottom: .5rem;
  color: #909090;
}

#pricing .pricing_table ul li.disable {
  text-decoration: line-through;
}

#pricing .pricing_table.recommended {
  border-color: #d93743;
}

#pricing .pricing_table.recommended .__number {
  border-color: #d93743;
}

#pricing .pricing_table:hover {
  background: #d93743;
  color: #fff;
  border-color: #d93743;
}

#pricing .pricing_table:hover ul li {
  color: #fff;
}

#pricing .pricing_table:hover .__number {
  border: 1px solid #fff;
}

#pricing .pricing_table:hover .text_pink {
  color: #fff;
}

#pricing .pricing_table:hover .btn_style {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

#pricing .pricing_table:hover .btn_style:hover {
  background: #fff;
  border-color: #fff;
  color: #d93743;
}

/* #purch */
#purch {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/purch2.jpg');
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
  text-align: center;
  color: #fff;
}

/* video Popup */
.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 1991;
  justify-content: center;
  align-items: center;
  display: none;
  animation-duration: .5s;
}

.video_popup .video {
  position: relative;
  width: 1000px;
  max-width: 80%;
}

.video_popup .video .video_src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
}

.video_popup .video .video_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* top section */
.top_sec {
  padding: 8rem 0;
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/gym1.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #d93743;
}

.top_sec h1 {
  color: #fff;
  line-height: 3.5rem;
}

.top_sec h1:before {
  top: 29px;
  left: 6px;
  width: 72px;
  height: 4px;
}

.top_sec h1:after {
  top: 32px;
  left: 0px;
  width: 100px;
  height: 3px;
}

.top_sec h2 {
  line-height: 2rem;
  font-size: 2.2rem;
  color: #fff;
  font-family: "Conv_Quicksand-Regular";
}

/* about us internal */
.aboutUs .about-img {
  position: relative;
  text-align: right;
}

.aboutUs .about-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: calc(100% - 2rem);
  background: #d93743;
  z-index: -1;
}

.aboutUs .about-img img {
  width: 95%;
  margin-top: 2rem;
}

/* testimonial */
.testimonial .client-item {
  background: #fff;
  box-shadow: 0 0 10px #eee;
  margin-top: 50px;
  padding: 0 2rem;
}

.testimonial .client-item img {
  border-radius: 50%;
  border: 5px solid #d93743;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial .client-item svg {
  font-size: 2.5rem;
}

.testimonial .client-item ._content {
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
}

.testimonial .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.testimonial .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: .7;
  border-radius: 50%;
  margin-right: .5rem;
}

.testimonial .owl-dots .owl-dot.active {
  background: #d93743;
}

/* special offer */
.special {
  padding: 10rem 0;
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/offer.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}

/* contact info */
.contact-info a {
  color: #444444;
}

.contact-info .icon {
  width: 50px;
  height: 50px;
  padding: .8rem;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  margin-right: 1rem;
  color: #696969;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-info h3:hover .icon {
  background: #d93743;
  color: #fff;
}

.contact-form {
  padding: 5rem 0;
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202502/202502031/html/img/offer.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}

/* schedual */
.schedule {
  padding-bottom: 2rem;
}

.schedule .nav-link {
  color: #444444;
  font-family: "Conv_Quicksand-Medium";
  border-radius: 0;
}

.schedule .nav-link.active {
  background: #d93743;
}

.schedule .tab-content {
  margin-top: 4rem;
}

.schedule .tab-content .schedule_content .__item {
  text-align: center;
  margin-bottom: 2rem;
}

.schedule .tab-content .schedule_content .__item h3 {
  font-family: "Conv_Quicksand-Medium";
}

/* blogs*/
.blogs .blog {
  position: relative;
  margin-bottom: 2rem;
}

.blogs .blog:last-child {
  margin-bottom: 0;
}

.blogs .blog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.blogs .blog .blog_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogs .blog .blog_content a {
  color: #fff;
}

.blogs .blog .blog_content a:hover {
  color: #fff;
  opacity: .7;
}

.blogs .blog .blog_content ._cat {
  display: flex;
}

.blogs .blog .blog_content ._cat li {
  padding: .5rem 1rem;
  background: #d93743;
  color: #fff;
  margin-right: .5rem;
}

.blogs .blog .blog_content ._data {
  display: flex;
  align-items: center;
}

.blogs .blog .blog_content ._data ._date {
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  padding-right: 1rem;
  margin-right: 1rem;
}

.blogs .blog .blog_content ._data ._date h2 {
  margin: 0;
  line-height: 2.7rem;
}

.blogs .blog .blog_content h3 {
  font-family: "Conv_Quicksand-Bold";
  text-transform: uppercase;
}

.blogs .title {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
  font-family: "Conv_Quicksand-Medium";
  margin-top: 0;
}

.blogs .title span {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d93743;
  display: inline-block;
}

.blogs aside .search-form form {
  position: relative;
}

.blogs aside .search-form form input {
  width: 100%;
}

.blogs aside .search-form form button {
  position: absolute;
  right: 2rem;
  background: transparent;
  padding: 0;
  border: none;
  color: #d93743;
}

.blogs aside .aside_cat li {
  margin-bottom: .5rem;
}

.blogs aside .aside_cat li a {
  color: #444444;
}

.blogs aside .aside_cat li a svg {
  color: #d93743;
}

.blogs aside .aside_cat li:last-child {
  margin-bottom: 0;
}

.blogs aside .tags li {
  padding: .5rem 1rem;
  background: #d93743;
  margin-bottom: 1rem;
}

.blogs aside .tags li a {
  color: #fff;
}

.blogs .comment img {
  width: 100px;
}

.blogs .comment h3 {
  font-family: "Conv_Quicksand-Medium";
}

.site_footer {
  padding: 2rem 0 1rem;
  background: #f9f9f9;
}

.site_footer .footer_top {
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.site_footer .footer_bottom {
  padding: 2rem 0 0;
}

.site_footer .footer_bottom .row {
  margin: 0;
}

.site_footer .footer_bottom p {
  margin: 0 0 1rem;
  width: auto;
}

.site_footer h3 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-family: "Conv_Quicksand-Bold";
}

.site_footer h3 a {
  color: #444444;
}

.site_footer h3.title:before {
  background: #6d6d6d;
}

.site_footer .footer_menu {
  margin-bottom: 1rem;
}

.site_footer .footer_menu ul li {
  margin-bottom: .8rem;
}

.site_footer .footer_menu ul li a {
  color: #444444;
}

.site_footer .subscribe-form input {
  height: auto;
  color: #444444;
}

.site_footer .subscribe-form input::placeholder {
  color: gray;
}

.site_footer .subscribe-form #subscribe_btn {
  padding: .5rem 1rem;
}

.site_footer .subscribe-form #subscribe_btn:hover {
  background: #d93743;
  border-color: #d93743;
  color: #fff;
}

.site_footer .instagram .instaImg {
  width: 33.33%;
}

.site_footer .instagram .instaImg img {
  width: 100%;
}

.site_footer .social_footer {
  display: flex;
}

.site_footer .social_footer .social-link {
  margin-right: 1rem;
  display: inline-block;
  font-size: 17px;
  color: #6d6d6d;
}

.site_footer .social_footer .social-link:hover {
  color: #d93743;
}

.site_footer .loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 19299;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.site_footer .loader .loading {
  animation: loading 3s 0s ease-in-out infinite;
}

.site_footer .goto_top {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 19;
  width: 40px;
  height: 40px;
  background: #d93743;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site_footer .goto_top a {
  color: #fff;
  font-size: 1.2rem;
}

@keyframes loading {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3, 1);
    -moz-transform: scale(1.3, 1);
    -o-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .site_header .navbar-toggler {
    color: #fff;
  }
  .site_header div#navbarSupportedContent {
    height: 90vh;
    text-align: center;
    padding: 3rem;
    overflow: auto;
  }
  .site_header div#navbarSupportedContent .nav-item {
    margin-bottom: 1rem;
  }
  .site_header div#navbarSupportedContent .nav-item .nav-link {
    font-size: 2rem;
  }
  .site_header div#navbarSupportedContent .search {
    display: none;
  }
  .site_header div#navbarSupportedContent #search {
    top:auto;
    display: block;
    position: relative;
  }
  #ourCoatches .margin_top_4 {
    margin-top: 2rem;
  }
  #ourCoatches .coach {
    margin-bottom: 2rem;
  }
  .coatches {
    padding-bottom: 3rem;
  }
  .coatches .coach {
    margin-bottom: 2rem;
  }
  #pricing {
    padding-bottom: 3rem;
  }
  #pricing .pricing_table {
    margin-bottom: 2rem;
  }
  #pricing .pricing_table .btn_style {
    padding: .8rem 2rem;
  }
  aside {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .site_header .top_header .d-flex {
    justify-content: center !important;
  }
  .site_header .top_social_links {
    margin-top: 1rem;
  }
  #whatWeDo {
    text-align: center;
  }
  #whatWeDo .solid_btn {
    margin-bottom: 2rem;
  }
  .aboutUs {
    text-align: center;
  }
  .aboutUs .row {
    flex-direction: column-reverse;
  }
  .aboutUs .about-img {
    margin-top: 2rem;
  }
  .site_footer .col-md-6 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .sec_tit:before {
    content: "";
    top: 20px;
    width: 66px;
  }
  .sec_tit:after {
    content: "";
    top: 23px;
    width: 85px;
  }
  .blogs .blog .blog_content p {
    margin-top: 0;
  }
  .blogs .blog .blog_content h3 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .blogs .align-items-center {
    align-items: flex-start !important;
  }
  .blogs .comment h3 {
    margin-top: 0;
  }
  .blogs .comment img {
    width: 50px;
  }
  form .col {
    flex-basis: 100%;
  }
}
