@charset "UTF-8";
/* Import Main sheets */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -30px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after, .modal-header:after, .modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
/* _DEV */
/*.course-menu #course-menu ul#menu-training-courses li{    
    display:inline-block;
    width:9.5%;
    
}*/
.course-menu #course-menu ul#menu-training-courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#stickThis .widget {
  padding-bottom: 0px;
  margin-top: 0px;
}
.page-id-1394 h3 {
  font-size: 20px;
}
.training_images .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#Content .training_images .tri-images img {
  max-height: 100%;
}
#Content .training_images .tri-images {
  width: 100%;
}
.training_images .vc_column-inner > .wpb_wrapper .wpb_single_image {
  flex: 1;
}
.modal .modal-body {
  padding: 0;
}
.modal-open .modal {
  margin-top: 30px;
}
.modal-open {
  overflow-y: hidden;
  padding-right: 0px !important;
}
.modal-body .close {
  opacity: 1;
  color: #173c71;
  font-size: 30px;
  background-color: transparent;
}
.modal-body .close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  opacity: inherit;
  background: none;
  background-color: transparent !important;
  text-shadow: none;
}
.modal-body .header-popup .top-header {
  padding: 10px 0px;
}
.modal-body .header-popup .top-header h5.course-name {
  padding-left: 13.8%;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.modal-body .header-popup .top-header h5.course-slogan {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  padding-left: 3%;
  margin-bottom: 0px;
  font-weight: 400;
}
.modal-body .header-popup .top-header h5.course-description .pd-points {
  font-weight: 400;
}
.modal-body .header-popup .bottom-header {
  margin-bottom: 0px;
}
.modal-body .header-popup .bottom-header .difficulty--title {
  font-size: 12px;
}
#Content .modal-body .header-popup .bottom-header .course-small--icon img {
  width: 31px;
  height: auto;
  display: inline-block;
  position: relative;
  top: 4px;
}
#Content .modal-body .body-popup {
  margin-top: 20px;
  padding-right: 10%;
}
#Content .modal-body .body-popup .session--thumbnail {
  padding-bottom: 0px;
}
#Content .modal-body .body-popup .session--thumbnail img {
  width: 50%;
  max-width: 50%;
  padding-left: 10px;
}
#Content .modal-body .body-popup .session--thumbnail:before {
  content: "";
  display: inline-block;
  width: 36%;
  margin: 0px 0 0px 7%;
  max-width: 48%;
  height: 3px;
  position: relative;
  vertical-align: top;
  margin-top: 5vh;
  background-color: #173c71;
}
#Content .modal-body .body-popup .header-content {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  max-width: 70%;
}
#Content .modal-body .body-popup .header-content h5 {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
  vertical-align: top;
  line-height: 17px;
}
#Content .modal-body .body-popup .header-content h5 .pd-points {
  font-weight: 400;
  text-transform: none;
}
.modal-body .close:hover:after {
  opacity: 0;
}
.bottom-header.title.difficulty {
  padding: 5px 0px;
  padding-left: 13.8%;
}
#Content .modal-body .body-popup .lesson-content-wrapper {
  padding-left: 15%;
}
#Content .modal-body .body-popup .lesson-content-wrapper .counter-text {
  color: #00a5aa;
  padding-right: 20px;
}
#Content .modal-body .body-popup .lesson-content-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#Content .modal-body .body-popup .lesson-content-wrapper .lesson-content p {
  margin: 0;
}
#Content .modal-body .body-popup .lesson-content-wrapper .lesson-content ol {
  list-style: none;
  list-style-position: outside;
  counter-reset: li;
  position: relative;
}
#Content .modal-body .body-popup .lesson-content-wrapper .lesson-content ol li:before {
  content: counter(li);
  color: #00a5aa;
  display: inline-block;
  width: 2em;
  list-style-position: outside;
  margin-left: 0em;
  position: absolute;
  left: 0;
  top: 0;
}
#Content .modal-body .body-popup .lesson-content-wrapper .lesson-content ol li {
  counter-increment: li;
  list-style-position: outside;
  position: relative;
  padding-left: 19px;
}
#Content .modal-body .body-popup .assesment-task, #Content .modal-body .body-popup .required-skill {
  padding-left: 15%;
  margin-top: 15px;
}
#Content .modal-body .body-popup .assesment-task h6, #Content .modal-body .body-popup .required-skill h6 {
  margin-bottom: 0px;
  font-size: 15px;
}
#Content .modal-body .body-popup .assesment-task p, #Content .modal-body .body-popup .required-skill p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#Content .modal-body .body-popup .required-skill p .tablet-skills {
  color: #00a5aa;
}
#Content .modal-body .body-popup .costs {
  padding-left: 29%;
}
#Content .modal-body .body-popup .costs .cost--field {
  margin-top: 45px;
}
#Content .modal-body .body-popup .costs .cost--field .cost--online, #Content .modal-body .body-popup .costs .cost--field .cost--ftf {
  width: 49%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#Content .modal-body .body-popup .costs .cost--field .cost--ftf a.orange-btn, #Content .modal-body .body-popup .costs .cost--field .cost--online a.orange-btn {
  opacity: 1 !important;
  left: 0 !important;
}
#Content .modal-body .body-popup .costs .cost--field .cost--online p, #Content .modal-body .body-popup .costs .cost--field .cost--ftf p {
  font-size: 14px;
  font-weight: 600;
}
#Content .modal-body .body-popup .costs .cost--field .cost--online .cost-intro p, #Content .modal-body .body-popup .costs .cost--field .cost--ftf .cost-intro p {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
#Content .modal-body .body-popup .costs .cost--field .cost--online h5, #Content .modal-body .body-popup .costs .cost--field .cost--ftf h5 {
  margin: 0;
  line-height: 24px;
}
#Content .modal-body .body-popup .costs .cost--field .cost--ftf:before, #Content .modal-body .body-popup .costs .cost--field .cost--online:before {
  content: "";
  width: 34%;
  display: inline-block;
  height: 3px;
  left: -44%;
  margin-top: 10px;
  background-color: #173c71;
  position: absolute;
  top: 0;
}
/* Modal Responsive */
/* #Content .modal-body .body-popup .costs .cost--field .cost--ftf .cost-intro:before,
#Content .modal-body .body-popup .costs .cost--field .cost--online .cost-intro:before{ */
.title.difficulty {
  background-color: #398b64;
  color: white;
  padding: 8px 0px;
  padding-left: 23.3%;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
  z-index: 2;
  position: relative;
}
.courses-wrapper .uppercase_heading {
  text-transform: uppercase;
}
.courses-wrapper .course-intro-title {
  display: inline-block;
}
.btn-inline-popup .orange-btn {
  top: 0;
}
.btn-inline-popup {
  padding-left: 0px;
}
.course-menu #course-menu ul#menu-training-courses {
  background: none;
  padding: 0px 10px 0px 30px;
  background-color: #173c71;
  width: 100%;
}
/* .stick{
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
   
} */
/* .course-menu #course-menu ul#menu-training-courses li:after{
    width: 0px;
} */
.course-menu #course-menu ul#menu-training-courses li a {
  padding: 30px 0px;
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.sticky {
  position: fixed;
  top: 0;
  width: 81.4%;
  /* width: 100% */
}
.course-menu .signup .orange-btn {
  padding: 5px 5px 5px 9px !important;
  border: 2px solid #da4e1d;
  font-size: 13px;
  line-height: 23px;
}
.course-menu .signup .orange-btn:after {
  position: relative;
  top: 2px;
  opacity: 1;
  left: -2px;
}
.course-menu .signup .orange-btn:hover:after {
  /* left:0px; */
}
.courses-wrapper .orange-btn {
  border: 2px solid #da4e1d;
}
.courses-wrapper button.orange-btn:after {
  background: rgba(0, 0, 0, 0);
}
.course-menu .signup .orange-btn:hover:after {
  /* padding: unset; */
  /* margin-left:5px; */
}
.course-heading {
  display: block;
  padding: 0;
  padding: 20px 0px;
}
.course-heading .course-name {
  text-align: right;
  display: inline-block;
  width: 23%;
  margin: 0;
  padding: 0;
  padding-right: 3vw;
}
.course-heading .course-slogan {
  display: inline-block;
  padding-left: 0;
  width: auto;
  margin: 0;
  padding: 0;
}
.courses-wrapper .course-slogan.uppercase_heading {
  font-weight: normal;
}
.course_category_icon {
  display: block;
}
.courses-wrapper .orange-btn.inline-btn {
  top: 0;
}
.courses-wrapper .course-small--icon {
  position: absolute;
  right: 10%;
  display: inline-block;
  margin-top: -34px;
}
.courses-wrapper .course-small--icon p {
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 14px;
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
#Content .courses-wrapper .course-small--icon img {
  width: 40px;
  height: auto;
  display: inline-block;
  position: relative;
  top: 1px;
}
.courses-wrapper .course-heading.course--title {
  border-top: 3px solid #173c71;
}
.courses-wrapper .course-heading.course--title.course-heading-counter-0, .courses-wrapper .course-heading.course--title.course-heading-counter-12, .courses-wrapper .course-heading.course--title.course-heading-counter-24, .courses-wrapper .course-heading.course--title.course-heading-counter-27 {
  border-top: unset;
}
#Content .courses-wrapper .course-heading-wrapper .difficulty:nth-of-type(1) .course-small--icon img, #Content .courses-wrapper .course-heading-wrapper .difficulty:nth-of-type(1) p {
  display: none;
}
/* SESSION SECTION  */
.courses-wrapper .session-wrapper {
  width: 80%;
  margin: 0px auto 15px auto;
}
#Content .session-section.session--thumbnail {
  width: 29%;
  display: inline-block;
  padding-bottom: 15px;
}
#Content .session-section.session--thumbnail img {
  width: 38%;
  max-width: 50%;
  padding-left: 1vw;
}
#Content .session-section.session--thumbnail:before {
  content: "";
  display: inline-block;
  width: 47%;
  max-width: 50%;
  height: 3px;
  position: relative;
  vertical-align: top;
  margin-top: 5vh;
  background-color: #173c71;
}
.course-menu #course-menu ul#menu-training-courses li:after {
  content: "";
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  /*margin-right: .2em;*/
  position: absolute;
  bottom: 12px;
  left: 50%;
  top: 50%;
  margin: 21px 0px 0px;
  margin-top: 21px;
  transform: translate(-50%, -50%);
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /*margin-left: .2em;*/
  color: white;
  /* left: 20px;*/
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition-property: opacity, bottom;
  -webkit-transition-property: opacity, bottom;
  -o-transition-property: opacity, bottom;
  -moz-transition-property: opacity, bottom;
}
.course-menu #course-menu ul#menu-training-courses li:hover:after {
  opacity: 1;
  bottom: 8px;
}
.course-menu #course-menu ul#menu-training-courses li:hover a {
  font-weight: 700;
}
#Content .courses-wrapper .session-wrapper .session-section.session--heading {
  display: inline-block;
  max-width: 15%;
  width: 15%;
  vertical-align: top;
}
#Content .courses-wrapper .session-wrapper .session-section.session--heading h3 {
  margin: 0;
  padding: 0;
}
#Content .courses-wrapper .session-wrapper .session-section.session--description {
  vertical-align: top;
  display: inline-block;
  max-width: 50%;
  width: 50%;
}
#Content .courses-wrapper .session-wrapper .session-section.session--heading, #Content .courses-wrapper .session-wrapper .session-section.session--description {
  margin-top: 20px;
}
#Content .courses-wrapper .difficulty--title {
  font-size: 14px;
}
/* view more button animation */
.courses-wrapper .orange-btn {
  display: inline-block;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity, left;
  -moz-transition-property: opacity, left;
  -o-transition-property: opacity, left;
  transition-property: opacity, left;
  left: -30px;
  box-shadow: none;
  /* padding: 5px 35px 5px 35px; */
  font-size: 14px;
  margin-bottom: 20px;
  top: 0;
}
.courses-wrapper .session-wrapper .orange-btn::after {
  margin-left: 15px;
  padding: 0px 0px 0px 0px;
}
.courses-wrapper .session-wrapper:hover .orange-btn {
  opacity: 1;
  left: 0;
}
.courses-wrapper .session-wrapper .section-header {
  padding: 10px 0px;
}
.courses-wrapper .session-wrapper .section-header:after {
  content: "";
  width: 80.7%;
  height: 1px;
  background-color: #7bbed5;
  display: block;
  float: right;
  margin-right: 2.5%;
  position: relative;
}
/*  

Side Lines

*/
#Content .course_category_icon {
  display: block;
  overflow: hidden;
  text-align: unset;
  padding: 0 5%;
  position: relative;
}
.session-wrapper.andriod, .session-wrapper.windows, .session-wrapper.management {
  overflow: hidden;
}
.courses-wrapper.wrapper, .course-group {
  position: relative;
}
/* #Content .course_category_icon.andriod:before,
#Content .course_category_icon.windows:before{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 29%;
    border-top-style: solid;
    border-top-width: 4px;
    border-color: #A9C65D;
    top: 65px;
    z-index: 1;   
    left: 3%;
}

#Content .course_category_icon.windows:after,
#Content .course_category_icon.management:after{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 29%;
    border-top-style: solid;
    border-top-width: 4px;
    border-color: #009FE2;
    top: 65px;
    z-index: 1;     
    right: 3%;
}

#Content .course_category_icon.management:before{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 29%;
    border-top-style: solid;
    border-top-width: 4px;
    border-color: #db7e06;
    top: 65px;
    z-index: 1;   
    left: 3%;
}


#Content .course-group-Andriod:before{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 3px;    
    border: none;    
    top: 65px;
    background-color: #A9C65D;
    z-index: 1;
    height: 100.2%;
    left: 3%;
}

#Content .course-group-Windows:after{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 3px;    
    border: none;    
    top: 65px;
    background-color: #009FE2;
    z-index: 1;
    height: 100.2%;
    right: 3%;
}

#Content .course-group-Management:before{
    content: "";
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 3px;    
    border: none;    
    top: 65px;
    background-color: #db7e06;
    z-index: 1;
    height: 100.2%;
    left: 3%; 
} */
#Content .course_category_icon.andriod:after {
  display: none !important;
}
/* #Content .courses-wrapper .course-group::nth-of-type(1) .course_category_icon:after{
    content:"";
    display:none;
} */
#Content .courses-wrapper .course-group:nth-of-type(odd):after, #Content .courses-wrapper .course-group:nth-of-type(even):before {
  display: none;
}
#Content .courses-wrapper .course_category_icon img {
  width: 35%;
  margin: 0 auto;
  display: inherit;
  position: relative;
  z-index: 2;
  /* height:150px;
    max-height:150px; */
}
#Content .course_category_icon.andriod {
  margin-top: 30px;
}
#Content .course_category_icon.management img {
  padding-top: 20px;
}
#Content .course_category_icon.fourth-industrial-revolution img {
  padding-top: 35px;
}
@media (max-width: 1670px) {
  #Content .courses-wrapper .course_category_icon img {
    padding-top: 15px;
  }
  #Content .course_category_icon.fourth-industrial-revolution img {
    padding-top: 40px;
  }
  #Content .course_category_icon.management img {
    padding-top: 30px;
  }
}
@media (max-width: 1440px) {
  #Content .course_category_icon:before, #Content .course_category_icon:after {
    top: 42px;
  }
  #Content .course-group:before {
    height: 100.23%;
    top: 42px;
  }
  #Content .courses-wrapper .course_category_icon img {
    padding-top: 30px;
  }
}
@media (max-width: 1450px) and (min-width: 1241px) {
  #Content .course_category_icon.fourth-industrial-revolution img {
    padding-top: 48px;
  }
}
@media (max-width: 1440px) {
  /*.course-menu #course-menu ul#menu-training-courses li{
        width:10.5%;
    }*/
  .courses-wrapper h3 {
    font-size: 20px;
  }
  .course-menu .signup .orange-btn {
    top: 0px;
  }
  .course-menu .signup {
    margin-top: -50px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .vertical-text-alot.vc_col-sm-2 {
    width: 11.666667%;
  }
  .vertical-text .vc_sep_width_100 {
    left: 21px;
    top: 84px;
  }
}
@media (max-width: 1300px) {
  #stickThis.course-menu {
    top: 100px !important;
    z-index: 10 !important;
  }
  .course-menu #course-menu {
    margin-bottom: 0px;
  }
  .course-menu .signup {
    padding-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  /*.course-menu #course-menu ul#menu-training-courses li{
        width:20%;
    }*/
  #Content .courses-wrapper .session-wrapper .session-section.session--heading {
    max-width: 20%;
    width: 20%;
  }
  #Content .courses-wrapper .session-wrapper .session-section.session--description {
    max-width: 45%;
    width: 45%;
  }
  .course-menu #course-menu ul#menu-training-courses li a {
    padding: 15px 0px;
  }
  .training_images_mobile .vc_column_container .wpb_wrapper, .training_images .vc_column_container .wpb_wrapper {
    text-align: center;
    margin-top: 15px;
  }
  .course-menu .signup {
    right: 0px;
    margin-top: -75px;
  }
}
@media (max-width: 992px) {
  /* .course-menu #course-menu ul#menu-training-courses li{
        width: 10%;
    } */
  /*.course-menu .signup{
        display: block;
        right: 20px;
        float: right;
        margin-top: -40px;
        position: absolute; 
    }*/
  .course-menu #course-menu ul#menu-training-courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .course-menu #course-menu ul#menu-training-courses {
    padding: 0px;
  }
  #Content .modal-body .body-popup .session--thumbnail:before {
    display: none;
  }
  #Content .modal-body .body-popup .lesson-content-wrapper {
    padding-left: 12%;
  }
  #Content .modal-body .body-popup .session--thumbnail img {
    width: 33%;
    max-width: 50%;
    padding-left: 11%;
  }
  #Content .modal-body .body-popup .session--thumbnail {
    width: 100%;
  }
  .modal-body .header-popup .top-header h5.course-slogan {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  #Content .modal-body .body-popup .header-content {
    padding-left: 12%;
    margin-bottom: 20px;
  }
  #Content .modal-body .body-popup .assesment-task, #Content .modal-body .body-popup .required-skill {
    padding-left: 12%;
  }
  #Content .modal-body .body-popup .costs .cost--field .cost--online, #Content .modal-body .body-popup .costs .cost--field .cost--ftf {
    display: block;
  }
  #Content .modal-body .body-popup .costs .cost--field .cost--ftf {
    margin-top: 0px;
  }
  #Content .modal-body .body-popup .costs .cost--field .cost--ftf:before, #Content .modal-body .body-popup .costs .cost--field .cost--online:before {
    display: none;
  }
  #Content .modal-body .body-popup .costs {
    padding-left: 12%;
  }
  .bottom-header.title.difficulty, .modal-body .header-popup .top-header h5.course-name {
    padding-left: 11%;
  }
  #Content .modal-body .body-popup .costs .cost--field {
    margin-top: 25px;
  }
}
@media (max-width: 782px) {
  #stickThis.course-menu {
    top: 87px !important;
  }
}
@media (max-width: 768px) {
  #Content .modal-body .body-popup .costs .cost--field .cost--online, #Content .modal-body .body-popup .costs .cost--field .cost--ftf {
    width: 100%;
  }
  #Content .course_category_icon:before, #Content .course_category_icon:after {
    top: 30px;
  }
  #Content .course-group-Management:before, #Content .course-group-Windows:after, #Content .course-group-Andriod:before {
    height: 100.15%;
    top: 30px;
  }
  .course-menu #course-menu ul#menu-training-courses li:after {
    display: none;
  }
  #Content .session-section.session--thumbnail {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-bottom: 0px;
  }
  .training_images_mobile .vc_column_container .wpb_wrapper, .training_images .vc_column_container .wpb_wrapper {
    margin-top: 5px;
  }
  #Content .courses-wrapper .session-wrapper .session-section.session--heading {
    width: 100%;
    max-width: 100%;
  }
  #Content .session-section.session--thumbnail:before {
    content: "";
    display: none;
    width: 32%;
    max-width: 32%;
    height: 3px;
    position: relative;
    vertical-align: top;
    margin-top: 5vh;
    background-color: #173c71;
  }
  #Content .session-section.session--heading {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  #Content .session-section.session--thumbnail img {
    width: 100px;
    /* max-width: 50%; */
    padding-left: 0px;
  }
  .courses-wrapper .orange-btn {
    opacity: 1;
    left: 0px;
  }
  #Content .courses-wrapper .session-wrapper .session-section.session--description {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .courses-wrapper .orange-btn:hover {
    font-weight: initial;
  }
  .courses-wrapper .course-slogan.uppercase_heading {
    font-weight: normal;
    margin-top: 0;
    font-size: 13px;
    vertical-align: top;
  }
  .courses-wrapper .uppercase_heading {
    text-transform: none;
  }
}
#stickThis .course-mobile-menu h4 {
  color: white;
  font-size: 19px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0px;
}
#stickThis {
  background-color: #173c71;
}
@media (max-width: 768px) {
  .modal-body .header-popup .top-header h5.course-name {
    display: block;
  }
  .modal-body .header-popup .top-header h5.course-slogan {
    display: block;
    padding-left: 11%;
  }
  #stickThis > div {
    display: block;
  }
  .course-menu .btn-inline-popup .orange-btn {
    top: 0;
  }
}
@media (max-width: 425px) {
  .course-heading .course-name, .course-heading .course-slogan {
    width: 100%;
    display: block;
    text-align: center;
  }
  .course-heading .course-slogan {
    padding-top: 10px;
  }
  .title.difficulty {
    padding-left: 9%;
    text-align: left;
  }
  #Content .course_category_icon img {
    max-width: unset !important;
    width: 75%;
  }
  #Content .course_category_icon:before, #Content .course_category_icon:after {
    display: none;
  }
}
.course-menu .signup {
  position: relative;
  float: unset;
  right: unset;
  margin-top: 0px;
  text-align: center;
}
.course-menu #course-menu ul#menu-training-courses li {
  max-width: 20%;
  width: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -o-inline-flex;
}
.course-menu #course-menu ul#menu-training-courses li a {
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 800px) {
  .course-menu #course-menu ul#menu-training-courses li {
    max-width: 10%;
  }
}
@media (min-width: 1240px) {
  .course-menu #course-menu ul#menu-training-courses {
    max-width: 80%;
  }
  #course-menu.wpb_content_element {
    margin-bottom: 0px;
  }
}
@media (min-width: 1300px) {
  .course-menu .signup {
    display: block;
    position: absolute;
    right: 54px;
    margin-top: -52px;
  }
}
@media (min-width: 1400px) {
  .course-menu #course-menu ul#menu-training-courses {
    max-width: 85%;
  }
}
.contact-us-management {
  padding-left: 15%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .contact-us-management {
    padding-left: 12%;
  }
}
.contact-us-management a {
  opacity: 1 !important;
  left: 0 !important;
}
body #Content .course-group.management:before {
  height: 100.8%;
}
body #Content .course_category_icon.teaching-online:before, body #Content .course-group.teaching-online:before, body #Content .course_category_icon.teaching-online:after {
  top: 38px;
}
body #Content .course-group.fourth-industrial-revolution:after {
  height: 99.6%;
}
.course-cat-teaching-online .course-heading.course--title {
  border-top: none;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: 2px solid;
  border-color: #dc3232;
}
body .courses-wrapper .single_course {
  margin-top: 30px;
}
@media (min-width: 1240px) {
  body .courses-wrapper .single_course {
    margin-top: 15px;
  }
}
body .courses-wrapper .single_course:hover .course-link-face .overlay {
  opacity: 0.7;
}
body .courses-wrapper .single_course:hover .course-link-face .course-link-hidden {
  opacity: 1;
}
body .courses-wrapper .single_course:hover .course-title {
  opacity: 0;
}
body .courses-wrapper .single_course .course-link-face {
  text-align: center;
  position: relative;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.29);
}
body .courses-wrapper .single_course .course-link-face > img {
  display: block;
}
@media (max-width: 992px) {
  body .courses-wrapper .single_course .course-link-face > img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 960px) {
  body .courses-wrapper .single_course .course-link-face > img {
    width: inherit;
    height: inherit;
  }
}
body .courses-wrapper .single_course .course-link-face .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008e56;
}
body .courses-wrapper .single_course .course-link-face .course-link-hidden {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s ease;
}
@media (max-width: 992px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden {
    transform: translateX(-50%) translateY(50%);
  }
}
@media (max-width: 960px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden {
    margin-top: 20px;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden {
    margin-top: 0;
  }
}
body .courses-wrapper .single_course .course-link-face .course-link-hidden img {
  max-height: 128px !important;
}
@media (max-width: 1500px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden img {
    max-height: 100px !important;
  }
}
@media (max-width: 992px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden img {
    max-height: 128px !important;
  }
}
@media (max-width: 768px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden img {
    max-height: 100px !important;
  }
}
@media (max-width: 500px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden img {
    max-height: 60px !important;
  }
}
body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link {
  padding: 10px 20px;
  background-color: #da4e1d;
  margin-top: 60px;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  min-width: 200px;
}
@media (min-width: 768px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link {
    padding: 10px 40px;
    min-width: unset;
  }
}
@media (max-width: 1500px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link {
    margin-top: 30px;
  }
}
body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link:hover::after {
  left: 10px;
}
body .courses-wrapper .single_course .course-link-face .course-link-hidden .fake-link::after {
  content: "";
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  padding: 0px 0px 0px 0px;
  left: 0;
}
body .courses-wrapper .single_course .course-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 992px) {
  body .courses-wrapper .single_course .course-title {
    font-size: 24px;
  }
}
/* Course Category Single */
.tax-course_category {
  /* Modal Styling */
}
.tax-course_category #Wrapper {
  position: relative;
}
.tax-course_category .intro-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 180px 0px 50px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tax-course_category .intro-row {
    padding: 0px 45px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tax-course_category .intro-row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .tax-course_category .intro-row .vc_col-sm-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .tax-course_category .intro-row .vc_col-sm-6.vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .tax-course_category .intro-row .vc_col-sm-6 .text-column {
    max-width: 90%;
  }
}
.tax-course_category .intro-row .vc_col-sm-6 .text-column h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .tax-course_category .intro-row .vc_col-sm-5 {
    -webkit-flex-basis: 41.66666667%;
    -moz-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
  }
}
.tax-course_category .intro-row .vc_col-sm-5.video-column {
  position: relative;
}
@media (min-width: 992px) {
  .tax-course_category .intro-row .vc_col-sm-5.video-column:before {
    content: "";
    background-color: #398b64;
    right: -80px;
    width: 100%;
    height: 80%;
    top: 10%;
    position: absolute;
  }
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .image-overlay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .image-overlay .image-overlay-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .image-overlay .image-overlay-inner img {
  max-width: 448px;
  display: inline-block;
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .video-overlay {
  position: absolute;
  display: block;
  top: 0px;
  background-color: rgba(23, 60, 113, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .video-overlay a {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .video-wrapper {
  position: relative;
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .video-wrapper .video-inner {
  position: relative;
  max-width: 448px;
}
@media (min-width: 768px) {
  .tax-course_category .intro-row .vc_col-sm-5.video-column .video-wrapper .video-inner {
    margin-right: 30px;
  }
}
.tax-course_category .intro-row .vc_col-sm-5.video-column .video-wrapper .video-inner iframe {
  position: relative;
  display: block;
  border-radius: 8px;
}
.tax-course_category .course_category_icon img {
  text-align: center;
  margin: 75px auto 30px;
  max-width: 240px;
  display: block;
}
.tax-course_category .course-group:nth-child(even) {
  background-color: rgba(23, 60, 113, 0.1);
}
.tax-course_category .course-group .course-heading-wrapper .title {
  padding: 30px;
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .course-heading-wrapper .title {
    padding: 30px 0px;
  }
}
.tax-course_category .course-group .course-heading-wrapper .title h3 {
  font-weight: 400;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.tax-course_category .course-group .course-small--icon {
  background-color: #398b64;
  color: white;
  padding-left: 8.333333%;
  padding-right: 8.33333%;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
  z-index: 2;
  position: relative;
}
.tax-course_category .course-group .course-small--icon .inner {
  position: relative;
  padding: 8px 0px;
}
.tax-course_category .course-group .course-small--icon .inner p {
  margin-bottom: 0px;
}
.tax-course_category .course-group .course-small--icon .inner img {
  position: absolute;
  width: 40px;
  height: auto;
  top: -25%;
  margin-left: auto;
  right: 0;
}
.tax-course_category .course-group .sessions-container {
  padding-left: 50px;
  padding-top: 35px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
  border-bottom: 2px solid #173c71;
}
@media (min-width: 768px) {
  .tax-course_category .course-group .sessions-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .tax-course_category .course-group .sessions-container {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}
.tax-course_category .course-group .sessions-container .session-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
}
@media (max-width: 1239px) {
  .tax-course_category .course-group .sessions-container .session-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #173c71;
  }
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .sessions-container .session-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 54px;
  }
}
@media (min-width: 1750px) {
  .tax-course_category .course-group .sessions-container .session-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
  .tax-course_category .course-group .sessions-container .session-wrapper:not(:nth-child(3n)) .session-content {
    position: relative;
  }
  .tax-course_category .course-group .sessions-container .session-wrapper:not(:nth-child(3n)) .session-content:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0px;
    background-color: #173c71;
  }
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1239px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-thumbnail {
  border: 2px solid #00a5aa;
  border-radius: 10px;
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-thumbnail {
    max-width: 40%;
  }
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-thumbnail img {
  width: auto;
  max-height: 92px;
  padding: 10px;
  height: 100%;
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1239px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content {
    max-width: 60%;
    width: 60%;
    padding-right: 20px;
    padding-left: 25px;
  }
}
@media (min-width: 1600px) and (max-width: 1750px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-content p {
  text-transform: uppercase;
}
.tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-footer a {
  top: 0px;
  margin-top: 15px;
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .sessions-container .session-wrapper .session-inner .session-footer a {
    opacity: 0;
  }
}
@media (min-width: 1240px) {
  .tax-course_category .course-group .sessions-container .session-wrapper:hover .session-inner .session-footer a {
    opacity: 1;
  }
}
.tax-course_category .course-floating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  width: 100%;
  border-top: 2px solid white;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .tax-course_category .course-floating {
    top: 139px;
  }
}
.tax-course_category .course-floating .course-floating-initial {
  background-color: #173c71;
  padding: 45px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}
.tax-course_category .course-floating .course-floating-initial p {
  margin-bottom: 0px;
}
.tax-course_category .course-floating .course-floating-initial p a {
  color: white;
}
.tax-course_category .course-floating .course-floating-initial p a .vc_icon_element-icon {
  padding-left: 10px;
}
.tax-course_category .course-floating .floatingCourses {
  transition: 0.5s;
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: rgba(23, 60, 113, 0.7);
  padding: 30px 0px;
  justify-content: center;
  text-align: center;
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}
.tax-course_category .course-floating .floatingCourses ul.floating-menu li {
  padding: 3px 0px;
}
.tax-course_category .course-floating .floatingCourses ul.floating-menu li a {
  color: white;
}
.tax-course_category .modal-wrapper .modal .modal-body {
  padding: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .close {
  opacity: 1;
  color: #173c71;
  font-size: 30px;
  background-color: transparent;
  padding-right: 7px;
  padding-top: 3px;
}
.tax-course_category .modal-wrapper .modal .modal-body .close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  opacity: inherit;
  background: none;
  background-color: transparent !important;
  text-shadow: none;
}
.tax-course_category .modal-wrapper .modal .modal-body .close:hover:after {
  opacity: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header {
  padding: 10px 0px;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header h5.course-name {
  display: block;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 20px;
}
@media (min-width: 1240px) {
  .tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header h5.course-name {
    padding-left: 13.8%;
    display: inline-block;
    text-align: left;
    margin-top: 0px;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header h5.course-slogan {
  display: block;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header h5.course-slogan {
    display: inline-block;
    padding-left: 3%;
    text-align: left;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .top-header h5.course-description .pd-points {
  font-weight: 400;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .bottom-header {
  margin-bottom: 0px;
  padding: 15px 0px;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .bottom-header .difficulty--title {
  font-size: 12px;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .bottom-header .course-small--icon-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tax-course_category .modal-wrapper .modal .modal-body .header-popup .bottom-header .course-small--icon-popup img {
  width: 31px;
  height: auto;
  display: inline-block;
  position: absolute;
  right: 10%;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-6 {
    text-align: center;
    max-width: 80%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-6 {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-6.vc_col-lg-offset-1 {
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-6 .text-column {
    max-width: 90%;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-6 .text-column h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column {
  position: relative;
}
@media (min-width: 992px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column:before {
    content: "";
    background-color: #398b64;
    right: -80px;
    width: 100%;
    height: 80%;
    top: 10%;
    position: absolute;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .image-overlay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .image-overlay .image-overlay-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .image-overlay .image-overlay-inner img {
  max-width: 419px;
  display: inline-block;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-wrapper {
  position: relative;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-wrapper .video-inner {
  position: relative;
  max-width: 448px;
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-wrapper .video-inner {
    margin-right: 30px;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-wrapper .video-inner iframe {
  position: relative;
  display: block;
  border-radius: 8px;
  min-height: 200px;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-overlay {
  position: absolute;
  display: block;
  top: 0px;
  background-color: rgba(23, 60, 113, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.tax-course_category .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5.video-column .video-overlay a {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup {
  margin-top: 20px;
  padding-right: 10%;
  padding-left: 15%;
  padding-bottom: 40px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .session--thumbnail {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .session--thumbnail {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .session--thumbnail img {
  width: auto;
  max-height: 92px;
  padding: 10px;
  height: 100%;
  border: 2px solid #00a5aa;
  border-radius: 10px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .session--thumbnail img:before {
  display: none;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  max-width: 70%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content {
    text-align: left;
    padding-left: 30px;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content h5 {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
  vertical-align: top;
  line-height: 17px;
  font-weight: 300;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content h5 .pd-points {
  font-weight: 400;
  text-transform: none;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content h5.course-name {
  font-weight: 700;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .tax-course_category .modal-wrapper .modal .modal-body .body-popup .session--header .header-content h5.course-name {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin: 25px 0px 10px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper .counter-text {
  color: #00a5aa;
  padding-right: 20px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper .lesson-content p {
  margin: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper .lesson-content ol {
  list-style: none;
  list-style-position: outside;
  counter-reset: li;
  position: relative;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper .lesson-content ol li {
  counter-increment: li;
  list-style-position: outside;
  position: relative;
  padding-left: 19px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .lesson-content-wrapper .lesson-content ol li:before {
  content: counter(li);
  color: #00a5aa;
  display: inline-block;
  width: 2em;
  list-style-position: outside;
  margin-left: 0em;
  position: absolute;
  left: 0;
  top: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .assesment-task, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .required-skill {
  margin-top: 15px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .assesment-task h6, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .required-skill h6 {
  margin-bottom: 0px;
  font-size: 15px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .assesment-task p, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .required-skill p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .assesment-task p .tablet-skills, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .required-skill p .tablet-skills {
  color: #00a5aa;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field {
  margin-top: 30px;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf {
  display: block;
  position: relative;
  vertical-align: top;
}
@media (min-width: 768px) {
  .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf {
    width: 49%;
    display: inline-block;
  }
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online p, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf p {
  font-size: 14px;
  font-weight: 600;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online a.orange-btn, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf a.orange-btn {
  opacity: 1 !important;
  left: 0 !important;
  top: 0;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online .cost-intro p, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf .cost-intro p {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--online h5, .tax-course_category .modal-wrapper .modal .modal-body .body-popup .costs .cost--field .cost--ftf h5 {
  margin: 0;
  line-height: 24px;
}
.tax-course_category.modal-open {
  overflow-y: hidden;
  padding-right: 0px !important;
}
.tax-course_category.modal-open .modal {
  margin-top: 30px;
}
.tax-course_category.term-fourth-industrial-revolution .course-group .course-small--icon, .tax-course_category.term-fourth-industrial-revolution .title.difficulty, .tax-course_category.term-fourth-industrial-revolution .intro-row .vc_col-sm-5:before, .tax-course_category.term-fourth-industrial-revolution .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5:before {
  background-color: #d72427;
}
.tax-course_category.term-management .course-group .course-small--icon, .tax-course_category.term-management .title.difficulty, .tax-course_category.term-management .intro-row .vc_col-sm-5:before, .tax-course_category.term-management .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5:before {
  background-color: #db7e06;
}
.tax-course_category.term-andriod .course-group .course-small--icon, .tax-course_category.term-andriod .title.difficulty, .tax-course_category.term-andriod .intro-row .vc_col-sm-5:before, .tax-course_category.term-andriod .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5:before {
  background-color: #398b64;
}
.tax-course_category.term-windows .course-group .course-small--icon, .tax-course_category.term-windows .title.difficulty, .tax-course_category.term-windows .intro-row .vc_col-sm-5:before, .tax-course_category.term-windows .modal-wrapper .modal .modal-body .video-row .vc_col-sm-5:before {
  background-color: #398b64;
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
/* _DEV */
/* Testimonails */
body.logged-in div.wpcf7 {
  margin-top: 0;
}
@media (min-width: 1600px) {
  body.blog .blog_wrapper .post-item .post-photo-wrapper a img {
    height: 255px !important;
    width: 100% !important;
  }
}
.d-none {
  display: none !important;
}
.ctas {
  z-index: 21;
}
.page-id-1359 .ctas {
  top: 0px;
}
body .testimonials_slider .testimonials_slider_ul li .hr_dots {
  display: none;
}
.page-id-294 p {
  line-height: 1.3;
}
body .slider_pager.slider_pagination ul {
  margin-left: 0;
}
body .testimonials_slider.single-photo .slider_pager {
  margin-top: 0px;
  display: none;
}
.text-lead {
  font-size: 18px;
}
.podcasts-wrapper .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.podcasts-wrapper .wpb_wrapper .icon_box {
  padding-left: 15px;
  padding-right: 15px;
}
.podcast-content-footer {
  font-size: 18px;
}
.podcast-content-footer table {
  width: auto;
  border: 0;
  margin: 0 auto;
}
.podcast-content-footer table td {
  text-align: left;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 960px) {
  .podcasts-wrapper .wpb_wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .podcasts-wrapper .wpb_wrapper .icon_box {
    width: 33.333%;
  }
}
/* Floating Cart */
.float-cart {
  position: fixed;
  display: block;
  bottom: 148px;
  right: -118px;
  width: 300px;
  z-index: 999;
}
.page-id-1394 .float-vadea {
  top: 151px;
  position: fixed;
  display: block;
  right: -118px;
  z-index: 999;
  width: 300px;
}
.float-cart .orange-btn i:before {
  content: "";
  background-image: url(../images/ic_shopping_basket_24px.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  padding-left: 0px;
  position: relative;
  display: inline-block;
  top: 0;
}
.float-cart .orange-btn:not(.btn):after {
  display: none;
}
.page-id-1394 #Footer a.btn.orange-btn {
  /* bottom:-20px; */
  min-width: 150px;
  color: white;
}
body .float-cart .orange-btn {
  padding: 8px 20px 8px 20px !important;
  left: unset;
  top: unset;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body .float-cart .orange-btn i {
  position: relative;
  margin-left: 3px;
  display: inline-block;
}
/* Vertical sub heading */
body i.icon-linkedin {
  display: block;
}
body {
  line-height: 1.3em;
}
html, body #Wrapper {
  background-color: white;
}
#Subheader ul.breadcrumbs li span {
  margin: 0 !important;
}
#Subheader ul.breadcrumbs {
  display: block !important;
}
.last-row-margin {
  margin-bottom: 50px;
}
.in-row-margin {
  margin-bottom: 35px;
}
.vertical-text h4, .horizontal-text h4 {
  font-size: 15px;
  font-weight: 600;
}
.vertical-text.vertical-text-alot h4 {
  font-weight: 600;
  display: inline-block;
  margin-left: -100px !important;
}
.horizontal-text h4 {
  /* 	text-align: right;
    width: 70%;
    float: right;
    padding-right: 0px;  
    position: relative;
    margin-bottom: -61px!important;
    display: block;
    top: -37px; */
}
.vertical-text h4 {
  /* 	transform: rotate(-90deg);
    position: absolute;
    top: 125px;    
    left: 40%; */
}
.vertical-text h4:after {
  content: "";
  width: 110px;
  height: 5px;
  background-color: #173c71;
  position: relative;
  display: block;
  margin-left: 0px;
  margin-top: -15px;
  left: 68px;
}
.vertical-text > * {
  z-index: 10;
  position: relative;
}
.side-headerp {
  padding: 0px 50px 0px 0px !important;
}
.horizontal-text h4:after {
  content: "";
  width: 30%;
  height: 5px;
  background-color: #173c71;
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-top: 8px;
  top: 0;
  float: left;
  left: 0;
  margin-left: 0;
}
.reduced-text-right {
  padding: 0px 14% 0px 30px !important;
}
/* custom seperator horizontal */
.text-seperator-heading-column .vc_sep_width_100 {
  width: auto;
  margin-left: 44%;
  /*     transform: rotate(-90deg); */
}
.text-seperator-heading-column .vc_separator .vc_sep_holder .vc_sep_line, .vertical-text .vc_separator .vc_sep_holder .vc_sep_line {
  border-width: 4px !important;
}
.text-seperator-heading-column .vc_separator .vc_sep_holder.vc_sep_holder_r {
  display: none;
}
/* custom seperator vertical */
.vertical-text .vc_sep_width_100 {
  width: auto;
  margin-left: 0px;
  transform: rotate(270deg);
  position: relative;
  left: 50px;
  top: 112px;
}
.full-width-vertical-text .vertical-text .vc_sep_width_100 {
  left: 29px;
}
.vertical-text .vc_separator .vc_sep_holder.vc_sep_holder_l {
  display: none;
}
.vertical-text .vc_sep_width_100 h4:after {
  display: none;
}
/* BOOK DONWLOAD BLOCKS */
.ctas-books .story_box .desc_wrapper {
  margin: 0 auto !important;
}
@media (min-width: 1300px) {
  .ctas-books .story_box .desc_wrapper {
    width: 85% !important;
  }
  .ctas-books .story_box .desc_wrapper h3:after {
    margin-left: 1px;
  }
}
@media (max-width: 1299px) and (min-width: 1024px) {
  .ctas-books .story_box .desc_wrapper {
    width: 67% !important;
  }
  body .story_box .photo_wrapper img {
    /* max-width: 250px!Important; */
  }
  .vertical-text .vc_sep_width_100 {
    /* width: 200px;		
		left: 6px; */
    top: 75px;
  }
  body .story_box .photo_wrapper {
    padding: 0px;
  }
}
.ctas.ctas-books {
  margin-top: 0px;
  margin-left: 40px;
}
/* CONTACT US */
/* FORM */
.contacts-form.row .col-xs-12.col-md-6 {
  width: 48%;
  display: inline-block;
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.grecaptcha {
  font-size: 12px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
  box-shadow: none !important;
  border-radius: 10px !important;
  border-color: none !important;
  background-color: #e9e9ef !important;
  color: #173c71 !important;
  font-weight: 600;
  font-size: 14px !important;
  font-style: italic;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #173c71 !important;
  padding-left: 8px;
  padding-top: 5px;
}
.contacts-form.row .col-xs-12.col-md-6 span.wpcf7-form-control-wrap {
  width: 100%;
  position: relative !important;
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
}
body .pager .pages a, body .pager .pages span.current {
  border-radius: 0;
}
body .pager .pages a.active, body .pager .pages a:hover, body .pager .pages span.page-numbers.current {
  background-color: #d9501d;
}
body .grid .post-item {
  /* background:transparent!important; */
}
/* Assisted Self Publish Programme  */
.assisted-programme .orange-btn:after {
  left: 156px;
}
/*
 .contacts-form.row .col-xs-12.col-md-6:nth-child(1){
	padding-right: 1%;
}*/
.contacts-form.row .col-xs-12.col-md-6:nth-child(2) {
  float: right;
}
.tandc span.wpcf7-list-item-label {
  font-size: 14px;
  color: #707070;
  padding-left: 5px;
}
.tandc span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: block;
}
.tandc .wpcf7-validates-as-required span.wpcf7-list-item.first.last {
  width: 100%;
}
.tandc span.wpcf7-form-control-wrap {
  padding-right: 30px;
}
.tandc {
  margin: 20px 0px;
}
.grecaptcha-badge {
  display: none !important;
}
.mathsubmit input.wpcf7-form-control.wpcf7-mathcaptcha {
  display: inline-block;
  max-width: 75px;
  height: 40px;
  width: auto;
}
.mathsubmit span.wpcf7-form-control-wrap {
  width: auto;
}
#Content .tri-images-mobile .wpb_single_image.vc_align_left {
  display: none;
}
.mathsubmit input.wpcf7-form-control.wpcf7-submit.button-style2 {
  display: inline-block;
  width: 85px;
  background-color: #da4e1d;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  margin-left: 10px;
  height: 42px;
  border: 1px solid #da4e1d;
  margin-top: 0px;
  margin-left: 0;
}
.mathsubmit input.wpcf7-form-control.wpcf7-submit.button-style2:hover {
  background-color: transparent;
  color: #da4e1d;
}
.training-margin-class .no-margin {
  margin-bottom: 0px;
  margin-top: 30px;
}
/*  TRAINING  */
#Content .tri-images img {
  max-width: auto;
  max-height: 50px;
  display: inline-block;
}
#Content .tri-images .wpb_single_image.vc_align_left {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}
#Content .tri-images .wpb_single_image.vc_align_left:nth-of-type(1n + 2) {
  padding-left: 45px;
}
#Content .tri-images {
  margin-bottom: 0px;
  padding-left: 7.2%;
}
/* BREADCRUMB/TITLE/SUBHEADER HIDING */
#Header_wrapper #Header {
  display: none;
}
#Header_wrapper #Subheader {
  background-color: #173c71;
  padding: 0px 0;
}
#Header_wrapper #Subheader .container {
  max-width: 100% !important;
}
#Header_wrapper #Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
  color: white !important;
  font-size: 14px;
  padding: 10px 0px;
}
.subheader-both-center #Subheader .breadcrumbs {
  text-align: left !important;
  padding-left: 10px !important;
  margin-top: 0 !important;
}
#Subheader .icon-right-open:before {
  content: " - " !important;
  color: white;
}
.subheader-both-center #Subheader .breadcrumbs li:last-child {
  opacity: 0.5 !important;
}
/*  GROWSMART  */
#Content .ctas-books .story_box .photo_wrapper img.scale-with-grid {
  max-width: 100%;
  height: auto !important;
  margin: 0px auto 30px;
  max-height: 230px;
}
/* Blue Arrow */
img.blue-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.read-more-btn {
  font-weight: 600;
}
.read-more-btn img.blue-arrow {
  position: relative;
  top: 2px;
  left: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.read-more-btn:hover img.blue-arrow {
  left: 25px;
}
.read-more-btn:hover {
  color: #173c71;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a span.vc_tta-title-text {
  font-weight: 600;
}
.page-id-1319 .story_box .desc_wrapper h3 {
  margin-top: -25px !important;
}
/* POPUP STYLING */
.pum-theme-1301 .pum-content, .pum-theme-active-africa .pum-content p {
  font-size: 14px;
  line-height: 26px;
}
/* #pum-35828{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
} */
/* #pum-35828.pum-active{
	display:block!important;
} */
/* .pum-theme-1301 .pum-container, .pum-theme-active-africa .pum-container{	
	padding: 40px 100px 50px 100px!important;
	margin-top: 40px!important;
	position: fixed;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	margin-left: 0px!important;
} */
.pum-theme-1301 .pum-title, .pum-theme-active-africa .pum-title {
  display: none;
}
#popmake-35817 {
  padding: 3% 8% !important;
}
#popmake-35828 .wpb_text_column.border-top {
  padding-top: 30px;
  border-top: 1px solid;
}
@media (max-width: 768px) {
  #popmake-35817 {
    padding: 40px 60px !important;
  }
  #popmake-35828 .wpb_single_image img {
    max-width: 100% !important;
  }
}
#popmake-35817 .orange-btn, #popmake-35828 .orange-btn {
  padding: 10px 50px !important;
}
.pum-theme-active-africa .pum-content p span.before-general:before {
  content: "";
  width: 100px;
  height: 4px;
  top: -3px;
  background-color: #173c71;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.pum-theme-active-africa .pum-content p span.before-general {
  font-weight: 600;
}
.pum-theme-active-africa .pum-content h2 {
  font-size: 27px;
  line-height: 34px;
  font-weight: 600;
}
.pum-theme-active-africa .pum-content ul li {
  font-weight: 600;
}
.pum-theme-active-africa .pum-content ul {
  margin: 20px 0px;
}
.pum-content {
  outline: none !important;
}
.pum-container.pum-responsive .img-popup a img {
  max-width: 200px;
  height: auto;
  vertical-align: top;
}
.pum-container.pum-responsive .img-popup a:nth-child(2) img {
  padding: 0px 40px;
  margin: 0px 0px 0px 20px;
}
/* ORANGE BUTTON */
.single-post .btn.orange-btn {
  padding: 10px 50px 10px 50px;
}
.single-post .btn.orange-btn:after {
  margin-left: -86px;
}
.orange-btn {
  background-color: #da4e1d;
  border: 2px solid #da4e1d;
  line-height: 1;
  padding: 8px 35px 8px 35px !important;
  position: relative;
  top: 20px;
  height: auto;
  display: inline-block;
  z-index: 5;
  color: white;
  -webkit-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
}
a.orange-btn, a.orange-btn:visited, a.orange-btn:focus {
  color: white;
}
.orange-btn.bottom-rev {
  top: -10px;
}
.orange-btn:hover {
  color: white;
}
.orange-btn:after, .blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links a:after, .courses-wrapper .session-wrapper:hover .orange-btn.inline-btn:after {
  content: "";
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  /*     margin-top: 3px; */
  /* 	top:50%;
	transform:translateY(-50%); */
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  padding: 0px 0px 0px 0px;
  left: 0;
}
@media (max-width: 992px) {
  .orange-btn:after, .blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links a:after, .courses-wrapper .session-wrapper:hover .orange-btn.inline-btn:after {
    width: 11px;
    height: 11px;
  }
}
.single-post .btn.orange-btn:after {
  margin-left: -70px;
  margin-top: 0px;
  top: 50%;
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  -o-transition-property: margin-left;
  transition-property: margin-left;
  transform: rotate(-180deg) translateY(-50%);
}
.single-post .prev--post-link.orange-btn-post .orange-btn:after {
  margin-left: -144px;
  transform: rotate(-180deg);
}
.btn-previous .orange-btn {
  padding: 6px 32px 6px 41px;
  line-height: 1;
}
.btn-previous .orange-btn:after {
  display: none;
}
.btn-previous .orange-btn:before {
  content: "";
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: rotate(-180deg) translateY(-15%);
  line-height: 1;
  transform-origin: initial;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0;
  /* margin-top: 3px; */
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  padding: 0px 0px 0px 0px;
  right: 6px;
}
.btn-previous .orange-btn:hover:before {
  right: 13px;
}
.single-post .btn.orange-btn:hover:after {
  margin-left: -85px;
}
.orange-btn:hover:after, .blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links a:hover:after, .courses-wrapper .session-wrapper:hover .orange-btn.inline-btn:hover:after {
  left: 10px;
}
.btn-inline .orange-btn {
  top: 0;
  /* 	padding-left: 5%; */
}
.page-id-273 .orange-btn {
  padding: 10px 65px 10px 65px;
}
.story_box .desc_wrapper h3:after {
  content: url("../images/right-arrow.png");
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: -5px;
  margin-top: 6px;
  line-height: 1;
  /* 	top:50%;
	transform:translateY(-50%); */
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, padding;
  -moz-transition-property: opacity, padding;
  -o-transition-property: opacity, padding;
  transition-property: opacity, padding;
}
.story_box:hover .desc_wrapper h3:after {
  opacity: 1;
  padding: 0px 20px 0px 10px;
}
/* .no-margin-btn .orange-btn{
	top:0!important;
	
} */
/* BOX SHADOW 
   box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
*/
/* TABS */
body.wpb-js-composer .tabs-horizontal.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
body.wpb-js-composer .tabs-horizontal.vc_tta.vc_general .vc_tta-panels-container {
  width: 68%;
  display: inline-block;
}
body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  display: block;
}
body.wpb-js-composer .tabs-horizontal.tabs-left-aligned.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  text-align: left;
  padding-left: 15%;
}
body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
  background: none;
  background-color: unset !important;
  border: none;
  color: #173c71;
  opacity: 0.25;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  padding-left: 55%;
}
body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a, body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab:hover a {
  opacity: 1;
  color: #d1643e;
}
body.wpb-js-composer .tabs-horizontal.tabs-plain.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a, body.wpb-js-composer .tabs-horizontal.tabs-plain.vc_tta.vc_tta-spacing-1 .vc_tta-tab:hover a {
  opacity: 1 !important;
  color: #173c71;
}
body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
  content: "";
  width: 36%;
  height: 5px;
  background-color: #173c71;
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  margin-top: 8px;
  top: 14px;
  float: left;
  left: 29%;
  margin-left: 0;
  opacity: inherit;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
body .news-events-intro {
  margin: 35px 15% 50px 15% !important;
}
.single-post .icon-twitter:before {
  position: relative;
  top: -2px;
}
.single-post .icon-linkedin:before {
  position: relative;
  top: -3px;
}
body.wpb-js-composer .tabs-horizontal.tabs-left-aligned.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
  top: 15px;
  float: left;
  left: -2%;
}
.wpb-js-composer .vc_tta.vc_general.tabs-left-aligned .vc_tta-panel-body {
  padding: 0;
}
body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a > span:before, body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab:hover a > span:before {
  background-color: #d1643e;
  opacity: inherit;
}
body.wpb-js-composer .tabs-plain.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a > span:before, body.wpb-js-composer .tabs-plain.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab:hover a > span:before {
  background-color: #173c71;
  opacity: inherit;
}
.wpb-js-composer .vc_tta.vc_general.tabs-info-bg .vc_tta-panel-body > :last-child:before {
  content: "";
  background-color: #173c71;
  right: -80px;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
}
.tabs-info-bg .wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  margin-bottom: 0px;
}
body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body p, body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul {
  line-height: 30px;
  padding-right: 40%;
  padding-left: 5%;
}
body.wpb-js-composer .tabs-plain.tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body p {
  line-height: 30px;
  padding-right: 20%;
  padding-left: 5%;
}
.ebooks-bg img {
  position: absolute;
  top: 0;
  right: -15%;
  max-width: 50% !important;
}
body .wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 70%;
}
/*  ARROW  */
.arrow_box {
  display: block;
  margin-bottom: -30px !important;
}
/* Home */
body.home.subheader-both-center #Subheader {
  display: none;
}
.post .share-simple-wrapper .icons, .post .share-simple-wrapper .share-label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.post .icon-gplus {
  display: none;
}
/*  CTAS  */
.cta, .ctas {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -oz-transition: 0.5s;
}
.ctas .vc_column_container > .vc_column-inner {
  padding: 0;
}
.ctas {
  padding: 0px 90px 0px 300px;
  margin-top: 0px;
  top: -60px;
  display: block;
}
.ctas.ctasmultiple {
  padding: 40px 130px 40px 130px;
}
/* Write Published Read  */
/*  FAQ's  */
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  background: unset;
}
body.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title > a span.vc_tta-title-text {
  font-weight: 600;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a span.vc_tta-title-text {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #173c71;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active {
  opacity: 1;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #173c71;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel {
  opacity: 1;
}
/*  OUR PEOPLE */
.our-team .image_frame {
  border-color: transparent !important;
  max-height: 300px;
  max-width: 100%;
  padding-top: 50px;
}
.our-team.our-team-1 .image_frame:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 78%;
  background-color: #d1643e;
  top: -96px;
}
.team-member-orange-button {
  top: 48px;
}
@media (max-width: 992px) {
  .our-team.our-team-1 .image_frame:before {
    display: none;
  }
  body .our-team .image_frame {
    max-height: 300px !important;
  }
  .team-member-orange-button {
    top: 0;
  }
  .float-cart {
    right: -136px;
  }
}
@media (max-width: 768px) {
  footer#Footer .widgets_wrapper .container .column:nth-child(2) {
    display: none;
  }
  .float-cart {
    bottom: 83px;
  }
  .page-id-1394 .float-vadea {
    bottom: 55px;
    top: unset;
  }
  .page-id-1394 .back-to-top {
    bottom: 155px;
  }
}
.our-team.our-team-2 .image_frame {
  background-color: #173c71;
}
.image_frame .image_wrapper {
  width: auto;
  text-align: center;
}
.image_frame {
  border-width: 0px !important;
}
.our-team .desc_wrapper {
  text-align: center;
}
img.scale-with-grid, #Content img {
  max-height: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  padding-left: 0px;
}
.our-team .desc_wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.our-team .desc_wrapper p.subtitle {
  color: #173c71 !important;
  font-size: 14px;
  font-weight: 600;
}
.our-team .image_frame img {
  max-width: 250px !important;
  height: 250px !important;
}
.team .desc_wrapper hr {
  display: none;
}
i.icon-twitter {
  color: #009cdc !important;
}
i.icon-linkedin {
  color: #005a8a !important;
}
.our-team a.icon_bar_small span {
  font-size: 16px;
  max-width: 30px !important;
}
.our-team a.icon_bar {
  border: none;
  margin: 0 !important;
  box-shadow: none;
  background: transparent;
  max-width: 30px;
}
.our-team-2 {
  margin-top: 30px;
}
.page-landing-header {
  margin-top: 20px;
}
body .story_box .photo_wrapper {
  /* 	overflow: auto; */
  padding: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  left: 3px;
  position: relative;
}
/* .story_box:hover .photo_wrapper{
	padding:0;
	
} */
.story_box .photo_wrapper img {
  opacity: 1 !important;
  /*max-width: 350px!Important;*/
  width: 100%;
  /* max-height:300px; */
}
.ctasmultiple .story_box .photo_wrapper img {
  max-width: 400px !important;
  max-height: 250px !important;
  margin: auto;
}
.story_box .desc_wrapper hr {
  display: none;
}
.story_box .desc_wrapper h3 {
  background-color: transparent;
  margin-left: 0px !important;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  /* padding: 11px 0px; */
  padding: 11px 17px !important;
  margin-top: -25px !important;
  max-width: 85%;
  margin: -25px auto 0px !important;
}
body .story_box .desc_wrapper {
  width: 100% !important;
  margin: 0 auto;
  /* padding: 0px 16%; */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}
.story_box {
  padding: 0 !important;
}
img.scale-with-grid {
  padding: 0px 15px;
}
.cta .story_box:hover .desc_wrapper h3 {
  background-color: #da4e1d;
  color: white;
}
/* PEN PAL SCHOOLS  */
.video-row .bg-video::before {
  content: "";
  background-color: #173c71;
  display: block !important;
  position: absolute;
  width: 100%;
  padding-top: 20%;
  padding-bottom: 0%;
  margin-top: 3.5%;
}
.video-row {
  margin-top: 30px;
}
.video-row .wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 67%;
}
/*  GENERAL  */
.padding-row-after-rev {
  padding-top: 50px;
}
.page-id-1365.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0px 20px 14px 20px;
}
.subheading-row .wpb_wrapper > div {
  margin-bottom: 0px;
}
/*  Authors (write-publish-read/authors/)  */
/*  Free Downloads  */
.page-id-1359 #Content .the_content_wrapper .ctas .cta {
  text-align: center;
  margin-bottom: 50px;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .photo_wrapper img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 75%;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .name-author {
  margin-bottom: 0px;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .photo_wrapper {
  padding: 0;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .kobo-link a {
  color: #009fe2;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  font-weight: 600;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .kobo-link a:hover {
  color: #173c71;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .name-author h5 {
  font-weight: 400;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper {
  padding: 0px 27%;
  opacity: 0;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  position: relative;
  top: -30px;
  transition-property: top, opacity;
}
.page-id-1176 .arrow_box {
  margin-bottom: 0px !important;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper h3:after {
  margin-top: 3px;
  transition-delay: 0.8s;
}
.ctas.ctas-books {
  margin-top: 50px;
  top: 0;
}
@media (max-width: 1700px) {
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
    width: 25%;
  }
}
@media (max-width: 1239px) {
  body.header-creative.layout-full-width #Wrapper {
    padding-top: 100px;
  }
  .ctas-books {
    margin-top: 50px;
  }
  .wpb-js-composer .vc_tta.vc_general.tabs-info-bg .vc_tta-panel-body > :last-child:before {
    width: 82%;
  }
}
@media (max-width: 1365px) and (min-width: 1240px) {
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
    /* display:none; */
  }
}
.page-id-35863 #dont-restrict-height * {
  overflow: visible !important;
}
@media (max-width: 1200px) {
  #video-slider.video-row .bg-video::before {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .rev_slider_wrapper.fullwidthbanner-container:not(#rev_slider_20_2_wrapper), .rev_slider_wrapper.fullwidthbanner-container:not(#rev_slider_20_2_wrapper) .fullwidthabanner {
    height: 150px !important;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
    left: 20%;
  }
}
@media (max-width: 1500px) and (min-width: 1240px) {
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper h3:after {
    display: none;
  }
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: unset;
  background-color: transparent;
}
@media (min-width: 1240px) {
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper {
    padding: 0px 30%;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box:hover .desc_wrapper {
    top: -22px;
  }
}
@media (min-width: 992px) {
  .page-id-1359 #Content .the_content_wrapper .ctas .cta.vc_col-md-4 {
    width: 50%;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .photo_wrapper img {
    width: auto;
    max-height: 280px;
    min-height: 280px;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper {
    padding: 0px 15%;
  }
  .page-id-273 .our-team .wpb_column:last-child {
    padding-right: 45px;
  }
  .our-team.our-team-1 .wpb_column:last-child .image_frame:before {
    height: 76%;
    top: -103px;
  }
}
@media (max-width: 1500px) {
  /* .story_box .desc_wrapper{
		padding: 0px 10%;
	} */
  .ctas-books .story_box .photo_wrapper img.scale-with-grid {
    height: 183px !important;
  }
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper h3 {
  padding: 5px 2px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 1300px) {
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper {
    padding: 0px 27%;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .photo_wrapper img {
    max-height: unset;
    min-height: unset;
    width: 80%;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta.vc_col-md-4 {
    width: 25%;
  }
}
@media (max-width: 1299px) {
  .ctas-books .story_box .desc_wrapper {
    width: 100% !important;
  }
  .story_box .desc_wrapper h3 {
    padding: 4px 10px;
  }
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box {
  margin-bottom: 0px;
}
.page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box:hover .desc_wrapper {
  opacity: 1;
  top: -10px;
}
/* .cta .story_box:hover .desc_wrapper h3{
	background-color:transparent;
	color:#DA4E1D;
} */
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul {
  list-style: none;
  counter-reset: li;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li a {
  display: block;
  width: 99%;
  height: auto;
  text-align: left;
  padding: 10px 30px 10px 30px;
  position: relative;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li::before {
  content: "•";
  color: #173c71;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 82px;
  margin-left: -2em;
  margin-top: 10px;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li a::after {
  content: url("../images/right-arrow.png");
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 0;
  right: 50px;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, right;
  -moz-transition-property: opacity, right;
  -o-transition-property: opacity, right;
  transition-property: opacity, right;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li:hover a::after {
  opacity: 1;
  right: 15px;
}
body .mgbtm60 {
  margin: 30px 0px 60px 0px;
}
body.woocommerce .product .related.products, body.woocommerce .product .upsells.products {
  text-align: center;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li:hover {
  background-color: #da4e1d;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li:hover::before {
  color: white;
}
.tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li:hover a {
  color: white;
}
.multi-side-vertical .vertical-text .vc_sep_width_100 {
  top: 184px;
  left: 20px;
}
.multi-side-vertical .vc_separator.vc_separator_align_center h4 {
  min-width: 160px;
}
.multi-side-vertical .vertical-text.vc_col-sm-2 {
  height: 300px;
  overflow: hidden;
}
.multi-side-vertical .vc_separator .vc_sep_holder {
  min-width: 20%;
}
.multi-side-vertical .vc_separator .vc_sep_holder .vc_sep_line {
  width: 500%;
}
/*   BLOG   */
.blog .post-excerpt {
  display: none;
}
body.blog .blog_wrapper .author-date .author span.label {
  display: inline-block;
}
body.blog .blog_wrapper .author-date .author i.icon-user, body.blog .blog_wrapper .author-date .date i.icon-clock, body.blog .blog_wrapper .image_frame .image_wrapper .image_links, .blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .button-love, .blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links i, .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .date .label {
  display: none;
}
.blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .date span.post-date.updated {
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-top: 0px;
}
.blog .column.one.column_blog {
  top: -30px;
  display: block;
  position: relative;
}
.blog.author .column.one.column_blog {
  top: 0;
}
.blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links {
  border-left: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 10;
}
.blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer .post-links a {
  color: white;
  background-color: #da4e1d;
  padding: 6px 50px;
  position: relative;
  display: none;
  -webkit-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
}
.blog .posts_group.grid.col-3 .post-item:hover .post-desc-wrapper .post-desc .post-footer .post-links a {
  display: block;
}
body.blog .blog_wrapper .image_frame {
  position: relative;
  z-index: -1;
}
.blog .grid .post-desc-wrapper .post-desc {
  padding-top: 0px;
}
.blog .blog_wrapper .post-desc-wrapper .post-desc .post-footer {
  background: none;
  margin: -28px auto 10px auto;
  position: relative;
  height: 50px;
}
.blog .blog_wrapper .post-desc-wrapper .post-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  flex-direction: column-reverse;
}
.blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-title h2, #fourth-posts section.blog-wrapper article .post-information .post-title h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date, .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date a {
  color: #173c71;
  border-bottom: none;
}
.blog .grid .post-item {
  padding-bottom: 30px;
  vertical-align: top;
}
.blog .blog_wrapper .image_frame:hover .image_wrapper img {
  top: 0px;
  opacity: 1;
  box-shadow: none;
}
.blog .blog_wrapper .image_frame .image_wrapper .mask {
  box-shadow: none;
}
.blog .blog_wrapper .image_frame .image_wrapper .mask::after {
  background: rgba(255, 255, 255, 0);
}
/* Single Article */
.header-creative.header-open .fixed-nav.fixed-nav-prev, .header-creative.header-open .fixed-nav.fixed-nav-next {
  display: none;
}
.single-post .single--post-anchor {
  position: absolute;
  margin-top: -129px;
  margin-left: 166px;
  color: white;
}
.single-post .next-prev .wrapper .next {
  float: right;
  padding-right: 15%;
}
.single-post .next--post-link.single--post-anchor {
  margin-left: -101px;
}
.single-post .next-prev .post-nav {
  padding: 10px 15px 4px 15%;
  max-width: 50%;
  display: inline-block;
}
.single-post #Content .post-nav a img {
  max-width: 300px;
}
.single-post .single-photo-wrapper.image {
  display: none;
}
.single-post .sections_group {
  padding: 0px 15%;
}
body.single-post .post-wrapper-content .section.section-post-about, body.single-post .post-nav.minimal.column, body.single-post .post .post-meta .author-date .author i.icon-user, body.single-post .post .post-meta .author-date .date span.label, body.single-post .post .post-meta .author-date .date i.icon-clock {
  display: none;
}
.single-post .post-header .title_wrapper h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 40px;
}
.single-post .post .post-meta, .single-post .post .post-meta .author-date a {
  color: #173c71;
  border-bottom: none;
}
.single-post .post .post-meta .author-date a {
  border-right: 1px solid #173c71;
  padding-right: 6px;
}
.single-post .post .post-meta .date time.entry-date {
  padding-left: 6px;
}
.single-post .post .the_content_wrapper {
  padding-top: 20px;
}
.single-post .post .post-header {
  border-bottom: 2px solid #173c71;
  padding-bottom: 0px;
}
.single-post .post .post-header .mcb-column-inner {
  margin-bottom: 20px;
}
.single-post .post-header .title_wrapper h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #173c71;
  left: -100px;
  margin-top: 14px;
}
.single-post .post-wrapper-content {
  border-bottom: 2px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.single-post .section-post-intro-share .one.column {
  margin-bottom: 0px;
}
.single-post .share-simple-wrapper .button-love {
  display: none;
}
.single-post .share-simple-wrapper {
  border-top: none;
  padding-top: 40px;
}
.single-post #Subheader ul.breadcrumbs li:nth-child(3) {
  display: none;
}
/*  MEDIA QUERIES  */
@media (max-width: 1500px) {
  .vc_separator h4 {
    font-size: 70% !important;
  }
  .vc_separator .vc_sep_holder .vc_sep_line {
    border-width: 3px !important;
  }
  .story_box .desc_wrapper h3 {
    font-size: 14px;
    /* padding: 11px 0px; */
    margin-top: 3px !important;
  }
  .story_box .desc_wrapper h3:after {
    margin-top: 3px;
    margin-left: 0px;
  }
  .story_box:hover .desc_wrapper h3:after {
    padding: 0px 20px 0px 5px;
  }
  .vc_separator.vc_separator_align_center h4 {
    padding: 5px 0.8em 0px 0.8em !important;
  }
  .ctasmultiple .story_box .photo_wrapper img {
    max-width: 302px !important;
    max-height: 217px !important;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li a::after {
    right: 8%;
  }
  .vertical-text.vertical-text-alot h4 {
    font-weight: 600;
    display: block;
    margin-left: -60px !important;
    /* min-width: 150px; */
  }
}
@media (min-width: 1240px) {
  /* .full-width-vertical-text .vc_separator .vc_sep_holder{
		min-width: 80%;
	} */
  /* #dont-restrict-height .hesperiden.tparrows.tp-leftarrow{
		left:-10%!important;
	}

	#dont-restrict-height .hesperiden.tparrows.tp-rightarrow{
		right:110%!important;
	} */
  /* #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap:not(:first-of-type){
		top:105%!important;
	} */
  /* #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap:first-of-type{
		top:initial!important;
	} */
  /* 		.mobile-about{
		display:none;
	}
	
	.desktop-about{
		display:block;
	} */
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
    left: 15%;
  }
  .vertical-text.vc_col-sm-2 {
    width: 14.666667%;
  }
  .full-width-vertical-text .vertical-text.vc_col-sm-2 {
    width: 8.666667%;
  }
  #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap .tp-caption {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  body {
    margin: 0 32px !important;
  }
  html {
    background-color: #acaeb9 !important;
  }
  .header-creative.header-open .vc_row[data-vc-full-width] {
    padding-left: 333px !important;
  }
  .header-creative.header-open .vc_row[data-vc-full-width].ctas {
    padding-left: 393px !important;
  }
}
@media (max-width: 1239px) {
  /* 	.mobile-about{
		display:block;
		margin-top:50px;
	}
	
	.desktop-about{
		display:none;
	} */
  .vertical-text h4:after {
    display: none !important;
  }
  #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap .tp-caption {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .ctas {
    padding: 0px 90px !important;
  }
  .story_box .desc_wrapper {
    width: 85% !important;
    margin: 0px auto !important;
  }
  .story_box .desc_wrapper h3:after {
    margin-top: 3px;
    width: 10px;
    height: 10px;
  }
  .text-seperator-heading-column .vc_sep_width_100, .vertical-text .vc_sep_width_100 {
    width: auto;
    margin-left: 15%;
  }
  .story_box:hover .desc_wrapper h3:after {
    padding: 0px 20px 0px 10px;
    margin-left: 0px;
    margin-top: 2px;
  }
  .pum-theme-1301 .pum-container, .pum-theme-active-africa .pum-container {
    padding: 40px;
  }
  .pum-theme-1301 .pum-content + .pum-close, .pum-theme-active-africa .pum-content + .pum-close {
    box-shadow: none;
    border: none;
  }
}
@media (max-width: 1024px) {
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    padding-left: 51%;
  }
  body .wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 60%;
  }
  .our-team .image_frame, img.scale-with-grid, #Content img {
    max-height: 200px;
  }
  .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    padding: 15px 0px 15px 30px;
  }
  .rev_slider_wrapper .rev-slider {
    max-height: 300px;
    height: 300px !important;
  }
}
@media (max-width: 992px) {
  #apps-mb .orange-btn {
    top: -15px;
  }
  .our-team.our-team-1.vc_row.vc_row-fluid.vc_row-no-padding.wpb_row {
    margin-top: 30px;
  }
  .multi-side-vertical .vertical-text .vc_sep_width_100 {
    top: 0;
    left: 0;
  }
  .multi-side-vertical .vertical-text.vc_col-sm-2 {
    height: auto;
    overflow: unset;
  }
  .full-width-vertical-text .vertical-text .vc_sep_width_100 {
    left: 0;
  }
  .multi-side-vertical .vc_separator.vc_separator_align_center h4 {
    min-width: auto;
  }
  .vertical-text.vertical-text-alot h4 {
    margin-left: 0px !important;
  }
  .in-row-margin {
    margin-bottom: 0px;
  }
  .our-team.our-team-1 .image_frame, .our-team.our-team-2 .image_frame {
    background-color: unset;
  }
  .multi-column-mobile .vc_separator.vc_separator_align_center h4:after, .text-seperator-heading-column .vc_separator h4:after {
    content: "";
    display: block !important;
    position: relative;
    width: 3%;
    left: 0;
    margin: 4px 0px;
    height: 2px;
    background-color: #173c71;
    margin: 13px auto;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .photo_wrapper img {
    width: 50%;
    max-height: unset;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta .story_box .desc_wrapper h3:after {
    display: none;
  }
  .page-id-1359 #Content .the_content_wrapper .ctas .cta {
    margin-bottom: 0px;
  }
  .ctas-books .story_box .photo_wrapper img.scale-with-grid {
    max-height: 157px !important;
  }
  .ctas-books .story_box .photo_wrapper {
    padding: 0;
  }
  #Content .ctas-books .story_box .desc_wrapper {
    width: 100% !important;
    padding: 0;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: nowrap; */
  }
  body.wpb-js-composer .tabs-horizontal.tabs-left-aligned.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    padding: 15px !important;
  }
  .subheading-row .wpb_wrapper > div {
    margin-bottom: 20px;
  }
  .vertical-text.vertical-text-alot h4 {
    font-size: 20px !important;
    margin-left: 0px !important;
  }
  .horizontal-text h4 {
    text-align: center;
  }
  .horizontal-text h4:after {
    display: none !important;
  }
  .reduced-text-right {
    padding: 0px 150px !important;
    text-align: center;
  }
  .reduced-text-right {
    padding: 0px 70px !important;
  }
  .vertical-text .vc_sep_width_100 {
    width: auto;
    margin-left: 0px;
    transform: unset;
    position: relative;
    left: 0;
    top: 0;
  }
  .text-seperator-heading-column .vc_separator .vc_sep_holder.vc_sep_holder_l {
    display: none;
  }
  .text-seperator-heading-column .vc_sep_width_100 {
    width: auto;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  .vc_separator h4 {
    font-size: 100% !important;
  }
  .multi-column-mobile .vertical-text, .multi-column-mobile .vc_col-sm-4 {
    width: 100%;
    display: block;
    padding: 0px 10% !important;
    text-align: center;
  }
  .multi-column-mobile .vertical-text .vc_sep_width_100 {
    text-align: center;
    margin-bottom: 20px;
  }
  .multi-column-mobile .vc_separator.vc_separator_align_center h4 {
    width: 100%;
    display: block;
  }
  .vertical-text .vc_separator .vc_sep_holder.vc_sep_holder_r {
    display: none;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
    width: 100%;
    display: block;
    vertical-align: unset;
    margin-bottom: 25px;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_general .vc_tta-panels-container {
    width: 100%;
    display: block;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    display: inline-block;
    padding: 15px;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab:nth-child(1) {
    padding-left: 0px;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-controls-align-right .vc_tta-tabs-container {
    text-align: left;
    padding-left: 45px;
  }
  body.wpb-js-composer .tabs-orange.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    padding: 0;
    opacity: 1;
  }
  body.wpb-js-composer .tabs-plain.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    padding: 0;
    opacity: 0.5;
  }
  body.wpb-js-composer .tabs-plain.tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a {
    padding: 0;
    opacity: 1;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab a > span:before {
    display: none;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    display: none;
  }
  .tabs-left-aligned .wpb_video_widget .wpb_wrapper iframe {
    margin: 0 50%;
  }
  .wpb-js-composer .vc_tta.vc_general.tabs-info-bg .vc_tta-panel-body > :last-child:before {
    right: 0;
  }
  .blog_wrapper .posts_group.grid.col-3 .post-item {
    width: 50% !important;
    margin: 20px 0px !important;
    display: inline-block !important;
  }
  .blog_wrapper .post-item {
    float: none;
  }
  .blog_wrapper .grid .post-desc-wrapper {
    padding: 0px 30px 0px;
  }
  .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .date span.post-date.updated {
    right: 50px;
  }
  .blog .column.one.column_blog {
    top: 0;
    margin-top: 30px;
  }
  .story_box .photo_wrapper {
    padding: 0;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  /* .orange-btn:hover{
		background-color:transparent!important;
		color:#DA4E1D;
		font-weight: 600;
	} */
  /* .btn-inline .orange-btn{
		padding: 10px 29px 10px 29px;
	} */
  /* 	.single-post .btn-previous .orange-btn:after{
		margin-left: -145px;
	} */
  /* 	.single-post .btn-previous .orange-btn:hover:after{
		margin-left: -78px;
	} */
  /* .single-post .orange-btn-post .orange-btn{
		padding: 10px 20px 10px 20px;
	} */
  .ctas {
    top: 20px;
  }
  .reduced-text-right {
    padding: 0px 30px !important;
  }
  body .wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 75%;
  }
  .back-to-top {
    right: 30px;
    bottom: 30px;
  }
  .single-post .prev--post-link.orange-btn-post .orange-btn:after {
    margin-left: -115px;
    margin-top: 2px;
  }
  .single-post .prev--post-link.orange-btn-post .orange-btn:hover:after {
    margin-left: -127px;
  }
  .blog .section_wrapper {
    max-width: 100% !important;
  }
  .blog_wrapper .posts_group.grid.col-3 .post-item {
    width: 50% !important;
    margin: 20px 0px !important;
    padding: 0;
    display: inline-block !important;
    vertical-align: top;
  }
  .blog_wrapper .grid .post-desc-wrapper {
    padding: 0px 30px;
  }
  .ctas {
    display: block;
    margin: auto !important;
    padding: 0 !important;
  }
  .story_box {
    padding: 0 !important;
  }
  img.scale-with-grid, #Content img {
    max-width: 410px !important;
    margin: auto;
    padding: 0;
    padding-left: 0px;
    width: 100%;
  }
  .story_box .desc_wrapper {
    width: 100% !important;
    margin: 0px auto !important;
  }
  .story_box .desc_wrapper h3 {
    width: 100%;
    margin: auto !important;
  }
  .team.team_vertical {
    width: 70%;
    display: block;
    margin: 0px auto;
    /* 		border-bottom: 2px solid #D1643E!important; */
  }
  .our-team {
    margin-top: 80px !important;
  }
  .orange-btn {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    /*box-shadow: -1px 3px 17px -4px rgba(0,0,0,0.75);*/
  }
  .orange-btn:after {
    margin-top: 2px;
  }
  .page-id-273 .orange-btn {
    padding: 10px 50px;
  }
  .via-team-heading {
    margin-top: 80px;
  }
  .our-team.our-team-2 {
    margin-bottom: 60px;
    margin-top: 0px !important;
  }
  .text-seperator-heading-column .vc_sep_width_100 {
    width: 100%;
    margin-left: 0;
  }
  .text-seperator-heading-column .vc_separator .vc_sep_holder.vc_sep_holder_l {
    display: none;
  }
  .text-seperator-heading-column .vc_separator h4 {
    text-align: center;
    display: block;
    width: 100%;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul {
    margin: 0;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li {
    width: 100%;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li::before {
    left: 53px;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li::after {
    right: 10%;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li:hover::after {
    right: 5%;
  }
  .tabs-horizontal.tabs-plain.tabs-hover-orange-bg .vc_tta-panel-body ul li a {
    padding: 10px 0 10px 30px;
  }
  body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab, body.wpb-js-composer .tabs-horizontal.vc_tta.vc_tta-spacing-1 .vc_tta-tab:nth-child(1) {
    padding: 15px !important;
    display: block;
  }
  #Content .tri-images .wpb_single_image.vc_align_left {
    display: none;
  }
  #Content .tri-images-mobile .wpb_single_image.vc_align_left {
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    max-width: 33.3%;
  }
  #Content .tri-images-mobile .wpb_single_image.vc_align_left img {
    max-height: 70px !important;
  }
  .single-post #Content .post-nav a img {
    display: none;
  }
  .single-post #Content .post-nav {
    overflow: inherit;
    margin-bottom: 60px;
    padding: 10px 10% 4px 10%;
    max-width: 50%;
    width: 49%;
    text-align: center;
    display: inline-block;
  }
  .single-post #Content .post-nav.minimal.column, .single-post .post-header .title_wrapper h1:before {
    display: none;
  }
  .single-post .sections_group {
    padding: 0px;
  }
  .single-post .single--post-anchor {
    margin-left: 0px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .single-post .post-header .title_wrapper h1 {
    margin-top: 20px;
  }
  .single-post .orange-btn {
    top: 17px;
  }
  .single-post .next-prev .wrapper .next {
    float: unset;
    padding-right: 10%;
    padding-left: 10px;
  }
  .single-post .next--post-link.single--post-anchor {
    margin-left: 0;
    right: 10%;
  }
}
.hesperiden.tparrows.tp-leftarrow {
  left: -15% !important;
}
.hesperiden.tparrows.tp-rightarrow {
  left: 115% !important;
}
/* .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .tp-parallax-wrap:nth-of-type(2),
.page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .tp-parallax-wrap:nth-of-type(3),
.page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .tp-parallax-wrap:nth-of-type(2) *,
.page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .tp-parallax-wrap:nth-of-type(3) *{
	position: relative!important;
    height: auto!important;
} */
#dont-restrict-height {
  padding-bottom: 4em;
}
@media (max-width: 600px) {
  /* .pum-theme-1301 .pum-container, .pum-theme-active-africa .pum-container {
		padding: 40px 35px 50px 35px!important;
		margin-top: 40vh!important;
	} */
  .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container, .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
    min-height: 300px;
  }
  .hesperiden.tparrows.tp-leftarrow {
    left: -30% !important;
  }
  .hesperiden.tparrows.tp-rightarrow {
    left: 130% !important;
  }
  .blog_wrapper .posts_group.grid.col-3 .post-item {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .blog_wrapper .grid .post-desc-wrapper {
    padding: 0 30px;
    margin-bottom: 45px;
  }
  .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .date span.post-date.updated {
    right: 63px;
  }
}
@media (max-width: 550px) {
  #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap:nth-of-type(4) .tp-caption {
    left: 30px !important;
  }
}
@media (max-width: 425px) {
  .rev_slider_wrapper.fullwidthbanner-container, .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
    height: 100px !important;
  }
  .rev_slider_wrapper {
    max-height: 133px;
  }
  .rev_slider li.tp-revslider-slidesli .slotholder .tp-bgimg.defaultimg {
    background-size: 100% 100%;
  }
  .training_images_mobile .wpb_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #Content .tri-images-mobile .wpb_single_image.vc_align_left {
    display: block;
    text-align: center;
    /* max-width: unset; */
    padding: 0;
    margin-top: 30px;
    /* width: 33.3%; */
    max-width: unset;
    -webkit-box: 1 1 33%;
    -moz-box: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  body #Top_bar #menu ul li {
    width: 60vw;
  }
  .wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 80% !important;
  }
  .video-row .bg-video::before {
    display: none !important;
  }
  .story_box .photo_wrapper {
    padding: 0;
    overflow: initial;
  }
  .page-id-1319 .story_box .desc_wrapper h3 {
    margin-top: 10px !important;
  }
}
@media (max-width: 375px) {
  .blog_wrapper .grid .post-desc-wrapper {
    padding: 0;
  }
  .story_box .photo_wrapper img {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }
  .orange-btn {
    padding: 7px 30px !important;
  }
}
@media (max-width: 320px) {
  .rev_slider_wrapper.fullwidthbanner-container, .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
    height: 150px !important;
  }
  .wpb_wrapper > div {
    margin-bottom: 0px;
  }
}
/* Testimonial slider */
body .testimonials_slider.single-photo a.slider_next {
  display: block !important;
  position: relative;
  width: max-content;
  margin: 0 auto;
  top: 0;
  background-color: #da4e1d;
  border: 2px solid #da4e1d;
  line-height: 1.5em;
  padding: 6px 15px 6px 0px !important;
}
body .testimonials_slider.single-photo a.slider_next:before {
  content: "Next testimonial";
  display: inline-block;
  top: 0px;
  position: relative;
  padding-left: 20px;
}
body .testimonials_slider.single-photo a.slider_next span.button_icon {
  float: none;
  padding: 0px 5px 5px 0px;
  left: 0;
  position: relative;
  top: -1px;
  margin: 0;
}
body .testimonials_slider.single-photo a.slider_next span.button_icon:after {
  content: url(../images/right-arrow.png);
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
  opacity: 1;
  top: 4px;
}
body .testimonials_slider.single-photo a.slider_next span.button_icon .icon-right-open-big {
  display: none;
}
body .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
  background: none;
  padding-top: 0;
  margin: 0px !important;
  padding: 0px;
}
body .slick-track .slick-slide blockquote {
  color: #173c71;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  background: none;
  margin: 0 0px 10px 25px;
}
body .slick-track .slick-slide blockquote:before, body .slick-track .slick-slide blockquote:after {
  content: "";
  font-family: "mfn-icons";
  font-size: 16px;
  position: absolute;
  color: #173c71;
}
body .testimonials_slider .testimonials_slider_ul li .author h5 {
  font-size: 17px;
}
body .slick-track .slick-slide blockquote:before {
  left: -15px;
  top: -10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .slick-track .slick-slide blockquote:after {
  position: relative;
  right: 0;
  bottom: 0px;
  top: unset;
  left: 10px;
  display: inline-block;
}
/* My account page styling */
body .woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
body .woocommerce-MyAccount-content address:before {
  content: "";
  width: 0;
  height: 100%;
  background: unset;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
body .woocommerce-MyAccount-navigation ul li a {
  background: rgba(0, 0, 0, 0.02);
}
.woocommerce-MyAccount-navigation ul li a {
  color: #173c71;
}
@media (min-width: 1486px) {
  .our-team.our-team-1 .wpb_column:last-child .image_frame:before {
    height: 78%;
    top: -96px;
  }
}
#middle {
  position: relative;
  top: 6px;
}
#last {
  position: relative;
  top: -9px;
}
.post-item .image_frame.post-photo-wrapper a {
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-author {
    display: none;
  }
}
@media (max-width: 992px) {
  .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-author {
    display: initial;
  }
}
@media (max-width: 715px) and (min-width: 600px) {
  .blog .posts_group.grid.col-3 .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-author {
    display: none;
  }
}
/* 4IR - Single Page */
#teaching-fourth {
  color: white;
  position: relative;
}
#teaching-fourth:before {
  content: "";
  background-image: url(../images/4IR_Bagde.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 15%;
  top: 40px;
  left: 10px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  display: block;
  z-index: 5;
}
#teaching-fourth .wpb_column .vc_column-inner .wpb_wrapper .wpb_row > .wpb_column {
  padding-left: 15%;
}
#teaching-fourth .absolute {
  position: absolute;
  bottom: 7px;
  width: 100%;
  margin-left: -2%;
}
#wpcf7-f35891-p35863-o1 .wpcf7-form .wpcf7-response-output {
  float: none;
  margin: 0 auto;
  display: table;
  margin: 20px auto 0;
}
#wpcf7-f35891-p35863-o1 form input.wpcf7-email {
  text-decoration: none;
  border-radius: 0px !important;
  font-style: normal;
  border: 1px solid;
  font-weight: 400;
}
#wpcf7-f35891-p35863-o1 form input.wpcf7-submit {
  background-color: #da4e1d;
  border: 2px solid #da4e1d;
  text-transform: none;
  top: 0;
}
@media (max-width: 768px) {
  #wpcf7-f35891-p35863-o1 form input.wpcf7-submit {
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container, .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
    min-height: auto;
    /* height:100%!important; */
  }
}
.page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container, .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
  /* min-height: 400px;  */
  /* height:100%!important; */
}
#teaching-fourth a:after {
  position: relative;
  margin-top: 0px;
  top: 2px;
  left: 15px;
}
#dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner .tp-revslider-mainul {
  max-height: none !important;
}
#wpcf7-f35891-p35863-o1 form button.wpcf7-submit {
  background-color: #da4e1d;
  border: 2px solid #da4e1d;
  line-height: 1.5em;
  padding: 6px 50px 6px 50px !important;
  position: relative;
  top: 0;
  z-index: 5;
  color: white;
  -webkit-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
}
#wpcf7-f35891-p35863-o1 form button.wpcf7-submit:after {
  content: url(../images/right-arrow.png);
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
  top: 8px;
  left: unset;
  right: unset;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: padding;
  -moz-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
  padding: 0px 20px 0px 14px;
}
#wpcf7-f35891-p35863-o1 form button.wpcf7-submit:hover:after {
  padding: 0px 20px 0px 19px;
}
#wpcf7-f35891-p35863-o1 .contacts-form {
  text-align: center;
}
#wpcf7-f35891-p35863-o1 .contacts-form .form-item, #wpcf7-f35891-p35863-o1 .contacts-form .form-item span, #wpcf7-f35891-p35863-o1 .contacts-form .form-item span input {
  width: auto;
  display: inline-block;
}
#wpcf7-f35891-p35863-o1 .contacts-form .form-item:first-child {
  margin-right: 20px;
}
#wpcf7-f35891-p35863-o1 .contacts-form .form-item:last-child {
  margin-left: 20px;
}
#wpcf7-f35891-p35863-o1 form input.wpcf7-email:focus {
  font-weight: 400;
}
@media (max-width: 992px) {
  #teaching-fourth:before {
    display: none;
  }
  #teaching-fourth .wpb_column .vc_column-inner .wpb_wrapper .wpb_row > .wpb_column {
    padding: 0px 30px;
    text-align: center;
  }
  #wpcf7-f35891-p35863-o1 .contacts-form .form-item, #wpcf7-f35891-p35863-o1 .contacts-form .form-item span, #wpcf7-f35891-p35863-o1 .contacts-form .form-item span input {
    width: 100%;
  }
}
/* Posts */
#fourth-posts section.blog-wrapper {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: none;
  margin: 0px 10%;
}
form.wpcf7-form .wpcf7-mail-sent-ok {
  background: #398b64 !important;
}
#video-slider.video-row .bg-video::before {
  padding-top: 18.3%;
}
#fourth-posts section.blog-wrapper article {
  -webkit-box: 0 1 100%;
  -moz-box: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0px 2%;
  margin: 20px 0px;
}
#fourth-posts section.blog-wrapper article .image-frame img {
  height: 255px;
  width: auto;
  display: block;
}
@media (min-width: 1240px) and (max-width: 1600px) {
  #dont-restrict-height ul.tp-revslider-mainul li > .tp-parallax-wrap:nth-of-type(4) .tp-caption {
    left: 30px !important;
  }
}
@media (min-width: 1240px) and (max-width: 1400px) {
  #fourth-posts section.blog-wrapper article .post-information .post-meta .author-date .label {
    display: none;
  }
}
/*
// Adding this makes the form go over the page boundries
@media(min-width:768px) and (max-width:992px){
	.wpb_wrapper #wpcf7-f35891-p35863-o1 .wpcf7-form{
		max-width: 150%;
		width: 150%;
		margin-left: -25%;
	}
}
*/
@media (max-width: 767px) {
  #fourth-posts section.blog-wrapper article .image-frame img {
    width: 100% !important;
    max-height: 100% !important;
    max-width: none !important;
    height: auto;
  }
}
@media (min-width: 768px) {
  #fourth-posts section.blog-wrapper {
    margin: 0 auto;
    padding: 0px 5%;
    max-width: 100%;
  }
  #fourth-posts section.blog-wrapper article {
    flex: 0 1 50%;
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  #teaching-fourth #mobile-badge .wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  #fourth-posts section.blog-wrapper article {
    -webkit-box: 0 1 33.3%;
    -moz-box: 0 1 33.3%;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }
}
#fourth-posts section.blog-wrapper article .post-information {
  position: relative;
}
#fourth-posts section.blog-wrapper article .post-information .post-link {
  position: relative;
  display: inline-block;
  width: auto;
  bottom: 20px;
  top: unset;
  border-left: none;
  text-align: center;
  padding: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
