@media (max-width: 768px) {
  .content_bar p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_bar p, .content_bar a {
  font-size: 19.17px;
  color: #fff;
  text-decoration: none;
}
.content_bar p strong, .content_bar a strong {
  font-family: "Poppins", sans-serif;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .content_bar p, .content_bar a {
    line-height: 1.5em;
  }
}

.vc_btn3-container .added_to_cart {
  display: none !important;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  #blogs .banner-sec {
    text-align: center;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  #blogs .banner-sec {
    min-height: 670px;
  }
}
@media (min-width: 768px) {
  #blogs .banner-sec .vc_col-sm-6 {
    padding: 65px 0 145px 0;
  }
}
#blogs .banner-sec h1 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blogs .banner-sec h1 {
    font-size: 64px;
    line-height: 70px;
  }
}
#blogs .banner-sec h1 br {
  display: none;
}
@media (min-width: 768px) {
  #blogs .banner-sec h1 {
    margin-top: 60px;
  }
}
#blogs .banner-sec p {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .banner-sec p {
    font-size: 18px;
  }
}
#blogs .banner-sec p strong {
  font-weight: 700;
}
#blogs .banner-sec .vc_btn3-color-grey {
  background: #5d2510;
  border-radius: 16px;
  border: 1px solid #5d2510;
  color: #fff;
  font-weight: 500;
  padding: 12px 35px;
  margin-top: 15px;
}
#blogs .banner-sec .vc_btn3-color-grey:hover {
  background: #868b6d;
  border-color: #868b6d;
  color: #fff;
}
@media (min-width: 768px) {
  #blogs .banner-sec .vc_btn3-color-grey {
    font-size: 17px;
  }
}
#blogs .offer-sec {
  padding-bottom: 0 !important;
}
#blogs .offer-sec h3 {
  color: #928b81;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #blogs .offer-sec h3 {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#blogs .offer-sec h2 {
  color: #403b38;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .offer-sec h2 {
    font-size: 48px;
    padding-top: 0;
    line-height: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #blogs .offer-sec h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  #blogs .offer-sec h4 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #blogs .offer-sec .div-align {
    display: flex;
    align-items: flex-end;
  }
  #blogs .offer-sec .div-align .margin-img-bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #blogs .offer-sec .div-align .vc_col-sm-1\/5 {
    margin-top: -90px;
  }
}
#blogs .offer-sec .wpb_single_image {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #blogs .offer-sec .wpb_single_image {
    margin-bottom: 15px !important;
    text-align: center;
  }
}
#blogs .offer-sec .subscribe-model {
  background: #ffffff;
  text-align: left;
  position: relative;
  border-radius: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  #blogs .offer-sec .subscribe-model {
    text-align: center;
  }
}
#blogs .offer-sec .subscribe-model .checkbox {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 41%;
  right: 20px;
}
#blogs .offer-sec .subscribe-model h4 {
  font-size: 14px;
  padding-top: 25px;
  font-weight: 700;
  color: #403b38;
  margin-bottom: 0;
}
#blogs .offer-sec .subscribe-model h3 {
  font-weight: 600;
  color: #403b38;
  margin-top: 0;
  padding-top: 0;
  text-transform: none;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  #blogs .offer-sec .subscribe-model h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #blogs .offer-sec .subscribe-model h3 {
    margin-bottom: 0;
  }
}
#blogs .offer-sec .subscribe-model p {
  font-weight: 500;
  font-size: 12px;
  color: #888888;
  margin-top: 0;
  padding-bottom: 20px;
}
#blogs .offer-sec .subscribe-model.is-active {
  background: #868b6d;
}
#blogs .offer-sec .subscribe-model.is-active h3, #blogs .offer-sec .subscribe-model.is-active h4, #blogs .offer-sec .subscribe-model.is-active p {
  color: #fff;
}
#blogs .vc_btn3-color-default {
  background: #868b6d;
  border-radius: 16px;
  border: 1px solid #868b6d;
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  margin-top: 15px;
}
#blogs .vc_btn3-color-default:hover {
  background: #cbb99d;
  border-color: #cbb99d;
}
@media (min-width: 768px) {
  #blogs .vc_btn3-color-default {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  #blogs .workout {
    padding-top: 205px;
    padding-bottom: 205px !important;
  }
}
@media (max-width: 768px) {
  #blogs .workout {
    text-align: center;
    background: #f5f1eb !important;
  }
}
@media (min-width: 768px) {
  #blogs .workout .extra-conta {
    padding: 0 35px 0 65px;
  }
}
#blogs .workout h3 {
  color: #b5b8a5;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blogs .workout h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#blogs .workout h2 {
  color: #403b38;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .workout h2 {
    font-size: 64px;
    line-height: 70px;
    padding-top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #blogs .workout h2 br {
    display: none;
  }
}
#blogs .workout p {
  color: #919191;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .workout p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #blogs .workout .wpb_single_image {
    text-align: center;
  }
}
#blogs .inspire {
  max-width: 930px;
  margin: 45px auto;
  border-radius: 25px;
}
#blogs .inspire .vc_col-sm-6 > .vc_column-inner {
  padding: 0 !important;
}
#blogs .inspire .vc_col-sm-6 > .vc_column-inner .wpb_single_image {
  margin-bottom: 0;
}
#blogs .inspire p {
  color: #403b38;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .inspire p {
    font-size: 26px;
    padding: 35px 45px 0 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #blogs .inspire p {
    padding: 0 15px;
  }
}
#blogs .inspire h3 img {
  vertical-align: middle;
}
#blogs .team-sec h3 {
  color: #b5b8a5;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  #blogs .team-sec h3 {
    padding-top: 25px;
    margin-bottom: 0;
  }
}
#blogs .team-sec h2 {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .team-sec h2 {
    font-size: 48px;
    margin-top: 0;
  }
}
#blogs .team-sec .coaches-sec {
  text-align: center;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec {
    margin: 20px auto 80px auto;
  }
}
#blogs .team-sec .coaches-sec .vc_col-sm-12 .vc_column-inner .wpb_wrapper > .wpb_text_column {
  margin-bottom: 0;
}
#blogs .team-sec .coaches-sec .coaches-container {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  #blogs .team-sec .coaches-sec .coaches-container {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner {
    display: flex;
  }
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner .col-lg-5 {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
  }
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner .col-lg-5 .wpb_wrapper {
    height: 100%;
  }
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner .col-lg-5 .wpb_wrapper.absolute {
    height: auto;
  }
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner .col-lg-5 .wpb_wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #blogs .team-sec .coaches-sec .coaches-container .coaches-inner .col-lg-7 {
    min-height: 665px;
  }
}
#blogs .team-sec .coaches-sec .coaches-container .owl-dots {
  display: none !important;
}
#blogs .team-sec .coaches-sec .coaches-container .owl-nav {
  display: flex;
  justify-content: space-between;
}
#blogs .team-sec .coaches-sec .coaches-container .owl-nav .owl-prev {
  background: url(../images/bx-arrow-back.svg) no-repeat;
  position: absolute;
  left: -85px;
  top: 42%;
}
#blogs .team-sec .coaches-sec .coaches-container .owl-nav .owl-next {
  background: url(../images/bx-arrow-back.svg) no-repeat;
  transform: rotate(180deg);
  position: absolute;
  right: -85px;
  top: 42%;
}
#blogs .team-sec .coaches-sec .coaches-container .owl-nav > button {
  border: 1px solid #fff;
  width: 62px;
  height: 62px;
  border-radius: 100px;
  font-size: 0;
  background-position: center center !important;
}
#blogs .team-sec .coaches-sec .col-lg-5 {
  padding-left: 0;
}
@media (max-width: 768px) {
  #blogs .team-sec .coaches-sec .col-lg-5 {
    padding-right: 0;
  }
}
#blogs .team-sec .coaches-sec .col-lg-5 img {
  vertical-align: middle;
}
#blogs .team-sec .coaches-sec .col-lg-5 .absolute {
  position: absolute;
  width: 100%;
  bottom: 35px;
  padding-left: 0;
}
#blogs .team-sec .coaches-sec .col-lg-5 .absolute h3 {
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .col-lg-5 .absolute h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#blogs .team-sec .coaches-sec .col-lg-5 .absolute p {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .col-lg-5 .absolute p {
    font-size: 15px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #blogs .team-sec .coaches-sec .text-block {
    padding-bottom: 35px;
  }
}
#blogs .team-sec .coaches-sec .text-block h4 {
  color: #403b38;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .text-block h4 {
    margin-bottom: 0;
    margin-top: 35px;
  }
}
#blogs .team-sec .coaches-sec .text-block h3 {
  color: #403b38;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .text-block h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
