/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1651670676
Updated: 2022-05-04 13:24:36

*/

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.EnglishTxt1 {background-color:#7a7795; color:#ffffff; padding:10px; border-radius:10px}
.ZuluTxt {background-color:#142d60; color:#ffffff; padding:10px; border-radius:10px;}
.XhosaTxt {background-color:#5a3a10; color:#ffffff; padding:10px; border-radius:10px;}
.SothuTxt {background-color:#31541d; color:#ffffff; padding:10px; border-radius:10px;}



.SpeachBubble { position: relative;
  width: 270px;
  padding: 50px 40px;
  margin: 1em auto 50px;
  text-align: center;
  color: #4a4a4a;
  background: #ededed;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;}

.SpeachBubble:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 10%;
  height: 30px;
  border-right: 60px solid #ededed;
  background: #ededed;
  -webkit-border-bottom-right-radius: 80px 50px;
  -moz-border-radius-bottomright: 80px 50px;
  border-bottom-right-radius: 80px 50px;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.SpeachBubble:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 10%;
  width: 60px;
  height: 30px;
  background: #fff;
  -webkit-border-bottom-right-radius: 40px 50px;
  -moz-border-radius-bottomright: 40px 50px;
  border-bottom-right-radius: 40px 50px;
  -webkit-transform: translate(-30px, -2px);
  -moz-transform: translate(-30px, -2px);
  -ms-transform: translate(-30px, -2px);
  -o-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
}

