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

.phone {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .phone {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .phone svg {
    margin-right: 5px;
  }
}

body .gform_required_legend {
  display: none;
}

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

/* Banner Css */
#blogs .owl-dots {
  display: none;
}

#blogs .banner-sec.subpage-banner-bg h6, #blogs .banner-sec.subpage-banner-bg h2, #blogs .banner-sec.subpage-banner-bg p {
  color: #1b1d1b;
}

.free-consultation-form form .gform_footer {
  justify-content: center;
}
.free-consultation-form form .gform_footer input {
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  padding: 12px 65px;
}
.free-consultation-form form .gform_footer input:hover {
  background: #1b1d1b;
  color: #fff;
}
@media (max-width: 768px) {
  .free-consultation-form form .gform_footer input {
    width: 100%;
    padding: 8px 65px;
    height: 49px;
  }
}

.banner-sec {
  overflow: visible;
  padding-bottom: 40px;
}
.banner-sec > .vc_col-sm-12 {
  position: static;
}
@media (max-width: 768px) {
  .banner-sec {
    text-align: center;
  }
}
.banner-sec .video-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
}
.banner-sec .video-background > div {
  display: flex;
  height: 100%;
}
.banner-sec .video-background video {
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (min-width: 768px) {
  .banner-sec.subpage-banner-sec h1 {
    font-size: 62px;
  }
}
@media (min-width: 768px) {
  .banner-sec.subpage-banner-sec {
    min-height: 900px;
  }
}
@media (max-width: 768px) {
  .banner-sec.subpage-banner-sec .wpb_single_image.vc_align_right {
    text-align: center;
    margin-top: 20px;
  }
}
.banner-sec .trans-btn .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .banner-sec {
    min-height: 770px;
  }
}
.banner-sec .vc_btn3-inline:last-child a {
  margin-right: 0;
}
.banner-sec h1, .banner-sec h2 {
  line-height: normal;
  margin-top: 10px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.banner-sec h6 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.banner-sec p {
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-sec-bottom {
    padding-top: 150px;
  }
}
.banner-sec-bottom p {
  text-transform: none;
}
.banner-sec .no-uppercase {
  text-transform: inherit;
}

body.page-id-187 .ep-iFrameContainer {
  display: none !important;
}

body.page-id-451 {
  background: #000;
}

#blogs .access-banner-sec {
  padding-bottom: 25px;
}
#blogs .access-banner-sec h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #blogs .access-banner-sec h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  #blogs .access-banner-sec h2 {
    margin-bottom: 5px;
  }
}
#blogs .access-banner-sec h2 strong {
  color: #000;
  background: #fff;
  padding: 0 2px;
}
#blogs .access-banner-sec p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .access-banner-sec p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #blogs .access-banner-sec p {
    margin-top: 0;
  }
}
#blogs .access-banner-sec .form-sec {
  background: #151617;
  border-radius: 10px;
  padding: 15px 35px 45px 35px;
}
@media (max-width: 768px) {
  #blogs .access-banner-sec .form-sec {
    padding: 15px;
    margin: 0;
  }
}
#blogs .access-banner-sec .form-sec h3 {
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .access-banner-sec .form-sec h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
#blogs .access-banner-sec .form-sec h3 strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  #blogs .access-banner-sec .form-sec form {
    display: flex;
    gap: 20px;
  }
  #blogs .access-banner-sec .form-sec form .gform_body {
    width: 88%;
  }
  #blogs .access-banner-sec .form-sec form .gform_footer {
    width: 12%;
    margin: 0;
    padding: 0;
  }
}
#blogs .access-banner-sec .form-sec form .gform_body label {
  font-size: 12.6 px;
  font-weight: 400;
}
#blogs .access-banner-sec .form-sec form .gform_body label .gfield_required {
  display: none;
}
#blogs .access-banner-sec .form-sec form .gform_body input {
  font-size: 16px;
  font-weight: 500;
  height: 52.6px;
  padding-left: 15px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  border-radius: 4px;
}
#blogs .access-banner-sec .form-sec form .gform_footer input {
  color: #000;
  height: 52.6px;
  text-align: center;
  width: 100%;
  padding: 12px 35px;
  font-family: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
}
#blogs .detail-access-sec {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #blogs .detail-access-sec {
    padding-bottom: 0;
  }
}
#blogs .detail-access-sec h2 {
  text-align: center;
  color: #111111;
}
@media (min-width: 768px) {
  #blogs .detail-access-sec h2 {
    font-size: 44px;
    margin-bottom: 45px;
  }
}
#blogs .detail-access-sec h2 strong {
  color: #1168b2;
}
#blogs .detail-access-sec .side-buckets {
  max-width: 770px;
  margin: 0 auto 35px auto;
  background: #fff;
  border-radius: 10px;
}
#blogs .detail-access-sec .side-buckets img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  #blogs .detail-access-sec .side-buckets .vc_single_image-wrapper, #blogs .detail-access-sec .side-buckets .vc_figure, #blogs .detail-access-sec .side-buckets img {
    width: 100%;
  }
}
#blogs .detail-access-sec .side-buckets .vc_column-inner {
  padding: 0;
}
@media (min-width: 768px) {
  #blogs .detail-access-sec .side-buckets .vc_column-inner .wpb_text_column {
    padding: 30px 15px 0 0;
  }
}
@media (max-width: 768px) {
  #blogs .detail-access-sec .side-buckets .vc_column-inner .wpb_text_column {
    text-align: center;
    padding: 0 15px;
  }
}
#blogs .detail-access-sec .side-buckets h3 {
  color: #1d1d1d;
  font-weight: 800;
}
@media (min-width: 768px) {
  #blogs .detail-access-sec .side-buckets h3 {
    font-size: 24px;
  }
}
#blogs .detail-access-sec .side-buckets p {
  color: #1d1d1d;
  font-weight: 600;
}
@media (min-width: 768px) {
  #blogs .detail-access-sec .side-buckets p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
#blogs .detail-access-sec .subpage-landing-sec {
  max-width: 800px;
  margin: 65px auto 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  #blogs .detail-access-sec .subpage-landing-sec {
    margin: 0;
  }
}
#blogs .detail-access-sec .subpage-landing-sec ul li {
  padding-bottom: 45px;
  padding-right: 0;
}
@media (max-width: 768px) {
  #blogs .detail-access-sec .subpage-landing-sec ul li {
    padding-bottom: 30px;
  }
}
#blogs .detail-access-sec .subpage-landing-sec ul li h3, #blogs .detail-access-sec .subpage-landing-sec ul li p {
  color: #1d1d1d;
}
@media (min-width: 768px) {
  #blogs .detail-access-sec .subpage-landing-sec ul li h3, #blogs .detail-access-sec .subpage-landing-sec ul li p {
    font-size: 22px;
  }
}
#blogs .detail-access-sec .subpage-landing-sec ul li p {
  margin-top: 0;
}
#blogs .detail-access-sec .subpage-landing-sec ul li h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #blogs .FAQ-sec {
    padding-top: 5px;
    padding-bottom: 75px;
  }
}
#blogs .FAQ-sec h2 {
  text-align: center;
  color: #111111;
}
@media (min-width: 768px) {
  #blogs .FAQ-sec h2 {
    font-size: 44px;
    padding-bottom: 25px;
  }
}
#blogs .FAQ-sec .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, #blogs .FAQ-sec .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before, #blogs .FAQ-sec .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #fff;
}
#blogs .FAQ-sec .vc_tta-container {
  max-width: 770px;
  margin: 0 auto;
}
#blogs .FAQ-sec .vc_tta-container h4 a {
  color: #1d1d1d;
  font-weight: 600;
  padding-left: 80px;
}
@media (min-width: 768px) {
  #blogs .FAQ-sec .vc_tta-container h4 a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #blogs .FAQ-sec .vc_tta-container h4 a {
    padding-left: 60px;
  }
}
#blogs .FAQ-sec .vc_tta-container h4 a::before {
  content: "";
  width: 66px;
  height: 66px;
  background: #1168b2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
}
@media (max-width: 768px) {
  #blogs .FAQ-sec .vc_tta-container h4 a::before {
    width: 54px;
    height: 54px;
  }
}
#blogs .FAQ-sec .vc_tta-container .vc_tta-panel-heading {
  border-radius: 4px;
}
#blogs .FAQ-sec .vc_tta-container .vc_tta-panel {
  margin-bottom: 20px;
}
#blogs .FAQ-sec .vc_tta-container p {
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
}
#blogs .FAQ-sec .vc_tta-container .vc_tta-controls-icon {
  width: 23px;
  height: 23px;
}
@media (max-width: 768px) {
  #blogs .FAQ-sec .vc_tta-container .vc_tta-controls-icon {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  #blogs .access-session {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
#blogs .access-session h2 strong {
  background: #fff;
  color: #000;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #blogs .access-session h2 {
    font-size: 42px;
  }
}
#blogs .access-session p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs .access-session p {
    font-size: 34px;
    margin-top: 0;
  }
}