#blogs .team-sec .coaches-sec .text-block h5 {
  color: #888888;
  font-weight: 500;
  margin-top: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .text-block h5 {
    padding-top: 0;
  }
}
#blogs .team-sec .coaches-sec .text-block p {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
}
@media (min-width: 768px) {
  #blogs .team-sec .coaches-sec .text-block p {
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#blogs .team-sec .coaches-sec .text-block p b {
  font-weight: 700;
  color: #403b38;
}
#blogs .team-sec .coaches-sec .text-block p a {
  font-size: 14px;
  color: #6a704c;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 768px) {
  #blogs .support-sec .vc_col-sm-12 .vc_column-inner {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  #blogs .support-sec .vc_col-sm-4 * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form {
    max-width: 1110px;
    margin: 65px auto 130px auto;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  #blogs .support-sec .support-form {
    margin: 45px 0;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
  }
  #blogs .support-sec .support-form .vc_col-sm-4 .vc_column-inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form .vc_column-inner {
    padding: 0;
  }
  #blogs .support-sec .support-form .vc_col-sm-8 .vc_column-inner {
    padding: 0 45px 0 20px;
  }
}
#blogs .support-sec .support-form h3 {
  color: #928b81;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form h3 {
    padding-top: 35px;
  }
}
#blogs .support-sec .support-form h2 {
  color: #403b38;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 0;
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form h2 {
    font-size: 48px;
  }
}
#blogs .support-sec .support-form .gform_heading .gform_required_legend {
  display: none;
}
#blogs .support-sec .support-form form .gform_body input, #blogs .support-sec .support-form form .gform_body textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #8c8c8c;
  padding: 12px 0 12px 20px;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form form .gform_body textarea {
    height: 120px;
  }
}
#blogs .support-sec .support-form form .gform_footer input[type=submit] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background: #868b6d;
  border: 1px solid #868b6d;
  cursor: pointer;
  padding: 10px 85px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #blogs .support-sec .support-form form .gform_footer input[type=submit] {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #blogs .support-sec .support-form form .gform_footer input[type=submit] {
    width: 100%;
  }
}
#blogs .support-sec .support-form form .gform_footer input[type=submit]:hover {
  background: #000;
  border: 1px solid #000;
}