#fourth-posts section.blog-wrapper article .post-information .post-link a:after {
  content: url(../images/right-arrow.png);
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0px;
  margin-top: 3px;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: padding;
  -moz-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
  padding: 0px 20px 0px 7px;
}
#fourth-posts section.blog-wrapper article .post-information .post-link a:hover:after {
  padding: 0px 20px 0px 19px;
}
#fourth-posts section.blog-wrapper article .post-information .post-link a {
  color: white;
  background-color: #da4e1d;
  padding: 6px 50px;
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.75);
  opacity: 0;
}
#fourth-posts section.blog-wrapper article:hover .post-information .post-link a {
  opacity: 1;
}
#fourth-posts section.blog-wrapper article .post-information .post-title {
  /*margin-top: 25px;*/
  position: relative;
  display: block;
}
#fourth-posts section.blog-wrapper article .post-information .post-meta {
  color: #173c71;
}
#fourth-posts section.blog-wrapper article .post-information .post-meta .author-date {
  width: 100%;
}
#fourth-posts section.blog-wrapper article .post-information .post-meta .author-date .date {
  float: right;
}
body .pum-container.pum-responsive {
  height: auto;
  overflow: auto;
  max-height: 80vh;
}
@media (max-width: 425px) {
  .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container, .page-id-35863 #dont-restrict-height .rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
    min-height: 240px;
    /* height:100%!important; */
  }
}
#pum-36250 button.pum-close.popmake-close {
  display: none;
}
#pum-36250 .wpb_wrapper > div {
  margin-bottom: 0px;
}
#pum-36250 .orange-btn {
  opacity: 1;
  position: relative;
  left: unset;
}
@media (max-width: 768px) {
  .blog .blog_wrapper .image_frame .image_wrapper img {
    width: 100% !important;
  }
}
#Content .modal-body #popup-inner-38895 .body-popup .costs .cost--field .cost--online > h5, #Content .modal-body #popup-inner-38895 .body-popup .costs .cost--field .cost--online > p {
  display: none;
}
#Content .modal-body #popup-inner-38895 .body-popup .costs .cost--field .cost--online .cost-intro p {
  display: block;
}
#onetrust-banner-sdk button:after {
  display: none;
}
.page-id-1281 .wpb_text_column a.btn {
  min-width: 194px;
}
.button-flat .product-remove .button .button_icon {
  margin: 0px;
}
@media only screen and (max-width: 1239px) {
  body #Header_creative #Top_bar .one {
    display: block;
  }
}
@media (max-width: 992px) {
  form.wpcf7-form .wpcf7-spinner {
    position: absolute;
  }
  form.wpcf7-form .wpcf7-response-output {
    display: inline-block;
    margin: 30px auto !important;
    float: none !important;
  }
}
.optanon-alert-box-wrapper {
  left: 0;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
  background-color: #6cc04a;
}
.wpcf7-response-output {
  margin-top: 20px !important;
}
.woof_container .woof_container_inner .chosen-container.chosen-disabled {
  display: none !important;
}
@media only screen and (max-width: 550px) {
  .wrap h2, .wrap h3 {
    margin: 0;
    background-color: #eae9ef;
  }
}
.mfn-woo-list-active-filters {
  display: none !important;
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: bethemechild
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
/* Cart button */
body .icon-bag-fine:before {
  content: url("../images/ic_shopping_basket_-1.png");
  position: relative;
  top: 2px;
}
body #Top_bar a#header_cart span {
  border-radius: 100%;
}
body #Header_creative #Action_bar {
  display: none;
}
/* aside  */
.with_aside .sidebar.columns {
  position: fixed;
  left: 1px;
  z-index: 2;
  top: 60%;
  display: block;
}
.sidebar-1 .widget_nav_menu ul {
  list-style-type: none;
  background: none;
}
.sidebar-1 .aside_left .widget-area {
  border: none !important;
}
.sidebar-1 .widget_archive ul li:after, .sidebar-1 .widget_nav_menu ul li:after {
  border-width: 0 !important;
  height: auto;
  min-height: unset !important;
}
.aside_left .widget-area {
  border-right-width: 0px !important;
}
.sidebar-1 .widget-area:before {
  background: none;
}
/*  NAV  */
#Header_creative #Top_bar .menu > li ul {
  background-color: none !important;
}
#Top_bar li {
  display: block;
}
#Header_creative {
  background-color: #E9E9EF !important;
}
#Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-menu-item > a {
  background-color: #173C71;
}
#Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-menu-item > a > ul > li {
  color: #173C71;
}
body #Header_creative #Top_bar .menu > li > a span {
  line-height: 30px;
}
body #Header_creative #Top_bar .menu > li > a {
  padding: 0;
  text-align: left;
  margin-left: 0px;
  padding-left: 8px;
  width: 100%;
  display: inline-block;
  padding-right: 50px;
  height: inherit;
}
#Top_bar .menu > li > a span:not(.description) {
  padding: o;
}
body #Top_bar #logo {
  height: 85px;
  padding: 0px 0 0px 0px;
  margin-top: 0px;
}
#Header_creative #Top_bar .menu > li {
  height: auto;
}
#Header_creative #Top_bar .menu > li:hover > a, .creative-wrapper #Top_bar .menu > li.current-page-ancestor > a, .creative-wrapper #Top_bar .menu > li.sub-open > a {
  background-color: #173C71;
  color: white;
}
body #Header_creative #Top_bar #menu ul li.submenu:hover .menu-toggle, .creative-wrapper #Top_bar .menu > li.current-page-ancestor .menu-toggle {
  color: white;
}
body #Header_creative #Top_bar #menu ul li ul {
  position: relative;
  left: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.creative-wrapper #Top_bar .menu li ul li {
  width: 100% !important;
  height: auto;
  padding-left: 0px;
}
#Top_bar .menu li ul li a {
  border-bottom: none !important;
}
#Top_bar .menu li ul li a, #Header_creative #Top_bar .menu > li > a {
  font-size: 14px;
}
.creative-wrapper #Top_bar .menu li ul li a:hover {
  font-weight: 600;
  color: #173C71;
}
.creative-wrapper #Top_bar .menu > li ul {
  background-color: transparent;
}
#Top_bar .menu > li > a span {
  border-color: transparent !important;
}
.creative-wrapper #Top_bar .menu > li.current-page-ancestor > a {
  background-color: #173C71;
}
.header-open #Header_creative {
  z-index: 999;
  left: 33px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-open #Header_creative::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#Header_creative.overflowclass {
  /* overflow: hidden!important;	 */
}
body #Header_creative #Top_bar #menu ul li.submenu .menu-toggle:before {
  content: "";
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 5px;
  font-size: 20px;
  color: #173c71;
  left: 0;
  /* display: block;
    position: absolute;
    left: 10px;
    top: 9px;
    width: 8px;
    height: 8px;
    line-height: 5px;
    font-size: 1px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
	*/
  /* color: white; */
  /*opacity: 1;
    border: 2px solid;
    border-color: #173C71 transparent transparent #173C71;
    transform: rotate(-136deg); */
}
body #Header_creative #Top_bar #menu ul li.submenu.current-menu-item .menu-toggle:before, body #Header_creative #Top_bar #menu ul li.current-menu-parent .menu-toggle:before, body #Header_creative #Top_bar #menu ul li:hover .menu-toggle:before {
  color: white;
}
body #Header_creative #Top_bar #menu ul li ul {
  height: auto;
  display: none;
}
body #Header_creative #Top_bar #menu ul li.current-menu-parent > ul {
  display: block;
}
body #Header_creative #Top_bar #menu ul li.current-menu-parent > ul > li.current-menu-item {
  font-weight: 600;
}
body #Header_creative #Top_bar #menu ul li.block ul {
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
body #Header_creative #Top_bar #menu ul li.block.hover > ul, .creative-wrapper #Top_bar .menu > li.current-page-ancestor > a > ul {
  display: block;
  padding-left: 0px;
  background: none;
  margin: 0px 0px 0px 0px;
}
#Top_bar .menu li ul li a span {
  line-height: 35px;
}
body #Header_creative #Top_bar .menu li ul li a {
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body #Header_creative #Top_bar {
  height: auto;
  z-index: 1000;
}
/* MENU 2 */
.creative-wrapper #Top_bar .wpml-languages a.active {
  opacity: 0;
  width: 0;
  padding: 0;
  height: 0;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown {
  display: block;
  background-color: transparent;
  background: none;
  border: none;
  top: 0px;
  overflow: unset;
}
/* body #Header_creative #Top_bar a#header_cart, */
body #Header_creative #Top_bar a#search_button {
  display: none;
}
body #Header_creative #Top_bar .top_bar_right {
  padding: 0px;
  max-width: 100%;
  position: relative;
  margin-top: 100px;
  top: 57%;
  margin-bottom: 0px;
}
body #Header_creative #Top_bar .top_bar_right_wrapper a.hook-me, body #Header_creative #Top_bar .top_bar_right_wrapper a#header_cart {
  top: -28px;
  position: relative;
}
body #Header_creative #Top_bar .top_bar_right_wrapper a.hook-me i {
  color: #173C71;
}
body #Header_creative #Top_bar .wpml-languages {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
body #Top_bar .menu > li ul li a:hover {
  background: transparent;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
  text-align: left;
  padding: 4px 0px 4px 30px;
  opacity: 1;
  color: white;
  padding: 15px 0 15px 24px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li {
  margin: 12px 30px 12px 0px;
  transition: 0.5s;
  /* 	-webkit-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75); */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition-timing-function: ease-in;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.69);
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li:nth-child(1) {
  margin-top: 0px;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li:hover, .creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li.current-menu-item {
  margin-right: 8px;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li a:after {
  content: url("../images/right-arrow.png");
  position: relative;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 8px;
  float: right;
  padding-right: 30px;
  display: inline-block;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: opacity, padding;
  -moz-transition-property: opacity, padding;
  -o-transition-property: opacity, padding;
  transition-property: opacity, padding;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li:hover a:after, .creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li.current-menu-item a:after {
  opacity: 1;
  padding: 0px 20px 0px 0px;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-32592 {
  background-color: #398B64;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-35994 {
  background-color: #D72426;
  /* margin-left: 30px; */
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-32593 {
  background-color: #D1643E;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-32594 {
  background-color: #493843;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-32595 {
  background-color: #CD8EBE;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-32596 {
  background-color: #7BBED5;
}
.creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown li#menu-item-44067 {
  background-color: #3c57af;
}
/* footer */
footer#Footer {
  z-index: 99;
}
.footer-col-3 li {
  display: inline-block;
  padding: 0px 3px;
}
.footer-col-3 p {
  margin-bottom: 0px;
}
footer#Footer .widgets_wrapper {
  padding: 0;
}
footer#Footer .widgets_wrapper .container {
  max-width: 100% !important;
  padding: 0px !important;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer#Footer .widgets_wrapper .container::after {
  display: none;
}
#Footer .widgets_wrapper .widget {
  margin-top: 0px;
}
footer#Footer .widgets_wrapper .container .column:nth-child(3) aside {
  text-align: right;
}
footer#Footer .widgets_wrapper .container .column .footer-col-2 {
  text-align: center;
}
footer#Footer .widgets_wrapper .container .column .footer-col-2 img {
  vertical-align: top;
  max-width: 110px;
  padding: 0px 10px;
}
footer#Footer .widgets_wrapper .container .column .footer-col-2 img.thebe {
  margin-top: -13px;
}
footer#Footer .widgets_wrapper .container .column .footer-col-3 ul {
  margin-top: 5px;
}
#Footer .widgets_wrapper.widget {
  padding: 22px 22px;
}
#Footer .widgets_wrapper .footer-col p {
  font-size: 14px !important;
}
#Footer .widgets_wrapper .column {
  padding: 10px;
}
#Footer .widgets_wrapper .footer-col.footer-col-1 p {
  margin-bottom: 5px;
}
#Footer .footer-col-3 img {
  max-width: 18px;
  max-height: 18px;
}
#Footer .footer_copy {
  display: none;
}
@media only screen and (min-width: 1240px) {
  body #Header_creative {
    width: 300px;
  }
  body.header-creative.header-open {
    padding-left: 300px !important;
  }
  .header-open.footer-fixed #Footer, .header-open.footer-sliding #Footer, .header-creative.footer-stick #Footer.is-sticky {
    padding-left: 332px !important;
  }
  #Header_creative #Top_bar #logo, #Header_creative #Top_bar .custom-logo-link {
    height: 100px !important;
  }
  body #Header_creative #Top_bar .logo #logo img, body #Header_creative #Top_bar .logo .custom-logo-link img {
    height: 80% !important;
  }
}
/* laptop */
@media (max-width: 1239px) {
  body #Header_creative #Top_bar .top_bar_right {
    height: 100vh;
  }
  .header-open #Header_creative {
    left: 0px !important;
  }
  #Top_bar #menu ul li ul li a {
    text-align: center;
  }
  .creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown {
    display: none !important;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-property: opacity, top;
    -webkit-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    -moz-transition-property: opacity, top;
    top: 60vh;
  }
  .creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown.color-menu {
    display: none !important;
    opacity: 1;
    top: 49vh;
  }
  #Top_bar .top_bar_left {
    width: 100% !important;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  footer#Footer .widgets_wrapper .container .column, footer#Footer .widgets_wrapper .container .column:nth-child(3) aside {
    text-align: center !important;
  }
  body #Header_creative #Top_bar .top_bar_right {
    max-width: 100%;
    width: 100%;
  }
  footer#Footer .widgets_wrapper .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body #Header_creative #Top_bar .menu > li > a span.description {
  display: none;
}
.back-to-top {
  position: fixed;
  bottom: 200px;
  right: 48px;
  text-decoration: none;
  color: #000000;
  background-color: #173C71;
  font-size: 18px;
  padding: 0;
  display: none;
  z-index: 100;
  border-radius: 50%;
}
.back-to-top .fa-arrow-circle-up:before {
  content: "";
  /* font-weight: 400; */
  font-size: 31px;
  padding: 0px 3px;
  color: white;
  background-color: #173C71;
  top: 0px;
  left: 0px;
  position: relative;
  padding: 6px 7px;
  border-radius: 50%;
}
body #loftloader-wrapper.pl-wave #loader {
  background-image: url("../images/VA-Loader.gif") !important;
  background-size: 100% !important;
  height: 100px;
  background-repeat: no-repeat !important;
  overflow: visible;
}
body #loftloader-wrapper.pl-wave #loader span, body #loftloader-wrapper.pl-wave #loader:after, body #loftloader-wrapper.pl-wave #loader:before {
  height: 0px;
}
@media (min-width: 1240px) {
  #Header_creative #Top_bar .menu > li#menu-item-32618, #Header_creative #Top_bar .menu > li#menu-item-32619, #Header_creative #Top_bar .menu > li#menu-item-32620, #Header_creative #Top_bar .menu > li#menu-item-32621, #Header_creative #Top_bar .menu > li#menu-item-35995, #Header_creative #Top_bar .menu > li#menu-item-32622 {
    display: none;
  }
  body #Header_creative #Top_bar {
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
  }
}
@media (max-width: 1239px) {
  body #Side_slide {
    top: 86px;
    /*width: 100vw;*/
    /* right:-100vw!important; */
  }
  body #Side_slide.enabled {
    /* right:100vw!important; */
  }
  body .header-creative.layout-full-width #Wrapper {
    padding-top: 100px;
  }
  body .creative-wrapper #Top_bar nav#menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    background-color: #e9e9ef !important;
    right: 0px;
    overflow: scroll;
    z-index: 300;
    position: absolute !important;
    top: 62px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .creative-wrapper #Top_bar nav#menu #menu-main-menu {
    overflow: scroll;
    padding-bottom: 100px;
    max-height: 90vh;
  }
  body .creative-wrapper #Top_bar nav#menu ul#menu-header-menu {
    padding: 10%;
  }
  body #Top_bar .menu > li.current_page_item > a, body #Top_bar .menu > li.current-menu-parent > a, body #Top_bar .menu > li.current-menu-item > a {
    background: unset;
    font-weight: 600;
  }
  body #Top_bar .menu > li.current-menu-item > a, body #Top_bar .menu > li.current_page_item > a, body #Top_bar .menu > li.current-menu-parent > a, body #Top_bar .menu > li.current-page-parent > a, body #Top_bar .menu > li.current-menu-ancestor > a, body #Top_bar .menu > li.current-page-ancestor > a, body #Top_bar .menu > li.current_page_ancestor > a, body #Top_bar .menu > li.hover > a {
    color: #173C71;
  }
  body #Header_creative #Top_bar .menu > li > a {
    text-align: center;
    margin: 10px 0px;
  }
  body #Header_creative #Top_bar #menu ul > li.submenu > a span:before {
    content: "";
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    margin-left: -39px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
  }
  body #Header_creative #Top_bar #menu ul > li.submenu:hover > a span:before {
    color: white;
  }
  #Top_bar #menu ul li.submenu .menu-toggle {
    display: none !important;
  }
  body #Header_creative #Top_bar #menu ul li ul {
    position: relative;
  }
  .creative-wrapper #Top_bar .menu > li.current-page-ancestor > a {
    color: white;
  }
  body #Header_creative #Top_bar #menu ul li.current-menu-parent > ul {
    display: none;
  }
  body #Header_creative #Top_bar #menu ul li.sub-open ul {
    display: block !important;
    border-bottom: 1px solid;
  }
  body #Header_creative #Top_bar .menu li ul li a {
    padding: 5px 0px;
  }
  body #Header_creative #Top_bar .menu > li > a {
    padding: 7px 0px;
    margin: 0px;
  }
  body #Header_creative #Top_bar #menu ul li ul.color-menu {
    display: block;
  }
  body #Header_creative #Top_bar #menu ul li.li-open a {
    /*background-color:#173C71;*/
  }
  body .creative-wrapper #Top_bar nav#menu ul#menu-header-menu {
    padding: 70px 0px 0px;
  }
  body .creative-wrapper #Top_bar .wpml-languages ul.wpml-lang-dropdown {
    /* display: block!important; */
  }
  body #Header_creative #Top_bar .top_bar_right {
    display: none;
  }
  body #Header_creative #Top_bar .top_bar_right.cart-menu {
    display: block;
    margin-top: 0;
  }
  #Top_bar .top_bar_left {
    height: 140px;
  }
  body #Header_creative #Top_bar .menu > li > a span {
    line-height: 26px;
  }
  body #Header_creative #Top_bar .top_bar_right_wrapper {
    top: 0;
    padding-top: 30px;
    text-align: center;
  }
  body #Header_creative #Top_bar .top_bar_right_wrapper a.hook-me, body #Header_creative #Top_bar .top_bar_right_wrapper a#header_cart {
    top: 0;
    position: relative;
    text-align: center;
    float: unset;
    z-index: 999;
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
  body #Top_bar #menu ul li {
    width: 50vw;
    margin: 0px auto !important;
    display: block;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
    float: unset;
  }
  #Top_bar .logo {
    margin: 0;
  }
  body #Header_creative #Top_bar #logo img.logo-sticky {
    max-height: 80px !important;
  }
  body #Header_creative #Top_bar .top_bar_right {
    padding: 0px;
    max-width: 100%;
    width: 100%;
    position: relative;
    top: unset;
    bottom: 0;
    margin-bottom: 0px;
  }
  body #Top_bar a#header_cart {
    position: relative;
    top: 20px;
    display: block;
    /* float: left; */
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
    z-index: 999;
    width: 100%;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32618, #Header_creative #Top_bar .menu > li#menu-item-32619, #Header_creative #Top_bar .menu > li#menu-item-32620, #Header_creative #Top_bar .menu > li#menu-item-32621, #Header_creative #Top_bar .menu > li#menu-item-32622, #Header_creative #Top_bar .menu > li#menu-item-35995 {
    display: block;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.69);
    margin: 13px auto !important;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32618 a, #Header_creative #Top_bar .menu > li#menu-item-32619 a, #Header_creative #Top_bar .menu > li#menu-item-32620 a, #Header_creative #Top_bar .menu > li#menu-item-32621 a, #Header_creative #Top_bar .menu > li#menu-item-32622 a, #Header_creative #Top_bar .menu > li#menu-item-35995 a {
    color: white;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32618 {
    background-color: #398B64;
  }
  #Header_creative #Top_bar .menu > li#menu-item-35995 {
    background-color: #D72426;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32619 {
    background-color: #D1643E;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32620 {
    background-color: #493843;
  }
  #Header_creative #Top_bar .menu > li#menu-item-44066 {
    background-color: #CD8EBE;
  }
  #Header_creative #Top_bar .menu > li#menu-item-32622 {
    background-color: #7BBED5;
  }
  body #Top_bar a.responsive-menu-toggle.active ~ nav#menu {
    display: block !important;
  }
  body #Top_bar a.responsive-menu-toggle, body #Header_creative .creative-menu-toggle, body #Header_creative a.responsive-menu-toggle {
    color: #173C71;
    background: transparent;
    width: auto;
    right: 5px;
    position: absolute;
  }
  body #Top_bar a.responsive-menu-toggle i {
    font-size: 35px;
    line-height: unset;
  }
  body .icon-menu-fine:before {
    font-weight: 600;
  }
  body #Top_bar a.responsive-menu-toggle i {
    font-size: 23px;
    line-height: unset;
    margin-top: 6px;
    position: relative;
    display: inline-block;
  }
  body #Top_bar a.responsive-menu-toggle.active i:before {
    content: "";
  }
  #Top_bar a.responsive-menu-toggle:before {
    content: "Menu";
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding-right: 14px;
    vertical-align: top;
    margin-top: 6px;
  }
  .mobile-header-mini #Top_bar #menu ul li a span {
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .back-to-top {
    right: 11px;
    bottom: 199px;
  }
  .section_product_before_tabs form.cart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .mobile-header-mini #Top_bar #menu ul li a span {
    line-height: 24px !important;
  }
  .back-to-top {
    bottom: 136px;
  }
  body #Header_creative #Top_bar .top_bar_right_wrapper {
    padding-top: 70px;
  }
  body #Header_creative #Top_bar .top_bar_left {
    overflow: unset;
  }
  body #Top_bar .logo {
    text-align: left;
    height: 95px;
  }
  body #Top_bar {
    background-color: #E9E9EF !important;
  }
  #Top_bar #menu > ul {
    margin-top: 15px;
  }
  #Header_creative #Top_bar .logo #logo, #Header_creative #Top_bar .logo .custom-logo-link {
    display: inline-block;
    margin: 0;
  }
  body #Header_creative #Top_bar .logo #logo img, body #Header_creative #Top_bar .logo .custom-logo-link img {
    max-height: 70px !important;
    margin: 15px;
    margin-left: 30px;
  }
  #Header_creative #Top_bar .responsive-menu-toggle, .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
    top: 53px !important;
  }
  body #Header_creative #Top_bar #menu {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  body #Top_bar #menu ul li {
    width: 70vw;
  }
}
#Wrapper #Header_wrapper #Subheader .container .column.one {
  padding-left: 20px;
}
body #Header_creative #Top_bar .menu > li.menu-item-has-children .menu-toggle {
  display: none;
}
body #Header_creative #Top_bar .menu > li.menu-item-has-children a:not(.menu-toggle)::before {
  content: "";
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 5px;
  font-size: 20px;
  color: #173c71;
  left: 0;
  /* color: white; */
}
@media (max-width: 1280px) {
  body #Header_creative #Top_bar .menu > li.menu-item-has-children a:not(.menu-toggle)::before {
    display: none;
  }
}
body #Header_creative #Top_bar .menu > li.menu-item-has-children.hover a:not(.menu-toggle)::before, body #Header_creative #Top_bar .menu > li.menu-item-has-children.current_page_item a:not(.menu-toggle)::before, body #Header_creative #Top_bar .menu > li.menu-item-has-children.current_page_ancestor a:not(.menu-toggle)::before, body #Header_creative #Top_bar .menu > li.menu-item-has-children.current_page_parent a:not(.menu-toggle)::before, body #Header_creative #Top_bar .menu > li.menu-item-has-children.current-menu-item a:not(.menu-toggle)::before, body #Header_creative #Top_bar .menu > li.menu-item-has-children:hover a:not(.menu-toggle)::before {
  color: white;
}
body #Header_creative #Top_bar .menu > li.menu-item-has-children .sub-menu li a::before {
  display: none;
}
@media (max-width: 1240px) and (min-width: 768px) {
  .top_bar_left .header-text {
    position: absolute;
    bottom: 10px;
  }
}
.top_bar_left .header-text p {
  font-size: 14px;
  display: block;
  padding: 0px 20px;
  text-align: center;
  font-weight: 600;
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
#contactmap {
  height: 50vh;
  margin-bottom: 100px;
  margin-top: 100px;
}
#contactmap img[draggable="false"] {
  width: 30px;
  height: 30px;
}
/* Products Filter - Need to move to other css file */
.filter-wrapper {
  position: relative;
}
.filter-wrapper .WOOF_Widget, .filter-wrapper .widget-woof, .filter-wrapper .widget-woof .woof_sid_widget, .woocommerce .filter-wrapper .chosen-container {
  position: initial !important;
}
body .chosen-container.chosen-with-drop .chosen-drop {
  width: 100% !important;
  min-height: 200px !important;
  max-height: none !important;
  background-color: #e9e9ef;
}
/* Form Sort Order */
.woocommerce .woocommerce-ordering select {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce .woocommerce-ordering select:hover {
  background-color: #e9e9ef !important;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-ordering {
    text-align: left;
  }
  .woocommerce .woocommerce-ordering select {
    padding-left: 0;
  }
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: bethemechild
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
.woocommerce-checkout.woocommerce-order-received address:before {
  display: none !important;
}
.the_content_wrapper ul, .the_content_wrapper ul li {
  color: #173C71;
}
.single-product.woocommerce-page div.product div.images {
  float: unset;
}
.single-product.woocommerce-page div.product div.summary {
  float: unset;
  width: 30%;
  clear: none;
  display: inline-block;
  max-height: 400px;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery:before {
  content: "";
  background-color: #173C71;
  right: -80px;
  right: -300%;
  width: 300%;
  height: 80%;
  top: 10%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 992px) {
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery:before {
    display: none;
  }
}
.woocommerce-page table.cart td.actions .coupon .input-text {
  padding: 10px !important;
  width: 130px;
  line-height: 22px !important;
}
.woocommerce-page table.cart .product-thumbnail {
  width: 140px;
}
.woocommerce-page button.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce-page.woocommerce-cart input[type="number"] {
  width: 6em;
  margin: 0 auto;
}
.woocommerce-page table.shop_table td {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* border: none; */
}
.woocommerce-page .alert_info .alert_icon {
  background: #7bbed5;
}
.woocommerce-page table, .woocommerce-page table > * {
  background-color: transparent !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: unset;
}
.woocommerce-page h3 {
  margin-top: 35px;
}
.woocommerce-page .cart-collaterals .cart_totals {
  float: right !important;
}
.woocommerce-page .cart-collaterals .cart_totals a.checkout-button {
  background-color: #da4e1d;
  color: white;
  margin: 0;
}
.woocommerce-page .cart-collaterals .cart_totals a.checkout-button:hover {
  background-color: #da4e1d;
  color: white;
}
.woocommerce-page .cart-collaterals .cart_totals a.mfn-woo-cart-link {
  padding: 1em;
  transition: 0.3s all;
}
.woocommerce-page .cart-collaterals .cart_totals a.mfn-woo-cart-link:hover {
  background-color: #173c71;
  color: #ffffff;
}
#order_review #payment #place_order {
  background-color: #da4e1d;
  color: white;
  margin: 0;
  padding: 1em;
}
#order_review #payment #place_order:hover {
  background-color: #da4e1d;
  color: white;
}
#order_review #payment a.mfn-woo-cart-link {
  padding: 1em;
  transition: 0.3s all;
}
#order_review #payment a.mfn-woo-cart-link:hover {
  background-color: #173c71;
  color: #ffffff;
}
.woocommerce-page .section.the_content.has_content {
  min-height: 85vh;
}
.woocommerce-page table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-page table tr {
  border-color: rgba(0, 0, 0, 0.08);
}
.woocommerce-page table th {
  box-shadow: none;
  color: #173C71;
}
.woocommerce-page .btn-woocommerce .orange-btn {
  position: absolute;
  top: -4px;
  left: unset;
  opacity: 1;
  right: 0;
  transition: 0.3s;
  transition-property: left, opacity;
}
.woocommerce-page .btn-woocommerce.btn-noproducts .orange-btn {
  position: relative;
}
.btn-woocommerce.btn-previous .orange-btn:after {
  margin-left: -173px;
  top: 3px;
}
.btn-woocommerce.btn-previous .orange-btn:hover:after {
  margin-left: -180px;
}
.woocommerce-page.woocommerce-cart:not(.button-stroke) a.remove {
  margin-bottom: 0;
  margin: 5px 0 0;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
/* .single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display:none;
} */
.single-product.woocommerce div.product {
  margin-top: 20px;
  width: 100%;
}
.single-product.woocommerce div.product div.images img, .single-product.woocommerce-page div.product div.images img {
  max-height: 400px !important;
  z-index: 5;
  position: relative;
  float: unset;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  display: none !important;
}
.single-product.woocommerce .product div.entry-summary .price {
  color: #009FE2;
  font-size: 28px;
  line-height: 20px;
}
.single-product.woocommerce .product div.entry-summary h1.product_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 10%;
  padding-right: 30px;
}
.single-product.woocommerce .product div.entry-summary h1.product_title:after {
  border-width: 0px;
}
.single-product .woocommerce-product-details__short-description {
  display: none;
}
.single-product .product_meta .sku_wrapper, .single-product .product_meta .sku_wrapper .sku, .single-product .product_meta .tagged_as, .single-product .product_meta .tagged_as a, .single-product .product_meta .posted_in {
  color: #828282;
}
.single-product .product_meta .sku_wrapper {
  margin-bottom: 20px;
}
.single-product .product_meta .posted_in a {
  color: #009FE2;
}
.single-product .product_meta .posted_in a:hover {
  color: #173C71;
}
/* Alerts */
/* body .alert_error{
	background:#D1643E;
} */
body .alert_success {
  background: #6fa22e;
}
body .close {
  opacity: 0.9;
}
body .alert a.close i, body .alert_success a {
  color: white;
}
body .alert_success a:hover {
  color: #398B64;
}
body.woocommerce .quantity input.qty {
  display: none;
}
body.woocommerce button.button.alt {
  background-color: #DA4E1D;
  padding: 9px 15px;
}
body #Content .basket-logo {
  max-width: 22px !important;
  height: auto;
  position: relative;
  margin-left: 10px;
  margin-top: 2px;
  top: 2px;
}
body.woocommerce .accordion {
  margin-top: 90px;
}
.single-product.woocommerce .page-landing-header {
  margin-top: 50px;
}
.single-product.woocommerce .product div.entry-summary .product_meta {
  margin: 0px !important;
  /* padding-top: 100px; */
}
.single-product.woocommerce .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
  margin-top: 60px;
  height: auto;
  left: 0 !important;
  max-width: 80vw;
  padding-left: 0 !important;
}
.single-product.woocommerce .text-seperator-heading-column {
  top: 15px;
}
.single-product.woocommerce .text-seperator-heading-column .vc_sep_width_100 {
  margin-left: 37%;
}
.single-product.woocommerce #reviews #comments h2 {
  border: none;
  padding-top: 10px;
}
.single-product.woocommerce .reduced-text-right .wpb_wrapper p {
  padding-top: 15px;
}
.single-product.woocommerce .vc_separator.vc_separator_align_center h4 {
  padding-left: 25%;
}
.single-product.woocommerce .reduced-text-right {
  padding-right: 10% !important;
}
@media (max-width: 992px) {
  .single-product.woocommerce .reduced-text-right {
    padding: 0 !important;
  }
}
@media (max-width: 1500px) and (min-width: 1240px) {
  .single-product.woocommerce .reduced-text-right {
    max-width: 54%;
  }
}
.woocommerce .section_wrapper {
  max-width: 100%;
}
.woocommerce .chosen-container {
  text-align: center;
  margin: 0;
  width: auto !important;
  padding: 16px;
  top: 1px;
  border-right: 1px solid #cfcfcf;
}
body .woof_products_top_panel li span {
  display: none;
}
.woocommerce .woof_container {
  display: inline-block !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}