#blogs .subpage-landing-sec {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #blogs .subpage-landing-sec h6 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #blogs .subpage-landing-sec h6 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #blogs .subpage-landing-sec h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #blogs .subpage-landing-sec h2 {
    margin-bottom: 25px;
  }
}
#blogs .subpage-landing-sec h2 strong {
  background: #fff;
  color: #000000;
  padding: 0 5px;
}
#blogs .subpage-landing-sec h2 br {
  display: none;
}
#blogs .subpage-landing-sec ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
#blogs .subpage-landing-sec ul li {
  width: 49%;
  padding-bottom: 15px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #blogs .subpage-landing-sec ul li {
    width: 100%;
    padding-right: 0;
  }
}
#blogs .subpage-landing-sec ul li h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#blogs .subpage-landing-sec ul li p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
#blogs .subpage-landing-sec .landing-form-sec {
  background: #000000;
  padding-top: 10px;
  border-top-right-radius: 25px;
}
@media (max-width: 768px) {
  #blogs .subpage-landing-sec .landing-form-sec {
    border-top-left-radius: 25px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #blogs .subpage-landing-sec .landing-form-sec {
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  #blogs .subpage-landing-sec .landing-form-sec h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #blogs .subpage-landing-sec .landing-form-sec h2 {
    padding-top: 10px;
  }
}
#blogs .subpage-landing-sec .landing-form-sec form .gform_body label {
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  font-size: 12.6px;
}
#blogs .subpage-landing-sec .landing-form-sec form .gform_body input {
  font-family: "Archivo", sans-serif;
  outline: none;
  border: 1px solid #bbbbbb;
}
#blogs .subpage-landing-sec .landing-form-sec form .gform_body input::placeholder,
#blogs .subpage-landing-sec .landing-form-sec form .gform_body input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#blogs .subpage-landing-sec .landing-form-sec form .gform_footer {
  margin-top: 25px;
}
#blogs .subpage-landing-sec .landing-form-sec form .gform_footer input[type=submit] {
  width: 100%;
  margin-bottom: 0;
}
#blogs .subpage-landing-sec .landing-form-sec p, #blogs .subpage-landing-sec .landing-form-sec p strong {
  font-weight: 400;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  padding-top: 0;
}
@media (min-width: 768px) {
  #blogs .landing-detail-sec {
    padding-bottom: 35px;
  }
}
#blogs .landing-detail-sec h2 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blogs .landing-detail-sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #blogs .landing-detail-sec h2 br {
    display: none;
  }
}
#blogs .landing-detail-sec ul {
  padding-left: 0;
  margin: 0 auto;
  max-width: 750px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  #blogs .landing-detail-sec ul {
    padding-left: 15px;
  }
}
#blogs .landing-detail-sec ul li {
  width: 49%;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px 5px 0;
  text-align: left;
}
@media (max-width: 768px) {
  #blogs .landing-detail-sec ul li {
    width: 100%;
    padding: 8px 0;
  }
}
#blogs .landing-detail-sec .landing-form-sec {
  background: #111111;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #blogs .landing-detail-sec .landing-form-sec {
    max-width: 630px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
    margin-top: 35px;
  }
}
#blogs .landing-detail-sec .landing-form-sec h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #blogs .landing-detail-sec .landing-form-sec h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #blogs .landing-detail-sec .landing-form-sec h2 {
    margin-top: 0;
    padding-bottom: 20px;
  }
}
#blogs .landing-detail-sec .landing-form-sec form .gform_body label {
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  font-size: 12.6px;
}
#blogs .landing-detail-sec .landing-form-sec form .gform_body input {
  font-family: "Archivo", sans-serif;
  outline: none;
  border: 1px solid #bbbbbb;
}
#blogs .landing-detail-sec .landing-form-sec form .gform_footer {
  margin-top: 25px;
}
#blogs .landing-detail-sec .landing-form-sec form .gform_footer input[type=submit] {
  width: 100%;
  margin-bottom: 0;
}
#blogs .landing-detail-sec .landing-form-sec p, #blogs .landing-detail-sec .landing-form-sec p strong {
  font-weight: 400;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  padding-top: 0;
}
#blogs .google-reviews-sec {
  border-top: 1px solid #2c2c2c;
}
#blogs .google-reviews-sec .WidgetTitle__Header-sc-ruy1gu-2 {
  display: none;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .es-review-author-name {
  color: #fff;
  font-family: "Archivo", sans-serif;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .DateTime__Time-sc-13gi7wj-0 {
  color: #8b8b8b;
  font-family: "Archivo", sans-serif;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .es-review-content-text {
  color: #fff;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .swiper-slide {
  background: #222222;
  border-radius: 15px;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .ReviewText__Control-sc-t7690a-2 {
  color: #989898;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  font-family: "Archivo", sans-serif;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .gyfGWt .bZMJWw {
  background: #fff;
}
#blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .gyfGWt .jsvZJq {
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  #blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .jCXFfl, #blogs .elfsight-app-448b76dc-4558-48ab-b9e8-81a4363f7e9a .hXrUSE {
    display: none;
  }
}

@media (max-width: 768px) {
  #blogs .we-offer-section .vc_column-inner {
    padding-top: 30px;
  }
}