/* Banner Css */
.banner-sec {
  padding-bottom: 40px;
}
.banner-sec .vc_btn3-inline:last-child a {
  margin-right: 0;
}
.banner-sec h1, .banner-sec h2 {
  line-height: normal;
  margin-top: 10px;
}
.banner-sec h1 strong, .banner-sec h2 strong {
  color: #233699;
}
@media (min-width: 768px) {
  .banner-sec h1, .banner-sec h2 {
    margin-top: 80px;
  }
}
.banner-sec h3 {
  font-family: "Poppins", sans-serif;
  color: #233699;
  font-weight: 600;
  font-size: 22.92px;
}
.banner-sec h5 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner-sec h5 {
    margin-top: 100px;
  }
}
.banner-sec p {
  font-family: "Archivo", sans-serif;
  font-size: "Archivo", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .clients-logo {
    display: none;
  }
}
.clients-logo .wpb_single_image.vc_align_center {
  margin-bottom: 0;
}

.message-sec {
  text-align: center;
}
.message-sec h2 {
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 27.5px;
}
@media (max-width: 768px) {
  .message-sec h2 {
    font-size: 18.33px;
  }
}
@media (max-width: 768px) {
  .message-sec .wpb_text_column {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .message-sec {
    padding-bottom: 15px !important;
  }
}

.full-width-buckets .bucket-text-area {
  padding: 40px;
}
@media (max-width: 768px) {
  .full-width-buckets .bucket-text-area {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.full-width-buckets .bucket-text-area > div {
  max-width: 650px;
}
@media (min-width: 768px) {
  .full-width-buckets .alig-right {
    text-align: right;
  }
}
.full-width-buckets .alig-right > div {
  display: inline-block;
}
.full-width-buckets h5, .full-width-buckets h2 {
  color: #fff;
}
@media (max-width: 768px) {
  .full-width-buckets h5, .full-width-buckets h2 {
    margin-top: 0;
  }
}
.full-width-buckets .wpb_text_column {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .full-width-buckets .wpb_text_column {
    text-align: center;
  }
}
.full-width-buckets .wpb_text_column p {
  margin-bottom: 30px !important;
}
.full-width-buckets .wpb_text_column .vc_btn3-inline:first-child {
  margin-left: 10px;
}

/* Bucket Sec */
.bucket-sec, .latest-blog-sec {
  text-align: center;
}
.bucket-sec p, .latest-blog-sec p {
  font-size: 19.17px;
}
.bucket-sec h2, .latest-blog-sec h2 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 22.92px;
  color: #233699;
}
.bucket-sec h3, .bucket-sec h3 a, .latest-blog-sec h3, .latest-blog-sec h3 a {
  margin-top: 10px;
  font-size: 29.11px;
  color: #222635;
  text-decoration: none;
}
@media (max-width: 768px) {
  .bucket-sec h3, .bucket-sec h3 a, .latest-blog-sec h3, .latest-blog-sec h3 a {
    font-size: 21px;
  }
}
.bucket-sec .vc_col-sm-4 p, .latest-blog-sec .vc_col-sm-4 p {
  font-size: 19.17px;
}
.bucket-sec .vc_col-sm-4 h4, .latest-blog-sec .vc_col-sm-4 h4 {
  font-size: 28px;
  margin-top: 0;
}

.cart-customlocation {
  display: inline-block;
  background: url("../images/bag.svg") no-repeat;
  width: 15px;
  height: 20px;
  text-align: center;
  padding-top: 4.5px;
  vertical-align: top;
  font-size: 11px !important;
}

/* Trending Products*/
.trending_products h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  color: #233699;
  font-weight: 300;
}
.trending_products h2 {
  margin-top: 0;
  font-size: 41px;
}

.grid-product {
  width: 100%;
  display: inline-block;
}
.grid-product .grid-product-item {
  margin-bottom: 30px;
}
.grid-product .nd_desc {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-product h3 {
  margin: 0;
  line-height: 1em;
}
.grid-product h3 a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b1d1b;
  font-size: 22.92px;
  text-decoration: none;
}
.grid-product .price {
  font-family: "Poppins", sans-serif;
  color: #827676;
  font-size: 18.33px;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
}
.grid-product .price {
  color: #827676;
}

.product_category_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.product_category_list li {
  background: url(../images/category-devider.jpg) no-repeat left center;
  display: inline-block;
  padding: 10px 10px;
  font-size: 19.17px;
}
.product_category_list li:first-child {
  background: none;
}
.product_category_list li input {
  display: none;
}
.product_category_list li label {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  color: #afaba6;
}
.product_category_list li label:hover, .product_category_list li label.active_parent {
  font-weight: 500;
  color: #233699;
}

.about-me {
  padding-bottom: 0 !important;
}
.about-me p {
  font-size: 19.17px;
}
@media (min-width: 768px) {
  .about-me .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important;
  }
}
.about-me .vc_column-inner {
  padding-top: 0 !important;
}
.about-me .text-about-me > div > div {
  max-width: 600px;
  padding: 40px;
}
@media (max-width: 768px) {
  .about-me .text-about-me > div > div {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.about-me .text-about-me h2 {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .about-me .text-about-me h4 {
    margin-top: 0;
  }
}
.about-me .text-about-white > div > div {
  max-width: 700px;
  float: right;
}
@media (min-width: 768px) {
  .about-me .text-about-white .vc_col-sm-6 > div {
    padding-right: 40px;
  }
}
.about-me .text-about-white p {
  font-family: "Poppins", sans-serif !important;
}
.about-me .text-about-white p, .about-me .text-about-white h2, .about-me .text-about-white h3 {
  color: #fff;
  line-height: 1.5em;
}
.about-me .text-about-white h3 {
  font-weight: 400;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.about-me.custom-training-sec .text-about-white > div > div {
  max-width: 960px;
}

.lg-p p {
  font-size: 20.83px;
  font-weight: 400;
}
.lg-p .vc_col-sm-6 p {
  font-weight: 600;
}

.hello-and-welcome-sec {
  font-weight: 600;
  font-size: 20.83px;
}
.hello-and-welcome-sec.hello-and-welcome-sec-bottom p {
  color: #fff;
}
@media (min-width: 768px) {
  .hello-and-welcome-sec.hello-and-welcome-sec-bottom .vc_col-sm-6 .wpb_text_column {
    padding-right: 70px;
  }
}
.hello-and-welcome-sec .text-about-white > div > div {
  max-width: 850px;
  float: right;
}
.hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
  min-height: 48px;
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
    background-position: top center !important;
    padding-top: 50px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 70px;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 .wpb_text_column {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .btn-padding-left-70 {
    padding-left: 70px;
  }
}

body p {
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
}

.beginner-guide-sec .wpb_text_column {
  max-width: 1265px;
  margin: 0 auto;
}
.beginner-guide-sec h4 {
  font-family: "Poppins", sans-serif;
  color: #2a3350;
  font-size: 24px;
  font-weight: 700;
}
.beginner-guide-sec p {
  font-size: 19.17px;
}
.beginner-guide-sec .courses-heading {
  text-align: center;
}
.beginner-guide-sec .courses-heading h4 {
  margin-top: 0;
  margin-bottom: 40px;
}
.beginner-guide-sec .margin-top-40 {
  margin-top: 40px;
}
.beginner-guide-sec h2 {
  margin-bottom: 10px !important;
}
.beginner-guide-sec .course-list {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.beginner-guide-sec .course-list .wpb_text_column {
  min-height: 45px;
}
.beginner-guide-sec .course-list p {
  color: #222635;
  font-size: 20.83px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0 0 50px;
}
.beginner-guide-sec .course-list .vc_column-inner {
  padding-top: 10px !important;
}
.beginner-guide-sec .course-list .vc_column-inner .vc_btn3-container {
  margin-bottom: 10px;
}
.beginner-guide-sec .course-list .vc_col-sm-3 {
  text-align: right;
}
.beginner-guide-sec .course-list .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background: #f29996;
  border-color: #f29996;
  border-radius: 8px;
  padding: 2px 10px;
}
.beginner-guide-sec .course-list .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
  background: #233699;
  border-color: #233699;
}

.reviews-sec .vc_col-sm-4 {
  padding: 15px;
}
.reviews-sec .vc_col-sm-4 > div {
  padding: 30px !important;
  color: #fff;
  border-radius: 12px;
}
.reviews-sec .vc_col-sm-4 > div p {
  font-size: 16.5px;
}
.reviews-sec .vc_col-sm-4 > div h6 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16.5px;
}

#faq-sec .vc_tta-panels-container {
  max-width: 960px;
  margin: 0 auto;
}
#faq-sec .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #4e5776;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading {
  background: #233699;
  border-radius: 8px;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading i {
  color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading i::before, #faq-sec .vc_tta-panel .vc_tta-panel-heading i::after {
  border-color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-title > a {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  #faq-sec .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 16px;
  }
}
#faq-sec .vc_tta-panel .vc_tta-panel-body {
  background: #e5e5e5;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #e5e5e5;
}

