@media (max-width: 991px) {
  .px-gutter {
    padding-left: var(--porto-res-spacing, 20px) !important;
    padding-right: var(--porto-res-spacing, 20px) !important;
  }
}
.porto-sicon-description p, .porto-sicon-description div, .info-circle-text p, .info-circle-text div, .timeline-header > div p, .timeline-header > div div, .porto-u-list-desc p, .porto-u-list-desc div, .porto-btn-text, span.middle-text p, span.middle-text div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
.porto-btn-ctn-center, .porto-btn-ctn-left, .porto-btn-ctn-right, .porto-map-wrapper.porto-adjust-bottom-margin, .info-wrapper.porto-adjust-bottom-margin, .porto-u-list-icon-wrapper.porto-adjust-bottom-margin {
  margin-bottom: 35px;
}
/* Porto Block */
#banner-wrapper .porto-block, #content-top .porto-block, #content-bottom .porto-block {
  overflow: hidden;
}
.porto-portfolio {
  position: relative;
}
.call-to-action-in-footer {
  position: relative;
  padding: 60px 0;
}
.call-to-action-in-footer .vc_cta3-container {
  margin-bottom: 0;
}
.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}
.porto-modal-trigger {
  cursor: pointer;
}
/* Animated Letters */
[data-plugin-animated-letters] {
  opacity: 0;
  visibility: hidden;
}
[data-plugin-animated-letters].initialized {
  opacity: 1;
  visibility: visible;
}
/* Animated Letters - Type Writer Effect */
@keyframes typeWriterFlash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.letters-wrapper + .typeWriter:last-child {
  position: relative;
  padding-right: 4px;
}
.letters-wrapper + .typeWriter:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: #212121;
  animation-name: typeWriterFlash;
  animation-iteration-count: infinite;
  animation-duration: 600ms;
}
/* Visual Composer Grid */
.vc_row.wpb_row {
  margin-bottom: 0;
}
.vc_row.wpb_row.vc_row-no-padding > .vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.section-with-divider {
  overflow: visible;
}
.vc_row:not(.row) {
  margin-left: 0;
  margin-right: 0;
}
body .row.vc_column-gap-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
body .row.vc_column-gap-1 > .vc_column_container {
  padding: 0.5px;
}
body .row.vc_column-gap-2 {
  margin-left: -1px;
  margin-right: -1px;
}
body .row.vc_column-gap-2 > .vc_column_container {
  padding: 1px;
}
body .row.vc_column-gap-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
body .row.vc_column-gap-3 > .vc_column_container {
  padding: 1.5px;
}
body .row.vc_column-gap-4 {
  margin-left: -2px;
  margin-right: -2px;
}
body .row.vc_column-gap-4 > .vc_column_container {
  padding: 2px;
}
body .row.vc_column-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
body .row.vc_column-gap-5 > .vc_column_container {
  padding: 2.5px;
}
body .row.vc_column-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
body .row.vc_column-gap-10 > .vc_column_container {
  padding: 5px;
}
body .row.vc_column-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
body .row.vc_column-gap-15 > .vc_column_container {
  padding: 7.5px;
}
body .row.vc_column-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
body .row.vc_column-gap-20 > .vc_column_container {
  padding: 10px;
}
body .row.vc_column-gap-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
body .row.vc_column-gap-25 > .vc_column_container {
  padding: 12.5px;
}
body .row.vc_column-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
body .row.vc_column-gap-30 > .vc_column_container {
  padding: 15px;
}
body .row.vc_column-gap-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
body .row.vc_column-gap-35 > .vc_column_container {
  padding: 17.5px;
}
.vc_column_container > .vc_column-inner {
  padding: 0;
}
.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner {
  padding-top: 0;
}
/* Visual Composer Alert */
body .wpb_alert {
  padding: 15px;
}
body .wpb_alert .messagebox_text {
  background-image: none;
  padding-left: 0;
}
body .vc_message_box-icon > * {
  transform: translate(-50%, -50%);
}
.vc_message_box .alert-link {
  font-weight: bold;
}
/* Visual Composer Slider */
body .wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -50px;
}
/* Visual Composer Flickr */
.wpb_content_element.wpb_flickr_widget {
  margin-bottom: 15px;
}
/* Visual Composer Others */
/* Nivo Slider */
.wpb_gallery .theme-default .nivoSlider {
  box-shadow: none;
}
.wpb_gallery .theme-default .nivo-controlNav {
  padding-top: 20px;
}
.wpb_gallery.nav-right .nivo-controlNav {
  float: right;
}
.wpb_gallery.nav-left .nivo-controlNav {
  float: left;
}
/* Accordion */
.accordion .card {
  margin-top: 5px;
  background: none;
}
.accordion .card:first-child {
  margin-top: 0;
}
.accordion .card-title {
  font-size: 16px;
}
.accordion .card-header {
  padding: 0;
  border-bottom: 0;
}
.accordion .card-header a {
  display: block;
  padding: 10px 20px;
}
.accordion .card-header a:hover, .accordion .card-header a:focus {
  text-decoration: none;
}
.accordion .card-header a i {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.accordion .card-header a i.icon-image {
  max-width: 20px;
  position: relative;
  top: -1px;
}
.accordion .card-header a [class*="fa-"] {
  top: -1px;
}
.accordion .card-body > *:last-child {
  margin-bottom: 0;
}
.accordion.card-title-dark .card-title a {
  color: inherit;
}
.accordion.card-title-bold .card-title {
  font-weight: 700;
}
.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.9em;
}
.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}
.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}
.accordion.panel-modern .card {
  border: 4px solid #f7f7f7;
}
.accordion.panel-modern .card-header {
  background-color: #f7f7f7;
  border-radius: 0;
}
.accordion.panel-modern.gray-scale-1 .card {
  border-color: #ededed;
}
.accordion.panel-modern.gray-scale-1 .card-header {
  background-color: #ededed;
}
.accordion.without-bg .card-default {
  background: transparent !important;
}
.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}
.accordion.without-bg .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.accordion.without-bg .card-body p {
  margin-bottom: 20px !important;
}
.accordion.without-borders .card {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}
.accordion.without-borders .card-body {
  padding: 0;
}
.accordion.without-borders .card-body p {
  margin-bottom: 20px !important;
}
.section-default .accordion.panel-modern .card-header {
  background: none;
}
.section-default .accordion.panel-modern .card {
  border-color: #ededed;
}
/* Toggles */
.toggle {
  padding: 0 0 10px 0;
  position: relative;
  clear: both;
}
.toggle > input {
  cursor: pointer;
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.toggle > label {
  transition: 0.15s ease-out;
  padding: 12px 20px 12px 15px;
  border-left: 3px solid #CCC;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.toggle > label:-moz-selection {
  background: none;
}
.toggle > label:selection {
  background: none;
}
.toggle > label:before {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 14px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
  width: 8px;
  height: 8px;
  transition: transform 0.3s, top 0.3s;
  -webkit-backface-visibility: hidden;
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform-origin: 35%;
}
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.toggle > label i {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.toggle > label i.icon-image {
  display: inline-block;
  max-width: 20px;
}
.toggle > .toggle-content {
  display: none;
  padding: 10px 0;
}
.toggle > .toggle-content > p:last-child {
  margin-bottom: 0;
}
.toggle.active > label:before {
  top: calc(50% - 8px);
  transform: rotate(135deg);
  border-color: #fff;
}
.toggle.active > p {
  white-space: normal;
}
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}
.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}
.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}
.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}
.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}
.toggle-simple .toggle .toggle-content {
  padding-left: 0;
}
.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
}
.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
}
.toggle-simple .toggle > label:before {
  border: 0;
  right: auto;
  left: 9px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 22px;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f067';
  z-index: 2;
  color: #FFF;
  font-size: 8px;
  width: auto;
  transform: none;
}
.toggle-simple .toggle.active > label {
  background: transparent;
}
.toggle-simple .toggle.active > label:before {
  content: '\f068';
}
/* Testimonials */
.testimonial {
  margin-bottom: 20px;
}
.slick-slider .testimonial {
  margin-bottom: 0;
}
.testimonial blockquote {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}
.testimonial blockquote:before {
  left: 20px;
  top: 20px;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
  color: inherit;
}
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid var(--porto-skin-light-5, #ccc);
  height: 0;
  margin: 0 0 0 40px;
  width: 0;
}
.testimonial .testimonial-arrow-down.reversed {
  border-top: none;
  border-bottom: 8px solid var(--porto-skin-light-5, #ccc);
}
.testimonial .testimonial-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 25px;
}
.testimonial .testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
.testimonial .testimonial-author p {
  color: #999;
  margin-left: 0.75rem;
  text-align: left;
  line-height: 1.2;
}
/* Style 2 */
.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  padding: 20px;
}
.testimonial.testimonial-style-2 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* Style 3 */
.testimonial.testimonial-style-3 blockquote {
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
}
/* Style 4 */
.testimonial.testimonial-style-4 {
  padding: 7px;
  border: 1px solid;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  padding: 12px 30px;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}