.we-offer-section {
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .we-offer-section h2 {
    font-size: 41px;
  }
}
.we-offer-section h6 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
}
.we-offer-section .btn-bg-white .vc_btn3-container.vc_btn3-center {
  background: #ffcc00;
}
.we-offer-section .vc_btn3-container.vc_btn3-center {
  background: #1b1b1b;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-radius: 0 0 12px 12px;
  padding-right: 20px;
  padding-left: 20px;
}
.we-offer-section .vc_btn3-container.vc_btn3-center a {
  min-width: 100%;
}
.we-offer-section .vc_col-sm-3 {
  padding: 65px 10px 0px 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.we-offer-section .vc_col-sm-3 > div {
  border: 1px solid #353535;
  border-radius: 12px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.we-offer-section .vc_col-sm-3 h3 {
  font-size: 27px;
  margin: 0;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.we-offer-section .vc_col-sm-3 h3 strong {
  font-size: 60px;
  font-weight: 700;
  margin-right: 7px;
}
.we-offer-section .vc_col-sm-3 h3 strong sup {
  font-size: 30px;
}
.we-offer-section .vc_col-sm-3 h4 {
  font-size: 28px;
  text-transform: uppercase;
  color: #ffcc00;
  margin-top: 10px;
}
.we-offer-section .label-abso {
  position: absolute;
  top: -23px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.we-offer-section .label-abso-center p {
  justify-content: center;
}
.we-offer-section .label-abso p {
  margin: 0;
  background: #ffcc00;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  border-radius: 25px;
  padding: 10px 15px;
  display: inline-flex;
  flex-flow: row nowrap;
  width: auto;
  min-width: 120px;
}
.we-offer-section .label-abso p strong {
  background: #137ebc;
  color: #fff;
  text-align: left;
  width: 50%;
  padding: 10px;
  margin: -10px 10px -10px -15px;
  border-radius: 25px 0px 0 25px;
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.4em;
}

.single-img .vc_column-inner {
  padding-top: 0 !important;
}
.single-img .wpb_single_image {
  margin-bottom: 0 !important;
}

@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: "Archivo", sans-serif;
  font-size: 27.5px;
}
@media (max-width: 768px) {
  .message-sec h2 {
    font-size: 16px;
  }
}
@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;
}

body .blog .blog-title a {
  color: #fff;
}

body .grid-category-post a, body .blog-author a, body .blog-cat a {
  color: #fff;
}

/* Bucket Sec */
.bucket-sec {
  text-align: left;
}
@media (max-width: 768px) {
  .bucket-sec img {
    width: 100%;
  }
}
.bucket-sec h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.bucket-sec h3, .bucket-sec h3 a {
  margin-top: 10px;
  font-size: 42px;
  text-decoration: none;
  line-height: normal;
}
@media (max-width: 768px) {
  .bucket-sec h3, .bucket-sec h3 a {
    font-size: 32px;
  }
}
.bucket-sec .vc_col-sm-4 .vc_column-inner > div {
  position: relative;
}

.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: "Archivo", 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: "Archivo", sans-serif;
  font-weight: 600;
  color: #1b1d1b;
  font-size: 22.92px;
  text-decoration: none;
}
.grid-product .price {
  font-family: "Archivo", sans-serif;
  color: #827676;
  font-size: 16px;
  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: 20px;
}
.product_category_list li:first-child {
  background: none;
}
.product_category_list li input {
  display: none;
}
.product_category_list li label {
  font-family: "Archivo", 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: 20px;
}
@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: "Archivo", 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: "Archivo", sans-serif;
  line-height: 1.5em;
}