@media (max-width: 768px) {
  .your-instructor {
    text-align: center;
  }
}
.your-instructor h2 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .your-instructor h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .your-instructor h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .your-instructor h3 {
    font-size: 41px;
  }
}
.your-instructor h6 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  color: #233699;
  font-size: 21px;
  font-weight: 600;
}
.your-instructor p, .your-instructor p a {
  font-size: 18.33px;
}
.your-instructor p a {
  color: #233699;
}
@media (min-width: 768px) {
  .your-instructor .vc_col-sm-8 {
    padding-left: 30px;
  }
}

/* About Client */
@media (max-width: 768px) {
  .about-client {
    text-align: center;
    padding-top: 40px;
  }
}

.beginner-guide-banner.vc_row-no-padding {
  padding-bottom: 0 !important;
}
.beginner-guide-banner.vc_row-no-padding .wpb_text_column {
  margin-bottom: 0 !important;
}
.beginner-guide-banner.vc_row-no-padding .vc_col-sm-6 .vc_column-inner {
  padding-top: 0;
}
.beginner-guide-banner.vc_row-no-padding .vc_col-sm-6:last-child p {
  margin-top: 0;
}
.beginner-guide-banner .banner-text {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .beginner-guide-banner .banner-text > div {
    float: right;
    max-width: 665px;
  }
}
.beginner-guide-banner .banner-text .wpb_text_column {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .beginner-guide-banner {
    text-align: center;
  }
}