/* Style 5 */
.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-5 blockquote p {
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 15px 0 0;
  margin: 12px 0 0;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* Style 6 */
.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 15px auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* With Quotes */
.testimonial.testimonial-with-quotes {
  text-align: center;
}
.testimonial.testimonial-with-quotes blockquote {
  background: transparent !important;
}
.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
  display: block !important;
  left: 10px;
  top: 0;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
@media (max-width: 575px) {
  .testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
    display: none !important;
  }
}
.testimonial.testimonial-with-quotes blockquote:after {
  content: "\201D";
  left: auto;
  right: 10px;
  top: auto;
  bottom: -0.5em;
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .testimonial.testimonial-with-quotes blockquote p {
    padding: 0;
  }
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 60px;
}
.testimonial.testimonial-with-quotes .testimonial-author p {
  margin: 0 auto;
  text-align: center;
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote {
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span, .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
  opacity: 0.6;
  color: #FFF;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-transparent-background blockquote {
  background: transparent !important;
}
.testimonial.testimonial-alternarive-font blockquote p {
  font-family: Georgia, serif !important;
  font-style: italic;
  font-size: 1.2em;
}
.testimonial-no-borders.testimonial {
  border-width: 0;
  box-shadow: none;
}
/* Advanced style */
.testimonial.testimonial-advance {
  text-align: left;
}
.testimonial.testimonial-advance blockquote {
  padding-left: 0;
  padding-right: 1rem;
}
.testimonial.testimonial-advance blockquote:before {
  line-height: 0.75;
  left: 0;
}
.testimonial.testimonial-advance blockquote p {
  padding: 0;
}
.testimonial.testimonial-advance .testimonial-author p {
  text-align: inherit;
}
.custom-rounded-image {
  border-radius: 100%;
}
.vc_parallax blockquote p {
  line-height: 1.6;
}
/* Count Down */
.porto_countdown {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
.porto_countdown:after {
  content: '';
  display: table;
  clear: both;
}
.porto_countdown .porto_countdown-row {
  display: block;
  margin: 0 auto;
}
.porto_countdown .porto_countdown-section {
  display: inline-block;
  margin-bottom: 15px;
}
.porto_countdown .porto_countdown-section .porto_countdown-amount {
  min-width: 1em;
  max-width: 100%;
  min-height: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0 auto;
  box-sizing: content-box;
}
.porto_countdown .porto_countdown-section .porto_countdown-period {
  padding: 0 4px;
}
.porto_countdown.porto-cd-s1 .porto_countdown-section {
  padding: 0 7px;
}
.porto_countdown.porto-cd-s1 .porto_countdown-section .porto_countdown-amount {
  display: inline-block;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section {
  padding: 0 15px;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-amount {
  display: block;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-period {
  margin-top: 7px;
  width: 100%;
  display: block;
}
/* Porto Google Map */
.porto-map-wrapper {
  box-sizing: content-box;
}
.porto_google_map {
  min-width: 0 !important;
  width: 100% !important;
  position: relative !important;
  background: #E5E3DF;
}
.porto_google_map img {
  max-width: initial !important;
}
.gmap-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  overflow: hidden;
}
.gmap-rounded, .gmap-rounded .porto_google_map {
  overflow: hidden;
}
/* Porto heading */
.porto-u-heading {
  text-align: center;
  margin-bottom: 17px;
}
.porto-u-heading .porto-u-main-heading h1, .porto-u-heading .porto-u-main-heading h2, .porto-u-heading .porto-u-main-heading h3, .porto-u-heading .porto-u-main-heading h4, .porto-u-heading .porto-u-main-heading h5, .porto-u-heading .porto-u-main-heading h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.porto-u-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.porto-u-heading-spacer .porto-icon {
  vertical-align: text-top;
}
.porto-u-heading-spacer img {
  vertical-align: middle;
  box-shadow: none !important;
  max-width: 100%;
}
.porto-u-heading-spacer.line_with_icon:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  border-width: 0;
  top: 50%;
}
.porto-u-heading-spacer.line_with_icon:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  border-width: 0;
  top: 50%;
}
.porto-u-headings-line {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.porto-u-sub-heading {
  line-height: 24px;
  margin: 0 auto;
}
.porto-u-sub-heading div, .porto-u-sub-heading p {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
}
.porto-u-heading p {
  word-break: normal;
  word-wrap: normal;
}
.porto-u-icons {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
}
.porto-icons-left.porto-u-icons {
  text-align: left;
}
.porto-icons-center.porto-u-icons {
  text-align: center;
}
.porto-icons-right.porto-u-icons {
  text-align: right;
}
/* Porto Info List */
.porto-info-list {
  padding-left: 0;
}
.porto-info-list li {
  list-style: none;
  line-height: 1.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-info-list .porto-info-icon {
  margin-right: 18px;
  line-height: 1.3;
  position: relative;
  top: 0.5px;
}
.porto-info-list .porto-info-list-item .porto-info-icon {
  width: auto;
  display: inline-block;
}
.porto-info-list-item-desc {
  display: inline-block;
}
/* Porto Interactive banner */
.porto-ibanner, .porto-ibanner > img {
  display: block;
  position: relative;
}
.porto-ibanner {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 35px;
  text-align: center;
}
.porto-ibanner > img {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded) {
  visibility: hidden;
}
.porto-ibanner.has-parallax-bg > img {
  opacity: 0;
  width: 66%;
}
.porto-ibanner-layer {
  text-align: left;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .porto-ibanner-layer {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .porto-ibanner-layer {
    font-size: 0.8125rem;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: 0.75rem;
  }
}
.porto-ibanner .porto-ibanner-desc {
  padding: 15px;
  /*color: #fff;*/
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.porto-ibanner .porto-ibanner-desc.no-padding {
  padding: 0;
}
.porto-ibanner .porto-ibanner-desc .porto-ibanner-container {
  position: relative;
  height: 100%;
}
.porto-ibanner .porto-ibanner-desc:before, .porto-ibanner .porto-ibanner-desc:after {
  pointer-events: none;
}
.porto-ibanner .porto-ibanner-desc, .porto-ibanner .porto-ibanner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.porto-ibanner .porto-ibanner-content {
  font-size: 0.8125em;
  line-height: 1.6;
}
.porto-ibanner .porto-ibanner-title, .porto-ibanner p {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}
.porto-ibanner a.porto-ibanner-link {
  display: block;
  z-index: 7;
  opacity: 0;
  background: 0 0;
}
/* hover effect */
.porto-ibe-effect-1:before, .porto-ibe-effect-1:after {
  content: '';
  position: absolute;
  opacity: 1;
  z-index: 2;
}
.porto-ibe-effect-1:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-ibe-effect-1:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-ibe-effect-1:hover:before, .porto-ibe-effect-1:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s linear;
}
.porto-ibe-effect-2, .porto-ibe-effect-3 {
  overflow: hidden;
  position: relative;
}
.porto-ibe-effect-2:before, .porto-ibe-effect-2:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  transition: 0.9s;
  width: 100%;
  z-index: 2;
}
.porto-ibe-effect-2:before {
  transform: translate(105%, 0%);
}
.porto-ibe-effect-2:after {
  transform: translate(-105%, 0%);
}
.porto-ibe-effect-2:hover:before, .porto-ibe-effect-2:hover:after {
  opacity: 0;
  transform: none;
}
.porto-ibe-effect-3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transition: 0.5s linear;
  backface-visibility: hidden;
  z-index: 2;
}
.porto-ibe-effect-3:hover:before {
  top: 100%;
  left: -100%;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.porto-ibe-effect-4:before, .porto-ibe-effect-4:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: 0.5s;
  z-index: 2;
}
.porto-ibe-effect-4:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-ibe-effect-4:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-ibe-effect-4:hover:before, .porto-ibe-effect-4:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.porto-ibe-zoom:hover > img {
  transform: scale(1.08, 1.08);
}
.porto-ibe-fadein .porto-ibanner-desc, .porto-ibe-fadein .porto-ibanner-layer {
  opacity: 0;
}
.porto-ibe-fadein:hover .porto-ibanner-desc, .porto-ibe-fadein:hover .porto-ibanner-layer {
  opacity: 1;
}
.porto-ibe-fadeout:hover .porto-ibanner-desc, .porto-ibe-fadeout:hover .porto-ibanner-layer {
  opacity: 0;
}
.porto-ibe-boxshadow {
  transition: box-shadow 0.3s;
}
.porto-ibe-overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s;
}
.porto-ibe-style1 img {
  width: 100%;
}
.porto-ibe-style1 .porto-ibanner-desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.porto-ibe-style1 .porto-ibanner-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.porto-ibe-style1 .porto-ibanner-content, .porto-ibe-style1 .porto-ibanner-desc::before {
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.porto-ibe-style1 .porto-ibanner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  max-height: 50%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.porto-ibe-style1:hover .porto-ibanner-title {
  color: #fff;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.porto-ibe-style1:hover .porto-ibanner-content, .porto-ibe-style1:hover .porto-ibanner-desc:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.porto-ibe-style2 .porto-ibanner-desc {
  top: auto;
  bottom: 0;
  padding: 15px;
  height: auto;
  background: #F2F2F2;
  color: #3c4a50;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.porto-ibe-style2 .porto-ibanner-content {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-transform: none;
  opacity: 0;
  transition: opacity 0.35s;
}
.porto-ibe-style2 .porto-ibanner-title {
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  text-align: center;
}
.porto-ibe-style2:hover .porto-ibanner-content, .porto-ibe-style2:hover .porto-ibanner-content * {
  opacity: 1 !important;
  z-index: 99 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.porto-ibe-style2:hover .porto-ibanner-desc, .porto-ibe-style2:hover .porto-ibanner-title {
  transform: translateY(0);
}
.porto-ibe-style2:hover .porto-ibanner-title {
  transition-delay: 0.05s;
}
.porto-ibanner.porto-ibe-style2 .porto-ibanner-toggle-size {
  left: 50%;
  width: auto !important;
  height: 100%;
  max-width: none;
  transform: translateX(-50%);
}
.porto-ibanner-layer {
  position: absolute;
  z-index: 10;
}
.porto-ibanner-layer > *:last-child {
  margin-bottom: 0;
}
/* Kenburns Effect and Particle Effect */
.banner-effect-wrapper {
  overflow: hidden;
  z-index: 1;
}
.banner-effect, .banner-effect-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes kenBurnsToRight {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.kenBurnsToRight {
  animation-name: kenBurnsToRight;
  animation-timing-function: linear;
  transform-origin: right;
}
@keyframes kenBurnsToLeft {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.kenBurnsToLeft {
  animation-name: kenBurnsToLeft;
  animation-timing-function: linear;
  transform-origin: left;
}
.kenBurnsToLeftTop {
  animation-name: kenBurnsToLeft;
  animation-timing-function: linear;
  transform-origin: left top;
}
.kenBurnsToRightTop {
  animation-name: kenBurnsToRight;
  animation-timing-function: linear;
  transform-origin: right top;
}
.particle-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.snowfall {
  background-image: url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/s1.png), url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/s2.png), url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/s3.png);
  animation: snow 10s linear infinite;
  z-index: 1;
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 300px, -200px 250px;
  }
  to {
    background-position: 400px 800px, 300px 600px, -200px 400px;
  }
}
.effect-snow {
  background-image: url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/s4.png), url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/s5.png);
  animation: snowsecond 20s linear infinite;
}
@keyframes snowsecond {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  to {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.sparkle {
  background-image: url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/sparkle1.png), url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/effects/sparkle2.png);
  animation: sparkle 60s linear infinite;
}
@keyframes sparkle {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  to {
    background-position: -500px -1000px, -400px -400px, 300px 300px;
  }
}
/* Slick carousel */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/AjaxLoader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-next:hover, .slick-next:focus, .slick-next:active {
  outline: none;
  background: transparent;
  color: transparent;
  box-shadow: none;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
[dir="rtl"] .slick-next {
  left: -15px;
  right: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0 2px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.porto-carousel-wrapper .slick-dots li i {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-appearance: initial;
}
.porto-carousel-wrapper .slick-dots li:hover i {
  opacity: 1;
}
.porto-carousel-wrapper .slick-dots li.slick-active i {
  opacity: 1;
}
button.slick-next:active, button.slick-prev:active {
  background: initial;
  border: initial;
  padding: initial;
}
.porto-item-wrap > .wpb_button, .porto-item-wrap > .wpb_content_element, .porto-item-wrap > .wpb_row, .porto-item-wrap > ul.wpb_thumbnails-fluid > li, .porto-item-wrap > div {
  margin-bottom: 0 !important;
}
ul.slick-dots {
  margin: 0;
  padding: 10px 0;
}
.slick-dots {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/*Slider Buttons Customization*/
.porto-carousel-wrapper button {
  z-index: 1;
}
.porto-carousel-wrapper button.circle-border, .porto-carousel-wrapper button.circle-bg {
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.porto-carousel-wrapper button.square-border, .porto-carousel-wrapper button.square-bg {
  border-radius: 0px !important;
  width: 1.6em;
  height: 1.6em;
  min-width: 30px;
  min-height: 30px;
}
button.slick-next.circle-border i, button.slick-prev.circle-border i {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*Slider Buttons Customization*/
.porto-carousel-wrapper button.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
/*Slider Basics*/
.porto-carousel-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.porto-carousel-wrapper .wpb_content_element {
  margin-bottom: 0;
}
/*Horizontal Arrows*/
.porto-carousel-wrapper .slick-prev, .porto-carousel-wrapper .slick-next {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}
.porto-carousel-wrapper .slick-prev:hover, .porto-carousel-wrapper .slick-next:hover {
  opacity: 0.8;
}
/*Horizontal Navigation Dots*/
.porto-carousel-wrapper ul.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 99;
}
.porto-item-wrap.slick-slide.animated {
  opacity: 1 !important;
}
body .porto-carousel-wrapper {
  padding-bottom: 0;
}
body .slick-dots {
  transform: translateY(0);
}
body .porto-carousel-wrapper ul.slick-dots, body .slick-dots {
  position: relative;
  bottom: -5px;
  margin-top: 10px;
}
body .sidebar-content .porto-carousel-wrapper ul.slick-dots, body .sidebar-content .slick-dots {
  margin-top: 3px;
}
body .sidebar-content .porto-carousel-wrapper {
  margin-bottom: 0;
}
body .slick-slide img {
  display: inline;
}
.porto-carousel-wrapper > div:first-child {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.porto-carousel-wrapper > div:first-child > .porto-item-wrap {
  display: none;
}
.porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child {
  display: block;
  position: relative;
  min-height: 200px;
}
.porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child > * {
  opacity: 0;
}
.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap {
  display: block;
}
.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child {
  position: static;
  min-height: 0;
}
.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child:before {
  display: none;
}
.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child > * {
  opacity: 1;
}
/* Advanced carousel */
.vc_row-no-padding .porto-carousel-wrapper .slick-next {
  right: 0;
}
.vc_row-no-padding .porto-carousel-wrapper .slick-prev {
  left: 0;
}
.banner-container .porto-block .porto-carousel-wrapper {
  margin-bottom: 0;
}
#banner-wrapper .porto-carousel-wrapper, #content-top .porto-carousel-wrapper, #content-bottom .porto-carousel-wrapper, #content-inner-top .porto-carousel-wrapper, #content-inner-bottom .porto-carousel-wrapper {
  margin-bottom: 20px;
}
#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper, #content-top .porto-carousel-wrapper .vc_single_image-wrapper, #content-bottom .porto-carousel-wrapper .vc_single_image-wrapper, #content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper, #content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper {
  width: 100%;
}
#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper img, #content-top .porto-carousel-wrapper .vc_single_image-wrapper img, #content-bottom .porto-carousel-wrapper .vc_single_image-wrapper img, #content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper img, #content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper img {
  width: 100%;
}
/* Content Box */
.porto-ultimate-content-box-anchor, .porto-ultimate-content-box-anchor:active, .porto-ultimate-content-box-anchor:focus, .porto-ultimate-content-box-anchor:hover, .porto-ultimate-content-box-anchor:visited {
  text-decoration: none;
  line-height: inherit;
  outline: 0;
}
.porto-ultimate-content-box.has-content-pos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.porto-ultimate-content-box:after {
  content: '';
  display: block;
  clear: both;
}
.vc_btn3 {
  display: inline-block;
}
.vc_btn3-container {
  margin-bottom: 20px;
}
.vc_general.vc_btn3 {
  border: 1px solid transparent;
}
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  border-color: #ccc;
  color: #666;
  background-color: transparent;
}
.vc_btn3-block {
  display: block;
  width: 100%;
}
.vc_btn3-container.vc_btn3-inline {
  vertical-align: baseline;
  display: inline-block;
}
.vc_btn3.vc_btn3-size-lg {
  border-radius: 6px;
}
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
  display: inline-block;
  position: static;
  font-size: inherit;
  height: auto;
  transform: none;
  line-height: 1;
  vertical-align: middle;
}
.vc_general.vc_btn3 .vc_btn3-placeholder {
  display: none;
}
.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-right: 7px;
}
.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-left: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-left: 16px;
  padding-right: 16px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-right: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-left: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
  padding: 0.45rem 1rem;
  border-width: 3px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right {
  padding-left: 14px;
  padding-right: 14px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d {
  padding: 8px 16px 7px;
  margin-bottom: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-left: 12px;
  padding-right: 12px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-right: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-left: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
  padding: 0.483rem 0.933rem;
  border-width: 2px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-3d {
  padding: 7px 14px 6px;
  margin-bottom: 5px;
}
.vc_btn3.vc_btn3-size-sm {
  border-radius: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-right: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-left: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
  padding: 0.25rem 0.65rem;
  border-width: 2px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right {
  padding-left: 9px;
  padding-right: 9px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d {
  padding: 4px 10px 3px;
  margin-bottom: 2px;
}
.vc_btn3.vc_btn3-size-xs {
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-right: 3px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  padding-left: 3px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
  padding: 0.2rem 0.5rem;
  border-width: 1px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d {
  line-height: 1.42857143;
  padding: 3px 0.5rem 2px;
  margin-bottom: 1px;
}
.vc_btn3-shape-rounded {
  border-radius: 0.25rem;
}
.vc_btn3-shape-rounded.btn-lg, .vc_btn3-shape-rounded.vc_btn3-size-lg {
  border-radius: 0.3rem;
}
.vc_btn3-shape-rounded.btn-xs, .vc_btn3-shape-rounded.vc_btn3-size-xs {
  border-radius: 0.2rem;
}
.btn-rounded {
  border-radius: 0.25rem;
}
.vc_btn3.vc_label {
  display: inline;
  cursor: inherit;
}
.vc_btn3.vc_label.vc_btn3-size-lg, .vc_btn3.vc_label.vc_btn3-size-md, .vc_btn3.vc_label.vc_btn3-size-sm, .vc_btn3.vc_label.vc_btn3-size-xs {
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
}
.vc_btn3.vc_label.vc_btn3-shape-rounded {
  border-radius: 0.25em;
}
.vc_btn3.vc_label.vc_btn3-size-lg {
  font-size: 1em;
}
.vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline {
  border-width: 2px;
}
.vc_btn3.vc_label.vc_btn3-size-md {
  font-size: 0.75em;
}
.vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline {
  border-width: 1px;
}
.vc_btn3.vc_label.vc_btn3-size-sm {
  font-size: 0.7em;
}
.vc_btn3.vc_label.vc_btn3-size-xs {
  font-size: 0.6em;
}
.vc_btn3.vc_btn3-shape-square {
  border-radius: 0 !important;
}
.vc_btn3.vc_btn3-shape-round {
  border-radius: 2em !important;
}
.vc_btn3-container.vc_btn3-center {
  text-align: center;
}
.vc_btn3-container.vc_btn3-left {
  text-align: left;
}
.vc_btn3-container.vc_btn3-right {
  text-align: right;
}
.vc_btn3-container.show-arrow {
  position: relative;
}
/* Visual Composer Heading */
.vc_custom_heading.heading-m-none > *, .vc_custom_heading.m-b-none > * {
  margin-bottom: 0;
}
.vc_custom_heading.big h1 {
  font-size: 4.2em;
  line-height: 54px;
}
.vc_custom_heading.short h1 {
  margin-bottom: 15px;
}
.vc_custom_heading.short h2 {
  margin-bottom: 15px;
}
.vc_custom_heading.short h3, .vc_custom_heading.short h4, .vc_custom_heading.short h5, .vc_custom_heading.short h6 {
  margin-bottom: 9px;
}
.vc_custom_heading.shorter h1, .vc_custom_heading.shorter h2, .vc_custom_heading.shorter h3, .vc_custom_heading.shorter h4, .vc_custom_heading.shorter h5, .vc_custom_heading.shorter h6 {
  margin-bottom: 0;
}
.vc_custom_heading.tall h1, .vc_custom_heading.tall h2, .vc_custom_heading.tall h3, .vc_custom_heading.tall h4, .vc_custom_heading.tall h5, .vc_custom_heading.tall h6 {
  margin-bottom: 33px;
}
.vc_custom_heading.taller h1, .vc_custom_heading.taller h2, .vc_custom_heading.taller h3, .vc_custom_heading.taller h4, .vc_custom_heading.taller h5, .vc_custom_heading.taller h6 {
  margin-bottom: 44px;
}
.vc_custom_heading.spaced h1, .vc_custom_heading.spaced h2, .vc_custom_heading.spaced h3, .vc_custom_heading.spaced h4, .vc_custom_heading.spaced h5, .vc_custom_heading.spaced h6 {
  margin-top: 33px;
}
.vc_custom_heading.more-spaced h1, .vc_custom_heading.more-spaced h2, .vc_custom_heading.more-spaced h3, .vc_custom_heading.more-spaced h4, .vc_custom_heading.more-spaced h5, .vc_custom_heading.more-spaced h6 {
  margin-top: 44px;
}
/* Row Video Background */
/* Video */
.section-video {
  -webkit-transform: translate3d(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  min-width: 100%;
}
.section-video > div:first-child {
  padding: 0;
}
.section-video.skrollable {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
.section-video video {
  max-width: none;
}
.section-video .container {
  position: relative;
  z-index: 3;
}
.section-video .video-overlay {
  background: transparent url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/video-overlay.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section-video.video-overlay-dark .video-overlay {
  background-image: url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/video-overlay-dark.png);
}
html.boxed .section-video > div:first-child {
  z-index: 0 !important;
}
html.boxed .section-video > div:first-child video {
  z-index: 0 !important;
}
/* Visual Composer Separator */
.vc_separator h4 {
  margin-top: 0;
  font-size: 1.1429em;
  font-weight: 700;
  text-transform: uppercase;
}
.vc_text_separator {
  margin-bottom: 25px;
  border: none;
}
.vc_text_separator h1, .vc_text_separator h2, .vc_text_separator h3, .vc_text_separator h4, .vc_text_separator h5, .vc_text_separator h6, .vc_text_separator p, .vc_text_separator div {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_text_separator div {
  top: auto;
  background-color: transparent;
}
.vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  padding: 0;
}
.vc_text_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
  margin-left: -0.5em;
  padding-right: 1em;
}
.vc_separator.vc_separator_align_left h1, .vc_separator.vc_separator_align_left h2 {
  padding: 0 15px 0 0;
}
.vc_separator.vc_separator_align_left h3, .vc_separator.vc_separator_align_left h4 {
  padding: 0 12px 0 0;
}
.vc_separator.vc_separator_align_left h5, .vc_separator.vc_separator_align_left h6, .vc_separator.vc_separator_align_left p, .vc_separator.vc_separator_align_left div {
  padding: 0 10px 0 0;
}
.vc_separator.vc_separator_align_right h1, .vc_separator.vc_separator_align_right h2 {
  padding: 0 0 0 15px;
}
.vc_separator.vc_separator_align_right h3, .vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 12px;
}
.vc_separator.vc_separator_align_right h5, .vc_separator.vc_separator_align_right h6, .vc_separator.vc_separator_align_right p, .vc_separator.vc_separator_align_right div {
  padding: 0 0 0 10px;
}
.vc_separator.vc_separator_align_center h1, .vc_separator.vc_separator_align_center h2 {
  padding: 0 15px;
}
.vc_separator.vc_separator_align_center h3, .vc_separator.vc_separator_align_center h4 {
  padding: 0 12px;
}
.vc_separator.vc_separator_align_center h5, .vc_separator.vc_separator_align_center h6, .vc_separator.vc_separator_align_center p, .vc_separator.vc_separator_align_center div {
  padding: 0 10px;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line {
  border: none;
}
.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line {
  border: none;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed {
  background: none;
  position: relative;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern {
  background: none;
  position: relative;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern:after {
  background: transparent url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/patterns/worn_dots.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2:after {
  background-image: url(https://jonomuamba.co.za/akaniproperties/wp-content/themes/porto/images/patterns/az_subtle.png);
}
/* Visual Composer Single Image */
div.wpb_single_image .vc_single_image-wrapper.vc_box_border, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
  padding: 4px;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border img, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {
  border-width: 0;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
  padding: 4px;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
  border-width: 0;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
  margin-bottom: -4px;
}
div.wpb_single_image .porto-vc-zoom {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon {
  position: relative;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img {
  position: relative;
  z-index: 1;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before {
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after {
  transition: 0.2s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  content: '\f00e';
  font-size: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  margin-top: -15px;
  display: block;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 3;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before {
  opacity: 1;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after {
  top: 50%;
  opacity: 1;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon {
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 0;
  line-height: 28px;
  display: block;
  bottom: 8px;
  right: 8px;
  text-align: center;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f002';
}
div.wpb_single_image .vc_figure {
  max-width: 100%;
}
div.wpb_single_image .vc_figure .vc_single_image-wrapper {
  margin-bottom: 0;
}
div.wpb_single_image .vc_figure .vc_figure-caption {
  margin-top: 0.5em;
}
div.wpb_single_image.vc_box_border, div.wpb_single_image.vc_box_outline, div.wpb_single_image.vc_box_shadow_border {
  padding: 4px;
}
div.wpb_single_image.vc_box_border img, div.wpb_single_image.vc_box_outline img, div.wpb_single_image.vc_box_shadow_border img {
  border-width: 0;
}
.porto-carousel .vc_single_image-wrapper.vc_box_border, .porto-carousel .vc_single_image-wrapper.vc_box_outline, .porto-carousel .vc_single_image-wrapper.vc_box_shadow_border, .porto-carousel .vc_single_image-wrapper.vc_box_border_circle, .porto-carousel .vc_single_image-wrapper.vc_box_outline_circle, .porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle {
  margin: 2px;
}
.wpb_single_image.vc_align_right {
  text-align: right;
}
.wpb_single_image.vc_align_left {
  text-align: left;
}
/* Featured Box */
.wpb_text_column.featured {
  font-size: 1.25rem;
  line-height: 1.8rem;
}
.wpb_text_column.short {
  margin-bottom: 0;
}
.wpb_text_column.tall {
  margin-bottom: 20px;
}
.wpb_text_column.taller {
  margin-bottom: 40px;
}
.wpb_text_column .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}
.lead, .wpb_text_column.lead, .wpb_text_column.lead p {
  line-height: 1.8rem;
  letter-spacing: -0.05em;
}
.inline-block {
  display: inline-block;
}