.woocommerce .chosen-container-single .chosen-single {
  background: unset;
  box-shadow: none;
  border: none;
  display: inline-block;
}
.woocommerce .woof_submit_search_form_container.custom-search {
  display: inline-block;
}
.woocommerce .woof_redraw_zone {
  display: inline-block;
  vertical-align: top;
}
.woocommerce button.button.woof_reset_search_form {
  float: none;
  background: #E9E9EF;
  color: #173c71;
  /* padding: 0px; */
  padding: 18px 35px 18px 20px;
  margin-top: 1px;
  font-weight: 600;
  background: none;
  /* border-right: 1px solid; */
}
.woocommerce button.button.woof_reset_search_form:after {
  background: unset;
}
.woocommerce .woof_submit_search_form_container {
  display: inline-block;
  /* vertical-align: top; */
  margin-top: 0px;
  padding: 0px;
  margin: 0;
  height: 100%;
  overflow: unset;
}
.woocommerce .widget.WOOF_Widget.widget-shortcode {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  /* display: block; */
  /* width:100%; */
}
.woocommerce .widget.WOOF_Widget.widget-shortcode .widget-woof {
  margin-bottom: 0px;
}
.woocommerce .widget.WOOF_Widget.widget-shortcode h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  border-right: none;
  margin-bottom: 0px;
}
.woocommerce .woof.woof_sid.woof_sid_widget {
  display: inline-block;
  vertical-align: top;
}
.woocommerce .filter-wrapper {
  max-width: 95%;
  margin: 0 auto;
  background-color: #E9E9EF;
  border: 0.2px solid #cfcfcf;
  box-shadow: 1px 1px 9px -3px #616060;
  /* padding:10px 0 10px 10px; */
}
.woocommerce .chosen-container-single .chosen-search input[type=text] {
  display: none;
}
.woocommerce .filter-heading {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: 100%;
  position: relative;
  left: -4px;
}
.woocommerce .widget:after {
  border-width: 0px;
}
/**    
    position: absolute;
    right: 138px;
    margin-top: -67px;
    border-right: 1px solid;


*/
.woocommerce .chosen-container-single .chosen-single span {
  color: #009FE2;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 4px;
}
body .chosen-container-single .chosen-single div {
  top: 4px;
}
.woocommerce .chosen-container-single.chosen-disabled {
  opacity: 0.7 !important;
}
.woocommerce .chosen-container-single.chosen-disabled .chosen-single span {
  color: #173C71;
  font-weight: 400;
}
.chosen-container .chosen-results {
  /* position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    width: 751%;
    left: -78%;
    background-color: red;
    margin: 0px;
    padding: 0px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch; */
}
.woocommerce .chosen-container-single .chosen-drop {
  margin-top: 4px;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce .products_wrapper .products:before {
  content: "";
  position: relative;
  display: block;
  width: 95%;
  margin-left: 2.5%;
  height: 1px;
  background-color: #173C71;
  margin-bottom: 40px;
}
body.woocommerce ul.products li.product .price {
  color: #009FE2;
}
.float-cart .orange-btn {
  opacity: 1 !important;
  color: white !important;
}
.woocommerce .woocommerce-Price-amount.amount {
  opacity: 1;
}
.woocommerce-account .addresses .col-1 address:after, .woocommerce-account .addresses address:before, .woocommerce-account .addresses .col-2 address:after {
  display: none;
}
body.woocommerce ul.products li.product:hover .woocommerce-Price-amount.amount {
  opacity: 1;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: right;
  padding: 25px 60px 25px;
  margin-bottom: 0px;
  font-size: 14px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
  padding: 25px 60px 25px;
  margin-bottom: 0px;
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce .woocommerce-ordering select {
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  color: #009FE2 !important;
  font-weight: 600;
  font-size: 14px !important;
  padding-left: 10px;
  background: none !important;
  border: none !important;
  padding: 0;
  padding-left: 10px;
  vertical-align: top;
}
.woocommerce .woocommerce-ordering select:after {
  display: inline-block;
  padding: 0.5rem;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
}
.woocommerce-ordering select {
  padding: 0px;
  background-color: unset !important;
  border: none;
}
.woocommerce .woocommerce-ordering:before {
  content: "Sort By: ";
  display: inline-block;
  position: relative;
  font: inherit;
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}
body.woocommerce ul.products li.product {
  width: 20% !important;
  padding: 0 1% 20px !important;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.woocommerce ul.products li.product a {
  position: relative;
  padding: 20px;
  display: block;
}
.woocommerce ul.products li.product a.orange-btn {
  position: absolute;
}
body.woocommerce ul.products {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 30px 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.woocommerce .orange-btn {
  padding: 6px 59px 6px 52px;
  position: absolute;
  top: 30%;
  left: 7%;
  opacity: 0;
  transition: 0.3s;
  transition-property: left, opacity;
}
body.woocommerce ul.products li.product:hover a.orange-btn {
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  max-width: 220px;
  width: 100%;
}
body.woocommerce ul.products li.product:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 9px -3px #616060;
  /* padding:inherit; */
  /* margin:inherit; */
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  /* opacity:0; */
}
body.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  /* opacity:1; */
}
body.woocommerce #Content ul.products li.product a img, body.woocommerce-page #Content ul.products li.product a img {
  max-height: none;
  margin: 20px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  height: auto;
  max-width: 100%;
  width: 229px;
}
body .dgwt-wcas-search-wrapp {
  display: inline-block;
  color: black;
  min-width: 230px;
  width: auto;
  text-align: left;
  float: right;
  margin: auto;
  top: 13px;
  border: none;
  right: 10px;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: none;
}
body .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  fill: #173C71;
  opacity: 1;
}
body .chosen-container.chosen-with-drop .chosen-drop {
  width: 50vw;
  height: 200px;
  max-height: 200px;
}
.zoom {
  transition: transform 0.9s;
  /* Animation */
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
}
.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
body .chosen-container .chosen-results {
  max-height: 100%;
  width: auto;
  text-align: left;
  display: block;
  margin: 0px 30px;
}
.btn-center.btn-previous.btn-woocommerce {
  position: relative;
}
body .chosen-container .chosen-results li.disabled-result {
  display: none;
}
body .chosen-container .chosen-results li.highlighted {
  background-color: #173C71;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #173C71), color-stop(90%, #173C71));
  background-image: -webkit-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: -moz-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: -o-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: linear-gradient(#173C71 20%, #173C71 90%);
  /* background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#2d6dc9),color-stop(90%,#173C71));
    background-image: -webkit-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: -moz-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: -o-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: linear-gradient(#2d6dc9 20%,#173C71 90%); */
  color: #fff;
}
body .chosen-container .chosen-results li {
  border: 1px solid black;
  border-radius: 25px;
  padding: 12px 30px;
}
body .chosen-container-single .chosen-search {
  display: none;
}
body .chosen-container .chosen-results li.active-result {
  border: 1px solid #173C71;
  padding: 12px 30px;
  width: auto;
  display: inline-block;
  border-radius: 25px !important;
  margin: 10px;
}
body .chosen-container .chosen-results li.active-result.result-selected {
  border: 1px solid transparent;
  border-radius: 10px;
}
.woocommerce .product .related.products ul {
  margin: 0;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
}
body .woof_submit_search_form_container {
  display: none !important;
}
body .filter-heading .woof_submit_search_form_container {
  display: inline-block !important;
}
body .filter-heading .woof_submit_search_form_container:after {
  content: "";
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  color: #173C71;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: -1.8em;
  z-index: 5;
  position: relative;
  /*  CSS rotating after  */
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.woocommerce button.button.woof_reset_search_form:hover {
  background: none;
  color: inherit;
}
body .filter-heading .woof_submit_search_form_container:hover:after {
  /*  CSS rotating after  */
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}
@media (max-width: 1500px) and (min-width: 1300px) {
  /* .woocommerce .chosen-container-single .chosen-single span{
		font-size:1vh;
	} */
}
@media (max-width: 1500px) {
  .woocommerce .widget.WOOF_Widget.widget-shortcode .widget-woof {
    /* display: flex; */
    width: 100%;
  }
  .woocommerce .widget.WOOF_Widget.widget-shortcode h2 {
    /* flex: 1; */
  }
  .woocommerce .filter-wrapper {
    padding: 10px 0 10px 10px;
  }
  .woocommerce .chosen-container {
    padding: 12px;
    margin-top: 6px;
    border: none;
  }
  .woocommerce .chosen-container-single .chosen-single {
    padding-left: 0;
  }
}
@media (min-width: 1240px) {
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    float: unset;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: unset;
    top: 0;
  }
}
@media (max-width: 1240px) and (min-width: 920px) {
  body .dgwt-wcas-search-wrapp {
    top: 0;
  }
}
@media (max-width: 1239px) and (min-width: 300px) {
  .single-product.woocommerce .vc_row[data-vc-full-width].vc_hidden {
    left: 0 !important;
    /* margin: 0px auto 0px auto; */
    width: 100% !important;
    max-width: 100vw;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
    padding: 0px !important;
  }
  .woocommerce #review_form #respond .form-submit input {
    float: unset !important;
  }
  .single-product.woocommerce .text-seperator-heading-column .vc_sep_width_100 {
    margin-left: 0;
  }
}
@media (min-width: 993px) {
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    order: 2;
  }
}
@media (max-width: 992px) {
  .woocommerce div.product form.cart .button {
    float: unset;
  }
  .single-product.woocommerce-page div.product div.summary {
    width: 100%;
    display: block;
    text-align: center;
  }
  .single-product.woocommerce .text-seperator-heading-column {
    padding: 0px 70px !important;
  }
  .single-product.woocommerce .vc_separator.vc_separator_align_center h4 {
    padding-left: 0 !important;
  }
  .single-product.woocommerce .product div.entry-summary h1.product_title {
    margin-top: 35px;
  }
  .single-product.woocommerce .product div.entry-summary .product_meta {
    padding-top: 15px;
  }
  body.woocommerce ul.products li.product {
    width: 33.3% !important;
  }
}
@media (min-width: 992px) {
  body.woocommerce .related.products ul.products li.product {
    width: 33% !important;
    padding: 0px !important;
    margin: 0px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  body.woocommerce .related.products ul.products li.product {
    width: 49% !important;
  }
  .woocommerce .product .related.products ul {
    justify-content: left;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    -moz-box-pack: left;
    -webkit-justify-content: left;
  }
}
@media (max-width: 768px) {
  body.woocommerce .related.products ul.products li.product {
    width: 100% !important;
  }
  .woocommerce .product .related.products ul {
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 15px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    margin-top: 15px;
    display: block;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1500px) {
  body.woocommerce .related.products ul.products li.product {
    width: 33% !important;
  }
}
@media (min-width: 1240px) and (max-width: 1500px) {
  body.woocommerce .related.products ul.products li.product {
    width: 49% !important;
  }
  .woocommerce .product .related.products ul {
    justify-content: left;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    -moz-box-pack: left;
    -webkit-justify-content: left;
  }
}
@media (max-width: 768px) {
  body.woocommerce ul.products li.product {
    width: 48% !important;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 320px) {
  .single-product.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
  }
  .single-product.woocommerce-page div.product div.summary {
    order: 2;
  }
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    order: 1;
  }
  .single-product.woocommerce div.product div.wrapper {
    order: 3;
  }
  .single-product.woocommerce div.product section.related {
    order: 4;
    width: 100%;
    /* border: none; */
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .woocommerce .chosen-container {
    width: 100% !important;
  }
  body .dgwt-wcas-sf-wrapp {
    width: 80%;
    margin: 0 auto !important;
    position: relative;
  }
  body .dgwt-wcas-search-wrapp {
    float: unset;
    display: block;
    right: 0;
    top: 0;
  }
  .woocommerce .products_wrapper .products:before {
    display: none;
  }
  body.woocommerce ul.products li.product {
    width: 100% !important;
  }
  body.woocommerce ul.products {
    margin-top: 30px;
  }
  body.woocommerce #Content ul.products li.product a img, body.woocommerce-page #Content ul.products li.product a img {
    width: 50%;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin-top: 10px;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }
  .woocommerce .woof_container {
    display: block !important;
  }
  .woocommerce .widget.WOOF_Widget.widget-shortcode h2 {
    display: block;
    text-align: center;
  }
  .woocommerce .filter-heading {
    display: block;
    vertical-align: top;
    margin: 0;
    height: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
}
/* External Popup */
@media (min-width: 992px) {
  .swal2-container .swal2-popup {
    width: 740px;
  }
}
.swal2-container .swal2-actions {
  display: none;
}
.swal2-container .swal2-content a {
  min-width: 120px;
}
.woocommerce-cart-form .product-quantity .quantity a.quantity-change {
  display: none;
}
.post-type-archive-product .shop-filters, .tax-product_cat .shop-filters {
  overflow: visible;
  margin-bottom: 0px;
}
.post-type-archive-product .product-fullwidth, .tax-product_cat .product-fullwidth {
  width: 100%;
}
.tax-product_cat .term-description {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message .alert_wrapper {
  color: white;
}
.woocommerce-message.alert.alert_success .alert_wrapper {
  color: white;
}
ul#shipping_method {
  list-style: none;
}
ul#shipping_method li label {
  display: inline;
  padding-left: 10px;
}
.woocommerce button.button.added:after {
  opacity: 1;
}
.woocommerce.single-product div.entry-summary .cart {
  display: block;
}
.woocommerce.single-product div.entry-summary .cart button, .woocommerce.single-product div.entry-summary .cart a {
  float: none !important;
  color: white;
}
.woocommerce.single-product div.entry-summary .cart a.view-cart {
  padding: 12px 40px 11px;
  border-radius: 0px;
  float: none;
  display: block;
  width: auto;
  max-width: 175px;
  text-align: center;
  background-color: #DA4E19;
  display: none;
  margin: 15px auto;
}
@media (min-width: 992px) {
  .woocommerce.single-product div.entry-summary .cart a.view-cart {
    margin: 15px 0px 0px 0px;
  }
}
.woocommerce.single-product div.entry-summary .cart a.view-cart.active {
  display: block;
}
.woocommerce.product-gallery-zoom .woocommerce-product-gallery__image:hover .wp-post-image {
  opacity: 1;
}
.mfn-woo-list-active-filters {
  display: none !important;
}
/*
Theme Name: Betheme-Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: MILK
Author URI: https://muffingroup.com/
Description: ViaAfrika Theme
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: bethemechild
Version: 21.2.1
Template: betheme
All css files are placed in /css/ folder
*/
.post-type-archive-product button.button.woof_reset_search_form {
  width: 128px;
  padding: 18px 0px;
}
body .filter-heading .woof_submit_search_form_container:after {
  position: absolute;
  margin-left: -0.6em;
  margin-top: 23px;
}
.woocommerce div.btn-previous .orange-btn {
  opacity: 1;
  position: relative;
  padding: 6px 32px 6px 41px !important;
  left: 0;
}
.plainoverlay {
  background-image: none !important;
}
body .chosen-container .chosen-results li.active-result.result-selected {
  background-color: #173C71;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #173C71), color-stop(90%, #173C71));
  background-image: -webkit-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: -moz-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: -o-linear-gradient(#173C71 20%, #173C71 90%);
  background-image: linear-gradient(#173C71 20%, #173C71 90%);
  /* background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#2d6dc9),color-stop(90%,#173C71));
    background-image: -webkit-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: -moz-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: -o-linear-gradient(#2d6dc9 20%,#173C71 90%);
    background-image: linear-gradient(#2d6dc9 20%,#173C71 90%); */
  color: #fff;
}
.woocommerce .chosen-container .chosen-results > li:first-child {
  display: none;
}
.woocommerce .products_wrapper .products:before {
  display: none;
}
.woocommerce .product .related.products h2, .woocommerce .product .upsells.products h2 {
  font-weight: 500;
}
body.woocommerce .related.products ul.products li.product:hover a.orange-btn {
  /* left: 50%;
    transform: translate(-50%, 0); */
}
body #respond .comment-form-author, body #respond .comment-form-email {
  width: 49%;
}
body #respond .comment-form-email {
  margin-right: 0px !important;
}
@media (min-width: 1500px) {
  .single-product.woocommerce-page div.product div.summary {
    width: 30%;
    padding-left: 7rem;
    padding-right: 4rem !important;
  }
}
@media (min-width: 1700px) {
  .single-product.woocommerce-page div.product div.summary {
    width: 31%;
  }
}
@media (max-width: 1500px) {
  body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
@media (max-width: 1500px) and (min-width: 1240px) {
  .single-product.woocommerce div.product {
    padding-left: 60px;
  }
}
@media (max-width: 1600px) and (min-width: 769px) {
  body.woocommerce ul.products li.product {
    width: 33% !important;
    padding: 20px 0px !important;
    margin: 0px !important;
  }
  body.woocommerce ul.products {
    margin: 0;
  }
}
@media (min-width: 1240px) {
  .single-product.woocommerce-page div.product div.summary {
    padding-right: 30px;
  }
}
@media (max-width: 1240px) and (min-width: 992px) {
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery:before {
    display: none;
  }
}
@media (max-width: 1240px) and (min-width: 769px) {
  .single-product.woocommerce .reduced-text-right {
    text-align: left;
    padding: 0 !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 1239px) {
  .single-product.woocommerce .page-landing-header {
    margin-top: 35px;
  }
  .single-product.woocommerce div.product div.wrapper {
    width: 100vw;
  }
  .woocommerce div.product div.images img {
    float: left;
  }
}
.blockUI.blockOverlay {
  display: none !important;
}
@media (max-width: 992px) {
  .woocommerce div.btn-previous .orange-btn:after {
    margin-left: -138px;
    margin-top: 0;
  }
  .btn-woocommerce.btn-previous .orange-btn:hover:after {
    margin-left: -163px;
  }
  .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
  }
  body.woocommerce ul.products li.product {
    width: 49% !important;
  }
}
@media (max-width: 768px) {
  .woocommerce #Content .section > .section_wrapper {
    max-width: 90vw !important;
    margin: 0 auto;
  }
  .woocommerce #Content .woocommerce-content {
    width: 100%;
    text-align: center;
  }
  body #respond .comment-form-author, body #respond .comment-form-email {
    width: 100%;
  }
  .single-product.woocommerce .reduced-text-right {
    text-align: center;
  }
  .woocommerce div.btn-previous .orange-btn:after {
    margin-left: -122px;
  }
  body.woocommerce ul.products {
    margin: 0;
  }
  body.woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.page-id-1365 #Content {
  padding-top: 5px;
}
.page-id-1365 #Content #free-downloads {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-id-1365 #Content #free-downloads {
    max-width: 90%;
    margin: 0 auto;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
  margin: 0;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 10px 25px;
  width: 100%;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list:after {
  content: "";
  background-color: #173c71;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 25px;
  display: none;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  position: relative;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:after {
  content: "";
  background-color: #173c71;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  position: static !important;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container {
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container {
    height: 250px;
  }
}
@media (min-width: 1240px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container {
    height: 300px;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container img {
  position: relative;
  z-index: 5;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container span.bg {
  display: block;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 5;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container .bg-color {
  content: "";
  width: 100%;
  height: 86%;
  background-color: #ffbe54;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.29);
}
@media (min-width: 992px) and (min-width: 1240px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a .bg-container .bg-color {
    height: 74%;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span.vc_tta-title-text {
  color: #173c71;
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 25px 20px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span.orange-btn {
  position: absolute;
  display: block;
  opacity: 0;
  height: 100%;
  top: 86%;
  max-height: 35px;
  min-width: 218px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span.orange-btn::after {
  position: absolute;
  right: 13px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab#growsmart-nav {
  display: none !important;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab#growsmart-nav img {
  padding-top: 35px;
}
@media (min-width: 1240px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover span.vc_tta-title-text {
    opacity: 0;
  }
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover span.orange-btn {
    opacity: 1;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    animation: vctabsAnimate 1s cubic-bezier(0.4, 0, 0.6, 1) 1;
    height: 100% !important;
  }
  @keyframes vctabsAnimate {
    0% {
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .bg-container {
  height: 250px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .bg-container img {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .bg-container img {
    max-width: 80% !important;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .bg-container span.bg {
  display: block;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 5;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .bg-container .bg-color {
  content: "";
  width: 100%;
  height: 86%;
  background-color: #ffbe54;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.29);
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a span.vc_tta-title-text {
  color: #173c71;
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 30px 20px 5px;
  margin-left: 0px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a span.orange-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: -35px auto 10px;
  max-width: 70%;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a span.orange-btn:after {
  margin-top: 0;
  position: absolute;
  right: 7px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
}
@media (min-width: 768px) {
  .page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    min-height: 650px;
  }
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .info {
  text-align: center;
  padding-bottom: 20px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .cat-outer-wrapper {
  background-color: #173c71;
  padding: 18px;
  margin: 45px 0px 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  border-radius: 5px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper {
  margin-bottom: 10px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-title {
  background-color: #00a5aa;
  display: block;
  padding: 9px 20px;
  color: white;
  font-weight: 600;
  border: 2px solid #173c71;
  border-radius: 5px;
  position: relative;
  margin-bottom: 13px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-title:hover {
  cursor: pointer;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-title:after {
  content: url(../images/icons/angle-down.svg);
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-title.ui-accordion-header-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-body {
  margin-bottom: 20px;
  display: none;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-body .resource a {
  display: block;
  font-size: 16px;
  padding: 7px 20px;
  margin-bottom: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  position: relative;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-body .resource a:hover {
  background-color: #00a5aa;
  color: white;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .accordion-wrapper .accordion-wrapper-inner .accordion-body .resource a:after {
  content: url(../images/icons/Download-Icon.svg);
  position: absolute;
  display: block;
  right: 15px;
  top: 8px;
}
.page-id-1365 #Content #free-downloads .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel#growsmart {
  display: none !important;
}
.page-id-1365 #Content #free-downloads.lines ul.vc_tta-tabs-list:after {
  display: block !important;
}
/*# sourceMappingURL=child-theme.css.map */