.sohee-social-media h2 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px !important;
  padding-bottom: 15px;
}
.sohee-social-media h2, .sohee-social-media h3 {
  color: #fff;
}
.sohee-social-media h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.sohee-social-media .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  font-weight: 600;
  font-size: 16.69px;
  color: #1b1d1b;
  background: #fff;
  border-top: 2px solid #1b1d1b;
  border-right: 5px solid #1b1d1b;
  border-bottom: 5px solid #1b1d1b;
  border-left: 2px solid #1b1d1b;
  border-radius: 10px;
  padding: 10px 35px;
}

/* Newsletter Css */
@media (max-width: 768px) {
  #blogs .newsletter {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  #blogs .vc_column-inner {
    padding-top: 0;
  }
}

.newsletter {
  padding-top: 15px;
}
.newsletter h3 {
  color: #fff;
  font-size: 33.33px;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #1b1d1b;
  font-size: 18.33px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .newsletter .vc_col-sm-4 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .newsletter .vc_col-sm-8 {
    width: 60%;
  }
}
.newsletter p, .newsletter p a {
  font-family: "Poppins", sans-serif;
  color: #1b1d1b;
  font-size: 13.33px;
}
@media (max-width: 768px) {
  .newsletter .wpb_text_column {
    margin-bottom: 0;
  }
}
.newsletter .vc_col-sm-12 {
  max-width: 720px;
  margin: 0 auto;
  float: none;
  display: block;
}
.newsletter .gform_wrapper.gravity-theme {
  text-align: left;
}
.newsletter .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
  color: #fff;
}
.newsletter .wpb_wrapper .gform_wrapper {
  display: inline-block;
  width: 100%;
}
.newsletter .wpb_wrapper .gform_wrapper form {
  max-width: 600px;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  float: left;
  clear: none;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body {
  width: 75%;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 46px;
  border: none;
  font-size: 18.33px;
  color: #1b1d1b;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 100px;
  }
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  width: 25%;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
    padding-top: 10px;
    width: 100%;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #1b1d1b;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18.33px;
  font-weight: 500;
  width: 100%;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
    border-radius: 100px;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #fff;
  background: #233699;
}
@media (max-width: 768px) {
  .newsletter {
    text-align: center;
  }
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 40px;
}