.beginner-guide-sec .wpb_text_column {
  max-width: 1265px;
  margin: 0 auto;
}
.beginner-guide-sec h4 {
  font-family: "Archivo", sans-serif;
  color: #2a3350;
  font-size: 24px;
  font-weight: 700;
}
.beginner-guide-sec p {
  font-size: 20px;
}
.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: "Archivo", 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: "Archivo", 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: 72px;
  }
}
@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: "Archivo", 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: "Archivo", 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;
  }
}

.home-form, .newsletter {
  overflow: visible !important;
  padding-top: 0;
}
.home-form .vc_column-inner, .newsletter .vc_column-inner {
  padding-top: 0 !important;
}
.home-form h3, .newsletter h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
.home-form h6, .newsletter h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #1b1d1b;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.home-form .wpb_text_column, .newsletter .wpb_text_column {
  padding: 10px 40px 30px 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home-form .wpb_text_column, .newsletter .wpb_text_column {
    margin-top: -182.567px;
    border-radius: 25px 25px 0 0;
  }
}
.home-form .vc_col-sm-12, .newsletter .vc_col-sm-12 {
  float: none;
  display: block;
  text-align: center;
}
.home-form h2, .newsletter h2 {
  color: #fff;
  margin-bottom: 20px;
}
.home-form .gform_wrapper.gravity-theme, .newsletter .gform_wrapper.gravity-theme {
  text-align: left;
}
.home-form .gform_wrapper.gravity-theme .gfield_label, .newsletter .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
  color: #fff;
}
.home-form .wpb_wrapper .gform_wrapper, .newsletter .wpb_wrapper .gform_wrapper {
  display: inline-block;
  width: 100%;
}
.home-form .wpb_wrapper .gform_wrapper .gform_body, .home-form .wpb_wrapper .gform_wrapper .gform_footer, .newsletter .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  float: left;
  clear: none;
}
.home-form .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_body {
  width: 83%;
}
.home-form .wpb_wrapper .gform_wrapper .gform_body .gfield_required, .newsletter .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.home-form .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]), .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: 1px solid #fff;
  background: #27282b;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .home-form .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.home-form .wpb_wrapper .gform_wrapper .gform_footer, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  width: 15%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  float: right;
}
@media (max-width: 768px) {
  .home-form .wpb_wrapper .gform_wrapper .gform_footer, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
    padding-top: 10px;
    width: 100%;
  }
}
.home-form .wpb_wrapper .gform_wrapper .gform_footer input, .newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
}
.home-form .wpb_wrapper .gform_wrapper .gform_footer input:hover, .newsletter .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #fff;
  background: none;
}
@media (max-width: 768px) {
  .home-form, .newsletter {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-form__sub .wpb_text_column, .newsletter__sub .wpb_text_column {
    margin-top: -282.6px;
  }
}
.home-form__sub h2, .newsletter__sub h2 {
  font-size: 20px;
}
.home-form__sub .wpb_wrapper .gform_wrapper .gform_body, .home-form__sub .wpb_wrapper .gform_wrapper .gform_footer, .newsletter__sub .wpb_wrapper .gform_wrapper .gform_body, .newsletter__sub .wpb_wrapper .gform_wrapper .gform_footer {
  width: 100%;
}
.home-form__sub .wpb_wrapper .gform_wrapper .gform_footer, .newsletter__sub .wpb_wrapper .gform_wrapper .gform_footer {
  margin-top: 15px;
  justify-content: right;
}
@media (max-width: 768px) {
  .home-form__sub .wpb_wrapper .gform_wrapper .gform_footer, .newsletter__sub .wpb_wrapper .gform_wrapper .gform_footer {
    justify-content: center;
  }
}
.home-form__sub .wpb_wrapper .gform_wrapper .gform_footer input, .newsletter__sub .wpb_wrapper .gform_wrapper .gform_footer input {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.bucket-with-content {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .bucket-with-content .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.testimonials-section p {
  font-size: 20px;
  font-weight: 700;
}
.testimonials-section h5, .testimonials-section h6 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
}
.testimonials-section h6 {
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.5em;
}
.testimonials-section .vc_row {
  padding-bottom: 30px;
  border-bottom: 1px solid #2c2c2c;
}
.testimonials-section-top.vc_row {
  border: none;
}
@media (min-width: 768px) {
  .testimonials-section-top h2 {
    font-size: 41px;
  }
}
.testimonials-section-top h6 {
  text-transform: uppercase;
}
.testimonials-section-middle.vc_row {
  border: none;
}
.testimonials-section-middle h4 {
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.testimonials-section-middle .vc_btn3-container {
  margin-bottom: 30px;
}
.testimonials-section .top-bucket-area {
  border: none;
  padding-bottom: 0;
}
.testimonials-section .top-bucket-area h5 {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.testimonials-section .top-bucket-area h6 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}

.middle-section .vc_col-sm-8 > div > div {
  display: flex;
  height: 750px;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .middle-section .vc_col-sm-8 > div > div {
    height: 450px;
  }
}
.middle-section .vc_col-sm-8 > div > div > div {
  padding: 40px 30px;
  margin-bottom: 0;
}
.middle-section .vc_col-sm-8 > div > div > div h2 {
  margin-top: 0;
}

.no-matter-sec {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .no-matter-sec {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .no-matter-sec h2 {
    font-size: 42px;
  }
}
.no-matter-sec p {
  font-weight: 500;
}

.newsletter .wpb_text_column {
  margin-top: 0;
  margin-bottom: 30px;
}
.newsletter h2 {
  margin-bottom: 10px;
}
.newsletter p {
  margin-bottom: 30px;
}

.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: 20px;
  }
}
body.course .module .module-lessons ul li a {
  color: #233699;
}

#blogs .google-map .vc_column-inner {
  padding-top: 0;
}

.contact-section {
  padding-bottom: 0 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-section {
    padding-top: 30px !important;
    text-align: center;
  }
}
.contact-section a {
  text-decoration: none;
}
.contact-section .contact-left {
  padding: 0 30px 30px 30px;
}
@media (min-width: 768px) {
  .contact-section .contact-left .vc_column-inner {
    max-width: 590px;
    float: right;
  }
}
.contact-section .contact-left .vc_column-inner img {
  margin-top: 220px;
}
@media (max-width: 768px) {
  .contact-section .contact-left .vc_column-inner img {
    margin-top: 15px;
  }
}
.contact-section .contact-left h6 {
  text-transform: uppercase;
}
.contact-section .contact-section-right > div {
  min-height: 810px;
  padding: 0 0 35px 30px;
}
@media (max-width: 768px) {
  .contact-section .contact-section-right > div {
    background-size: 100% !important;
    background-position: top center !important;
    padding-bottom: 0;
    min-height: inherit;
  }
}
.contact-section .contact-section-right .text-top {
  min-height: 900px;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .contact-section .contact-section-right .text-top {
    min-height: inherit;
    padding: 375px 20px 0 20px;
  }
}
.contact-section .contact-section-right .vc_row .contact_detail {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 768px) {
  .contact-section .contact-section-right .vc_row .contact_detail {
    align-items: center;
  }
}
.contact-section .contact-section-right .vc_row .contact_detail a {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 15px;
}
.contact-section .contact-section-right .vc_row .contact_detail a svg {
  margin-right: 7px;
}
.contact-section p {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}
.contact-section .vc_col-sm-4:last-child .wpb_single_image {
  margin-bottom: 0 !important;
}
.contact-section .vc_column-inner {
  padding-top: 0 !important;
}
.contact-section h1 {
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}
.contact-section .wpb_wrapper .gform_wrapper {
  text-align: left;
}
.contact-section .wpb_wrapper .gform_wrapper label {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.contact-section .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.contact-section .wpb_wrapper .gform_wrapper .gform_body textarea, .contact-section .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: 1px solid #fff;
  background: #27282b;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .contact-section .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.contact-section .wpb_wrapper .gform_wrapper textarea {
  height: 80px;
}
.contact-section .wpb_wrapper .gform_wrapper .gform_footer {
  padding-left: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .contact-section .wpb_wrapper .gform_wrapper .gform_footer {
    padding-top: 10px;
    width: 100%;
  }
}
.contact-section .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
}
.contact-section .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #fff;
  background: none;
}
.contact-section .social {
  display: flex;
  flex-flow: nowrap;
}
@media (max-width: 768px) {
  .contact-section .social {
    justify-content: center;
  }
}
.contact-section .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .contact-section .social a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.contact-section .social a:hover {
  background: #ededed;
}
.contact-section .social a svg {
  height: 24px;
}
.contact-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-section ul li {
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-section ul li {
    display: inline-block;
    width: 49%;
  }
}
.contact-section ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.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: 16px;
  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: "Archivo", sans-serif;
  margin-top: 0;
  color: #233699;
  font-size: 25px;
  font-weight: 600;
}
.what-elt-method p {
  font-size: 20px;
  margin-bottom: 0;
}

.grey-bg, .blue-bg {
  text-align: center;
  padding: 36px 20px;
  border-radius: 15px;
}
.grey-bg p, .blue-bg p {
  font-family: "Archivo", 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: "Archivo", sans-serif;
  font-size: 16px;
  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: "Archivo", 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: "Archivo", 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: "Archivo", 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: 32px;
  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: "Archivo", sans-serif;
  font-size: 16px;
  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 */