body.course .module header {
  background: #233699;
}
body.course .module header h2 {
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  body.course .module header h2 {
    font-size: 19.17px;
  }
}
body.course .module .module-lessons ul li a {
  color: #233699;
}

.contact-us-bottom {
  text-align: center;
}
@media (max-width: 768px) {
  .contact-us-bottom {
    padding-top: 30px !important;
  }
}
.contact-us-bottom h2 {
  color: #fff;
  margin-top: 0;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper {
  text-align: left;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper label {
  color: #fff;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body textarea, .contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 46px;
  border: none;
  font-size: 13.33px;
  color: #394b5c;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 6px;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body textarea {
  height: auto;
}
@media (max-width: 768px) {
  .contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer {
  text-align: center;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #2a3350;
  border: none;
  color: #fff;
  font-size: 18.33px;
  font-weight: 600;
  max-width: 160px;
  width: 100%;
  border-radius: 6px;
  margin: 0 auto;
  cursor: pointer;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #1b1d1b;
  background: #fff;
}

h2 .red, h2 h2, .red-text .red, .red-text h2 {
  color: #233699;
}

.not-going-harder .vc_col-sm-4 {
  padding: 15px;
  color: #fff;
}
.not-going-harder .vc_col-sm-4 > div {
  background-position: center !important;
  padding-bottom: 30px;
  border-radius: 15px;
}
.not-going-harder .vc_col-sm-4 p {
  font-size: 25px;
}

.what-elt-method {
  padding-top: 30px !important;
}
.what-elt-method h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  color: #233699;
  font-size: 25px;
  font-weight: 600;
}
.what-elt-method p {
  font-size: 19.17px;
  margin-bottom: 0;
}

.grey-bg, .blue-bg {
  text-align: center;
  padding: 36px 20px;
  border-radius: 15px;
}
.grey-bg p, .blue-bg p {
  font-family: "Poppins", sans-serif;
  font-size: 29.11px;
  padding-bottom: 20px;
}

.blue-bg p {
  color: #fff;
}

/* Woocommerce Style */
#blogs.woocommerce-page {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    width: 60%;
  }
}
#blogs.woocommerce-page .woocommerce-product-details__short-description {
  text-align: center;
}
#blogs.woocommerce-page .woocommerce-product-details__short-description p {
  font-family: "Poppins", sans-serif;
  font-size: 18.33px;
  font-weight: 500;
}
#blogs.woocommerce-page .payment-buttons {
  text-align: left;
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .summary {
    width: 35%;
  }
}
#blogs.woocommerce-page .product_meta {
  display: none;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page button.button {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .quantity {
    float: none;
    display: inline-block;
  }
}
#blogs.woocommerce-page .quantity .qty {
  border: 1px solid #191615;
  min-width: 62px;
  padding-left: 7px;
}
#blogs.woocommerce-page h1 {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs.woocommerce-page h1 {
    font-size: 37.5px;
  }
}
#blogs.woocommerce-page .price {
  font-family: "Poppins", sans-serif;
  font-size: 29.17px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}
#blogs.woocommerce-page .price ins {
  text-decoration: none;
}
#blogs.woocommerce-page .variations tr th {
  font-weight: 500;
}
#blogs.woocommerce-page .variations tr select {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-right: 15px;
}
#blogs.woocommerce-page .variations tr th,
#blogs.woocommerce-page .variations tr td {
  float: left;
  width: 100%;
}
#blogs.woocommerce-page ul.tabs {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs {
    flex-direction: column;
  }
}
#blogs.woocommerce-page ul.tabs::before {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  background: none;
  color: #000;
  width: 100%;
  border: 0;
  border-top: 1px solid #000;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#blogs.woocommerce-page ul.tabs li::before, #blogs.woocommerce-page ul.tabs li::after {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li svg {
  height: 20px;
  float: right;
  margin-top: 2px;
}
#blogs.woocommerce-page ul.tabs li a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel {
  font-weight: 500;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel > h2 {
  display: none;
}
#blogs.woocommerce-page .related.products {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products {
    margin-top: 10px;
  }
}
#blogs.woocommerce-page .related.products > h2 {
  position: relative;
  color: #1b1d1b;
  margin-top: 0;
  font-size: 33.33px;
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products > h2 {
    display: inline-block;
    text-align: center;
  }
}
#blogs.woocommerce-page .related.products a.button {
  display: none;
}
#blogs.woocommerce-page .related.products .price {
  font-family: "Poppins", sans-serif;
  font-size: 18.33px;
  font-weight: 700;
  color: #827676;
}
#blogs.woocommerce-page .related.products a h2 {
  font-size: 22.92px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products a h2 {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */
